@charset "UTF-8";
/**
  Prosecco V8+ Theme
*/
@font-face {
  font-family: 'Elbrush';
  src: url("../fonts/Elbrush.eot");
  src: url("../fonts/Elbrush.eot?#iefix") format("embedded-opentype"), url("../fonts/Elbrush.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Elbrush';
  src: url("../fonts/Elbrush.eot");
  src: url("../fonts/Elbrush.eot?#iefix") format("embedded-opentype"), url("../fonts/Elbrush.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Elbrush';
  src: url("../fonts/Elbrush.eot");
  src: url("../fonts/Elbrush.eot?#iefix") format("embedded-opentype"), url("../fonts/Elbrush.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Elbrush';
  src: url("../fonts/Elbrush.eot");
  src: url("../fonts/Elbrush.eot?#iefix") format("embedded-opentype"), url("../fonts/Elbrush.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype"); }

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 *  forked from: theme.default.scss
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #1d1d1b;
    font-size: 1rem;
    margin: 0 0 0 0;
    padding: 0 0;
    background: #41414a;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #ffffff;
      color: #1d1d1b;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 1rem;
      height: 1rem;
      margin: 0 0;
      background: #41414a;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 1rem; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #ffffff; }

/* Custom animations */
.bar-long {
  box-shadow: none !important;
  height: 2px; }

div#sliding-popup, #sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
  background-color: rgba(29, 29, 27, 0.5) !important;
  background-image: none;
  padding: 1rem 0; }
  div#sliding-popup .eu-cookie-compliance-content, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-content, .eu-cookie-withdraw-tab .eu-cookie-compliance-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center; }
  div#sliding-popup .eu-cookie-compliance-message, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-message, .eu-cookie-withdraw-tab .eu-cookie-compliance-message {
    float: none;
    margin: 0;
    max-width: 80%;
    flex: 1 0 80%; }
  div#sliding-popup .eu-cookie-compliance-banner h6, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-banner h6, .eu-cookie-withdraw-tab .eu-cookie-compliance-banner h6 {
    font-family: "Open Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.8rem;
    margin-top: 0;
    margin-bottom: 0; }
  div#sliding-popup .eu-cookie-compliance-banner p, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-banner p, .eu-cookie-withdraw-tab .eu-cookie-compliance-banner p {
    display: none; }
  div#sliding-popup .eu-cookie-compliance-banner .find-more-button, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-banner .find-more-button, .eu-cookie-withdraw-tab .eu-cookie-compliance-banner .find-more-button {
    font-family: "Open Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.8rem;
    margin-top: 0;
    margin-bottom: 0; }
  div#sliding-popup .eu-cookie-compliance-buttons, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons {
    float: none;
    margin: 0 0 0 0;
    max-width: unset;
    display: flex;
    flex-direction: column; }
    div#sliding-popup .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button,
    div#sliding-popup .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button,
    #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button,
    .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button {
      font-family: "Open Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 0.8rem;
      padding: 0;
      margin: auto 0 0 0;
      line-height: 1;
      background-color: transparent;
      -webkit-appearance: none !important;
      border: 0 none transparent;
      border-radius: 0;
      background-image: none;
      color: #ffffff;
      text-shadow: none;
      font-weight: normal;
      box-shadow: none; }
    div#sliding-popup .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button {
      padding: 0.75rem 1rem;
      margin-bottom: 1rem;
      border: 1px solid #ffffff; }
      div#sliding-popup .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:hover, div#sliding-popup .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:focus, div#sliding-popup .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:active, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:hover, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:focus, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:active, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:hover, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:focus, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:active {
        background-color: #ffffff;
        color: #1d1d1b; }
    div#sliding-popup .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:hover, div#sliding-popup .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:focus, div#sliding-popup .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:active, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:hover, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:focus, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:active, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:hover, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:focus, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:active {
      text-decoration: underline; }

:root {
  --blue: #5363ab;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f29124;
  --yellow: #ffdc00;
  --green: #56b56c;
  --teal: #20c997;
  --cyan: #47b3e7;
  --white: #fff;
  --gray: #bfbfbf;
  --gray-dark: #333333;
  --primary: #1f1d2c;
  --dark: #1f1d2c;
  --corporate: #1f1d2c;
  --magenta: #e21d76;
  --mid: #fafafa;
  --light: #fff;
  --secondary: #fff;
  --black: #000;
  --info: #47b3e7;
  --success: #56b56c;
  --warning: #ffdc00;
  --danger: #dc3545;
  --primary: #1f1d2c;
  --secondary: #fff;
  --success: #56b56c;
  --info: #47b3e7;
  --warning: #ffdc00;
  --danger: #dc3545;
  --light: #fff;
  --dark: #1f1d2c;
  --mid: #fafafa;
  --magenta: #e21d76;
  --orange: #f29124;
  --green: #56b56c;
  --blue: #5363ab;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --breakpoint-xxxl: 2440px;
  --font-family-sans-serif: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.5;
  color: #1f1d2c;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 600; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 800; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #d9d9d9;
    text-decoration: none; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-weight: 200;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 3.25rem; }

h2, .h2 {
  font-size: 2.625rem; }

h3, .h3 {
  font-size: 2.25rem; }

h4, .h4 {
  font-size: 1.75rem; }

h5, .h5 {
  font-size: 1.5rem; }

h6, .h6 {
  font-size: 1.25rem; }

.lead {
  font-size: 1.6875rem;
  font-weight: 200; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 1rem;
  font-weight: 200; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem; }

.blockquote-footer {
  display: block;
  font-size: 1rem;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #56b56c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 600; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-xxxl {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 100%; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1400px; } }

@media (min-width: 2440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 2400px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 2440px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    order: -1; }
  .order-xxxl-last {
    order: 13; }
  .order-xxxl-0 {
    order: 0; }
  .order-xxxl-1 {
    order: 1; }
  .order-xxxl-2 {
    order: 2; }
  .order-xxxl-3 {
    order: 3; }
  .order-xxxl-4 {
    order: 4; }
  .order-xxxl-5 {
    order: 5; }
  .order-xxxl-6 {
    order: 6; }
  .order-xxxl-7 {
    order: 7; }
  .order-xxxl-8 {
    order: 8; }
  .order-xxxl-9 {
    order: 9; }
  .order-xxxl-10 {
    order: 10; }
  .order-xxxl-11 {
    order: 11; }
  .order-xxxl-12 {
    order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1f1d2c;
  font-size: 0.875rem; }
  .table th,
  .table td {
    padding: 1rem 0;
    vertical-align: top;
    border-top: 1px solid #fff; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #fff; }
  .table tbody + tbody {
    border-top: 2px solid #fff; }
  .table p:last-of-type {
    margin-bottom: 0; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #fff; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #fff; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #1f1d2c;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c0c0c4; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8b8991; }

.table-hover .table-primary:hover {
  background-color: #b3b3b8; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b3b3b8; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: white; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: white; }

.table-hover .table-secondary:hover {
  background-color: #f2f2f2; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #f2f2f2; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d0ead6; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a7d9b3; }

.table-hover .table-success:hover {
  background-color: #bee2c7; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #bee2c7; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #cbeaf8; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #9fd7f3; }

.table-hover .table-info:hover {
  background-color: #b5e1f5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #b5e1f5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff5b8; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffed7a; }

.table-hover .table-warning:hover {
  background-color: #fff19f; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fff19f; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: white; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white; }

.table-hover .table-light:hover {
  background-color: #f2f2f2; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f2f2f2; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c0c0c4; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8b8991; }

.table-hover .table-dark:hover {
  background-color: #b3b3b8; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b3b3b8; }

.table-mid,
.table-mid > th,
.table-mid > td {
  background-color: #fefefe; }

.table-mid th,
.table-mid td,
.table-mid thead th,
.table-mid tbody + tbody {
  border-color: #fcfcfc; }

.table-hover .table-mid:hover {
  background-color: #f1f1f1; }
  .table-hover .table-mid:hover > td,
  .table-hover .table-mid:hover > th {
    background-color: #f1f1f1; }

.table-magenta,
.table-magenta > th,
.table-magenta > td {
  background-color: #f7c0d9; }

.table-magenta th,
.table-magenta td,
.table-magenta thead th,
.table-magenta tbody + tbody {
  border-color: #f089b8; }

.table-hover .table-magenta:hover {
  background-color: #f4a9cb; }
  .table-hover .table-magenta:hover > td,
  .table-hover .table-magenta:hover > th {
    background-color: #f4a9cb; }

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fbe0c2; }

.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #f8c68d; }

.table-hover .table-orange:hover {
  background-color: #f9d4aa; }
  .table-hover .table-orange:hover > td,
  .table-hover .table-orange:hover > th {
    background-color: #f9d4aa; }

.table-green,
.table-green > th,
.table-green > td {
  background-color: #d0ead6; }

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #a7d9b3; }

.table-hover .table-green:hover {
  background-color: #bee2c7; }
  .table-hover .table-green:hover > td,
  .table-hover .table-green:hover > th {
    background-color: #bee2c7; }

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #cfd3e7; }

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #a6aed3; }

.table-hover .table-blue:hover {
  background-color: #bec3df; }
  .table-hover .table-blue:hover > td,
  .table-hover .table-blue:hover > th {
    background-color: #bec3df; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #333333;
  border-color: #464646; }

.table .thead-light th {
  color: #707070;
  background-color: #e5e3e3;
  border-color: #fff; }

.table-dark {
  color: #fff;
  background-color: #333333; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #464646; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

@media (max-width: 2439.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, .path-user #auth_box #middle_part .user-login-form .form-text, .path-user #auth_box #middle_part .user-pass .form-text {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1.2rem;
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 1.5;
  color: #707070;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #1f1d2c;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .path-user #auth_box #middle_part .user-login-form .form-text, .path-user #auth_box #middle_part .user-pass .form-text {
      transition: none; } }
  .form-control::-ms-expand, .path-user #auth_box #middle_part .user-login-form .form-text::-ms-expand, .path-user #auth_box #middle_part .user-pass .form-text::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring, .path-user #auth_box #middle_part .user-login-form .form-text:-moz-focusring, .path-user #auth_box #middle_part .user-pass .form-text:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #707070; }
  .form-control:focus, .path-user #auth_box #middle_part .user-login-form .form-text:focus, .path-user #auth_box #middle_part .user-pass .form-text:focus {
    color: #707070;
    background-color: transparent;
    border-color: #555079;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.25); }
  .form-control::placeholder, .path-user #auth_box #middle_part .user-login-form .form-text::placeholder, .path-user #auth_box #middle_part .user-pass .form-text::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .path-user #auth_box #middle_part .user-login-form .form-text:disabled, .path-user #auth_box #middle_part .user-pass .form-text:disabled, .form-control[readonly], .path-user #auth_box #middle_part .user-login-form .form-text[readonly], .path-user #auth_box #middle_part .user-pass .form-text[readonly] {
    background-color: #e5e3e3;
    opacity: 1; }

input[type="date"].form-control, .path-user #auth_box #middle_part .user-login-form input.form-text[type="date"], .path-user #auth_box #middle_part .user-pass input.form-text[type="date"],
input[type="time"].form-control,
.path-user #auth_box #middle_part .user-login-form input.form-text[type="time"],
.path-user #auth_box #middle_part .user-pass input.form-text[type="time"],
input[type="datetime-local"].form-control,
.path-user #auth_box #middle_part .user-login-form input.form-text[type="datetime-local"],
.path-user #auth_box #middle_part .user-pass input.form-text[type="datetime-local"],
input[type="month"].form-control,
.path-user #auth_box #middle_part .user-login-form input.form-text[type="month"],
.path-user #auth_box #middle_part .user-pass input.form-text[type="month"] {
  appearance: none; }

select.form-control:focus::-ms-value, .path-user #auth_box #middle_part .user-login-form select.form-text:focus::-ms-value, .path-user #auth_box #middle_part .user-pass select.form-text:focus::-ms-value {
  color: #707070;
  background-color: transparent; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 2.25rem;
  line-height: 2; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1rem;
  line-height: 1.1; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.6rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #1f1d2c;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.1em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.1;
  border-radius: 0; }

.form-control-lg {
  height: calc(2em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 2.25rem;
  line-height: 2;
  border-radius: 0; }

select.form-control[size], .path-user #auth_box #middle_part .user-login-form select.form-text[size], .path-user #auth_box #middle_part .user-pass select.form-text[size], select.form-control[multiple], .path-user #auth_box #middle_part .user-login-form select.form-text[multiple], .path-user #auth_box #middle_part .user-pass select.form-text[multiple] {
  height: auto; }

textarea.form-control, .path-user #auth_box #middle_part .user-login-form textarea.form-text, .path-user #auth_box #middle_part .user-pass textarea.form-text {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1rem;
  color: #56b56c; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(86, 181, 108, 0.9);
  border-radius: 0; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .was-validated .path-user #auth_box #middle_part .user-login-form .form-text:valid, .path-user #auth_box #middle_part .user-login-form .was-validated .form-text:valid, .was-validated .path-user #auth_box #middle_part .user-pass .form-text:valid, .path-user #auth_box #middle_part .user-pass .was-validated .form-text:valid, .form-control.is-valid, .path-user #auth_box #middle_part .user-login-form .is-valid.form-text, .path-user #auth_box #middle_part .user-pass .is-valid.form-text {
  border-color: #56b56c; }
  .was-validated .form-control:valid:focus, .was-validated .path-user #auth_box #middle_part .user-login-form .form-text:valid:focus, .path-user #auth_box #middle_part .user-login-form .was-validated .form-text:valid:focus, .was-validated .path-user #auth_box #middle_part .user-pass .form-text:valid:focus, .path-user #auth_box #middle_part .user-pass .was-validated .form-text:valid:focus, .form-control.is-valid:focus, .path-user #auth_box #middle_part .user-login-form .is-valid.form-text:focus, .path-user #auth_box #middle_part .user-pass .is-valid.form-text:focus {
    border-color: #56b56c;
    box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.25); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #56b56c; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #56b56c;
    box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #56b56c; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #56b56c; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #56b56c; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #79c58b;
  background-color: #79c58b; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #56b56c; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #56b56c; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #56b56c;
  box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1rem;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .was-validated .path-user #auth_box #middle_part .user-login-form .form-text:invalid, .path-user #auth_box #middle_part .user-login-form .was-validated .form-text:invalid, .was-validated .path-user #auth_box #middle_part .user-pass .form-text:invalid, .path-user #auth_box #middle_part .user-pass .was-validated .form-text:invalid, .form-control.is-invalid, .path-user #auth_box #middle_part .user-login-form .is-invalid.form-text, .path-user #auth_box #middle_part .user-pass .is-invalid.form-text {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .was-validated .path-user #auth_box #middle_part .user-login-form .form-text:invalid:focus, .path-user #auth_box #middle_part .user-login-form .was-validated .form-text:invalid:focus, .was-validated .path-user #auth_box #middle_part .user-pass .form-text:invalid:focus, .path-user #auth_box #middle_part .user-pass .was-validated .form-text:invalid:focus, .form-control.is-invalid:focus, .path-user #auth_box #middle_part .user-login-form .is-invalid.form-text:focus, .path-user #auth_box #middle_part .user-pass .is-invalid.form-text:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .path-user #auth_box #middle_part .user-login-form .form-text, .path-user #auth_box #middle_part .user-login-form .form-inline .form-text, .form-inline .path-user #auth_box #middle_part .user-pass .form-text, .path-user #auth_box #middle_part .user-pass .form-inline .form-text {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .path-user #auth_box #middle_part #edit-submit {
  display: inline-block;
  font-weight: 600;
  color: #1f1d2c;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.6rem 1.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.625rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .path-user #auth_box #middle_part #edit-submit {
      transition: none; } }
  .btn:hover, .path-user #auth_box #middle_part #edit-submit:hover {
    color: #1f1d2c;
    text-decoration: none; }
  .btn:focus, .path-user #auth_box #middle_part #edit-submit:focus, .btn.focus, .path-user #auth_box #middle_part .focus#edit-submit {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.25); }
  .btn.disabled, .path-user #auth_box #middle_part .disabled#edit-submit, .btn:disabled, .path-user #auth_box #middle_part #edit-submit:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .path-user #auth_box #middle_part #edit-submit:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn .text-label, .path-user #auth_box #middle_part #edit-submit .text-label {
    display: flex;
    align-items: center; }

a.btn.disabled, .path-user #auth_box #middle_part a.disabled#edit-submit,
fieldset:disabled a.btn,
fieldset:disabled .path-user #auth_box #middle_part a#edit-submit,
.path-user #auth_box #middle_part fieldset:disabled a#edit-submit {
  pointer-events: none; }

.btn-primary, .path-user #auth_box #middle_part #edit-submit {
  color: #fff;
  background-color: #1f1d2c;
  border-color: #1f1d2c; }
  .btn-primary:hover, .path-user #auth_box #middle_part #edit-submit:hover {
    color: #fff;
    background-color: #0f0e15;
    border-color: #09090d; }
  .btn-primary:focus, .path-user #auth_box #middle_part #edit-submit:focus, .btn-primary.focus, .path-user #auth_box #middle_part .focus#edit-submit {
    color: #fff;
    background-color: #0f0e15;
    border-color: #09090d;
    box-shadow: 0 0 0 0.2rem rgba(65, 63, 76, 0.5); }
  .btn-primary.disabled, .path-user #auth_box #middle_part .disabled#edit-submit, .btn-primary:disabled, .path-user #auth_box #middle_part #edit-submit:disabled {
    color: #fff;
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
  .btn-primary:not(:disabled):not(.disabled):active, .path-user #auth_box #middle_part #edit-submit:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .path-user #auth_box #middle_part #edit-submit:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .path-user #auth_box #middle_part .show > .dropdown-toggle#edit-submit {
    color: #fff;
    background-color: #09090d;
    border-color: #040406; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .path-user #auth_box #middle_part #edit-submit:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .path-user #auth_box #middle_part #edit-submit:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .path-user #auth_box #middle_part .show > .dropdown-toggle#edit-submit:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 63, 76, 0.5); }

.btn-secondary {
  color: #1f1d2c;
  background-color: #fff;
  border-color: #fff; }
  .btn-secondary:hover {
    color: #1f1d2c;
    background-color: #ececec;
    border-color: #e6e5e5; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #1f1d2c;
    background-color: #ececec;
    border-color: #e6e5e5;
    box-shadow: 0 0 0 0.2rem rgba(221, 221, 223, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #1f1d2c;
    background-color: #fff;
    border-color: #fff; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #1f1d2c;
    background-color: #e6e5e5;
    border-color: #dfdfdf; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(221, 221, 223, 0.5); }

.btn-success {
  color: #fff;
  background-color: #56b56c;
  border-color: #56b56c; }
  .btn-success:hover {
    color: #fff;
    background-color: #469f5a;
    border-color: #429655; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #469f5a;
    border-color: #429655;
    box-shadow: 0 0 0 0.2rem rgba(111, 192, 130, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #56b56c;
    border-color: #56b56c; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #429655;
    border-color: #3e8d50; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 192, 130, 0.5); }

.btn-info {
  color: #1f1d2c;
  background-color: #47b3e7;
  border-color: #47b3e7; }
  .btn-info:hover {
    color: #fff;
    background-color: #25a5e3;
    border-color: #1d9fde; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #25a5e3;
    border-color: #1d9fde;
    box-shadow: 0 0 0 0.2rem rgba(65, 157, 203, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #1f1d2c;
    background-color: #47b3e7;
    border-color: #47b3e7; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1d9fde;
    border-color: #1b97d3; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 157, 203, 0.5); }

.btn-warning {
  color: #1f1d2c;
  background-color: #ffdc00;
  border-color: #ffdc00; }
  .btn-warning:hover {
    color: #1f1d2c;
    background-color: #d9bb00;
    border-color: #ccb000; }
  .btn-warning:focus, .btn-warning.focus {
    color: #1f1d2c;
    background-color: #d9bb00;
    border-color: #ccb000;
    box-shadow: 0 0 0 0.2rem rgba(221, 191, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #1f1d2c;
    background-color: #ffdc00;
    border-color: #ffdc00; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #1f1d2c;
    background-color: #ccb000;
    border-color: #bfa500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(221, 191, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #1f1d2c;
  background-color: #fff;
  border-color: #fff; }
  .btn-light:hover {
    color: #1f1d2c;
    background-color: #ececec;
    border-color: #e6e5e5; }
  .btn-light:focus, .btn-light.focus {
    color: #1f1d2c;
    background-color: #ececec;
    border-color: #e6e5e5;
    box-shadow: 0 0 0 0.2rem rgba(221, 221, 223, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #1f1d2c;
    background-color: #fff;
    border-color: #fff; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #1f1d2c;
    background-color: #e6e5e5;
    border-color: #dfdfdf; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(221, 221, 223, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #1f1d2c;
  border-color: #1f1d2c; }
  .btn-dark:hover {
    color: #fff;
    background-color: #0f0e15;
    border-color: #09090d; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #0f0e15;
    border-color: #09090d;
    box-shadow: 0 0 0 0.2rem rgba(65, 63, 76, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #09090d;
    border-color: #040406; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 63, 76, 0.5); }

.btn-mid {
  color: #1f1d2c;
  background-color: #fafafa;
  border-color: #fafafa; }
  .btn-mid:hover {
    color: #1f1d2c;
    background-color: #e7e7e7;
    border-color: #e1e0e0; }
  .btn-mid:focus, .btn-mid.focus {
    color: #1f1d2c;
    background-color: #e7e7e7;
    border-color: #e1e0e0;
    box-shadow: 0 0 0 0.2rem rgba(217, 217, 219, 0.5); }
  .btn-mid.disabled, .btn-mid:disabled {
    color: #1f1d2c;
    background-color: #fafafa;
    border-color: #fafafa; }
  .btn-mid:not(:disabled):not(.disabled):active, .btn-mid:not(:disabled):not(.disabled).active,
  .show > .btn-mid.dropdown-toggle {
    color: #1f1d2c;
    background-color: #e1e0e0;
    border-color: #dadada; }
    .btn-mid:not(:disabled):not(.disabled):active:focus, .btn-mid:not(:disabled):not(.disabled).active:focus,
    .show > .btn-mid.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(217, 217, 219, 0.5); }

.btn-magenta {
  color: #fff;
  background-color: #e21d76;
  border-color: #e21d76; }
  .btn-magenta:hover {
    color: #fff;
    background-color: #c01964;
    border-color: #b5175e; }
  .btn-magenta:focus, .btn-magenta.focus {
    color: #fff;
    background-color: #c01964;
    border-color: #b5175e;
    box-shadow: 0 0 0 0.2rem rgba(230, 63, 139, 0.5); }
  .btn-magenta.disabled, .btn-magenta:disabled {
    color: #fff;
    background-color: #e21d76;
    border-color: #e21d76; }
  .btn-magenta:not(:disabled):not(.disabled):active, .btn-magenta:not(:disabled):not(.disabled).active,
  .show > .btn-magenta.dropdown-toggle {
    color: #fff;
    background-color: #b5175e;
    border-color: #aa1659; }
    .btn-magenta:not(:disabled):not(.disabled):active:focus, .btn-magenta:not(:disabled):not(.disabled).active:focus,
    .show > .btn-magenta.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(230, 63, 139, 0.5); }

.btn-orange {
  color: #1f1d2c;
  background-color: #f29124;
  border-color: #f29124; }
  .btn-orange:hover {
    color: #fff;
    background-color: #e27e0d;
    border-color: #d6770d; }
  .btn-orange:focus, .btn-orange.focus {
    color: #fff;
    background-color: #e27e0d;
    border-color: #d6770d;
    box-shadow: 0 0 0 0.2rem rgba(210, 128, 37, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #1f1d2c;
    background-color: #f29124;
    border-color: #f29124; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #d6770d;
    border-color: #ca710c; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(210, 128, 37, 0.5); }

.btn-green {
  color: #fff;
  background-color: #56b56c;
  border-color: #56b56c; }
  .btn-green:hover {
    color: #fff;
    background-color: #469f5a;
    border-color: #429655; }
  .btn-green:focus, .btn-green.focus {
    color: #fff;
    background-color: #469f5a;
    border-color: #429655;
    box-shadow: 0 0 0 0.2rem rgba(111, 192, 130, 0.5); }
  .btn-green.disabled, .btn-green:disabled {
    color: #fff;
    background-color: #56b56c;
    border-color: #56b56c; }
  .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
  .show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #429655;
    border-color: #3e8d50; }
    .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 192, 130, 0.5); }

.btn-blue {
  color: #fff;
  background-color: #5363ab;
  border-color: #5363ab; }
  .btn-blue:hover {
    color: #fff;
    background-color: #475491;
    border-color: #424f89; }
  .btn-blue:focus, .btn-blue.focus {
    color: #fff;
    background-color: #475491;
    border-color: #424f89;
    box-shadow: 0 0 0 0.2rem rgba(109, 122, 184, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #5363ab;
    border-color: #5363ab; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #424f89;
    border-color: #3e4a80; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(109, 122, 184, 0.5); }

.btn-outline-primary {
  color: #1f1d2c;
  border-color: #1f1d2c; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1f1d2c;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.5); }

.btn-outline-secondary {
  color: #fff;
  border-color: #fff; }
  .btn-outline-secondary:hover {
    color: #1f1d2c;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #1f1d2c;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-success {
  color: #56b56c;
  border-color: #56b56c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #56b56c;
    border-color: #56b56c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #56b56c;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #56b56c;
    border-color: #56b56c; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.5); }

.btn-outline-info {
  color: #47b3e7;
  border-color: #47b3e7; }
  .btn-outline-info:hover {
    color: #1f1d2c;
    background-color: #47b3e7;
    border-color: #47b3e7; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(71, 179, 231, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #47b3e7;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #1f1d2c;
    background-color: #47b3e7;
    border-color: #47b3e7; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(71, 179, 231, 0.5); }

.btn-outline-warning {
  color: #ffdc00;
  border-color: #ffdc00; }
  .btn-outline-warning:hover {
    color: #1f1d2c;
    background-color: #ffdc00;
    border-color: #ffdc00; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 220, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffdc00;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #1f1d2c;
    background-color: #ffdc00;
    border-color: #ffdc00; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 220, 0, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #fff;
  border-color: #fff; }
  .btn-outline-light:hover {
    color: #1f1d2c;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #1f1d2c;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-dark {
  color: #1f1d2c;
  border-color: #1f1d2c; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #1f1d2c;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.5); }

.btn-outline-mid {
  color: #fafafa;
  border-color: #fafafa; }
  .btn-outline-mid:hover {
    color: #1f1d2c;
    background-color: #fafafa;
    border-color: #fafafa; }
  .btn-outline-mid:focus, .btn-outline-mid.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5); }
  .btn-outline-mid.disabled, .btn-outline-mid:disabled {
    color: #fafafa;
    background-color: transparent; }
  .btn-outline-mid:not(:disabled):not(.disabled):active, .btn-outline-mid:not(:disabled):not(.disabled).active,
  .show > .btn-outline-mid.dropdown-toggle {
    color: #1f1d2c;
    background-color: #fafafa;
    border-color: #fafafa; }
    .btn-outline-mid:not(:disabled):not(.disabled):active:focus, .btn-outline-mid:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-mid.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5); }

.btn-outline-magenta {
  color: #e21d76;
  border-color: #e21d76; }
  .btn-outline-magenta:hover {
    color: #fff;
    background-color: #e21d76;
    border-color: #e21d76; }
  .btn-outline-magenta:focus, .btn-outline-magenta.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 29, 118, 0.5); }
  .btn-outline-magenta.disabled, .btn-outline-magenta:disabled {
    color: #e21d76;
    background-color: transparent; }
  .btn-outline-magenta:not(:disabled):not(.disabled):active, .btn-outline-magenta:not(:disabled):not(.disabled).active,
  .show > .btn-outline-magenta.dropdown-toggle {
    color: #fff;
    background-color: #e21d76;
    border-color: #e21d76; }
    .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-magenta.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(226, 29, 118, 0.5); }

.btn-outline-orange {
  color: #f29124;
  border-color: #f29124; }
  .btn-outline-orange:hover {
    color: #1f1d2c;
    background-color: #f29124;
    border-color: #f29124; }
  .btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 145, 36, 0.5); }
  .btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #f29124;
    background-color: transparent; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #1f1d2c;
    background-color: #f29124;
    border-color: #f29124; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 145, 36, 0.5); }

.btn-outline-green {
  color: #56b56c;
  border-color: #56b56c; }
  .btn-outline-green:hover {
    color: #fff;
    background-color: #56b56c;
    border-color: #56b56c; }
  .btn-outline-green:focus, .btn-outline-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.5); }
  .btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #56b56c;
    background-color: transparent; }
  .btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #56b56c;
    border-color: #56b56c; }
    .btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.5); }

.btn-outline-blue {
  color: #5363ab;
  border-color: #5363ab; }
  .btn-outline-blue:hover {
    color: #fff;
    background-color: #5363ab;
    border-color: #5363ab; }
  .btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(83, 99, 171, 0.5); }
  .btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #5363ab;
    background-color: transparent; }
  .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #5363ab;
    border-color: #5363ab; }
    .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(83, 99, 171, 0.5); }

button[data-toggle="collapse"]:not(.collapsed).item--show, button[data-toggle="collapse"]:not(.collapsed) .item--show, .btn[data-toggle="collapse"]:not(.collapsed).item--show, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"]:not(.collapsed).item--show, .btn[data-toggle="collapse"]:not(.collapsed) .item--show, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"]:not(.collapsed) .item--show, .button[data-toggle="collapse"]:not(.collapsed).item--show, .button[data-toggle="collapse"]:not(.collapsed) .item--show {
  display: none; }

button[data-toggle="collapse"].collapsed.item--hide, button[data-toggle="collapse"].collapsed .item--hide, .btn[data-toggle="collapse"].collapsed.item--hide, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"].collapsed.item--hide, .btn[data-toggle="collapse"].collapsed .item--hide, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"].collapsed .item--hide, .button[data-toggle="collapse"].collapsed.item--hide, .button[data-toggle="collapse"].collapsed .item--hide {
  display: none; }

.btn-link {
  font-weight: 200;
  color: #fff;
  text-decoration: none; }
  .btn-link:hover {
    color: #d9d9d9;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .path-user #auth_box #middle_part .btn-group-lg > #edit-submit {
  padding: 0.5rem 1rem;
  font-size: 2.25rem;
  line-height: 2;
  border-radius: 0.625rem; }

.btn-sm, .btn-group-sm > .btn, .path-user #auth_box #middle_part .btn-group-sm > #edit-submit {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.1;
  border-radius: 0.625rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn .btn-corporate, .path-user #auth_box #middle_part #edit-submit .btn-corporate {
  color: #fff; }

.btn.btn-square, .path-user #auth_box #middle_part .btn-square#edit-submit {
  border-radius: 0; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0 0 0;
  font-size: 1.125rem;
  color: #1f1d2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

@media (min-width: 2440px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e5e3e3; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 200;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #fafafa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1f1d2c; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .path-user #auth_box #middle_part .btn-group > #edit-submit,
  .btn-group-vertical > .btn,
  .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .path-user #auth_box #middle_part .btn-group > #edit-submit:hover,
    .btn-group-vertical > .btn:hover,
    .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .path-user #auth_box #middle_part .btn-group > #edit-submit:focus, .btn-group > .btn:active, .path-user #auth_box #middle_part .btn-group > #edit-submit:active, .btn-group > .btn.active, .path-user #auth_box #middle_part .btn-group > .active#edit-submit,
    .btn-group-vertical > .btn:focus,
    .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit:focus,
    .btn-group-vertical > .btn:active,
    .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit:active,
    .btn-group-vertical > .btn.active,
    .path-user #auth_box #middle_part .btn-group-vertical > .active#edit-submit {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .path-user #auth_box #middle_part .btn-group > #edit-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .path-user #auth_box #middle_part .btn-group > #edit-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.path-user #auth_box #middle_part .btn-group > .btn-group:not(:last-child) > #edit-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .path-user #auth_box #middle_part .btn-group > #edit-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.path-user #auth_box #middle_part .btn-group > .btn-group:not(:first-child) > #edit-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .path-user #auth_box #middle_part .btn-group-sm > #edit-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .path-user #auth_box #middle_part .btn-group-lg > #edit-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  
  .btn-group-vertical > .btn,
  .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .path-user #auth_box #middle_part .btn-group-vertical > .btn-group:not(:last-child) > #edit-submit {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .path-user #auth_box #middle_part .btn-group-vertical > .btn-group:not(:first-child) > #edit-submit {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .path-user #auth_box #middle_part .btn-group-toggle > #edit-submit,
.btn-group-toggle > .btn-group > .btn,
.path-user #auth_box #middle_part .btn-group-toggle > .btn-group > #edit-submit {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .path-user #auth_box #middle_part .btn-group-toggle > #edit-submit input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .path-user #auth_box #middle_part .btn-group-toggle > #edit-submit input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .path-user #auth_box #middle_part .btn-group-toggle > .btn-group > #edit-submit input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .path-user #auth_box #middle_part .btn-group-toggle > .btn-group > #edit-submit input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .path-user #auth_box #middle_part .user-login-form .input-group > .form-text, .path-user #auth_box #middle_part .user-pass .input-group > .form-text,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .path-user #auth_box #middle_part .user-login-form .input-group > .form-text + .form-control, .path-user #auth_box #middle_part .user-pass .input-group > .form-text + .form-control, .path-user #auth_box #middle_part .user-login-form .input-group > .form-control + .form-text, .path-user #auth_box #middle_part .user-login-form .input-group > .form-text + .form-text, .path-user #auth_box #middle_part .user-pass .input-group > .form-control + .form-text, .path-user #auth_box #middle_part .user-pass .input-group > .form-text + .form-text,
    .input-group > .form-control + .custom-select,
    .path-user #auth_box #middle_part .user-login-form .input-group > .form-text + .custom-select,
    .path-user #auth_box #middle_part .user-pass .input-group > .form-text + .custom-select,
    .input-group > .form-control + .custom-file,
    .path-user #auth_box #middle_part .user-login-form .input-group > .form-text + .custom-file,
    .path-user #auth_box #middle_part .user-pass .input-group > .form-text + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .path-user #auth_box #middle_part .user-login-form .input-group > .form-control-plaintext + .form-text,
    .path-user #auth_box #middle_part .user-pass .input-group > .form-control-plaintext + .form-text,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .path-user #auth_box #middle_part .user-login-form .input-group > .custom-select + .form-text,
    .path-user #auth_box #middle_part .user-pass .input-group > .custom-select + .form-text,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .path-user #auth_box #middle_part .user-login-form .input-group > .custom-file + .form-text,
    .path-user #auth_box #middle_part .user-pass .input-group > .custom-file + .form-text,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .path-user #auth_box #middle_part .user-login-form .input-group > .form-text:focus, .path-user #auth_box #middle_part .user-pass .input-group > .form-text:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child), .path-user #auth_box #middle_part .user-login-form .input-group > .form-text:not(:first-child), .path-user #auth_box #middle_part .user-pass .input-group > .form-text:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child), .path-user #auth_box #middle_part .user-login-form .input-group:not(.has-validation) > .form-text:not(:last-child), .path-user #auth_box #middle_part .user-pass .input-group:not(.has-validation) > .form-text:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3), .path-user #auth_box #middle_part .user-login-form .input-group.has-validation > .form-text:nth-last-child(n + 3), .path-user #auth_box #middle_part .user-pass .input-group.has-validation > .form-text:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part .input-group-prepend #edit-submit,
  .input-group-append .btn,
  .input-group-append .path-user #auth_box #middle_part #edit-submit,
  .path-user #auth_box #middle_part .input-group-append #edit-submit {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .path-user #auth_box #middle_part #edit-submit:focus, .path-user #auth_box #middle_part .input-group-prepend #edit-submit:focus,
    .input-group-append .btn:focus,
    .input-group-append .path-user #auth_box #middle_part #edit-submit:focus,
    .path-user #auth_box #middle_part .input-group-append #edit-submit:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .path-user #auth_box #middle_part #edit-submit + .btn, .path-user #auth_box #middle_part .input-group-prepend #edit-submit + .btn, .input-group-prepend .path-user #auth_box #middle_part .btn + #edit-submit, .path-user #auth_box #middle_part .input-group-prepend .btn + #edit-submit, .input-group-prepend .path-user #auth_box #middle_part #edit-submit + #edit-submit, .path-user #auth_box #middle_part .input-group-prepend #edit-submit + #edit-submit,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .path-user #auth_box #middle_part #edit-submit + .input-group-text,
  .path-user #auth_box #middle_part .input-group-prepend #edit-submit + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .path-user #auth_box #middle_part .input-group-text + #edit-submit,
  .path-user #auth_box #middle_part .input-group-prepend .input-group-text + #edit-submit,
  .input-group-append .btn + .btn,
  .input-group-append .path-user #auth_box #middle_part #edit-submit + .btn,
  .path-user #auth_box #middle_part .input-group-append #edit-submit + .btn,
  .input-group-append .path-user #auth_box #middle_part .btn + #edit-submit,
  .path-user #auth_box #middle_part .input-group-append .btn + #edit-submit,
  .input-group-append .path-user #auth_box #middle_part #edit-submit + #edit-submit,
  .path-user #auth_box #middle_part .input-group-append #edit-submit + #edit-submit,
  .input-group-append .btn + .input-group-text,
  .input-group-append .path-user #auth_box #middle_part #edit-submit + .input-group-text,
  .path-user #auth_box #middle_part .input-group-append #edit-submit + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .path-user #auth_box #middle_part .input-group-text + #edit-submit,
  .path-user #auth_box #middle_part .input-group-append .input-group-text + #edit-submit {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.6rem 1.2rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 1.5;
  color: #707070;
  text-align: center;
  white-space: nowrap;
  background-color: #e5e3e3;
  border: 1px solid #1f1d2c;
  border-radius: 0; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .path-user #auth_box #middle_part .user-login-form .input-group-lg > .form-text:not(textarea), .path-user #auth_box #middle_part .user-pass .input-group-lg > .form-text:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2em + 1rem + 2px); }

.input-group-lg > .form-control, .path-user #auth_box #middle_part .user-login-form .input-group-lg > .form-text, .path-user #auth_box #middle_part .user-pass .input-group-lg > .form-text,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.path-user #auth_box #middle_part .input-group-lg > .input-group-prepend > #edit-submit,
.input-group-lg > .input-group-append > .btn,
.path-user #auth_box #middle_part .input-group-lg > .input-group-append > #edit-submit {
  padding: 0.5rem 1rem;
  font-size: 2.25rem;
  line-height: 2;
  border-radius: 0; }

.input-group-sm > .form-control:not(textarea), .path-user #auth_box #middle_part .user-login-form .input-group-sm > .form-text:not(textarea), .path-user #auth_box #middle_part .user-pass .input-group-sm > .form-text:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.1em + 0.5rem + 2px); }

.input-group-sm > .form-control, .path-user #auth_box #middle_part .user-login-form .input-group-sm > .form-text, .path-user #auth_box #middle_part .user-pass .input-group-sm > .form-text,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.path-user #auth_box #middle_part .input-group-sm > .input-group-prepend > #edit-submit,
.input-group-sm > .input-group-append > .btn,
.path-user #auth_box #middle_part .input-group-sm > .input-group-append > #edit-submit {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.1;
  border-radius: 0; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.2rem; }

.input-group > .input-group-prepend > .btn, .path-user #auth_box #middle_part .input-group > .input-group-prepend > #edit-submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.path-user #auth_box #middle_part .input-group:not(.has-validation) > .input-group-append:not(:last-child) > #edit-submit,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.path-user #auth_box #middle_part .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > #edit-submit,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.path-user #auth_box #middle_part .input-group > .input-group-append:last-child > #edit-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .path-user #auth_box #middle_part .input-group > .input-group-append > #edit-submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.path-user #auth_box #middle_part .input-group > .input-group-prepend:not(:first-child) > #edit-submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.path-user #auth_box #middle_part .input-group > .input-group-prepend:first-child > #edit-submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.6875rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.34375rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #1f1d2c;
    background-color: #1f1d2c; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #555079; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #6b6498;
    border-color: #6b6498; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e5e3e3; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.34375rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: #bfbfbf solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.34375rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1f1d2c;
  background-color: #1f1d2c; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(31, 29, 44, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(31, 29, 44, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(31, 29, 44, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.34375rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #bfbfbf;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: transparent;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(31, 29, 44, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 2.2rem 0.6rem 1.2rem;
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 1.5;
  color: #707070;
  vertical-align: middle;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.2rem center/8px 10px;
  border: 1px solid #1f1d2c;
  border-radius: 0;
  appearance: none; }
  .custom-select:focus {
    border-color: #555079;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.25); }
    .custom-select:focus::-ms-value {
      color: #707070;
      background-color: transparent; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.2rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e5e3e3; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #707070; }

.custom-select-sm {
  height: calc(1.1em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1rem; }

.custom-select-lg {
  height: calc(2em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 2.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #555079;
    box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e5e3e3; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1.2rem;
  overflow: hidden;
  font-weight: 200;
  line-height: 1.5;
  color: #707070;
  background-color: transparent;
  border: 1px solid #1f1d2c;
  border-radius: 0; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.2rem);
    padding: 0.6rem 1.2rem;
    line-height: 1.5;
    color: #707070;
    content: "Browse";
    background-color: #e5e3e3;
    border-left: inherit;
    border-radius: 0 0 0 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(31, 29, 44, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(31, 29, 44, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(31, 29, 44, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #1f1d2c;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #6b6498; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1f1d2c;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #6b6498; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #1f1d2c;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #6b6498; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #bfbfbf; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #bfbfbf; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #bfbfbf; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e5e3e3 #e5e3e3 #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #707070;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1f1d2c; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl, .navbar .container-xxxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: -0.34375rem;
  padding-bottom: -0.34375rem;
  margin-right: 1rem;
  font-size: 2.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 2.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.625rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

@media (max-width: 2439.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-xl, .navbar-expand-xxxl > .container-xxl, .navbar-expand-xxxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 2440px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxxl > .container,
    .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-xl, .navbar-expand-xxxl > .container-xxl, .navbar-expand-xxxl > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-xxxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl, .navbar-expand > .container-xxxl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl, .navbar-expand > .container-xxxl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath fill='%23fff' fill-rule='nonzero' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: #fff; }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 0; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0; }

.card-title {
  margin-bottom: 0; }

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0; }

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

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 0; }

.card-header {
  padding: 0 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid transparent; }
  .card-header:first-child {
    border-radius: 0 0 0 0; }

.card-footer {
  padding: 0 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid transparent; }
  .card-footer:last-child {
    border-radius: 0 0 0 0; }

.card-header-tabs {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-bottom: 0; }

.card-header-pills {
  margin-right: 0;
  margin-left: 0; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-deck .card {
  margin-bottom: 0; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: 0;
    margin-left: 0; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0; } }

.card-group > .card {
  margin-bottom: 0; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 2;
    column-gap: 3rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: " / "; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #d9d9d9;
    text-decoration: none;
    background-color: #e5e3e3;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1f1d2c;
  border-color: #1f1d2c; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 2.25rem;
  line-height: 2; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.1; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.badge, .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-category a {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge, .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-category a {
      transition: none; } }
  a.badge:hover, .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-category a:hover, a.badge:focus, .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-category a:focus {
    text-decoration: none; }
  .badge:empty, .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-category a:empty, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-category a:empty, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-category a:empty, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-category a:empty, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-category a:empty, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-category a:empty, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-category a:empty, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-category a:empty {
    display: none; }

.btn .badge, .path-user #auth_box #middle_part #edit-submit .badge, .btn .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-category .btn a, .path-user #auth_box #middle_part #edit-submit .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-category .path-user #auth_box #middle_part #edit-submit a, .btn .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-category .btn a, .path-user #auth_box #middle_part #edit-submit .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-category .path-user #auth_box #middle_part #edit-submit a, .btn .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-category .btn a, .path-user #auth_box #middle_part #edit-submit .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-category .path-user #auth_box #middle_part #edit-submit a, .btn .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-category .btn a, .path-user #auth_box #middle_part #edit-submit .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-category .path-user #auth_box #middle_part #edit-submit a, .btn .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-category .btn a, .path-user #auth_box #middle_part #edit-submit .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-category .path-user #auth_box #middle_part #edit-submit a, .btn .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-category .btn a, .path-user #auth_box #middle_part #edit-submit .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-category .path-user #auth_box #middle_part #edit-submit a, .btn .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-category .btn a, .path-user #auth_box #middle_part #edit-submit .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-category .path-user #auth_box #middle_part #edit-submit a, .btn .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-category .btn a, .path-user #auth_box #middle_part #edit-submit .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-category .path-user #auth_box #middle_part #edit-submit a {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #1f1d2c; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #09090d; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.5); }

.badge-secondary {
  color: #1f1d2c;
  background-color: #fff; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #1f1d2c;
    background-color: #e6e5e5; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-success {
  color: #fff;
  background-color: #56b56c; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #429655; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.5); }

.badge-info {
  color: #1f1d2c;
  background-color: #47b3e7; }
  a.badge-info:hover, a.badge-info:focus {
    color: #1f1d2c;
    background-color: #1d9fde; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(71, 179, 231, 0.5); }

.badge-warning {
  color: #1f1d2c;
  background-color: #ffdc00; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #1f1d2c;
    background-color: #ccb000; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 220, 0, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #1f1d2c;
  background-color: #fff; }
  a.badge-light:hover, a.badge-light:focus {
    color: #1f1d2c;
    background-color: #e6e5e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #1f1d2c; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #09090d; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.5); }

.badge-mid {
  color: #1f1d2c;
  background-color: #fafafa; }
  a.badge-mid:hover, a.badge-mid:focus {
    color: #1f1d2c;
    background-color: #e1e0e0; }
  a.badge-mid:focus, a.badge-mid.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5); }

.badge-magenta {
  color: #fff;
  background-color: #e21d76; }
  a.badge-magenta:hover, a.badge-magenta:focus {
    color: #fff;
    background-color: #b5175e; }
  a.badge-magenta:focus, a.badge-magenta.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(226, 29, 118, 0.5); }

.badge-orange {
  color: #1f1d2c;
  background-color: #f29124; }
  a.badge-orange:hover, a.badge-orange:focus {
    color: #1f1d2c;
    background-color: #d6770d; }
  a.badge-orange:focus, a.badge-orange.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 145, 36, 0.5); }

.badge-green {
  color: #fff;
  background-color: #56b56c; }
  a.badge-green:hover, a.badge-green:focus {
    color: #fff;
    background-color: #429655; }
  a.badge-green:focus, a.badge-green.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.5); }

.badge-blue {
  color: #fff;
  background-color: #5363ab; }
  a.badge-blue:hover, a.badge-blue:focus {
    color: #fff;
    background-color: #424f89; }
  a.badge-blue:focus, a.badge-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(83, 99, 171, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e5e3e3;
  border-radius: 0; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert, .messages {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 600; }

.alert-dismissible {
  padding-right: 4.1875rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary, .messages--primary {
  color: #100f17;
  background-color: #d2d2d5;
  border-color: #c0c0c4; }
  .alert-primary hr, .messages--primary hr {
    border-top-color: #b3b3b8; }
  .alert-primary .alert-link, .messages--primary .alert-link {
    color: black; }

.alert-secondary, .messages--secondary {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-secondary hr, .messages--secondary hr {
    border-top-color: #f2f2f2; }
  .alert-secondary .alert-link, .messages--secondary .alert-link {
    color: #6c6b6b; }

.alert-success, .messages--status {
  color: #2d5e38;
  background-color: #ddf0e2;
  border-color: #d0ead6; }
  .alert-success hr, .messages--status hr {
    border-top-color: #bee2c7; }
  .alert-success .alert-link, .messages--status .alert-link {
    color: #1c3c23; }

.alert-info, .messages--info {
  color: #255d78;
  background-color: #daf0fa;
  border-color: #cbeaf8; }
  .alert-info hr, .messages--info hr {
    border-top-color: #b5e1f5; }
  .alert-info .alert-link, .messages--info .alert-link {
    color: #193f51; }

.alert-warning, .messages--warning {
  color: #857200;
  background-color: #fff8cc;
  border-color: #fff5b8; }
  .alert-warning hr, .messages--warning hr {
    border-top-color: #fff19f; }
  .alert-warning .alert-link, .messages--warning .alert-link {
    color: #524600; }

.alert-danger, .messages--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr, .messages--error hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link, .messages--error .alert-link {
    color: #491217; }

.alert-light, .messages--light {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-light hr, .messages--light hr {
    border-top-color: #f2f2f2; }
  .alert-light .alert-link, .messages--light .alert-link {
    color: #6c6b6b; }

.alert-dark, .messages--dark {
  color: #100f17;
  background-color: #d2d2d5;
  border-color: #c0c0c4; }
  .alert-dark hr, .messages--dark hr {
    border-top-color: #b3b3b8; }
  .alert-dark .alert-link, .messages--dark .alert-link {
    color: black; }

.alert-mid {
  color: #828282;
  background-color: #fefefe;
  border-color: #fefefe; }
  .alert-mid hr {
    border-top-color: #f1f1f1; }
  .alert-mid .alert-link {
    color: #696868; }

.alert-magenta {
  color: #760f3d;
  background-color: #f9d2e4;
  border-color: #f7c0d9; }
  .alert-magenta hr {
    border-top-color: #f4a9cb; }
  .alert-magenta .alert-link {
    color: #490926; }

.alert-orange {
  color: #7e4b13;
  background-color: #fce9d3;
  border-color: #fbe0c2; }
  .alert-orange hr {
    border-top-color: #f9d4aa; }
  .alert-orange .alert-link {
    color: #52310c; }

.alert-green {
  color: #2d5e38;
  background-color: #ddf0e2;
  border-color: #d0ead6; }
  .alert-green hr {
    border-top-color: #bee2c7; }
  .alert-green .alert-link {
    color: #1c3c23; }

.alert-blue {
  color: #2b3359;
  background-color: #dde0ee;
  border-color: #cfd3e7; }
  .alert-blue hr {
    border-top-color: #bec3df; }
  .alert-blue .alert-link {
    color: #1a1f37; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.84375rem;
  background-color: #e5e3e3;
  border-radius: 0; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1f1d2c;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0; }

.list-group-item-action {
  width: 100%;
  color: #707070;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #707070;
    text-decoration: none;
    background-color: #fafafa; }
  .list-group-item-action:active {
    color: #1f1d2c;
    background-color: #e5e3e3; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 2440px) {
  .list-group-horizontal-xxxl {
    flex-direction: row; }
    .list-group-horizontal-xxxl > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxxl > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #100f17;
  background-color: #c0c0c4; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #100f17;
    background-color: #b3b3b8; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #100f17;
    border-color: #100f17; }

.list-group-item-secondary {
  color: #858585;
  background-color: white; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-success {
  color: #2d5e38;
  background-color: #d0ead6; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #2d5e38;
    background-color: #bee2c7; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #2d5e38;
    border-color: #2d5e38; }

.list-group-item-info {
  color: #255d78;
  background-color: #cbeaf8; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #255d78;
    background-color: #b5e1f5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #255d78;
    border-color: #255d78; }

.list-group-item-warning {
  color: #857200;
  background-color: #fff5b8; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #857200;
    background-color: #fff19f; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #857200;
    border-color: #857200; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #858585;
  background-color: white; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-dark {
  color: #100f17;
  background-color: #c0c0c4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #100f17;
    background-color: #b3b3b8; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #100f17;
    border-color: #100f17; }

.list-group-item-mid {
  color: #828282;
  background-color: #fefefe; }
  .list-group-item-mid.list-group-item-action:hover, .list-group-item-mid.list-group-item-action:focus {
    color: #828282;
    background-color: #f1f1f1; }
  .list-group-item-mid.list-group-item-action.active {
    color: #fff;
    background-color: #828282;
    border-color: #828282; }

.list-group-item-magenta {
  color: #760f3d;
  background-color: #f7c0d9; }
  .list-group-item-magenta.list-group-item-action:hover, .list-group-item-magenta.list-group-item-action:focus {
    color: #760f3d;
    background-color: #f4a9cb; }
  .list-group-item-magenta.list-group-item-action.active {
    color: #fff;
    background-color: #760f3d;
    border-color: #760f3d; }

.list-group-item-orange {
  color: #7e4b13;
  background-color: #fbe0c2; }
  .list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #7e4b13;
    background-color: #f9d4aa; }
  .list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #7e4b13;
    border-color: #7e4b13; }

.list-group-item-green {
  color: #2d5e38;
  background-color: #d0ead6; }
  .list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
    color: #2d5e38;
    background-color: #bee2c7; }
  .list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #2d5e38;
    border-color: #2d5e38; }

.list-group-item-blue {
  color: #2b3359;
  background-color: #cfd3e7; }
  .list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
    color: #2b3359;
    background-color: #bec3df; }
  .list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #2b3359;
    border-color: #2b3359; }

.close {
  float: right;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-style: normal;
  font-weight: 200;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-style: normal;
  font-weight: 200;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #1f1d2c; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .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; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #1f1d2c !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #09090d !important; }

.bg-secondary {
  background-color: #fff !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e6e5e5 !important; }

.bg-success {
  background-color: #56b56c !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #429655 !important; }

.bg-info {
  background-color: #47b3e7 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1d9fde !important; }

.bg-warning {
  background-color: #ffdc00 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ccb000 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #fff !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e5e5 !important; }

.bg-dark {
  background-color: #1f1d2c !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #09090d !important; }

.bg-mid {
  background-color: #fafafa !important; }

a.bg-mid:hover, a.bg-mid:focus,
button.bg-mid:hover,
button.bg-mid:focus {
  background-color: #e1e0e0 !important; }

.bg-magenta {
  background-color: #e21d76 !important; }

a.bg-magenta:hover, a.bg-magenta:focus,
button.bg-magenta:hover,
button.bg-magenta:focus {
  background-color: #b5175e !important; }

.bg-orange {
  background-color: #f29124 !important; }

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #d6770d !important; }

.bg-green {
  background-color: #56b56c !important; }

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #429655 !important; }

.bg-blue {
  background-color: #5363ab !important; }

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #424f89 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #fff !important; }

.border-top {
  border-top: 1px solid #fff !important; }

.border-right {
  border-right: 1px solid #fff !important; }

.border-bottom {
  border-bottom: 1px solid #fff !important; }

.border-left {
  border-left: 1px solid #fff !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #1f1d2c !important; }

.border-secondary {
  border-color: #fff !important; }

.border-success {
  border-color: #56b56c !important; }

.border-info {
  border-color: #47b3e7 !important; }

.border-warning {
  border-color: #ffdc00 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #fff !important; }

.border-dark {
  border-color: #1f1d2c !important; }

.border-mid {
  border-color: #fafafa !important; }

.border-magenta {
  border-color: #e21d76 !important; }

.border-orange {
  border-color: #f29124 !important; }

.border-green {
  border-color: #56b56c !important; }

.border-blue {
  border-color: #5363ab !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0 !important; }

.rounded {
  border-radius: 0 !important; }

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-lg {
  border-radius: 0 !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 0 !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 2440px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 2440px) {
  .flex-xxxl-row {
    flex-direction: row !important; }
  .flex-xxxl-column {
    flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    justify-content: center !important; }
  .justify-content-xxxl-between {
    justify-content: space-between !important; }
  .justify-content-xxxl-around {
    justify-content: space-around !important; }
  .align-items-xxxl-start {
    align-items: flex-start !important; }
  .align-items-xxxl-end {
    align-items: flex-end !important; }
  .align-items-xxxl-center {
    align-items: center !important; }
  .align-items-xxxl-baseline {
    align-items: baseline !important; }
  .align-items-xxxl-stretch {
    align-items: stretch !important; }
  .align-content-xxxl-start {
    align-content: flex-start !important; }
  .align-content-xxxl-end {
    align-content: flex-end !important; }
  .align-content-xxxl-center {
    align-content: center !important; }
  .align-content-xxxl-between {
    align-content: space-between !important; }
  .align-content-xxxl-around {
    align-content: space-around !important; }
  .align-content-xxxl-stretch {
    align-content: stretch !important; }
  .align-self-xxxl-auto {
    align-self: auto !important; }
  .align-self-xxxl-start {
    align-self: flex-start !important; }
  .align-self-xxxl-end {
    align-self: flex-end !important; }
  .align-self-xxxl-center {
    align-self: center !important; }
  .align-self-xxxl-baseline {
    align-self: baseline !important; }
  .align-self-xxxl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

@media (min-width: 2440px) {
  .float-xxxl-left {
    float: left !important; }
  .float-xxxl-right {
    float: right !important; }
  .float-xxxl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 501; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 2440px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }
  .m-xxxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxxl-n3 {
    margin: -1rem !important; }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important; }
  .m-xxxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxxl-n5 {
    margin: -3rem !important; }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 2440px) {
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 200 !important; }

.font-weight-lighter {
  font-weight: 200 !important; }

.font-weight-normal {
  font-weight: 200 !important; }

.font-weight-bold {
  font-weight: 600 !important; }

.font-weight-bolder {
  font-weight: 800 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #1f1d2c !important; }

a.text-primary:hover, a.text-primary:focus {
  color: black !important; }

.text-secondary {
  color: #fff !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #d9d9d9 !important; }

.text-success {
  color: #56b56c !important; }

a.text-success:hover, a.text-success:focus {
  color: #3a844b !important; }

.text-info {
  color: #47b3e7 !important; }

a.text-info:hover, a.text-info:focus {
  color: #1a8fc7 !important; }

.text-warning {
  color: #ffdc00 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #b39a00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #fff !important; }

a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important; }

.text-dark {
  color: #1f1d2c !important; }

a.text-dark:hover, a.text-dark:focus {
  color: black !important; }

.text-mid {
  color: #fafafa !important; }

a.text-mid:hover, a.text-mid:focus {
  color: #d4d4d4 !important; }

.text-magenta {
  color: #e21d76 !important; }

a.text-magenta:hover, a.text-magenta:focus {
  color: #9e1453 !important; }

.text-orange {
  color: #f29124 !important; }

a.text-orange:hover, a.text-orange:focus {
  color: #be6a0b !important; }

.text-green {
  color: #56b56c !important; }

a.text-green:hover, a.text-green:focus {
  color: #3a844b !important; }

.text-blue {
  color: #5363ab !important; }

a.text-blue:hover, a.text-blue:focus {
  color: #3a4577 !important; }

.text-body {
  color: #1f1d2c !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #bfbfbf;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge, .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-category a {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #fff; }
  .table .thead-dark th {
    color: inherit;
    border-color: #fff; } }

.components .component-spacer.-borders::before,
.node-spacer.-borders::before,
.term-spacer.-borders::before {
  border-top-color: transparent !important; }

.components .component-spacer.-borders::after,
.node-spacer.-borders::after,
.term-spacer.-borders::after {
  border-bottom-color: transparent; }

.theme-light.components .component-spacer.-borders::before,
.theme-light.components .node-spacer.-borders::before,
.theme-light.components .term-spacer.-borders::before {
  border-top-color: transparent; }

.theme-light.components .component-spacer.-borders::after,
.theme-light.components .node-spacer.-borders::after,
.theme-light.components .term-spacer.-borders::after {
  border-bottom-color: transparent; }

.privacy-modal.ui-dialog.ui-widget.ui-widget-content.ui-front {
  position: fixed !important;
  height: 80vh !important;
  width: 80vw !important;
  top: 10vh !important;
  left: 10vw !important; }

.privacy-modal.ui-dialog .ui-dialog-titlebar {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: flex-end; }

.privacy-modal.ui-dialog .ui-dialog-title {
  display: none !important; }

.privacy-modal.ui-dialog .ui-dialog-titlebar-close {
  position: relative;
  margin: 0;
  width: auto;
  height: auto;
  right: 0; }

.privacy-modal.ui-dialog .ui-icon-closethick {
  margin: 0; }

.privacy-modal.ui-dialog .ui-button-icon-space {
  display: none; }

.privacy-modal.ui-dialog #drupal-modal {
  width: 100% !important;
  max-height: 100% !important; }

.privacy-modal#PrivacyModal {
  display: none; }

.privacy-modal .close {
  float: none;
  opacity: 1;
  background-position: top center;
  background-image: none;
  background-color: transparent;
  color: #1f1d2c;
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  height: auto;
  width: auto;
  position: relative;
  top: auto;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  padding: 0;
  margin: 0 0 0 auto;
  text-align: center;
  text-shadow: none;
  text-indent: 0;
  -webkit-tap-highlight-color: rgba(31, 29, 44, 0); }
  .privacy-modal .close::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    content: "close";
    font-size: 2rem;
    color: #1f1d2c;
    background-color: transparent; }
  .privacy-modal .close:hover, .privacy-modal .close:focus, .privacy-modal .close:active {
    -webkit-tap-highlight-color: rgba(31, 29, 44, 0);
    outline: none;
    border: 0 none transparent;
    box-shadow: none; }
    .privacy-modal .close:hover::before, .privacy-modal .close:focus::before, .privacy-modal .close:active::before {
      color: #fff;
      background-color: #1f1d2c;
      opacity: 1 !important; }

.privacy-modal .modal-header {
  border-color: transparent; }

.privacy-modal .modal-content {
  background-color: transparent;
  border-color: transparent; }

.privacy-modal .modal-body {
  padding: 0; }

.privacy-modal .node {
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times; }
  .privacy-modal .node .components .component-spacer.-borders::before, .privacy-modal .node .components .component-spacer.-borders::after {
    content: none; }
  .privacy-modal .node .components.component-hero > .wrapper {
    padding-top: 0;
    padding-bottom: 0; }
    .privacy-modal .node .components.component-hero > .wrapper > .container-fluid, .privacy-modal .node .components.component-hero > .wrapper > .container-sm, .privacy-modal .node .components.component-hero > .wrapper > .container-md, .privacy-modal .node .components.component-hero > .wrapper > .container-lg, .privacy-modal .node .components.component-hero > .wrapper > .container-xl, .privacy-modal .node .components.component-hero > .wrapper > .container-xxl, .privacy-modal .node .components.component-hero > .wrapper > .container-xxxl {
      padding-bottom: 0;
      min-height: inherit;
      background-image: none !important; }
      .privacy-modal .node .components.component-hero > .wrapper > .container-fluid::before, .privacy-modal .node .components.component-hero > .wrapper > .container-sm::before, .privacy-modal .node .components.component-hero > .wrapper > .container-md::before, .privacy-modal .node .components.component-hero > .wrapper > .container-lg::before, .privacy-modal .node .components.component-hero > .wrapper > .container-xl::before, .privacy-modal .node .components.component-hero > .wrapper > .container-xxl::before, .privacy-modal .node .components.component-hero > .wrapper > .container-xxxl::before {
        content: none; }
      .privacy-modal .node .components.component-hero > .wrapper > .container-fluid > .container, .privacy-modal .node .components.component-hero > .wrapper > .container-sm > .container, .privacy-modal .node .components.component-hero > .wrapper > .container-md > .container, .privacy-modal .node .components.component-hero > .wrapper > .container-lg > .container, .privacy-modal .node .components.component-hero > .wrapper > .container-xl > .container, .privacy-modal .node .components.component-hero > .wrapper > .container-xxl > .container, .privacy-modal .node .components.component-hero > .wrapper > .container-xxxl > .container {
        padding-left: 0;
        padding-right: 0; }
  .privacy-modal .node .components.component-hero .header {
    text-align: left;
    margin-top: 0; }
  .privacy-modal .node .components.component-hero .component-col-content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0; }
  .privacy-modal .node .components.component-hero .body {
    text-align: left;
    min-height: inherit;
    margin-top: 0; }
  @media (min-width: 1200px) {
    .privacy-modal .node .components.component-rich_content-centered .component-col-content {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      margin-bottom: 0; } }
  .privacy-modal .node .components.component-text_group > .wrapper {
    padding-top: 0;
    padding-bottom: 0; }
  .privacy-modal .node .components.component-text_group .header .title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem; }
  .privacy-modal .node .components.component-text_group .component-col-content {
    flex: 0 0 100%;
    max-width: 100%; }
  .privacy-modal .node .components.component-text_group .component-col-body {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem; }

.pager__items {
  margin: 0 auto;
  width: 100%;
  display: flex;
  padding: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .pager__items .pager__item {
    display: flex;
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #7b7b84;
    margin-left: 1rem; }
    .pager__items .pager__item:first-of-type {
      margin-left: 0; }
    .pager__items .pager__item a {
      text-decoration: none;
      font-size: .725rem;
      color: #7b7b84;
      border: 1px solid;
      border-radius: 0;
      padding: 0.45rem 0.7rem; }
      .pager__items .pager__item a:hover {
        text-decoration: none;
        color: #1f1d2c; }
    .pager__items .pager__item.is-active > a {
      color: #1f1d2c; }
    .pager__items .pager__item.pager__item--next a, .pager__items .pager__item.pager__item--previous a {
      font-weight: 900; }

/** Owl Carousel */
.owl-loaded {
  position: relative;
  padding-bottom: 0; }
  .owl-loaded .owl-stage-outer {
    overflow: visible;
    position: relative; }
    .owl-loaded .owl-stage-outer::before, .owl-loaded .owl-stage-outer::after {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      content: "";
      top: 0;
      z-index: 4; }
    .owl-loaded .owl-stage-outer::before {
      background-color: transparent;
      left: -100%; }
    .owl-loaded .owl-stage-outer::after {
      background-color: transparent;
      right: -100%; }
  .owl-loaded .owl-stage {
    display: flex; }
  .owl-loaded .owl-item {
    background-color: transparent;
    display: flex;
    flex: 1;
    opacity: 0.2;
    transition: 250ms ease-in-out all;
    justify-content: center; }
    .owl-loaded .owl-item.active {
      opacity: 1;
      transition: 250ms ease-in-out all; }
    @media (max-width: 991.98px) {
      .owl-loaded .owl-item .field__item > article .node-container-fluid .col-12,
      .owl-loaded .owl-item .field__item > article .term-container-fluid .col-12,
      .owl-loaded .owl-item .field__item > article .card-container-fluid .col-12 {
        padding-left: 0;
        padding-right: 0; }
      .owl-loaded .owl-item .field__item > article .node-headings, .owl-loaded .owl-item .field__item > article .node-footer, .owl-loaded .owl-item .field__item > article .node-cta,
      .owl-loaded .owl-item .field__item > article .term-headings,
      .owl-loaded .owl-item .field__item > article .term-footer,
      .owl-loaded .owl-item .field__item > article .term-cta,
      .owl-loaded .owl-item .field__item > article .card-headings,
      .owl-loaded .owl-item .field__item > article .card-footer,
      .owl-loaded .owl-item .field__item > article .card-cta {
        padding-left: 0;
        padding-right: 0; } }
    .owl-loaded .owl-item > article {
      max-width: 100%; }
      .owl-loaded .owl-item > article > .field {
        max-width: 100%; }
        .owl-loaded .owl-item > article > .field img {
          max-width: 100%;
          height: auto; }
  .owl-loaded .owl-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem; }
    .owl-loaded .owl-nav.disabled {
      display: none; }
    .owl-loaded .owl-nav .owl-prev,
    .owl-loaded .owl-nav .owl-next {
      background-color: transparent;
      border: 0 none transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      margin: 0;
      line-height: 1; }
      .owl-loaded .owl-nav .owl-prev span,
      .owl-loaded .owl-nav .owl-next span {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0;
        line-height: 1;
        padding: 1rem 1.5rem;
        color: unset;
        background-color: transparent;
        margin: 0;
        visibility: hidden; }
        .owl-loaded .owl-nav .owl-prev span::after,
        .owl-loaded .owl-nav .owl-next span::after {
          font-family: "Material Icons";
          font-weight: normal;
          font-style: normal;
          font-size: 24px;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          /* Support for all WebKit browsers. */
          -webkit-font-smoothing: antialiased;
          /* Support for Safari and Chrome. */
          text-rendering: optimizeLegibility;
          /* Support for Firefox. */
          -moz-osx-font-smoothing: grayscale;
          /* Support for IE. */
          font-feature-settings: 'liga';
          font-size: 1.5rem;
          color: inherit;
          visibility: visible; }
      .owl-loaded .owl-nav .owl-prev.active span, .owl-loaded .owl-nav .owl-prev:hover span,
      .owl-loaded .owl-nav .owl-next.active span,
      .owl-loaded .owl-nav .owl-next:hover span {
        color: #1f1d2c; }
      .owl-loaded .owl-nav .owl-prev:focus,
      .owl-loaded .owl-nav .owl-next:focus {
        outline: none; }
    .owl-loaded .owl-nav .owl-prev span::after {
      content: "arrow_back"; }
    .owl-loaded .owl-nav .owl-next span::after {
      content: "arrow_forward"; }
  .owl-loaded .owl-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 0;
    width: calc(100% - 10rem);
    z-index: 3;
    left: 5rem; }
    .owl-loaded .owl-dots.disabled {
      display: none; }
    .owl-loaded .owl-dots .owl-dot {
      background-color: transparent;
      border: 0 none transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      margin: 0;
      line-height: 1; }
      .owl-loaded .owl-dots .owl-dot span {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        line-height: 1;
        padding: 0.5rem;
        opacity: 0.5;
        color: unset;
        background-color: transparent;
        margin: 0; }
        @media (max-width: 991.98px) {
          .owl-loaded .owl-dots .owl-dot span {
            font-size: 8px;
            padding: 8px; } }
        .owl-loaded .owl-dots .owl-dot span::after {
          content: "lens";
          font-family: "Material Icons";
          font-weight: normal;
          font-style: normal;
          font-size: 24px;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          /* Support for all WebKit browsers. */
          -webkit-font-smoothing: antialiased;
          /* Support for Safari and Chrome. */
          text-rendering: optimizeLegibility;
          /* Support for Firefox. */
          -moz-osx-font-smoothing: grayscale;
          /* Support for IE. */
          font-feature-settings: 'liga';
          font-size: inherit;
          color: inherit; }
      .owl-loaded .owl-dots .owl-dot.active span, .owl-loaded .owl-dots .owl-dot:hover span {
        opacity: 1;
        color: #1f1d2c; }
      .owl-loaded .owl-dots .owl-dot:focus {
        outline: none; }

.goto {
  padding: 0.6rem 1.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.625rem;
  border-width: 1px;
  display: inline-flex;
  white-space: nowrap;
  transition: all 0.2s ease-in-out; }
  .goto .material-icons {
    font-size: 1.2rem;
    line-height: 1;
    vertical-align: middle; }
  .goto.goto-element {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    transition: 250ms ease-in-out all; }
    .goto.goto-element:hover, .goto.goto-element:focus, .goto.goto-element:active {
      outline: none;
      text-decoration: none;
      transition: 250ms ease-in-out all; }
  .goto.goto-destination {
    text-transform: uppercase;
    display: inline-flex;
    padding: 0.375rem 0.75rem;
    margin: 1rem 0;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1px;
    align-items: center;
    transition: 250ms ease-in-out all; }
    .goto.goto-destination:hover, .goto.goto-destination:focus, .goto.goto-destination:active {
      outline: none;
      text-decoration: none;
      transition: 250ms ease-in-out all; }
    .goto.goto-destination::before {
      content: "arrow_backward";
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      font-size: 1.125rem;
      display: flex;
      align-items: center;
      line-height: 1.4;
      padding-left: 0.5rem;
      max-width: 2rem; }
    .goto.goto-destination .text-label {
      margin-top: 2px; }
  .goto.goto-video-modal {
    position: relative; }
    .goto.goto-video-modal.btn::after, .path-user #auth_box #middle_part .goto.goto-video-modal#edit-submit::after {
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      content: "arrow_forward";
      font-size: 1.125rem;
      font-weight: 600;
      vertical-align: middle;
      padding-left: 0.5rem; }
    .goto.goto-video-modal.-rounded {
      display: block;
      position: relative; }
      .goto.goto-video-modal.-rounded .controls {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .goto.goto-video-modal.-rounded .controls .play-pause {
          width: 3rem;
          height: 3rem;
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 512 512' fill='%23fff' stroke='%23ffffff'%3e%3cg id='SVGRepo_bgCarrier' stroke-width='0'/%3e%3cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3e%3cg id='SVGRepo_iconCarrier'%3e%3cpolygon points='128 448 384 256 128 64 128 448'/%3e%3c/g%3e%3c/svg%3e");
          background-repeat: no-repeat;
          background-position-x: 57%;
          background-position-y: 50%;
          background-size: 3rem;
          padding: 3rem;
          border-radius: 100%;
          border: none;
          background-color: #000;
          transition: all 0.2s ease-in-out; }
          @media (max-width: 767.98px) {
            .goto.goto-video-modal.-rounded .controls .play-pause {
              background-size: calc(3rem * 0.8);
              padding: calc(3rem * 0.8); } }
          .goto.goto-video-modal.-rounded .controls .play-pause:hover {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 512 512' fill='%23000' stroke='%23ffffff'%3e%3cg id='SVGRepo_bgCarrier' stroke-width='0'/%3e%3cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3e%3cg id='SVGRepo_iconCarrier'%3e%3cpolygon points='128 448 384 256 128 64 128 448'/%3e%3c/g%3e%3c/svg%3e");
            background-color: #fff; }
          .goto.goto-video-modal.-rounded .controls .play-pause:active {
            background-color: #09090d; }
          .goto.goto-video-modal.-rounded .controls .play-pause:focus {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 512 512' fill='%23fff' stroke='%23ffffff'%3e%3cg id='SVGRepo_bgCarrier' stroke-width='0'/%3e%3cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3e%3cg id='SVGRepo_iconCarrier'%3e%3cpolygon points='128 448 384 256 128 64 128 448'/%3e%3c/g%3e%3c/svg%3e");
            background-color: #09090d;
            box-shadow: 0 0 0 0.4rem rgba(31, 29, 44, 0.5); }

a.goto:hover {
  text-decoration: none; }

.ui-dialog {
  /* Component containers
----------------------------------*/
  /* Interaction states
  ----------------------------------*/
  /* Interaction Cues
  ----------------------------------*/
  /* states and images */
  /* Corner radius */ }
  .ui-dialog .ui-dialog-titlebar {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;
    border-radius: 0;
    background: #f3f4ee;
    font-weight: bold;
    padding: .4em 1em;
    position: relative; }
  .ui-dialog .ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0; }
  .ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative; }
  .ui-dialog .ui-dialog-title {
    float: none;
    margin: 0;
    width: auto;
    background: transparent;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px; }
  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto; }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em; }
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right; }
  .ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer; }
  .ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0; }
  .ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0; }
  .ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0; }
  .ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0; }
  .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px; }
  .ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0; }
  .ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0; }
  .ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0; }
  .ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0; }
  .ui-dialog .ui-draggable .ui-dialog-titlebar {
    cursor: move; }
  .ui-dialog .ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em; }
  .ui-dialog .ui-widget .ui-widget {
    font-size: 1em; }
  .ui-dialog .ui-widget input,
  .ui-dialog .ui-widget select,
  .ui-dialog .ui-widget textarea,
  .ui-dialog .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em; }
  .ui-dialog.ui-widget.ui-widget-content {
    border: 0 none transparent;
    background-color: transparent; }
  .ui-dialog .ui-widget-content {
    width: 90vw !important;
    height: 90vh !important;
    min-height: 0;
    max-height: none;
    border: 0 none transparent;
    background: transparent;
    padding: 0;
    overflow: auto;
    color: #1f1d2c; }
  .ui-dialog .ui-widget-content a {
    color: #1f1d2c; }
  .ui-dialog .ui-widget-header {
    border: 0 none transparent;
    color: #1f1d2c;
    font-weight: 600;
    background-color: transparent;
    padding: 0;
    position: absolute;
    z-index: 200;
    width: 100%; }
  .ui-dialog .ui-widget-header a {
    color: #333333; }
  .ui-dialog .ui-state-default,
  .ui-dialog .ui-widget-content .ui-state-default,
  .ui-dialog .ui-widget-header .ui-state-default,
  .ui-dialog .ui-button,
  .ui-dialog html .ui-button.ui-state-disabled:hover,
  .ui-dialog html .ui-button.ui-state-disabled:active {
    border-radius: 0;
    border: 0 none transparent;
    background: transparent;
    font-weight: normal;
    padding: 0;
    height: 2rem;
    width: 2rem; }
  .ui-dialog .ui-state-default a,
  .ui-dialog .ui-state-default a:link,
  .ui-dialog .ui-state-default a:visited,
  .ui-dialog a.ui-button,
  .ui-dialog a:link.ui-button,
  .ui-dialog a:visited.ui-button,
  .ui-dialog .ui-button {
    color: #454545;
    text-decoration: none; }
  .ui-dialog .ui-state-hover,
  .ui-dialog .ui-widget-content .ui-state-hover,
  .ui-dialog .ui-widget-header .ui-state-hover,
  .ui-dialog .ui-state-focus,
  .ui-dialog .ui-widget-content .ui-state-focus,
  .ui-dialog .ui-widget-header .ui-state-focus,
  .ui-dialog .ui-button:hover,
  .ui-dialog .ui-button:focus {
    border: 0 none transparent;
    background: transparent;
    font-weight: 200;
    color: #1f1d2c;
    outline: none; }
  .ui-dialog .ui-state-hover a,
  .ui-dialog .ui-state-hover a:hover,
  .ui-dialog .ui-state-hover a:link,
  .ui-dialog .ui-state-hover a:visited,
  .ui-dialog .ui-state-focus a,
  .ui-dialog .ui-state-focus a:hover,
  .ui-dialog .ui-state-focus a:link,
  .ui-dialog .ui-state-focus a:visited,
  .ui-dialog a.ui-button:hover,
  .ui-dialog a.ui-button:focus {
    color: #1f1d2c;
    text-decoration: none; }
  .ui-dialog .ui-visual-focus {
    box-shadow: none; }
  .ui-dialog .ui-state-active,
  .ui-dialog .ui-widget-content .ui-state-active,
  .ui-dialog .ui-widget-header .ui-state-active,
  .ui-dialog a.ui-button:active,
  .ui-dialog .ui-button:active,
  .ui-dialog .ui-button.ui-state-active:hover {
    border: 0 none transparent;
    background: transparent;
    font-weight: normal;
    color: #fff; }
  .ui-dialog .ui-icon-background,
  .ui-dialog .ui-state-active .ui-icon-background {
    border: 0 none transparent;
    background: transparent; }
  .ui-dialog .ui-state-active a,
  .ui-dialog .ui-state-active a:link,
  .ui-dialog .ui-state-active a:visited {
    color: #fff;
    text-decoration: none; }
  .ui-dialog .ui-state-highlight,
  .ui-dialog .ui-widget-content .ui-state-highlight,
  .ui-dialog .ui-widget-header .ui-state-highlight {
    border: 0 none transparent;
    background: transparent;
    color: #fff; }
  .ui-dialog .ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90; }
  .ui-dialog .ui-state-highlight a,
  .ui-dialog .ui-widget-content .ui-state-highlight a,
  .ui-dialog .ui-widget-header .ui-state-highlight a {
    color: #fff; }
  .ui-dialog .ui-state-error,
  .ui-dialog .ui-widget-content .ui-state-error,
  .ui-dialog .ui-widget-header .ui-state-error {
    border: 0 none transparent;
    background: transparent;
    color: #fff; }
  .ui-dialog .ui-state-error a,
  .ui-dialog .ui-widget-content .ui-state-error a,
  .ui-dialog .ui-widget-header .ui-state-error a {
    color: #fff; }
  .ui-dialog .ui-state-error-text,
  .ui-dialog .ui-widget-content .ui-state-error-text,
  .ui-dialog .ui-widget-header .ui-state-error-text {
    color: #fff; }
  .ui-dialog .ui-priority-primary,
  .ui-dialog .ui-widget-content .ui-priority-primary,
  .ui-dialog .ui-widget-header .ui-priority-primary {
    font-weight: 600; }
  .ui-dialog .ui-priority-secondary,
  .ui-dialog .ui-widget-content .ui-priority-secondary,
  .ui-dialog .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal; }
  .ui-dialog .ui-state-disabled,
  .ui-dialog .ui-widget-content .ui-state-disabled,
  .ui-dialog .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none; }
  .ui-dialog .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */ }
  .ui-dialog .ui-icon {
    width: 1rem;
    height: 1rem; }
  .ui-dialog .ui-icon,
  .ui-dialog .ui-widget-content .ui-icon, .ui-dialog .ui-widget-header .ui-icon, .ui-dialog .ui-state-hover .ui-icon,
  .ui-dialog .ui-state-focus .ui-icon,
  .ui-dialog .ui-button:hover .ui-icon,
  .ui-dialog .ui-button:focus .ui-icon, .ui-dialog .ui-state-active .ui-icon,
  .ui-dialog .ui-button:active .ui-icon, .ui-dialog .ui-state-highlight .ui-icon,
  .ui-dialog .ui-button .ui-state-highlight.ui-icon, .ui-dialog .ui-state-error .ui-icon,
  .ui-dialog .ui-state-error-text .ui-icon, .ui-dialog .ui-button .ui-icon {
    background-image: none; }
  .ui-dialog .ui-icon-close {
    background-position: -80px -128px; }
  .ui-dialog .ui-icon-closethick {
    background-position: top center;
    background-image: none;
    background-color: transparent;
    color: #1f1d2c;
    font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
    font-size: 2rem;
    font-weight: 400;
    display: flex;
    height: auto;
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    margin-left: -0.5rem;
    margin-top: 0;
    text-align: center;
    text-shadow: none;
    text-indent: 0;
    -webkit-tap-highlight-color: rgba(31, 29, 44, 0); }
    .ui-dialog .ui-icon-closethick::before {
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      content: "close";
      font-size: 2rem;
      color: #1f1d2c;
      background-color: transparent; }
    .ui-dialog .ui-icon-closethick:hover, .ui-dialog .ui-icon-closethick:focus, .ui-dialog .ui-icon-closethick:active {
      -webkit-tap-highlight-color: rgba(31, 29, 44, 0);
      outline: none;
      border: 0 none transparent;
      box-shadow: none; }
      .ui-dialog .ui-icon-closethick:hover::before, .ui-dialog .ui-icon-closethick:focus::before, .ui-dialog .ui-icon-closethick:active::before {
        color: #fff;
        background-color: #1f1d2c; }
  .ui-dialog .ui-corner-all, .ui-dialog .ui-corner-top, .ui-dialog .ui-corner-left, .ui-dialog .ui-corner-right, .ui-dialog .ui-corner-bottom, .ui-dialog .ui-corner-tl, .ui-dialog .ui-corner-tr, .ui-dialog .ui-corner-bl, .ui-dialog .ui-corner-br {
    border-radius: 0; }
  .ui-dialog.media-video-modal .ui-widget-content .media--view-mode-modal {
    height: 100%; }
    .ui-dialog.media-video-modal .ui-widget-content .media--view-mode-modal .field__item {
      height: 100%; }
      .ui-dialog.media-video-modal .ui-widget-content .media--view-mode-modal .field__item .media-oembed-content {
        display: block;
        max-width: 100% !important;
        height: 100% !important; }

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  background-color: rgba(31, 29, 44, 0.9) !important;
  opacity: 1; }

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666666;
  box-shadow: 0 0 5px #666666; }

.btn, .path-user #auth_box #middle_part #edit-submit {
  display: inline-block;
  color: #1f1d2c;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  background-color: transparent;
  outline: none; }
  .btn:hover, .path-user #auth_box #middle_part #edit-submit:hover, .btn:focus, .path-user #auth_box #middle_part #edit-submit:focus, .btn:active, .path-user #auth_box #middle_part #edit-submit:active {
    color: #1f1d2c; }

button[data-toggle="collapse"]:not(.collapsed).item--show, button[data-toggle="collapse"]:not(.collapsed) .item--show, .btn[data-toggle="collapse"]:not(.collapsed).item--show, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"]:not(.collapsed).item--show, .btn[data-toggle="collapse"]:not(.collapsed) .item--show, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"]:not(.collapsed) .item--show, .button[data-toggle="collapse"]:not(.collapsed).item--show, .button[data-toggle="collapse"]:not(.collapsed) .item--show {
  display: none !important; }

button[data-toggle="collapse"].collapsed.item--hide, button[data-toggle="collapse"].collapsed .item--hide, .btn[data-toggle="collapse"].collapsed.item--hide, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"].collapsed.item--hide, .btn[data-toggle="collapse"].collapsed .item--hide, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"].collapsed .item--hide, .button[data-toggle="collapse"].collapsed.item--hide, .button[data-toggle="collapse"].collapsed .item--hide {
  display: none !important; }

.goto {
  text-transform: uppercase;
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  display: inline-flex; }
  .goto .text-label {
    font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times; }
  .goto.goto-video-modal {
    padding: 0; }
    .goto.goto-video-modal::before {
      content: none !important; }
    .goto.goto-video-modal.-rounded {
      display: block;
      position: relative; }
      .goto.goto-video-modal.-rounded .thumbnail {
        opacity: 1;
        transition: opacity 200ms ease-in-out; }
      .goto.goto-video-modal.-rounded:hover .thumbnail, .goto.goto-video-modal.-rounded:focus .thumbnail, .goto.goto-video-modal.-rounded:active .thumbnail {
        opacity: 0.5;
        transition: opacity 200ms ease-in-out; }
      .goto.goto-video-modal.-rounded:hover::after, .goto.goto-video-modal.-rounded:focus::after, .goto.goto-video-modal.-rounded:active::after {
        background: none transparent;
        box-shadow: none; }

/* override globals/jquery-ui.scss property on cws */
.ui-dialog .ui-icon-closethick::before {
  color: #fff;
  background-color: #000; }

.ui-dialog .ui-icon-closethick:hover::before, .ui-dialog .ui-icon-closethick:focus::before, .ui-dialog .ui-icon-closethick:active::before {
  color: #000;
  background-color: #fff; }

.dialog-off-canvas-main-canvas {
  max-width: 100%;
  min-width: 300px; }

.visually-hidden {
  display: none; }

*:focus {
  outline: none; }

.btn, .path-user #auth_box #middle_part #edit-submit {
  display: inline-block;
  font-weight: 600;
  color: #1f1d2c;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.6rem 1.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.625rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .path-user #auth_box #middle_part #edit-submit {
      transition: none; } }
  .btn:hover, .path-user #auth_box #middle_part #edit-submit:hover {
    color: #1f1d2c;
    text-decoration: none; }
  .btn:focus, .path-user #auth_box #middle_part #edit-submit:focus, .btn.focus, .path-user #auth_box #middle_part .focus#edit-submit {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.25); }
  .btn.disabled, .path-user #auth_box #middle_part .disabled#edit-submit, .btn:disabled, .path-user #auth_box #middle_part #edit-submit:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .path-user #auth_box #middle_part #edit-submit:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled, .path-user #auth_box #middle_part a.disabled#edit-submit,
fieldset:disabled a.btn,
fieldset:disabled .path-user #auth_box #middle_part a#edit-submit,
.path-user #auth_box #middle_part fieldset:disabled a#edit-submit {
  pointer-events: none; }

.btn-primary, .path-user #auth_box #middle_part #edit-submit {
  color: #fff;
  background-color: #1f1d2c;
  border-color: #1f1d2c; }
  .btn-primary:hover, .path-user #auth_box #middle_part #edit-submit:hover {
    color: #fff;
    background-color: #0f0e15;
    border-color: #09090d; }
  .btn-primary:focus, .path-user #auth_box #middle_part #edit-submit:focus, .btn-primary.focus, .path-user #auth_box #middle_part .focus#edit-submit {
    color: #fff;
    background-color: #0f0e15;
    border-color: #09090d;
    box-shadow: 0 0 0 0.2rem rgba(65, 63, 76, 0.5); }
  .btn-primary.disabled, .path-user #auth_box #middle_part .disabled#edit-submit, .btn-primary:disabled, .path-user #auth_box #middle_part #edit-submit:disabled {
    color: #fff;
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
  .btn-primary:not(:disabled):not(.disabled):active, .path-user #auth_box #middle_part #edit-submit:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .path-user #auth_box #middle_part #edit-submit:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .path-user #auth_box #middle_part .show > .dropdown-toggle#edit-submit {
    color: #fff;
    background-color: #09090d;
    border-color: #040406; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .path-user #auth_box #middle_part #edit-submit:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .path-user #auth_box #middle_part #edit-submit:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .path-user #auth_box #middle_part .show > .dropdown-toggle#edit-submit:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 63, 76, 0.5); }

.btn-secondary {
  color: #1f1d2c;
  background-color: #fff;
  border-color: #fff; }
  .btn-secondary:hover {
    color: #1f1d2c;
    background-color: #ececec;
    border-color: #e6e5e5; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #1f1d2c;
    background-color: #ececec;
    border-color: #e6e5e5;
    box-shadow: 0 0 0 0.2rem rgba(221, 221, 223, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #1f1d2c;
    background-color: #fff;
    border-color: #fff; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #1f1d2c;
    background-color: #e6e5e5;
    border-color: #dfdfdf; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(221, 221, 223, 0.5); }

.btn-success {
  color: #fff;
  background-color: #56b56c;
  border-color: #56b56c; }
  .btn-success:hover {
    color: #fff;
    background-color: #469f5a;
    border-color: #429655; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #469f5a;
    border-color: #429655;
    box-shadow: 0 0 0 0.2rem rgba(111, 192, 130, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #56b56c;
    border-color: #56b56c; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #429655;
    border-color: #3e8d50; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 192, 130, 0.5); }

.btn-info {
  color: #1f1d2c;
  background-color: #47b3e7;
  border-color: #47b3e7; }
  .btn-info:hover {
    color: #fff;
    background-color: #25a5e3;
    border-color: #1d9fde; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #25a5e3;
    border-color: #1d9fde;
    box-shadow: 0 0 0 0.2rem rgba(65, 157, 203, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #1f1d2c;
    background-color: #47b3e7;
    border-color: #47b3e7; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1d9fde;
    border-color: #1b97d3; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 157, 203, 0.5); }

.btn-warning {
  color: #1f1d2c;
  background-color: #ffdc00;
  border-color: #ffdc00; }
  .btn-warning:hover {
    color: #1f1d2c;
    background-color: #d9bb00;
    border-color: #ccb000; }
  .btn-warning:focus, .btn-warning.focus {
    color: #1f1d2c;
    background-color: #d9bb00;
    border-color: #ccb000;
    box-shadow: 0 0 0 0.2rem rgba(221, 191, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #1f1d2c;
    background-color: #ffdc00;
    border-color: #ffdc00; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #1f1d2c;
    background-color: #ccb000;
    border-color: #bfa500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(221, 191, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #1f1d2c;
  background-color: #fff;
  border-color: #fff; }
  .btn-light:hover {
    color: #1f1d2c;
    background-color: #ececec;
    border-color: #e6e5e5; }
  .btn-light:focus, .btn-light.focus {
    color: #1f1d2c;
    background-color: #ececec;
    border-color: #e6e5e5;
    box-shadow: 0 0 0 0.2rem rgba(221, 221, 223, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #1f1d2c;
    background-color: #fff;
    border-color: #fff; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #1f1d2c;
    background-color: #e6e5e5;
    border-color: #dfdfdf; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(221, 221, 223, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #1f1d2c;
  border-color: #1f1d2c; }
  .btn-dark:hover {
    color: #fff;
    background-color: #0f0e15;
    border-color: #09090d; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #0f0e15;
    border-color: #09090d;
    box-shadow: 0 0 0 0.2rem rgba(65, 63, 76, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #09090d;
    border-color: #040406; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 63, 76, 0.5); }

.btn-mid {
  color: #1f1d2c;
  background-color: #fafafa;
  border-color: #fafafa; }
  .btn-mid:hover {
    color: #1f1d2c;
    background-color: #e7e7e7;
    border-color: #e1e0e0; }
  .btn-mid:focus, .btn-mid.focus {
    color: #1f1d2c;
    background-color: #e7e7e7;
    border-color: #e1e0e0;
    box-shadow: 0 0 0 0.2rem rgba(217, 217, 219, 0.5); }
  .btn-mid.disabled, .btn-mid:disabled {
    color: #1f1d2c;
    background-color: #fafafa;
    border-color: #fafafa; }
  .btn-mid:not(:disabled):not(.disabled):active, .btn-mid:not(:disabled):not(.disabled).active,
  .show > .btn-mid.dropdown-toggle {
    color: #1f1d2c;
    background-color: #e1e0e0;
    border-color: #dadada; }
    .btn-mid:not(:disabled):not(.disabled):active:focus, .btn-mid:not(:disabled):not(.disabled).active:focus,
    .show > .btn-mid.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(217, 217, 219, 0.5); }

.btn-magenta {
  color: #fff;
  background-color: #e21d76;
  border-color: #e21d76; }
  .btn-magenta:hover {
    color: #fff;
    background-color: #c01964;
    border-color: #b5175e; }
  .btn-magenta:focus, .btn-magenta.focus {
    color: #fff;
    background-color: #c01964;
    border-color: #b5175e;
    box-shadow: 0 0 0 0.2rem rgba(230, 63, 139, 0.5); }
  .btn-magenta.disabled, .btn-magenta:disabled {
    color: #fff;
    background-color: #e21d76;
    border-color: #e21d76; }
  .btn-magenta:not(:disabled):not(.disabled):active, .btn-magenta:not(:disabled):not(.disabled).active,
  .show > .btn-magenta.dropdown-toggle {
    color: #fff;
    background-color: #b5175e;
    border-color: #aa1659; }
    .btn-magenta:not(:disabled):not(.disabled):active:focus, .btn-magenta:not(:disabled):not(.disabled).active:focus,
    .show > .btn-magenta.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(230, 63, 139, 0.5); }

.btn-orange {
  color: #1f1d2c;
  background-color: #f29124;
  border-color: #f29124; }
  .btn-orange:hover {
    color: #fff;
    background-color: #e27e0d;
    border-color: #d6770d; }
  .btn-orange:focus, .btn-orange.focus {
    color: #fff;
    background-color: #e27e0d;
    border-color: #d6770d;
    box-shadow: 0 0 0 0.2rem rgba(210, 128, 37, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #1f1d2c;
    background-color: #f29124;
    border-color: #f29124; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #d6770d;
    border-color: #ca710c; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(210, 128, 37, 0.5); }

.btn-green {
  color: #fff;
  background-color: #56b56c;
  border-color: #56b56c; }
  .btn-green:hover {
    color: #fff;
    background-color: #469f5a;
    border-color: #429655; }
  .btn-green:focus, .btn-green.focus {
    color: #fff;
    background-color: #469f5a;
    border-color: #429655;
    box-shadow: 0 0 0 0.2rem rgba(111, 192, 130, 0.5); }
  .btn-green.disabled, .btn-green:disabled {
    color: #fff;
    background-color: #56b56c;
    border-color: #56b56c; }
  .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
  .show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #429655;
    border-color: #3e8d50; }
    .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 192, 130, 0.5); }

.btn-blue {
  color: #fff;
  background-color: #5363ab;
  border-color: #5363ab; }
  .btn-blue:hover {
    color: #fff;
    background-color: #475491;
    border-color: #424f89; }
  .btn-blue:focus, .btn-blue.focus {
    color: #fff;
    background-color: #475491;
    border-color: #424f89;
    box-shadow: 0 0 0 0.2rem rgba(109, 122, 184, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #5363ab;
    border-color: #5363ab; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #424f89;
    border-color: #3e4a80; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(109, 122, 184, 0.5); }

.btn-outline-primary {
  color: #1f1d2c;
  border-color: #1f1d2c; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1f1d2c;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.5); }

.btn-outline-secondary {
  color: #fff;
  border-color: #fff; }
  .btn-outline-secondary:hover {
    color: #1f1d2c;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #1f1d2c;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-success {
  color: #56b56c;
  border-color: #56b56c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #56b56c;
    border-color: #56b56c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #56b56c;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #56b56c;
    border-color: #56b56c; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.5); }

.btn-outline-info {
  color: #47b3e7;
  border-color: #47b3e7; }
  .btn-outline-info:hover {
    color: #1f1d2c;
    background-color: #47b3e7;
    border-color: #47b3e7; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(71, 179, 231, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #47b3e7;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #1f1d2c;
    background-color: #47b3e7;
    border-color: #47b3e7; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(71, 179, 231, 0.5); }

.btn-outline-warning {
  color: #ffdc00;
  border-color: #ffdc00; }
  .btn-outline-warning:hover {
    color: #1f1d2c;
    background-color: #ffdc00;
    border-color: #ffdc00; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 220, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffdc00;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #1f1d2c;
    background-color: #ffdc00;
    border-color: #ffdc00; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 220, 0, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #fff;
  border-color: #fff; }
  .btn-outline-light:hover {
    color: #1f1d2c;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #1f1d2c;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-dark {
  color: #1f1d2c;
  border-color: #1f1d2c; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #1f1d2c;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.5); }

.btn-outline-mid {
  color: #fafafa;
  border-color: #fafafa; }
  .btn-outline-mid:hover {
    color: #1f1d2c;
    background-color: #fafafa;
    border-color: #fafafa; }
  .btn-outline-mid:focus, .btn-outline-mid.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5); }
  .btn-outline-mid.disabled, .btn-outline-mid:disabled {
    color: #fafafa;
    background-color: transparent; }
  .btn-outline-mid:not(:disabled):not(.disabled):active, .btn-outline-mid:not(:disabled):not(.disabled).active,
  .show > .btn-outline-mid.dropdown-toggle {
    color: #1f1d2c;
    background-color: #fafafa;
    border-color: #fafafa; }
    .btn-outline-mid:not(:disabled):not(.disabled):active:focus, .btn-outline-mid:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-mid.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5); }

.btn-outline-magenta {
  color: #e21d76;
  border-color: #e21d76; }
  .btn-outline-magenta:hover {
    color: #fff;
    background-color: #e21d76;
    border-color: #e21d76; }
  .btn-outline-magenta:focus, .btn-outline-magenta.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 29, 118, 0.5); }
  .btn-outline-magenta.disabled, .btn-outline-magenta:disabled {
    color: #e21d76;
    background-color: transparent; }
  .btn-outline-magenta:not(:disabled):not(.disabled):active, .btn-outline-magenta:not(:disabled):not(.disabled).active,
  .show > .btn-outline-magenta.dropdown-toggle {
    color: #fff;
    background-color: #e21d76;
    border-color: #e21d76; }
    .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-magenta.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(226, 29, 118, 0.5); }

.btn-outline-orange {
  color: #f29124;
  border-color: #f29124; }
  .btn-outline-orange:hover {
    color: #1f1d2c;
    background-color: #f29124;
    border-color: #f29124; }
  .btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 145, 36, 0.5); }
  .btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #f29124;
    background-color: transparent; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #1f1d2c;
    background-color: #f29124;
    border-color: #f29124; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 145, 36, 0.5); }

.btn-outline-green {
  color: #56b56c;
  border-color: #56b56c; }
  .btn-outline-green:hover {
    color: #fff;
    background-color: #56b56c;
    border-color: #56b56c; }
  .btn-outline-green:focus, .btn-outline-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.5); }
  .btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #56b56c;
    background-color: transparent; }
  .btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #56b56c;
    border-color: #56b56c; }
    .btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.5); }

.btn-outline-blue {
  color: #5363ab;
  border-color: #5363ab; }
  .btn-outline-blue:hover {
    color: #fff;
    background-color: #5363ab;
    border-color: #5363ab; }
  .btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(83, 99, 171, 0.5); }
  .btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #5363ab;
    background-color: transparent; }
  .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #5363ab;
    border-color: #5363ab; }
    .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(83, 99, 171, 0.5); }

.btn-link {
  font-weight: 200;
  color: #fff;
  text-decoration: none; }
  .btn-link:hover {
    color: #d9d9d9;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .path-user #auth_box #middle_part .btn-group-lg > #edit-submit {
  padding: 0.5rem 1rem;
  font-size: 2.25rem;
  line-height: 2;
  border-radius: 0.625rem; }

.btn-sm, .btn-group-sm > .btn, .path-user #auth_box #middle_part .btn-group-sm > #edit-submit {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.1;
  border-radius: 0.625rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.goto:not(.goto-video-modal) {
  padding: 0.75rem 3.25rem;
  display: flex;
  flex-direction: column;
  border: solid 0.25rem;
  border-radius: 0;
  white-space: break-spaces;
  background-color: #fff;
  border-color: #fff; }
  .goto:not(.goto-video-modal) .text-label {
    font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
    font-size: 1.375rem !important;
    font-style: normal;
    line-height: 1;
    text-align: center; }
  .goto:not(.goto-video-modal)::after {
    content: none !important; }
  .goto:not(.goto-video-modal) .text-label {
    color: #1f1d2c; }
  .goto:not(.goto-video-modal):hover {
    background-color: #fff;
    border-color: #1f1d2c; }
    .goto:not(.goto-video-modal):hover .text-label {
      color: #1f1d2c; }
  .goto:not(.goto-video-modal):focus, .goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #fff; }
    .goto:not(.goto-video-modal):focus .text-label, .goto:not(.goto-video-modal):active .text-label {
      color: #fff; }

.goto.goto-video-modal.-rounded::after {
  background: none transparent;
  padding: 0;
  font-size: 3rem;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem); }

.goto-store-container {
  width: fit-content;
  margin: 1.5rem 0; }

.theme-dark .goto {
  background-color: #fff;
  border-color: #fff; }
  .theme-dark .goto .text-label {
    color: #1f1d2c; }
  .theme-dark .goto:hover {
    background-color: #fff;
    border-color: #1f1d2c; }
    .theme-dark .goto:hover .text-label {
      color: #1f1d2c; }
  .theme-dark .goto:focus, .theme-dark .goto:active {
    background-color: transparent;
    border-color: #fff; }
    .theme-dark .goto:focus .text-label, .theme-dark .goto:active .text-label {
      color: #fff; }

.theme-dark-magenta .goto {
  background-color: #e21d76;
  border-color: #e21d76; }
  .theme-dark-magenta .goto .text-label {
    color: #fff; }
  .theme-dark-magenta .goto:hover {
    background-color: #e21d76;
    border-color: #fff; }
    .theme-dark-magenta .goto:hover .text-label {
      color: #fff; }
  .theme-dark-magenta .goto:focus, .theme-dark-magenta .goto:active {
    background-color: transparent;
    border-color: #e21d76; }
    .theme-dark-magenta .goto:focus .text-label, .theme-dark-magenta .goto:active .text-label {
      color: #e21d76; }

.theme-dark-orange .goto {
  background-color: #f29124;
  border-color: #f29124; }
  .theme-dark-orange .goto .text-label {
    color: #fff; }
  .theme-dark-orange .goto:hover {
    background-color: #f29124;
    border-color: #fff; }
    .theme-dark-orange .goto:hover .text-label {
      color: #fff; }
  .theme-dark-orange .goto:focus, .theme-dark-orange .goto:active {
    background-color: transparent;
    border-color: #f29124; }
    .theme-dark-orange .goto:focus .text-label, .theme-dark-orange .goto:active .text-label {
      color: #f29124; }

.theme-dark-green .goto {
  background-color: #56b56c;
  border-color: #56b56c; }
  .theme-dark-green .goto .text-label {
    color: #fff; }
  .theme-dark-green .goto:hover {
    background-color: #56b56c;
    border-color: #fff; }
    .theme-dark-green .goto:hover .text-label {
      color: #fff; }
  .theme-dark-green .goto:focus, .theme-dark-green .goto:active {
    background-color: transparent;
    border-color: #56b56c; }
    .theme-dark-green .goto:focus .text-label, .theme-dark-green .goto:active .text-label {
      color: #56b56c; }

.theme-dark-blue .goto {
  background-color: #5363ab;
  border-color: #5363ab; }
  .theme-dark-blue .goto .text-label {
    color: #fff; }
  .theme-dark-blue .goto:hover {
    background-color: #5363ab;
    border-color: #fff; }
    .theme-dark-blue .goto:hover .text-label {
      color: #fff; }
  .theme-dark-blue .goto:focus, .theme-dark-blue .goto:active {
    background-color: transparent;
    border-color: #5363ab; }
    .theme-dark-blue .goto:focus .text-label, .theme-dark-blue .goto:active .text-label {
      color: #5363ab; }

.theme-mid .goto, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .goto {
  background-color: #1f1d2c;
  border-color: #1f1d2c; }
  .theme-mid .goto .text-label, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .goto .text-label {
    color: #fff; }
  .theme-mid .goto:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .goto:hover {
    background-color: #1f1d2c;
    border-color: #fff; }
    .theme-mid .goto:hover .text-label, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .goto:hover .text-label {
      color: #fff; }
  .theme-mid .goto:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .goto:focus, .theme-mid .goto:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .goto:active {
    background-color: transparent;
    border-color: #1f1d2c; }
    .theme-mid .goto:focus .text-label, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .goto:focus .text-label, .theme-mid .goto:active .text-label, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .goto:active .text-label {
      color: #1f1d2c; }

.theme-mid-magenta .goto {
  background-color: #e21d76;
  border-color: #e21d76; }
  .theme-mid-magenta .goto .text-label {
    color: #fff; }
  .theme-mid-magenta .goto:hover {
    background-color: #e21d76;
    border-color: #fff; }
    .theme-mid-magenta .goto:hover .text-label {
      color: #fff; }
  .theme-mid-magenta .goto:focus, .theme-mid-magenta .goto:active {
    background-color: transparent;
    border-color: #e21d76; }
    .theme-mid-magenta .goto:focus .text-label, .theme-mid-magenta .goto:active .text-label {
      color: #e21d76; }

.theme-mid-orange .goto {
  background-color: #f29124;
  border-color: #f29124; }
  .theme-mid-orange .goto .text-label {
    color: #fff; }
  .theme-mid-orange .goto:hover {
    background-color: #f29124;
    border-color: #fff; }
    .theme-mid-orange .goto:hover .text-label {
      color: #fff; }
  .theme-mid-orange .goto:focus, .theme-mid-orange .goto:active {
    background-color: transparent;
    border-color: #f29124; }
    .theme-mid-orange .goto:focus .text-label, .theme-mid-orange .goto:active .text-label {
      color: #f29124; }

.theme-mid-green .goto {
  background-color: #56b56c;
  border-color: #56b56c; }
  .theme-mid-green .goto .text-label {
    color: #fff; }
  .theme-mid-green .goto:hover {
    background-color: #56b56c;
    border-color: #fff; }
    .theme-mid-green .goto:hover .text-label {
      color: #fff; }
  .theme-mid-green .goto:focus, .theme-mid-green .goto:active {
    background-color: transparent;
    border-color: #56b56c; }
    .theme-mid-green .goto:focus .text-label, .theme-mid-green .goto:active .text-label {
      color: #56b56c; }

.theme-mid-blue .goto {
  background-color: #5363ab;
  border-color: #5363ab; }
  .theme-mid-blue .goto .text-label {
    color: #fff; }
  .theme-mid-blue .goto:hover {
    background-color: #5363ab;
    border-color: #fff; }
    .theme-mid-blue .goto:hover .text-label {
      color: #fff; }
  .theme-mid-blue .goto:focus, .theme-mid-blue .goto:active {
    background-color: transparent;
    border-color: #5363ab; }
    .theme-mid-blue .goto:focus .text-label, .theme-mid-blue .goto:active .text-label {
      color: #5363ab; }

.theme-light .goto {
  background-color: #1f1d2c;
  border-color: #1f1d2c; }
  .theme-light .goto .text-label {
    color: #fff; }
  .theme-light .goto:hover {
    background-color: #1f1d2c;
    border-color: #fff; }
    .theme-light .goto:hover .text-label {
      color: #fff; }
  .theme-light .goto:focus, .theme-light .goto:active {
    background-color: transparent;
    border-color: #1f1d2c; }
    .theme-light .goto:focus .text-label, .theme-light .goto:active .text-label {
      color: #1f1d2c; }

.theme-light-magenta .goto {
  background-color: #e21d76;
  border-color: #e21d76; }
  .theme-light-magenta .goto .text-label {
    color: #fff; }
  .theme-light-magenta .goto:hover {
    background-color: #e21d76;
    border-color: #fff; }
    .theme-light-magenta .goto:hover .text-label {
      color: #fff; }
  .theme-light-magenta .goto:focus, .theme-light-magenta .goto:active {
    background-color: transparent;
    border-color: #e21d76; }
    .theme-light-magenta .goto:focus .text-label, .theme-light-magenta .goto:active .text-label {
      color: #e21d76; }

.theme-light-orange .goto {
  background-color: #f29124;
  border-color: #f29124; }
  .theme-light-orange .goto .text-label {
    color: #fff; }
  .theme-light-orange .goto:hover {
    background-color: #f29124;
    border-color: #fff; }
    .theme-light-orange .goto:hover .text-label {
      color: #fff; }
  .theme-light-orange .goto:focus, .theme-light-orange .goto:active {
    background-color: transparent;
    border-color: #f29124; }
    .theme-light-orange .goto:focus .text-label, .theme-light-orange .goto:active .text-label {
      color: #f29124; }

.theme-light-green .goto {
  background-color: #56b56c;
  border-color: #56b56c; }
  .theme-light-green .goto .text-label {
    color: #fff; }
  .theme-light-green .goto:hover {
    background-color: #56b56c;
    border-color: #fff; }
    .theme-light-green .goto:hover .text-label {
      color: #fff; }
  .theme-light-green .goto:focus, .theme-light-green .goto:active {
    background-color: transparent;
    border-color: #56b56c; }
    .theme-light-green .goto:focus .text-label, .theme-light-green .goto:active .text-label {
      color: #56b56c; }

.theme-light-blue .goto {
  background-color: #5363ab;
  border-color: #5363ab; }
  .theme-light-blue .goto .text-label {
    color: #fff; }
  .theme-light-blue .goto:hover {
    background-color: #5363ab;
    border-color: #fff; }
    .theme-light-blue .goto:hover .text-label {
      color: #fff; }
  .theme-light-blue .goto:focus, .theme-light-blue .goto:active {
    background-color: transparent;
    border-color: #5363ab; }
    .theme-light-blue .goto:focus .text-label, .theme-light-blue .goto:active .text-label {
      color: #5363ab; }

/* Custom animations */
[data-aos="skew-left"] {
  transform: skewX(45deg);
  opacity: 0;
  transition-property: transform, opacity; }
  [data-aos="skew-left"].aos-animate {
    transform: skewX(0);
    opacity: 1; }

[data-aos="skew-right"] {
  transform: skewX(-45deg);
  opacity: 0;
  transition-property: transform, opacity; }
  [data-aos="skew-right"].aos-animate {
    transform: skewX(0);
    opacity: 1; }

[data-aos="bg-corporate"] {
  background: #1f1d2c;
  transition-property: background; }
  [data-aos="bg-corporate"].aos-animate {
    background: unset; }

[data-aos="spin-left"] {
  transform: rotate(180deg);
  opacity: 0;
  transition-property: transform, opacity; }
  [data-aos="spin-left"].aos-animate {
    transform: rotate(0);
    opacity: 1; }

[data-aos="spin-right"] {
  transform: rotate(-180deg);
  opacity: 0;
  transition-property: transform, opacity; }
  [data-aos="spin-right"].aos-animate {
    transform: rotate(0);
    opacity: 1; }

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #fff;
  z-index: 1999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%231f1d2c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 36vw !important;
  background-position: center center; }

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

@keyframes opacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.form input.form-text, .form input.form-email, .form input.form-tel, form input.form-text, form input.form-email, form input.form-tel {
  background-color: #e5e5e5;
  color: #1d1d20;
  font-size: 1.25rem;
  padding: 1rem;
  max-width: 100%;
  margin: 0;
  border: 0; }
  .form input.form-text:read-only, .form input.form-email:read-only, .form input.form-tel:read-only, form input.form-text:read-only, form input.form-email:read-only, form input.form-tel:read-only {
    background-color: #7b7b7d; }

.form input.hidden, form input.hidden {
  display: none; }

.form textarea.form-textarea, form textarea.form-textarea {
  background-color: #e5e5e5;
  color: #1d1d20;
  font-size: 1.2rem;
  padding: 1rem;
  max-width: 100%;
  margin: 0;
  border: 0; }

.form .label-hidden label, form .label-hidden label {
  display: none; }

/*
#modalSearch {
  .modal-body {
    padding: 10vh 5vw;
  }
}
*/
.block-facets .facets-widget-checkbox h3 {
  font-size: 1.125rem; }

.block-facets .facets-widget-checkbox ul {
  list-style: none;
  padding-left: 0; }
  .block-facets .facets-widget-checkbox ul li.facet-item input.facets-checkbox {
    display: none; }
  .block-facets .facets-widget-checkbox ul li.facet-item label {
    margin-bottom: 0; }
    .block-facets .facets-widget-checkbox ul li.facet-item label::before {
      content: 'check_box_outline_blank';
      font-family: "Material Icons";
      font-size: 1.3rem;
      vertical-align: bottom;
      transition: opacity 0.15s linear; }
    .block-facets .facets-widget-checkbox ul li.facet-item label .facet-item__value {
      color: #bbbbbc; }
    .block-facets .facets-widget-checkbox ul li.facet-item label .facet-item__count {
      vertical-align: middle;
      color: #bbbbbc;
      font-size: 0.875rem; }
  .block-facets .facets-widget-checkbox ul li.facet-item.is-active label::before {
    content: 'check_box';
    color: #1f1d2c; }
  .block-facets .facets-widget-checkbox ul li.facet-item.is-active label .facet-item__value {
    color: #fff; }
  .block-facets .facets-widget-checkbox ul li.facet-item.is-active:hover label::before {
    color: #7b7b84;
    content: 'indeterminate_check_box'; }
  .block-facets .facets-widget-checkbox ul li.facet-item:hover label::before {
    color: #7b7b84;
    content: 'add_box'; }

.block-facets .facet-hidden {
  display: none; }

.block-facets.hidden {
  display: none; }

form .form-type-checkbox > label.option, form .form-check > label.option {
  margin-bottom: .2rem;
  color: #fff;
  cursor: pointer; }
  form .form-type-checkbox > label.option:before, form .form-check > label.option:before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    content: 'check_box_outline_blank';
    font-size: 1.3rem;
    vertical-align: text-bottom;
    margin-right: .5rem; }
  form .form-type-checkbox > label.option:hover, form .form-type-checkbox > label.option:focus, form .form-type-checkbox > label.option:active, form .form-check > label.option:hover, form .form-check > label.option:focus, form .form-check > label.option:active {
    text-decoration: underline; }

form .form-type-checkbox input.form-checkbox, form .form-check input.form-checkbox {
  display: none; }
  form .form-type-checkbox input.form-checkbox:checked + label.option, form .form-check input.form-checkbox:checked + label.option {
    color: #fff; }
    form .form-type-checkbox input.form-checkbox:checked + label.option::before, form .form-check input.form-checkbox:checked + label.option::before {
      content: 'check_box';
      color: #1f1d2c; }

.theme-light form .form-type-checkbox > label.option, .theme-light form .form-check > label.option {
  color: #1f1d2c; }

.contact-message-form .privacy_link {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #1f1d2c !important;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 0.2rem; }
  .contact-message-form .privacy_link:hover, .contact-message-form .privacy_link:focus, .contact-message-form .privacy_link:active {
    text-decoration: none;
    color: #bbbbbc !important; }
  .contact-message-form .privacy_link::before {
    content: 'visibility';
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    vertical-align: sub;
    padding-right: 0.5rem;
    margin-top: -2px;
    opacity: 1; }
  .contact-message-form .privacy_link.no_destination {
    cursor: default; }
    .contact-message-form .privacy_link.no_destination:hover, .contact-message-form .privacy_link.no_destination:focus, .contact-message-form .privacy_link.no_destination:active {
      text-decoration: none;
      color: #1f1d2c !important; }
    .contact-message-form .privacy_link.no_destination::before {
      content: none; }

.contact-message-form label {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  cursor: pointer;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  justify-content: space-between;
  align-items: center; }
  .contact-message-form label input[type=radio], .contact-message-form label input[type=checkbox] {
    display: none; }
    .contact-message-form label input[type=radio]:checked + .radio-element, .contact-message-form label input[type=radio]:checked + .checkbox-element, .contact-message-form label input[type=checkbox]:checked + .radio-element, .contact-message-form label input[type=checkbox]:checked + .checkbox-element {
      background-color: #fff;
      border-color: #1f1d2c;
      box-shadow: inset 0 0 0 3px #1f1d2c; }
    .contact-message-form label input[type=radio]:checked:active + .radio-element, .contact-message-form label input[type=radio]:checked:active + .checkbox-element, .contact-message-form label input[type=checkbox]:checked:active + .radio-element, .contact-message-form label input[type=checkbox]:checked:active + .checkbox-element {
      background-color: #1f1d2c;
      border-color: #fff;
      box-shadow: inset 0 0 0 3px #fff; }
    .contact-message-form label input[type=radio]:disabled + .radio-element, .contact-message-form label input[type=radio]:disabled + .checkbox-element, .contact-message-form label input[type=checkbox]:disabled + .radio-element, .contact-message-form label input[type=checkbox]:disabled + .checkbox-element {
      cursor: not-allowed;
      opacity: 0.5; }
    .contact-message-form label input[type=radio]:hover + .radio-element, .contact-message-form label input[type=radio]:hover + .checkbox-element, .contact-message-form label input[type=radio]:focus + .radio-element, .contact-message-form label input[type=radio]:focus + .checkbox-element, .contact-message-form label input[type=checkbox]:hover + .radio-element, .contact-message-form label input[type=checkbox]:hover + .checkbox-element, .contact-message-form label input[type=checkbox]:focus + .radio-element, .contact-message-form label input[type=checkbox]:focus + .checkbox-element {
      background-color: #1f1d2c;
      border-color: #bbbbbc;
      box-shadow: inset 0 0 0 4px #bbbbbc; }
    .contact-message-form label input[type=radio]:active + .radio-element, .contact-message-form label input[type=radio]:active + .checkbox-element, .contact-message-form label input[type=checkbox]:active + .radio-element, .contact-message-form label input[type=checkbox]:active + .checkbox-element {
      background-color: #1f1d2c;
      border-color: #fff;
      box-shadow: inset 0 0 0 4px #fff; }
  .contact-message-form label .radio-element, .contact-message-form label .checkbox-element {
    background-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
    border-color: #bbbbbc;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 transparent;
    cursor: pointer;
    display: block;
    margin: 0 0.5rem 0 0;
    padding: 0.5rem; }
  .contact-message-form label .checkbox-element {
    border-radius: 4px; }
  .contact-message-form label .text-label {
    line-height: 1;
    margin-bottom: -4px; }

.contact-message-form .no-labels label {
  display: none; }

.contact-message-form .form-select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1f1d2c;
  vertical-align: middle;
  background: transparent;
  border: 0 none transparent;
  border-bottom: 3px solid #1f1d2c;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .contact-message-form .form-select:focus {
    border-color: #1f1d2c;
    outline: 0;
    box-shadow: none; }
    .contact-message-form .form-select:focus::-ms-value {
      color: #707070;
      background-color: transparent; }

.contact-message-form .js-form-type-textfield {
  width: 100%; }
  .contact-message-form .js-form-type-textfield input {
    width: 100%; }

.contact-message-form .form-spacer-horiz {
  padding: 2rem 0; }

.contact-message-form .form-separator {
  display: block;
  width: calc(100% - 3rem);
  border-top: 1px solid #fff;
  margin: 0 auto; }

.contact-message-form .form-text, .contact-message-form .form-tel, .contact-message-form .form-textarea {
  width: 100%; }

.contact-message-form .form-radios, .contact-message-form .form-checkboxes {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse; }

.contact-message-form .form-action-item {
  position: relative;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .contact-message-form .form-action-item {
      width: 100%; } }
  .contact-message-form .form-action-item .material-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.6rem;
    font-size: 1rem; }

.contact-message-form .form-submit {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  letter-spacing: 0.3px; }

.contact-message-form .-subject .form-item {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative; }
  .contact-message-form .-subject .form-item label {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.48;
    color: #fff;
    border-bottom: 3px solid transparent;
    margin-right: 1rem; }
  .contact-message-form .-subject .form-item .form-select {
    flex: 0 0 12rem;
    max-width: 12rem;
    background: transparent no-repeat right center url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='%231f1d2c'/%3e%3c/svg%3e"); }

.contact-message-form .-consent_privacy, .contact-message-form .-subscript_newsletter, .contact-message-form .-contact_info, .contact-message-form .-action {
  border-right: 0 none transparent;
  margin-right: 0; }

.contact-message-form .-consent_privacy {
  padding: 0; }
  @media (min-width: 1200px) {
    .contact-message-form .-consent_privacy {
      padding: 2rem 0; } }
  .contact-message-form .-consent_privacy a {
    display: inline-block; }

.contact-message-form .-subscript_newsletter .form-check {
  display: flex;
  align-items: center;
  margin-right: 0.75rem;
  padding: 1.5rem 0; }

.contact-message-form .-consent_marketing.border-right, .contact-message-form .-consent_profiling.border-right, .contact-message-form .-consent_thirdparties.border-right {
  border-right: 1px solid transparent !important; }
  @media (min-width: 1200px) {
    .contact-message-form .-consent_marketing.border-right, .contact-message-form .-consent_profiling.border-right, .contact-message-form .-consent_thirdparties.border-right {
      border-right: 1px solid #fff !important; } }

.contact-message-form .-contact_info {
  font-size: 0.7rem;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 1.56;
  color: #bbbbbc;
  padding: 0; }
  @media (min-width: 1200px) {
    .contact-message-form .-contact_info {
      padding: 2rem 0; } }

.contact-message-form .-actions {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 1200px) {
    .contact-message-form .-actions {
      flex-direction: row; } }

.contact-message-form.contact-message-newsletter-subscription-form .-firstname, .contact-message-form.contact-message-newsletter-subscription-form .-lastname, .contact-message-form.contact-message-newsletter-subscription-form .-mail, .contact-message-form.contact-message-user-action-form .-firstname, .contact-message-form.contact-message-user-action-form .-lastname, .contact-message-form.contact-message-user-action-form .-mail {
  margin-bottom: 1rem; }

.contact-message-form.contact-message-newsletter-subscription-form input.form-email, .contact-message-form.contact-message-user-action-form input.form-email {
  background-color: transparent;
  color: #fff;
  font-size: 1.25rem;
  padding: 1rem 1rem 1rem 0;
  max-width: 100%;
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px solid; }
  .contact-message-form.contact-message-newsletter-subscription-form input.form-email:read-only, .contact-message-form.contact-message-user-action-form input.form-email:read-only {
    background-color: transparent;
    color: #bbbbbc; }

.contact-message-form.contact-message-newsletter-subscription-form .-action, .contact-message-form.contact-message-user-action-form .-action {
  width: calc(2rem + 2px);
  position: absolute;
  top: 1rem;
  right: 0; }
  @media (min-width: 1200px) {
    .contact-message-form.contact-message-newsletter-subscription-form .-action, .contact-message-form.contact-message-user-action-form .-action {
      top: 3rem; } }

.contact-message-form.contact-message-newsletter-subscription-form .form-submit, .contact-message-form.contact-message-user-action-form .form-submit {
  width: 2rem;
  height: 2rem;
  background: #1f1d2c no-repeat center center url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z' fill='%23fff'/%3e%3c/svg%3e"); }

.contact-message-form.contact-message-newsletter-subscription-form .form-action-item .material-icons, .contact-message-form.contact-message-user-action-form .form-action-item .material-icons {
  display: none; }

.contact-message-form.contact-message-newsletter-subscription-form .-message_fields, .contact-message-form.contact-message-user-action-form .-message_fields {
  position: relative;
  padding-top: 0; }
  @media (min-width: 1200px) {
    .contact-message-form.contact-message-newsletter-subscription-form .-message_fields, .contact-message-form.contact-message-user-action-form .-message_fields {
      padding: 2rem 0; } }

.contact-message-form.contact-message-form.contact-message-user-action-form .-message_fields {
  padding: 1rem 0 2rem 0; }

.contact-message-form.contact-message-form.contact-message-user-action-form .-action {
  top: 1rem; }

.contact-message-form.contact-message-form.contact-message-user-action-form .-contact_info {
  padding-bottom: 0; }

.block.contact-message-form.contact-message-newsletter-subscription-form {
  background-image: url("../images/bg-newsletter-subscribe-form.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%; }
  .block.contact-message-form.contact-message-newsletter-subscription-form .form-wrapper.wrapper {
    background-color: transparent; }
  .block.contact-message-form.contact-message-newsletter-subscription-form .-consents .privacy_link {
    margin-bottom: 0.5rem; }
  .block.contact-message-form.contact-message-newsletter-subscription-form .-consents .form-check {
    margin-bottom: 0.5rem; }
  .block.contact-message-form.contact-message-newsletter-subscription-form .-consents .form-radios {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse; }
  .block.contact-message-form.contact-message-newsletter-subscription-form .-consents .form-spacer-horiz {
    padding: 0; }

#block-productssearchformblock form#smarg-cws-product-search-form fieldset.fieldgroup {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (min-width: 992px) {
    #block-productssearchformblock form#smarg-cws-product-search-form fieldset.fieldgroup {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }
  #block-productssearchformblock form#smarg-cws-product-search-form fieldset.fieldgroup legend {
    margin-bottom: 0; }
    #block-productssearchformblock form#smarg-cws-product-search-form fieldset.fieldgroup legend .fieldset-legend {
      font-size: 1.125rem;
      font-weight: 600; }

.theme-light .block-facets .facets-widget-checkbox ul li.facet-item label {
  margin-bottom: 0;
  line-height: 1; }
  .theme-light .block-facets .facets-widget-checkbox ul li.facet-item label .facet-item__value {
    color: #41414a; }
  .theme-light .block-facets .facets-widget-checkbox ul li.facet-item label .facet-item__count {
    color: #41414a; }

.theme-light .block-facets .facets-widget-checkbox ul li.facet-item.is-active label .facet-item__value {
  color: #1f1d2c; }

.theme-light .form-checkboxes .form-type-checkbox input.form-checkbox:checked + label.option {
  color: #1f1d2c; }

.theme-light .form-checkboxes .form-type-checkbox label.option {
  color: #41414a; }
  .theme-light .form-checkboxes .form-type-checkbox label.option:hover label.option {
    color: #1f1d2c; }

.theme-light.components.component-contact-form form#contact-message-contact-form-form .form-wrapper.field--name-field-marketing-consent, .theme-light.components.component-contact-form form#contact-message-contact-form-form .form-wrapper.field--name-field-profiling-consent, .theme-light.components.component-contact-form form#contact-message-contact-form-form .form-wrapper.field--name-field-third-party-mktg-consent {
  border-color: #1f1d2c; }

.theme-light.components.component-contact-form form.contact-message-form .border {
  border-color: #1f1d2c !important; }

.theme-light.components.component-contact-form form.contact-message-form .border-top {
  border-top-color: #1f1d2c !important; }

.theme-light.components.component-contact-form form.contact-message-form .border-right {
  border-right-color: transparent !important; }
  @media (min-width: 1200px) {
    .theme-light.components.component-contact-form form.contact-message-form .border-right {
      border-right-color: #1f1d2c !important; } }

.theme-light.components.component-contact-form form.contact-message-form .border-bottom {
  border-bottom-color: #1f1d2c !important; }

.theme-light.components.component-contact-form form.contact-message-form .border-left {
  border-left-color: #1f1d2c !important; }

.theme-light.components.component-contact-form form.contact-message-form a, .theme-light.components.component-contact-form form.contact-message-form a:not(.btn-corporate) {
  color: #1f1d2c; }

.theme-light.components.component-contact-form form.contact-message-form input.form-text:read-only, .theme-light.components.component-contact-form form.contact-message-form input.form-email:read-only, .theme-light.components.component-contact-form form.contact-message-form input.form-tel:read-only {
  background-color: #fbfbfb;
  color: #bbbbbc; }

.theme-light.components.component-contact-form form.contact-message-form .form-action-item .material-icons {
  color: #fff; }

.theme-light.components.component-contact-form form.contact-message-form .form-separator {
  border-top-color: #1f1d2c; }

.theme-light.components.component-contact-form form.contact-message-form .-subject .form-item label {
  color: #1f1d2c; }

.theme-light.components.component-contact-form form.contact-message-form .-contact_info {
  color: #bbbbbc; }

.theme-light.components.component-contact-form form.contact-message-form.contact-message-newsletter-subscription-form input.form-email {
  background-color: transparent;
  color: #1f1d2c; }
  .theme-light.components.component-contact-form form.contact-message-form.contact-message-newsletter-subscription-form input.form-email:read-only {
    background-color: transparent;
    color: #bbbbbc; }

form#newsletter-subscribe-form {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column; }
  form#newsletter-subscribe-form .form-control, form#newsletter-subscribe-form .path-user #auth_box #middle_part .user-login-form .form-text, .path-user #auth_box #middle_part .user-login-form form#newsletter-subscribe-form .form-text, form#newsletter-subscribe-form .path-user #auth_box #middle_part .user-pass .form-text, .path-user #auth_box #middle_part .user-pass form#newsletter-subscribe-form .form-text {
    display: block;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 1.5rem;
    color: #fff;
    background-color: transparent;
    border: 0 none transparent;
    border-radius: 0; }
    form#newsletter-subscribe-form .form-control::placeholder, form#newsletter-subscribe-form .path-user #auth_box #middle_part .user-login-form .form-text::placeholder, .path-user #auth_box #middle_part .user-login-form form#newsletter-subscribe-form .form-text::placeholder, form#newsletter-subscribe-form .path-user #auth_box #middle_part .user-pass .form-text::placeholder, .path-user #auth_box #middle_part .user-pass form#newsletter-subscribe-form .form-text::placeholder {
      color: #999999;
      opacity: 1; }
  form#newsletter-subscribe-form .form-group.-email {
    flex: 1 0 100%;
    width: 100%; }
    form#newsletter-subscribe-form .form-group.-email input {
      transition: 125ms ease-in-out all;
      border-bottom: 1px solid #999999; }
      form#newsletter-subscribe-form .form-group.-email input:hover, form#newsletter-subscribe-form .form-group.-email input:focus, form#newsletter-subscribe-form .form-group.-email input:active {
        transition: 125ms ease-in-out all;
        border-bottom-color: white; }
  form#newsletter-subscribe-form .form-group.-actions {
    position: absolute;
    top: 0.6rem;
    right: 0; }
    form#newsletter-subscribe-form .form-group.-actions button[type='submit'] {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.5rem; }
      form#newsletter-subscribe-form .form-group.-actions button[type='submit'] .material-icons {
        font-size: 1.125rem; }
  form#newsletter-subscribe-form .form-group.-consent {
    flex: 1 0 100%;
    width: 100%;
    padding-top: 1.5rem; }
    form#newsletter-subscribe-form .form-group.-consent label {
      cursor: pointer;
      font-size: 0.9rem;
      font-weight: 200;
      line-height: 1.5rem;
      letter-spacing: 0.3px;
      transition: 125ms ease-in-out all; }
      form#newsletter-subscribe-form .form-group.-consent label:hover {
        transition: 125ms ease-in-out all; }

.block.block-mailup-integration {
  background-image: url("../images/bg-newsletter-subscribe-form.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%; }
  .block.block-mailup-integration h6 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 0;
    margin-bottom: 0;
    text-align: center; }
    @media (min-width: 1200px) {
      .block.block-mailup-integration h6 {
        text-align: left; } }
  .block.block-mailup-integration > .container > .row,
  .block.block-mailup-integration > .container-fluid > .row,
  .block.block-mailup-integration > .container-sm > .row,
  .block.block-mailup-integration > .container-md > .row,
  .block.block-mailup-integration > .container-lg > .row,
  .block.block-mailup-integration > .container-xl > .row,
  .block.block-mailup-integration > .container-xxl > .row,
  .block.block-mailup-integration > .container-xxxl > .row {
    padding: 2rem 0; }

.field > .owl-carousel .owl-stage, .field > .owl-carousel .owl-item, .field > .owl-carousel .field, .field > .owl-carousel .field__item {
  display: flex; }

.field > .owl-carousel .owl-nav > button {
  display: block !important;
  position: absolute;
  top: 1rem;
  bottom: 3rem;
  width: 3rem;
  margin: 0;
  font-size: 3.25rem;
  color: #e5e5e5;
  transition: all 200ms linear;
  outline: none; }
  .field > .owl-carousel .owl-nav > button.owl-prev {
    left: 2rem; }
  .field > .owl-carousel .owl-nav > button.owl-next {
    right: 2rem; }
  .field > .owl-carousel .owl-nav > button:hover {
    color: #1d1d20;
    background-color: rgba(229, 229, 229, 0.5); }

.field--name-field-ref-client-stories > article.node .node-link .paragraph .wrapper .container {
  padding-left: 0;
  padding-right: 0; }

.view-search .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.view-search .view-content {
  flex: 1 1 100%; }
  .view-search .view-content .item-list ul {
    padding-left: 0;
    list-style: none; }
    .view-search .view-content .item-list ul li {
      border-bottom: 1px solid #fff;
      padding: 1.5rem 0; }
      .view-search .view-content .item-list ul li .result-taxonomies {
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        color: #7b7b84;
        padding-bottom: .5rem; }
        .view-search .view-content .item-list ul li .result-taxonomies .taxonomies {
          display: none; }
      .view-search .view-content .item-list ul li .result-content-title {
        display: flex;
        align-content: center;
        align-items: center;
        font-size: 2.25rem;
        font-weight: 600;
        line-height: 1; }
        .view-search .view-content .item-list ul li .result-content-title a:hover {
          text-decoration: none;
          color: #1f1d2c; }
      .view-search .view-content .item-list ul li .result-content-link {
        text-align: right; }
        .view-search .view-content .item-list ul li .result-content-link a {
          color: #1f1d2c; }
          .view-search .view-content .item-list ul li .result-content-link a .material-icons {
            line-height: 2;
            font-size: 2.25rem; }
          .view-search .view-content .item-list ul li .result-content-link a:hover {
            color: inherit; }

.view-search .view-footer {
  background-color: transparent;
  font-size: .725rem;
  text-transform: uppercase;
  color: #7b7b84;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem 0.5rem 0;
  line-height: 1.5; }

.view-search nav.pager {
  flex: 1 0 50%;
  background-color: transparent;
  order: 2; }
  .view-search nav.pager .pager__items {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-end; }

.view .views-view-grid.cols-1 .views-row .views-col {
  flex: 0 0 100%;
  max-width: 100%; }

.view .views-view-grid.cols-2 .views-row .views-col {
  flex: 0 0 50%;
  max-width: 50%; }

.view .views-view-grid.cols-3 .views-row .views-col {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.view .views-view-grid.cols-4 .views-row .views-col {
  flex: 0 0 25%;
  max-width: 25%; }

.view .views-view-grid.cols-6 .views-row .views-col {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.view .views-view-grid.cols-12 .views-row .views-col {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.view .views-view-grid.cols-1 .views-row .views-col, .view .views-view-grid.cols-2 .views-row .views-col, .view .views-view-grid.cols-3 .views-row .views-col, .view .views-view-grid.cols-4 .views-row .views-col, .view .views-view-grid.cols-6 .views-row .views-col {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (max-width: 991.98px) {
    .view .views-view-grid.cols-1 .views-row .views-col, .view .views-view-grid.cols-2 .views-row .views-col, .view .views-view-grid.cols-3 .views-row .views-col, .view .views-view-grid.cols-4 .views-row .views-col, .view .views-view-grid.cols-6 .views-row .views-col {
      flex: 0 0 100%;
      max-width: 100%; } }

.view .views-view-grid .views-row {
  float: none;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }
  .view .views-view-grid .views-row .views-col {
    width: unset !important; }

.view article.node-view_mode--card .card-headings {
  margin-bottom: 2rem; }

/** Components
 * no colors, only margins paddings and dimensions
 * go to theming for layout styling
 */
.components > .wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .components > .wrapper .component-spacer.-borders:first-of-type {
    padding-top: 0; }
  .components > .wrapper .component-spacer.-borders:last-of-type {
    padding-bottom: 0; }

.components h1, .components h2, .components h3, .components h4, .components h5, .components h6,
.components .h1, .components .h2, .components .h3, .components .h4, .components .h5, .components .h6 {
  margin-bottom: .5em; }

.components .component-separator {
  margin: 0 auto;
  border-top-color: #fff; }
  @media (min-width: 576px) {
    .components .component-separator {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .components .component-separator {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .components .component-separator {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .components .component-separator {
      max-width: 1140px; } }
  @media (min-width: 1440px) {
    .components .component-separator {
      max-width: 1400px; } }
  @media (min-width: 2440px) {
    .components .component-separator {
      max-width: 2400px; } }

.components .component-spacer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative; }
  .components .component-spacer.-borders {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative; }
    .components .component-spacer.-borders::before, .components .component-spacer.-borders::after {
      content: "";
      display: block;
      width: calc(100% - 3rem);
      padding: 1.5rem 0;
      margin: 0 auto; }
    .components .component-spacer.-borders::before {
      border-top: 1px solid transparent; }
    .components .component-spacer.-borders::after {
      border-bottom: 1px solid transparent; }

.components .component-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }
  .components .component-row.-intro {
    position: relative; }
    @media (min-width: 1200px) {
      .components .component-row.-intro {
        display: block;
        float: none;
        position: relative; }
        .components .component-row.-intro::after {
          display: block;
          clear: both;
          content: ""; } }
  .components .component-row.-slider {
    padding-top: 3rem;
    padding-bottom: 3rem; }

.components .component-col-content, .components .component-col-body, .components .component-col-image, .components .component-col-gallery, .components .component-col-aside {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (min-width: 1200px) {
    .components .component-col-content, .components .component-col-body, .components .component-col-image, .components .component-col-gallery, .components .component-col-aside {
      flex: 0 0 50%;
      max-width: 50%; } }
  .components .component-col-content.col-full, .components .component-col-body.col-full, .components .component-col-image.col-full, .components .component-col-gallery.col-full, .components .component-col-aside.col-full {
    text-align: center; }
    @media (min-width: 1200px) {
      .components .component-col-content.col-full, .components .component-col-body.col-full, .components .component-col-image.col-full, .components .component-col-gallery.col-full, .components .component-col-aside.col-full {
        flex: 0 0 100%;
        max-width: 100%; } }
  .components .component-col-content .header, .components .component-col-content .body, .components .component-col-content .footer, .components .component-col-body .header, .components .component-col-body .body, .components .component-col-body .footer, .components .component-col-image .header, .components .component-col-image .body, .components .component-col-image .footer, .components .component-col-gallery .header, .components .component-col-gallery .body, .components .component-col-gallery .footer, .components .component-col-aside .header, .components .component-col-aside .body, .components .component-col-aside .footer {
    padding-right: 0;
    padding-left: 0; }

.components .component-col-gallery {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-top: 3rem;
  margin-bottom: 0.5rem; }

@media (min-width: 1200px) {
  .components.-layout-center .component-col-content {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .components.-layout-text .component-col-content {
    flex: 0 0 100%;
    max-width: 100%; } }

.components.layout-right .component-row {
  flex-direction: row; }
  .components.layout-right .component-row:after {
    order: 999; }

@media (min-width: 1200px) {
  .components.layout-right .component-col-content {
    order: 2; } }

.components.has-overlay {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll; }
  .components.has-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8; }

.components.has-bg-image {
  background-size: cover !important; }

.components.full-height .wrapper {
  min-height: 100vh; }

.components.paragraph .header .title {
  font-size: 1.75rem;
  line-height: 1.5; }

.components.paragraph .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

.components .header, .components .body, .components .footer {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%; }

.components .body p:last-of-type {
  margin-bottom: 0; }

.components .body ul {
  list-style: none;
  margin: 0;
  padding: 1rem 0 1rem 1rem; }
  .components .body ul li::before {
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.components .image {
  width: 100%;
  margin-bottom: 0; }
  .components .image .content-image {
    display: block; }
    .components .image .content-image img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .components .image .field--type-image {
    width: 100%; }
  .components .image picture {
    display: block; }

.components .file {
  display: inline-block;
  min-height: auto;
  padding-left: 0;
  background-image: none; }

.components figure {
  margin-bottom: 0; }

.components.component-search-advanced > .wrapper > .container {
  padding-top: 0;
  padding-bottom: 0; }

.components.component-search-results > .wrapper > .container {
  border-bottom: 0;
  padding-top: 0; }

/** Theming
 * only colors and rendering styles
 * go to ## theming for layout styling
 */
.components .body a:not(.btn) {
  color: #1f1d2c;
  font-weight: 600; }
  .components .body a:not(.btn):hover, .components .body a:not(.btn):focus {
    color: #09090d;
    text-decoration: none; }

.components .body ul li::before {
  content: "\2022";
  color: #1f1d2c;
  font-weight: 600; }

.components .file-link {
  font-weight: 600;
  text-decoration: none; }
  .components .file-link:hover, .components .file-link:focus {
    text-decoration: underline; }
  .components .file-link.-download {
    color: #1f1d2c;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .components .file-link.-download::before {
      content: "get_app";
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      font-weight: 600;
      vertical-align: middle;
      padding: 0.25rem 1rem 0.25rem 0.25rem; }
    .components .file-link.-download:hover, .components .file-link.-download:focus {
      color: #09090d; }

body header .components.theme-dark, body main .components.theme-dark, body footer .components.theme-dark {
  background-color: #1f1d2c;
  color: #fff; }
  body header .components.theme-dark h1, body header .components.theme-dark h2, body header .components.theme-dark h3, body header .components.theme-dark h4, body header .components.theme-dark h5, body header .components.theme-dark h6, body header .components.theme-dark p, body header .components.theme-dark .h1, body header .components.theme-dark .h2, body header .components.theme-dark .h3, body header .components.theme-dark .h4, body header .components.theme-dark .h5, body header .components.theme-dark .h6, body header .components.theme-dark .p, body main .components.theme-dark h1, body main .components.theme-dark h2, body main .components.theme-dark h3, body main .components.theme-dark h4, body main .components.theme-dark h5, body main .components.theme-dark h6, body main .components.theme-dark p, body main .components.theme-dark .h1, body main .components.theme-dark .h2, body main .components.theme-dark .h3, body main .components.theme-dark .h4, body main .components.theme-dark .h5, body main .components.theme-dark .h6, body main .components.theme-dark .p, body footer .components.theme-dark h1, body footer .components.theme-dark h2, body footer .components.theme-dark h3, body footer .components.theme-dark h4, body footer .components.theme-dark h5, body footer .components.theme-dark h6, body footer .components.theme-dark p, body footer .components.theme-dark .h1, body footer .components.theme-dark .h2, body footer .components.theme-dark .h3, body footer .components.theme-dark .h4, body footer .components.theme-dark .h5, body footer .components.theme-dark .h6, body footer .components.theme-dark .p {
    color: #fff; }
  body header .components.theme-dark a:not(.btn):not(.goto), body main .components.theme-dark a:not(.btn):not(.goto), body footer .components.theme-dark a:not(.btn):not(.goto) {
    color: #fff; }
    body header .components.theme-dark a:not(.btn):not(.goto):hover, body header .components.theme-dark a:not(.btn):not(.goto):focus, body header .components.theme-dark a:not(.btn):not(.goto):active, body main .components.theme-dark a:not(.btn):not(.goto):hover, body main .components.theme-dark a:not(.btn):not(.goto):focus, body main .components.theme-dark a:not(.btn):not(.goto):active, body footer .components.theme-dark a:not(.btn):not(.goto):hover, body footer .components.theme-dark a:not(.btn):not(.goto):focus, body footer .components.theme-dark a:not(.btn):not(.goto):active {
      color: #1f1d2c; }
  body header .components.theme-dark a.goto, body main .components.theme-dark a.goto, body footer .components.theme-dark a.goto {
    color: #fff; }
    body header .components.theme-dark a.goto:hover, body header .components.theme-dark a.goto:focus, body header .components.theme-dark a.goto:active, body main .components.theme-dark a.goto:hover, body main .components.theme-dark a.goto:focus, body main .components.theme-dark a.goto:active, body footer .components.theme-dark a.goto:hover, body footer .components.theme-dark a.goto:focus, body footer .components.theme-dark a.goto:active {
      color: #1f1d2c; }
  body header .components.theme-dark .muted, body main .components.theme-dark .muted, body footer .components.theme-dark .muted {
    color: #707070; }
  body header .components.theme-dark .component-spacer.-borders:before, body header .components.theme-dark .component-spacer.-borders:after, body main .components.theme-dark .component-spacer.-borders:before, body main .components.theme-dark .component-spacer.-borders:after, body footer .components.theme-dark .component-spacer.-borders:before, body footer .components.theme-dark .component-spacer.-borders:after {
    border-color: #fff; }
  body header .components.theme-dark .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-dark .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-dark .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-dark .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-dark .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-dark .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #fff; }
  body header .components.theme-dark.component-hero > .wrapper > .container:before, body header .components.theme-dark.component-hero > .wrapper > .container-fluid:before, body header .components.theme-dark.component-hero > .wrapper > .container-sm:before, body header .components.theme-dark.component-hero > .wrapper > .container-md:before, body header .components.theme-dark.component-hero > .wrapper > .container-lg:before, body header .components.theme-dark.component-hero > .wrapper > .container-xl:before, body header .components.theme-dark.component-hero > .wrapper > .container-xxl:before, body header .components.theme-dark.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-dark.component-hero > .wrapper > .container:before, body main .components.theme-dark.component-hero > .wrapper > .container-fluid:before, body main .components.theme-dark.component-hero > .wrapper > .container-sm:before, body main .components.theme-dark.component-hero > .wrapper > .container-md:before, body main .components.theme-dark.component-hero > .wrapper > .container-lg:before, body main .components.theme-dark.component-hero > .wrapper > .container-xl:before, body main .components.theme-dark.component-hero > .wrapper > .container-xxl:before, body main .components.theme-dark.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-dark.component-hero > .wrapper > .container:before, body footer .components.theme-dark.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-dark.component-hero > .wrapper > .container-sm:before, body footer .components.theme-dark.component-hero > .wrapper > .container-md:before, body footer .components.theme-dark.component-hero > .wrapper > .container-lg:before, body footer .components.theme-dark.component-hero > .wrapper > .container-xl:before, body footer .components.theme-dark.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(31, 29, 44, 0.5); }
  body header .components.theme-dark.has-overlay:before, body main .components.theme-dark.has-overlay:before, body footer .components.theme-dark.has-overlay:before {
    background-color: #1f1d2c; }
  body header .components.theme-dark .social-icon.icon-behance, body main .components.theme-dark .social-icon.icon-behance, body footer .components.theme-dark .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23fff' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-facebook, body main .components.theme-dark .social-icon.icon-facebook, body footer .components.theme-dark .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23fff' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%231f1d2c' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-github, body main .components.theme-dark .social-icon.icon-github, body footer .components.theme-dark .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23fff' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-instagram, body main .components.theme-dark .social-icon.icon-instagram, body footer .components.theme-dark .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23fff' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%231f1d2c' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-linkedin, body main .components.theme-dark .social-icon.icon-linkedin, body footer .components.theme-dark .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23fff' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-pinterest, body main .components.theme-dark .social-icon.icon-pinterest, body footer .components.theme-dark .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23fff' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-share, body main .components.theme-dark .social-icon.icon-share, body footer .components.theme-dark .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23fff' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-snapchat, body main .components.theme-dark .social-icon.icon-snapchat, body footer .components.theme-dark .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23fff' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-twitter, body main .components.theme-dark .social-icon.icon-twitter, body footer .components.theme-dark .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23fff' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-vimeo, body main .components.theme-dark .social-icon.icon-vimeo, body footer .components.theme-dark .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23fff' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-wineplatform, body main .components.theme-dark .social-icon.icon-wineplatform, body footer .components.theme-dark .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23fff' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%231f1d2c' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-youtube, body main .components.theme-dark .social-icon.icon-youtube, body footer .components.theme-dark .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23fff' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-dark-magenta, body main .components.theme-dark-magenta, body footer .components.theme-dark-magenta {
  background-color: #1f1d2c;
  color: #fff; }
  body header .components.theme-dark-magenta h1, body header .components.theme-dark-magenta h2, body header .components.theme-dark-magenta h3, body header .components.theme-dark-magenta h4, body header .components.theme-dark-magenta h5, body header .components.theme-dark-magenta h6, body header .components.theme-dark-magenta p, body header .components.theme-dark-magenta .h1, body header .components.theme-dark-magenta .h2, body header .components.theme-dark-magenta .h3, body header .components.theme-dark-magenta .h4, body header .components.theme-dark-magenta .h5, body header .components.theme-dark-magenta .h6, body header .components.theme-dark-magenta .p, body main .components.theme-dark-magenta h1, body main .components.theme-dark-magenta h2, body main .components.theme-dark-magenta h3, body main .components.theme-dark-magenta h4, body main .components.theme-dark-magenta h5, body main .components.theme-dark-magenta h6, body main .components.theme-dark-magenta p, body main .components.theme-dark-magenta .h1, body main .components.theme-dark-magenta .h2, body main .components.theme-dark-magenta .h3, body main .components.theme-dark-magenta .h4, body main .components.theme-dark-magenta .h5, body main .components.theme-dark-magenta .h6, body main .components.theme-dark-magenta .p, body footer .components.theme-dark-magenta h1, body footer .components.theme-dark-magenta h2, body footer .components.theme-dark-magenta h3, body footer .components.theme-dark-magenta h4, body footer .components.theme-dark-magenta h5, body footer .components.theme-dark-magenta h6, body footer .components.theme-dark-magenta p, body footer .components.theme-dark-magenta .h1, body footer .components.theme-dark-magenta .h2, body footer .components.theme-dark-magenta .h3, body footer .components.theme-dark-magenta .h4, body footer .components.theme-dark-magenta .h5, body footer .components.theme-dark-magenta .h6, body footer .components.theme-dark-magenta .p {
    color: #fff; }
  body header .components.theme-dark-magenta a:not(.btn):not(.goto), body main .components.theme-dark-magenta a:not(.btn):not(.goto), body footer .components.theme-dark-magenta a:not(.btn):not(.goto) {
    color: #e21d76; }
    body header .components.theme-dark-magenta a:not(.btn):not(.goto):hover, body header .components.theme-dark-magenta a:not(.btn):not(.goto):focus, body header .components.theme-dark-magenta a:not(.btn):not(.goto):active, body main .components.theme-dark-magenta a:not(.btn):not(.goto):hover, body main .components.theme-dark-magenta a:not(.btn):not(.goto):focus, body main .components.theme-dark-magenta a:not(.btn):not(.goto):active, body footer .components.theme-dark-magenta a:not(.btn):not(.goto):hover, body footer .components.theme-dark-magenta a:not(.btn):not(.goto):focus, body footer .components.theme-dark-magenta a:not(.btn):not(.goto):active {
      color: #fff; }
  body header .components.theme-dark-magenta a.goto, body main .components.theme-dark-magenta a.goto, body footer .components.theme-dark-magenta a.goto {
    color: #fff; }
    body header .components.theme-dark-magenta a.goto:hover, body header .components.theme-dark-magenta a.goto:focus, body header .components.theme-dark-magenta a.goto:active, body main .components.theme-dark-magenta a.goto:hover, body main .components.theme-dark-magenta a.goto:focus, body main .components.theme-dark-magenta a.goto:active, body footer .components.theme-dark-magenta a.goto:hover, body footer .components.theme-dark-magenta a.goto:focus, body footer .components.theme-dark-magenta a.goto:active {
      color: #fff; }
  body header .components.theme-dark-magenta .muted, body main .components.theme-dark-magenta .muted, body footer .components.theme-dark-magenta .muted {
    color: #707070; }
  body header .components.theme-dark-magenta .component-spacer.-borders:before, body header .components.theme-dark-magenta .component-spacer.-borders:after, body main .components.theme-dark-magenta .component-spacer.-borders:before, body main .components.theme-dark-magenta .component-spacer.-borders:after, body footer .components.theme-dark-magenta .component-spacer.-borders:before, body footer .components.theme-dark-magenta .component-spacer.-borders:after {
    border-color: #fff; }
  body header .components.theme-dark-magenta .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-dark-magenta .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-dark-magenta .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-dark-magenta .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-dark-magenta .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-dark-magenta .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #fff; }
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container:before, body header .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid:before, body header .components.theme-dark-magenta.component-hero > .wrapper > .container-sm:before, body header .components.theme-dark-magenta.component-hero > .wrapper > .container-md:before, body header .components.theme-dark-magenta.component-hero > .wrapper > .container-lg:before, body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xl:before, body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl:before, body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-dark-magenta.component-hero > .wrapper > .container:before, body main .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid:before, body main .components.theme-dark-magenta.component-hero > .wrapper > .container-sm:before, body main .components.theme-dark-magenta.component-hero > .wrapper > .container-md:before, body main .components.theme-dark-magenta.component-hero > .wrapper > .container-lg:before, body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xl:before, body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl:before, body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-dark-magenta.component-hero > .wrapper > .container:before, body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-sm:before, body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-md:before, body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-lg:before, body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xl:before, body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(31, 29, 44, 0.5); }
  body header .components.theme-dark-magenta.has-overlay:before, body main .components.theme-dark-magenta.has-overlay:before, body footer .components.theme-dark-magenta.has-overlay:before {
    background-color: #1f1d2c; }
  body header .components.theme-dark-magenta .social-icon.icon-behance, body main .components.theme-dark-magenta .social-icon.icon-behance, body footer .components.theme-dark-magenta .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-magenta .social-icon.icon-facebook, body main .components.theme-dark-magenta .social-icon.icon-facebook, body footer .components.theme-dark-magenta .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23e21d76' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%231f1d2c' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-magenta .social-icon.icon-github, body main .components.theme-dark-magenta .social-icon.icon-github, body footer .components.theme-dark-magenta .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-magenta .social-icon.icon-instagram, body main .components.theme-dark-magenta .social-icon.icon-instagram, body footer .components.theme-dark-magenta .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23e21d76' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%231f1d2c' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-magenta .social-icon.icon-linkedin, body main .components.theme-dark-magenta .social-icon.icon-linkedin, body footer .components.theme-dark-magenta .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23e21d76' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-magenta .social-icon.icon-pinterest, body main .components.theme-dark-magenta .social-icon.icon-pinterest, body footer .components.theme-dark-magenta .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-magenta .social-icon.icon-share, body main .components.theme-dark-magenta .social-icon.icon-share, body footer .components.theme-dark-magenta .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-magenta .social-icon.icon-snapchat, body main .components.theme-dark-magenta .social-icon.icon-snapchat, body footer .components.theme-dark-magenta .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-magenta .social-icon.icon-twitter, body main .components.theme-dark-magenta .social-icon.icon-twitter, body footer .components.theme-dark-magenta .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-magenta .social-icon.icon-vimeo, body main .components.theme-dark-magenta .social-icon.icon-vimeo, body footer .components.theme-dark-magenta .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-magenta .social-icon.icon-wineplatform, body main .components.theme-dark-magenta .social-icon.icon-wineplatform, body footer .components.theme-dark-magenta .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23e21d76' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%231f1d2c' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-magenta .social-icon.icon-youtube, body main .components.theme-dark-magenta .social-icon.icon-youtube, body footer .components.theme-dark-magenta .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23e21d76' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-dark-orange, body main .components.theme-dark-orange, body footer .components.theme-dark-orange {
  background-color: #1f1d2c;
  color: #fff; }
  body header .components.theme-dark-orange h1, body header .components.theme-dark-orange h2, body header .components.theme-dark-orange h3, body header .components.theme-dark-orange h4, body header .components.theme-dark-orange h5, body header .components.theme-dark-orange h6, body header .components.theme-dark-orange p, body header .components.theme-dark-orange .h1, body header .components.theme-dark-orange .h2, body header .components.theme-dark-orange .h3, body header .components.theme-dark-orange .h4, body header .components.theme-dark-orange .h5, body header .components.theme-dark-orange .h6, body header .components.theme-dark-orange .p, body main .components.theme-dark-orange h1, body main .components.theme-dark-orange h2, body main .components.theme-dark-orange h3, body main .components.theme-dark-orange h4, body main .components.theme-dark-orange h5, body main .components.theme-dark-orange h6, body main .components.theme-dark-orange p, body main .components.theme-dark-orange .h1, body main .components.theme-dark-orange .h2, body main .components.theme-dark-orange .h3, body main .components.theme-dark-orange .h4, body main .components.theme-dark-orange .h5, body main .components.theme-dark-orange .h6, body main .components.theme-dark-orange .p, body footer .components.theme-dark-orange h1, body footer .components.theme-dark-orange h2, body footer .components.theme-dark-orange h3, body footer .components.theme-dark-orange h4, body footer .components.theme-dark-orange h5, body footer .components.theme-dark-orange h6, body footer .components.theme-dark-orange p, body footer .components.theme-dark-orange .h1, body footer .components.theme-dark-orange .h2, body footer .components.theme-dark-orange .h3, body footer .components.theme-dark-orange .h4, body footer .components.theme-dark-orange .h5, body footer .components.theme-dark-orange .h6, body footer .components.theme-dark-orange .p {
    color: #fff; }
  body header .components.theme-dark-orange a:not(.btn):not(.goto), body main .components.theme-dark-orange a:not(.btn):not(.goto), body footer .components.theme-dark-orange a:not(.btn):not(.goto) {
    color: #f29124; }
    body header .components.theme-dark-orange a:not(.btn):not(.goto):hover, body header .components.theme-dark-orange a:not(.btn):not(.goto):focus, body header .components.theme-dark-orange a:not(.btn):not(.goto):active, body main .components.theme-dark-orange a:not(.btn):not(.goto):hover, body main .components.theme-dark-orange a:not(.btn):not(.goto):focus, body main .components.theme-dark-orange a:not(.btn):not(.goto):active, body footer .components.theme-dark-orange a:not(.btn):not(.goto):hover, body footer .components.theme-dark-orange a:not(.btn):not(.goto):focus, body footer .components.theme-dark-orange a:not(.btn):not(.goto):active {
      color: #fff; }
  body header .components.theme-dark-orange a.goto, body main .components.theme-dark-orange a.goto, body footer .components.theme-dark-orange a.goto {
    color: #fff; }
    body header .components.theme-dark-orange a.goto:hover, body header .components.theme-dark-orange a.goto:focus, body header .components.theme-dark-orange a.goto:active, body main .components.theme-dark-orange a.goto:hover, body main .components.theme-dark-orange a.goto:focus, body main .components.theme-dark-orange a.goto:active, body footer .components.theme-dark-orange a.goto:hover, body footer .components.theme-dark-orange a.goto:focus, body footer .components.theme-dark-orange a.goto:active {
      color: #fff; }
  body header .components.theme-dark-orange .muted, body main .components.theme-dark-orange .muted, body footer .components.theme-dark-orange .muted {
    color: #707070; }
  body header .components.theme-dark-orange .component-spacer.-borders:before, body header .components.theme-dark-orange .component-spacer.-borders:after, body main .components.theme-dark-orange .component-spacer.-borders:before, body main .components.theme-dark-orange .component-spacer.-borders:after, body footer .components.theme-dark-orange .component-spacer.-borders:before, body footer .components.theme-dark-orange .component-spacer.-borders:after {
    border-color: #fff; }
  body header .components.theme-dark-orange .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-dark-orange .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-dark-orange .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-dark-orange .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-dark-orange .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-dark-orange .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #fff; }
  body header .components.theme-dark-orange.component-hero > .wrapper > .container:before, body header .components.theme-dark-orange.component-hero > .wrapper > .container-fluid:before, body header .components.theme-dark-orange.component-hero > .wrapper > .container-sm:before, body header .components.theme-dark-orange.component-hero > .wrapper > .container-md:before, body header .components.theme-dark-orange.component-hero > .wrapper > .container-lg:before, body header .components.theme-dark-orange.component-hero > .wrapper > .container-xl:before, body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxl:before, body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-dark-orange.component-hero > .wrapper > .container:before, body main .components.theme-dark-orange.component-hero > .wrapper > .container-fluid:before, body main .components.theme-dark-orange.component-hero > .wrapper > .container-sm:before, body main .components.theme-dark-orange.component-hero > .wrapper > .container-md:before, body main .components.theme-dark-orange.component-hero > .wrapper > .container-lg:before, body main .components.theme-dark-orange.component-hero > .wrapper > .container-xl:before, body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxl:before, body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-dark-orange.component-hero > .wrapper > .container:before, body footer .components.theme-dark-orange.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-dark-orange.component-hero > .wrapper > .container-sm:before, body footer .components.theme-dark-orange.component-hero > .wrapper > .container-md:before, body footer .components.theme-dark-orange.component-hero > .wrapper > .container-lg:before, body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xl:before, body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(31, 29, 44, 0.5); }
  body header .components.theme-dark-orange.has-overlay:before, body main .components.theme-dark-orange.has-overlay:before, body footer .components.theme-dark-orange.has-overlay:before {
    background-color: #1f1d2c; }
  body header .components.theme-dark-orange .social-icon.icon-behance, body main .components.theme-dark-orange .social-icon.icon-behance, body footer .components.theme-dark-orange .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-orange .social-icon.icon-facebook, body main .components.theme-dark-orange .social-icon.icon-facebook, body footer .components.theme-dark-orange .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23f29124' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%231f1d2c' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-orange .social-icon.icon-github, body main .components.theme-dark-orange .social-icon.icon-github, body footer .components.theme-dark-orange .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-orange .social-icon.icon-instagram, body main .components.theme-dark-orange .social-icon.icon-instagram, body footer .components.theme-dark-orange .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23f29124' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%231f1d2c' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-orange .social-icon.icon-linkedin, body main .components.theme-dark-orange .social-icon.icon-linkedin, body footer .components.theme-dark-orange .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23f29124' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-orange .social-icon.icon-pinterest, body main .components.theme-dark-orange .social-icon.icon-pinterest, body footer .components.theme-dark-orange .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-orange .social-icon.icon-share, body main .components.theme-dark-orange .social-icon.icon-share, body footer .components.theme-dark-orange .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-orange .social-icon.icon-snapchat, body main .components.theme-dark-orange .social-icon.icon-snapchat, body footer .components.theme-dark-orange .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-orange .social-icon.icon-twitter, body main .components.theme-dark-orange .social-icon.icon-twitter, body footer .components.theme-dark-orange .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-orange .social-icon.icon-vimeo, body main .components.theme-dark-orange .social-icon.icon-vimeo, body footer .components.theme-dark-orange .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-orange .social-icon.icon-wineplatform, body main .components.theme-dark-orange .social-icon.icon-wineplatform, body footer .components.theme-dark-orange .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23f29124' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%231f1d2c' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-orange .social-icon.icon-youtube, body main .components.theme-dark-orange .social-icon.icon-youtube, body footer .components.theme-dark-orange .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23f29124' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-dark-green, body main .components.theme-dark-green, body footer .components.theme-dark-green {
  background-color: #1f1d2c;
  color: #fff; }
  body header .components.theme-dark-green h1, body header .components.theme-dark-green h2, body header .components.theme-dark-green h3, body header .components.theme-dark-green h4, body header .components.theme-dark-green h5, body header .components.theme-dark-green h6, body header .components.theme-dark-green p, body header .components.theme-dark-green .h1, body header .components.theme-dark-green .h2, body header .components.theme-dark-green .h3, body header .components.theme-dark-green .h4, body header .components.theme-dark-green .h5, body header .components.theme-dark-green .h6, body header .components.theme-dark-green .p, body main .components.theme-dark-green h1, body main .components.theme-dark-green h2, body main .components.theme-dark-green h3, body main .components.theme-dark-green h4, body main .components.theme-dark-green h5, body main .components.theme-dark-green h6, body main .components.theme-dark-green p, body main .components.theme-dark-green .h1, body main .components.theme-dark-green .h2, body main .components.theme-dark-green .h3, body main .components.theme-dark-green .h4, body main .components.theme-dark-green .h5, body main .components.theme-dark-green .h6, body main .components.theme-dark-green .p, body footer .components.theme-dark-green h1, body footer .components.theme-dark-green h2, body footer .components.theme-dark-green h3, body footer .components.theme-dark-green h4, body footer .components.theme-dark-green h5, body footer .components.theme-dark-green h6, body footer .components.theme-dark-green p, body footer .components.theme-dark-green .h1, body footer .components.theme-dark-green .h2, body footer .components.theme-dark-green .h3, body footer .components.theme-dark-green .h4, body footer .components.theme-dark-green .h5, body footer .components.theme-dark-green .h6, body footer .components.theme-dark-green .p {
    color: #fff; }
  body header .components.theme-dark-green a:not(.btn):not(.goto), body main .components.theme-dark-green a:not(.btn):not(.goto), body footer .components.theme-dark-green a:not(.btn):not(.goto) {
    color: #56b56c; }
    body header .components.theme-dark-green a:not(.btn):not(.goto):hover, body header .components.theme-dark-green a:not(.btn):not(.goto):focus, body header .components.theme-dark-green a:not(.btn):not(.goto):active, body main .components.theme-dark-green a:not(.btn):not(.goto):hover, body main .components.theme-dark-green a:not(.btn):not(.goto):focus, body main .components.theme-dark-green a:not(.btn):not(.goto):active, body footer .components.theme-dark-green a:not(.btn):not(.goto):hover, body footer .components.theme-dark-green a:not(.btn):not(.goto):focus, body footer .components.theme-dark-green a:not(.btn):not(.goto):active {
      color: #fff; }
  body header .components.theme-dark-green a.goto, body main .components.theme-dark-green a.goto, body footer .components.theme-dark-green a.goto {
    color: #fff; }
    body header .components.theme-dark-green a.goto:hover, body header .components.theme-dark-green a.goto:focus, body header .components.theme-dark-green a.goto:active, body main .components.theme-dark-green a.goto:hover, body main .components.theme-dark-green a.goto:focus, body main .components.theme-dark-green a.goto:active, body footer .components.theme-dark-green a.goto:hover, body footer .components.theme-dark-green a.goto:focus, body footer .components.theme-dark-green a.goto:active {
      color: #fff; }
  body header .components.theme-dark-green .muted, body main .components.theme-dark-green .muted, body footer .components.theme-dark-green .muted {
    color: #707070; }
  body header .components.theme-dark-green .component-spacer.-borders:before, body header .components.theme-dark-green .component-spacer.-borders:after, body main .components.theme-dark-green .component-spacer.-borders:before, body main .components.theme-dark-green .component-spacer.-borders:after, body footer .components.theme-dark-green .component-spacer.-borders:before, body footer .components.theme-dark-green .component-spacer.-borders:after {
    border-color: #fff; }
  body header .components.theme-dark-green .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-dark-green .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-dark-green .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-dark-green .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-dark-green .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-dark-green .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #fff; }
  body header .components.theme-dark-green.component-hero > .wrapper > .container:before, body header .components.theme-dark-green.component-hero > .wrapper > .container-fluid:before, body header .components.theme-dark-green.component-hero > .wrapper > .container-sm:before, body header .components.theme-dark-green.component-hero > .wrapper > .container-md:before, body header .components.theme-dark-green.component-hero > .wrapper > .container-lg:before, body header .components.theme-dark-green.component-hero > .wrapper > .container-xl:before, body header .components.theme-dark-green.component-hero > .wrapper > .container-xxl:before, body header .components.theme-dark-green.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-dark-green.component-hero > .wrapper > .container:before, body main .components.theme-dark-green.component-hero > .wrapper > .container-fluid:before, body main .components.theme-dark-green.component-hero > .wrapper > .container-sm:before, body main .components.theme-dark-green.component-hero > .wrapper > .container-md:before, body main .components.theme-dark-green.component-hero > .wrapper > .container-lg:before, body main .components.theme-dark-green.component-hero > .wrapper > .container-xl:before, body main .components.theme-dark-green.component-hero > .wrapper > .container-xxl:before, body main .components.theme-dark-green.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-dark-green.component-hero > .wrapper > .container:before, body footer .components.theme-dark-green.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-dark-green.component-hero > .wrapper > .container-sm:before, body footer .components.theme-dark-green.component-hero > .wrapper > .container-md:before, body footer .components.theme-dark-green.component-hero > .wrapper > .container-lg:before, body footer .components.theme-dark-green.component-hero > .wrapper > .container-xl:before, body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(31, 29, 44, 0.5); }
  body header .components.theme-dark-green.has-overlay:before, body main .components.theme-dark-green.has-overlay:before, body footer .components.theme-dark-green.has-overlay:before {
    background-color: #1f1d2c; }
  body header .components.theme-dark-green .social-icon.icon-behance, body main .components.theme-dark-green .social-icon.icon-behance, body footer .components.theme-dark-green .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-green .social-icon.icon-facebook, body main .components.theme-dark-green .social-icon.icon-facebook, body footer .components.theme-dark-green .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%2356b56c' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%231f1d2c' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-green .social-icon.icon-github, body main .components.theme-dark-green .social-icon.icon-github, body footer .components.theme-dark-green .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-green .social-icon.icon-instagram, body main .components.theme-dark-green .social-icon.icon-instagram, body footer .components.theme-dark-green .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%2356b56c' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%231f1d2c' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-green .social-icon.icon-linkedin, body main .components.theme-dark-green .social-icon.icon-linkedin, body footer .components.theme-dark-green .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%2356b56c' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-green .social-icon.icon-pinterest, body main .components.theme-dark-green .social-icon.icon-pinterest, body footer .components.theme-dark-green .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-green .social-icon.icon-share, body main .components.theme-dark-green .social-icon.icon-share, body footer .components.theme-dark-green .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-green .social-icon.icon-snapchat, body main .components.theme-dark-green .social-icon.icon-snapchat, body footer .components.theme-dark-green .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-green .social-icon.icon-twitter, body main .components.theme-dark-green .social-icon.icon-twitter, body footer .components.theme-dark-green .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-green .social-icon.icon-vimeo, body main .components.theme-dark-green .social-icon.icon-vimeo, body footer .components.theme-dark-green .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-green .social-icon.icon-wineplatform, body main .components.theme-dark-green .social-icon.icon-wineplatform, body footer .components.theme-dark-green .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%2356b56c' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%231f1d2c' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-green .social-icon.icon-youtube, body main .components.theme-dark-green .social-icon.icon-youtube, body footer .components.theme-dark-green .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%2356b56c' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-dark-blue, body main .components.theme-dark-blue, body footer .components.theme-dark-blue {
  background-color: #1f1d2c;
  color: #fff; }
  body header .components.theme-dark-blue h1, body header .components.theme-dark-blue h2, body header .components.theme-dark-blue h3, body header .components.theme-dark-blue h4, body header .components.theme-dark-blue h5, body header .components.theme-dark-blue h6, body header .components.theme-dark-blue p, body header .components.theme-dark-blue .h1, body header .components.theme-dark-blue .h2, body header .components.theme-dark-blue .h3, body header .components.theme-dark-blue .h4, body header .components.theme-dark-blue .h5, body header .components.theme-dark-blue .h6, body header .components.theme-dark-blue .p, body main .components.theme-dark-blue h1, body main .components.theme-dark-blue h2, body main .components.theme-dark-blue h3, body main .components.theme-dark-blue h4, body main .components.theme-dark-blue h5, body main .components.theme-dark-blue h6, body main .components.theme-dark-blue p, body main .components.theme-dark-blue .h1, body main .components.theme-dark-blue .h2, body main .components.theme-dark-blue .h3, body main .components.theme-dark-blue .h4, body main .components.theme-dark-blue .h5, body main .components.theme-dark-blue .h6, body main .components.theme-dark-blue .p, body footer .components.theme-dark-blue h1, body footer .components.theme-dark-blue h2, body footer .components.theme-dark-blue h3, body footer .components.theme-dark-blue h4, body footer .components.theme-dark-blue h5, body footer .components.theme-dark-blue h6, body footer .components.theme-dark-blue p, body footer .components.theme-dark-blue .h1, body footer .components.theme-dark-blue .h2, body footer .components.theme-dark-blue .h3, body footer .components.theme-dark-blue .h4, body footer .components.theme-dark-blue .h5, body footer .components.theme-dark-blue .h6, body footer .components.theme-dark-blue .p {
    color: #fff; }
  body header .components.theme-dark-blue a:not(.btn):not(.goto), body main .components.theme-dark-blue a:not(.btn):not(.goto), body footer .components.theme-dark-blue a:not(.btn):not(.goto) {
    color: #5363ab; }
    body header .components.theme-dark-blue a:not(.btn):not(.goto):hover, body header .components.theme-dark-blue a:not(.btn):not(.goto):focus, body header .components.theme-dark-blue a:not(.btn):not(.goto):active, body main .components.theme-dark-blue a:not(.btn):not(.goto):hover, body main .components.theme-dark-blue a:not(.btn):not(.goto):focus, body main .components.theme-dark-blue a:not(.btn):not(.goto):active, body footer .components.theme-dark-blue a:not(.btn):not(.goto):hover, body footer .components.theme-dark-blue a:not(.btn):not(.goto):focus, body footer .components.theme-dark-blue a:not(.btn):not(.goto):active {
      color: #fff; }
  body header .components.theme-dark-blue a.goto, body main .components.theme-dark-blue a.goto, body footer .components.theme-dark-blue a.goto {
    color: #fff; }
    body header .components.theme-dark-blue a.goto:hover, body header .components.theme-dark-blue a.goto:focus, body header .components.theme-dark-blue a.goto:active, body main .components.theme-dark-blue a.goto:hover, body main .components.theme-dark-blue a.goto:focus, body main .components.theme-dark-blue a.goto:active, body footer .components.theme-dark-blue a.goto:hover, body footer .components.theme-dark-blue a.goto:focus, body footer .components.theme-dark-blue a.goto:active {
      color: #fff; }
  body header .components.theme-dark-blue .muted, body main .components.theme-dark-blue .muted, body footer .components.theme-dark-blue .muted {
    color: #707070; }
  body header .components.theme-dark-blue .component-spacer.-borders:before, body header .components.theme-dark-blue .component-spacer.-borders:after, body main .components.theme-dark-blue .component-spacer.-borders:before, body main .components.theme-dark-blue .component-spacer.-borders:after, body footer .components.theme-dark-blue .component-spacer.-borders:before, body footer .components.theme-dark-blue .component-spacer.-borders:after {
    border-color: #fff; }
  body header .components.theme-dark-blue .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-dark-blue .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-dark-blue .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-dark-blue .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-dark-blue .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-dark-blue .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #fff; }
  body header .components.theme-dark-blue.component-hero > .wrapper > .container:before, body header .components.theme-dark-blue.component-hero > .wrapper > .container-fluid:before, body header .components.theme-dark-blue.component-hero > .wrapper > .container-sm:before, body header .components.theme-dark-blue.component-hero > .wrapper > .container-md:before, body header .components.theme-dark-blue.component-hero > .wrapper > .container-lg:before, body header .components.theme-dark-blue.component-hero > .wrapper > .container-xl:before, body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxl:before, body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-dark-blue.component-hero > .wrapper > .container:before, body main .components.theme-dark-blue.component-hero > .wrapper > .container-fluid:before, body main .components.theme-dark-blue.component-hero > .wrapper > .container-sm:before, body main .components.theme-dark-blue.component-hero > .wrapper > .container-md:before, body main .components.theme-dark-blue.component-hero > .wrapper > .container-lg:before, body main .components.theme-dark-blue.component-hero > .wrapper > .container-xl:before, body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxl:before, body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-dark-blue.component-hero > .wrapper > .container:before, body footer .components.theme-dark-blue.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-dark-blue.component-hero > .wrapper > .container-sm:before, body footer .components.theme-dark-blue.component-hero > .wrapper > .container-md:before, body footer .components.theme-dark-blue.component-hero > .wrapper > .container-lg:before, body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xl:before, body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(31, 29, 44, 0.5); }
  body header .components.theme-dark-blue.has-overlay:before, body main .components.theme-dark-blue.has-overlay:before, body footer .components.theme-dark-blue.has-overlay:before {
    background-color: #1f1d2c; }
  body header .components.theme-dark-blue .social-icon.icon-behance, body main .components.theme-dark-blue .social-icon.icon-behance, body footer .components.theme-dark-blue .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-blue .social-icon.icon-facebook, body main .components.theme-dark-blue .social-icon.icon-facebook, body footer .components.theme-dark-blue .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%235363ab' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%231f1d2c' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-blue .social-icon.icon-github, body main .components.theme-dark-blue .social-icon.icon-github, body footer .components.theme-dark-blue .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-blue .social-icon.icon-instagram, body main .components.theme-dark-blue .social-icon.icon-instagram, body footer .components.theme-dark-blue .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%235363ab' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%231f1d2c' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-blue .social-icon.icon-linkedin, body main .components.theme-dark-blue .social-icon.icon-linkedin, body footer .components.theme-dark-blue .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%235363ab' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-blue .social-icon.icon-pinterest, body main .components.theme-dark-blue .social-icon.icon-pinterest, body footer .components.theme-dark-blue .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-blue .social-icon.icon-share, body main .components.theme-dark-blue .social-icon.icon-share, body footer .components.theme-dark-blue .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-blue .social-icon.icon-snapchat, body main .components.theme-dark-blue .social-icon.icon-snapchat, body footer .components.theme-dark-blue .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-blue .social-icon.icon-twitter, body main .components.theme-dark-blue .social-icon.icon-twitter, body footer .components.theme-dark-blue .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-blue .social-icon.icon-vimeo, body main .components.theme-dark-blue .social-icon.icon-vimeo, body footer .components.theme-dark-blue .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-blue .social-icon.icon-wineplatform, body main .components.theme-dark-blue .social-icon.icon-wineplatform, body footer .components.theme-dark-blue .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%235363ab' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%231f1d2c' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark-blue .social-icon.icon-youtube, body main .components.theme-dark-blue .social-icon.icon-youtube, body footer .components.theme-dark-blue .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%235363ab' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%231f1d2c' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-mid, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light, body main .components.theme-mid, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light, body footer .components.theme-mid, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light {
  background-color: #fafafa;
  color: #1f1d2c; }
  body header .components.theme-mid h1, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h1, body header .components.theme-mid h2, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h2, body header .components.theme-mid h3, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h3, body header .components.theme-mid h4, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h4, body header .components.theme-mid h5, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h5, body header .components.theme-mid h6, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h6, body header .components.theme-mid p, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light p, body header .components.theme-mid .h1, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h1, body header .components.theme-mid .h2, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h2, body header .components.theme-mid .h3, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h3, body header .components.theme-mid .h4, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h4, body header .components.theme-mid .h5, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h5, body header .components.theme-mid .h6, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h6, body header .components.theme-mid .p, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .p, body main .components.theme-mid h1, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h1, body main .components.theme-mid h2, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h2, body main .components.theme-mid h3, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h3, body main .components.theme-mid h4, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h4, body main .components.theme-mid h5, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h5, body main .components.theme-mid h6, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h6, body main .components.theme-mid p, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light p, body main .components.theme-mid .h1, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h1, body main .components.theme-mid .h2, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h2, body main .components.theme-mid .h3, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h3, body main .components.theme-mid .h4, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h4, body main .components.theme-mid .h5, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h5, body main .components.theme-mid .h6, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h6, body main .components.theme-mid .p, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .p, body footer .components.theme-mid h1, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h1, body footer .components.theme-mid h2, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h2, body footer .components.theme-mid h3, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h3, body footer .components.theme-mid h4, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h4, body footer .components.theme-mid h5, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h5, body footer .components.theme-mid h6, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h6, body footer .components.theme-mid p, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light p, body footer .components.theme-mid .h1, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h1, body footer .components.theme-mid .h2, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h2, body footer .components.theme-mid .h3, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h3, body footer .components.theme-mid .h4, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h4, body footer .components.theme-mid .h5, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h5, body footer .components.theme-mid .h6, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h6, body footer .components.theme-mid .p, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .p {
    color: #1f1d2c; }
  body header .components.theme-mid a:not(.btn):not(.goto), body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a:not(.btn):not(.goto), body main .components.theme-mid a:not(.btn):not(.goto), body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a:not(.btn):not(.goto), body footer .components.theme-mid a:not(.btn):not(.goto), body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a:not(.btn):not(.goto) {
    color: #1f1d2c; }
    body header .components.theme-mid a:not(.btn):not(.goto):hover, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a:not(.btn):not(.goto):hover, body header .components.theme-mid a:not(.btn):not(.goto):focus, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a:not(.btn):not(.goto):focus, body header .components.theme-mid a:not(.btn):not(.goto):active, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a:not(.btn):not(.goto):active, body main .components.theme-mid a:not(.btn):not(.goto):hover, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a:not(.btn):not(.goto):hover, body main .components.theme-mid a:not(.btn):not(.goto):focus, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a:not(.btn):not(.goto):focus, body main .components.theme-mid a:not(.btn):not(.goto):active, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a:not(.btn):not(.goto):active, body footer .components.theme-mid a:not(.btn):not(.goto):hover, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a:not(.btn):not(.goto):hover, body footer .components.theme-mid a:not(.btn):not(.goto):focus, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a:not(.btn):not(.goto):focus, body footer .components.theme-mid a:not(.btn):not(.goto):active, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a:not(.btn):not(.goto):active {
      color: #fff; }
  body header .components.theme-mid a.goto, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto, body main .components.theme-mid a.goto, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto, body footer .components.theme-mid a.goto, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto {
    color: #1f1d2c; }
    body header .components.theme-mid a.goto:hover, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto:hover, body header .components.theme-mid a.goto:focus, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto:focus, body header .components.theme-mid a.goto:active, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto:active, body main .components.theme-mid a.goto:hover, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto:hover, body main .components.theme-mid a.goto:focus, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto:focus, body main .components.theme-mid a.goto:active, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto:active, body footer .components.theme-mid a.goto:hover, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto:hover, body footer .components.theme-mid a.goto:focus, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto:focus, body footer .components.theme-mid a.goto:active, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto:active {
      color: #fff; }
  body header .components.theme-mid .muted, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .muted, body main .components.theme-mid .muted, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .muted, body footer .components.theme-mid .muted, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .muted {
    color: #707070; }
  body header .components.theme-mid .component-spacer.-borders:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-spacer.-borders:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .component-spacer.-borders:before, body header .components.theme-mid .component-spacer.-borders:after, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-spacer.-borders:after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .component-spacer.-borders:after, body main .components.theme-mid .component-spacer.-borders:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-spacer.-borders:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .component-spacer.-borders:before, body main .components.theme-mid .component-spacer.-borders:after, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-spacer.-borders:after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .component-spacer.-borders:after, body footer .components.theme-mid .component-spacer.-borders:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-spacer.-borders:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .component-spacer.-borders:before, body footer .components.theme-mid .component-spacer.-borders:after, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-spacer.-borders:after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .component-spacer.-borders:after {
    border-color: #1f1d2c; }
  body header .components.theme-mid .component-filelist .files .files-wrapper .files-container .field-items, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-items, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-mid .component-filelist .files .files-wrapper .files-container .field-item, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-item, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-mid .component-filelist .files .files-wrapper .files-container .field-items, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-items, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-mid .component-filelist .files .files-wrapper .files-container .field-item, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-item, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-mid .component-filelist .files .files-wrapper .files-container .field-items, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-items, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-mid .component-filelist .files .files-wrapper .files-container .field-item, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-item, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #1f1d2c; }
  body header .components.theme-mid.component-hero > .wrapper > .container:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container:before, body header .components.theme-mid.component-hero > .wrapper > .container-fluid:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid:before, body header .components.theme-mid.component-hero > .wrapper > .container-sm:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm:before, body header .components.theme-mid.component-hero > .wrapper > .container-md:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md:before, body header .components.theme-mid.component-hero > .wrapper > .container-lg:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg:before, body header .components.theme-mid.component-hero > .wrapper > .container-xl:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl:before, body header .components.theme-mid.component-hero > .wrapper > .container-xxl:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl:before, body header .components.theme-mid.component-hero > .wrapper > .container-xxxl:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl:before, body main .components.theme-mid.component-hero > .wrapper > .container:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container:before, body main .components.theme-mid.component-hero > .wrapper > .container-fluid:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid:before, body main .components.theme-mid.component-hero > .wrapper > .container-sm:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm:before, body main .components.theme-mid.component-hero > .wrapper > .container-md:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md:before, body main .components.theme-mid.component-hero > .wrapper > .container-lg:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg:before, body main .components.theme-mid.component-hero > .wrapper > .container-xl:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl:before, body main .components.theme-mid.component-hero > .wrapper > .container-xxl:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl:before, body main .components.theme-mid.component-hero > .wrapper > .container-xxxl:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl:before, body footer .components.theme-mid.component-hero > .wrapper > .container:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container:before, body footer .components.theme-mid.component-hero > .wrapper > .container-fluid:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid:before, body footer .components.theme-mid.component-hero > .wrapper > .container-sm:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm:before, body footer .components.theme-mid.component-hero > .wrapper > .container-md:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md:before, body footer .components.theme-mid.component-hero > .wrapper > .container-lg:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg:before, body footer .components.theme-mid.component-hero > .wrapper > .container-xl:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl:before, body footer .components.theme-mid.component-hero > .wrapper > .container-xxl:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl:before, body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl:before {
    background-color: rgba(250, 250, 250, 0.5); }
  body header .components.theme-mid.has-overlay:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.has-overlay.component-text_group.theme-light:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.has-overlay.component-text_group.theme-light:before, body main .components.theme-mid.has-overlay:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.has-overlay.component-text_group.theme-light:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.has-overlay.component-text_group.theme-light:before, body footer .components.theme-mid.has-overlay:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.has-overlay.component-text_group.theme-light:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.has-overlay.component-text_group.theme-light:before {
    background-color: #fafafa; }
  body header .components.theme-mid .social-icon.icon-behance, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-behance, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-behance, body main .components.theme-mid .social-icon.icon-behance, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-behance, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-behance, body footer .components.theme-mid .social-icon.icon-behance, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-behance, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%231f1d2c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-facebook, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-facebook, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-facebook, body main .components.theme-mid .social-icon.icon-facebook, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-facebook, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-facebook, body footer .components.theme-mid .social-icon.icon-facebook, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-facebook, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%231f1d2c' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fafafa' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-github, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-github, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-github, body main .components.theme-mid .social-icon.icon-github, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-github, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-github, body footer .components.theme-mid .social-icon.icon-github, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-github, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%231f1d2c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-instagram, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-instagram, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-instagram, body main .components.theme-mid .social-icon.icon-instagram, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-instagram, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-instagram, body footer .components.theme-mid .social-icon.icon-instagram, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-instagram, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%231f1d2c' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fafafa' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-linkedin, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-linkedin, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-linkedin, body main .components.theme-mid .social-icon.icon-linkedin, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-linkedin, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-linkedin, body footer .components.theme-mid .social-icon.icon-linkedin, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-linkedin, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%231f1d2c' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-pinterest, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-pinterest, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-pinterest, body main .components.theme-mid .social-icon.icon-pinterest, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-pinterest, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-pinterest, body footer .components.theme-mid .social-icon.icon-pinterest, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-pinterest, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%231f1d2c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-share, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-share, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-share, body main .components.theme-mid .social-icon.icon-share, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-share, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-share, body footer .components.theme-mid .social-icon.icon-share, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-share, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%231f1d2c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-snapchat, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-snapchat, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-snapchat, body main .components.theme-mid .social-icon.icon-snapchat, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-snapchat, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-snapchat, body footer .components.theme-mid .social-icon.icon-snapchat, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-snapchat, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%231f1d2c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-twitter, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-twitter, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-twitter, body main .components.theme-mid .social-icon.icon-twitter, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-twitter, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-twitter, body footer .components.theme-mid .social-icon.icon-twitter, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-twitter, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%231f1d2c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-vimeo, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-vimeo, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-vimeo, body main .components.theme-mid .social-icon.icon-vimeo, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-vimeo, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-vimeo, body footer .components.theme-mid .social-icon.icon-vimeo, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-vimeo, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%231f1d2c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-wineplatform, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-wineplatform, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-wineplatform, body main .components.theme-mid .social-icon.icon-wineplatform, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-wineplatform, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-wineplatform, body footer .components.theme-mid .social-icon.icon-wineplatform, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-wineplatform, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%231f1d2c' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fafafa' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-youtube, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-youtube, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-youtube, body main .components.theme-mid .social-icon.icon-youtube, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-youtube, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-youtube, body footer .components.theme-mid .social-icon.icon-youtube, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-youtube, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%231f1d2c' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-mid-magenta, body main .components.theme-mid-magenta, body footer .components.theme-mid-magenta {
  background-color: #fafafa;
  color: #1f1d2c; }
  body header .components.theme-mid-magenta h1, body header .components.theme-mid-magenta h2, body header .components.theme-mid-magenta h3, body header .components.theme-mid-magenta h4, body header .components.theme-mid-magenta h5, body header .components.theme-mid-magenta h6, body header .components.theme-mid-magenta p, body header .components.theme-mid-magenta .h1, body header .components.theme-mid-magenta .h2, body header .components.theme-mid-magenta .h3, body header .components.theme-mid-magenta .h4, body header .components.theme-mid-magenta .h5, body header .components.theme-mid-magenta .h6, body header .components.theme-mid-magenta .p, body main .components.theme-mid-magenta h1, body main .components.theme-mid-magenta h2, body main .components.theme-mid-magenta h3, body main .components.theme-mid-magenta h4, body main .components.theme-mid-magenta h5, body main .components.theme-mid-magenta h6, body main .components.theme-mid-magenta p, body main .components.theme-mid-magenta .h1, body main .components.theme-mid-magenta .h2, body main .components.theme-mid-magenta .h3, body main .components.theme-mid-magenta .h4, body main .components.theme-mid-magenta .h5, body main .components.theme-mid-magenta .h6, body main .components.theme-mid-magenta .p, body footer .components.theme-mid-magenta h1, body footer .components.theme-mid-magenta h2, body footer .components.theme-mid-magenta h3, body footer .components.theme-mid-magenta h4, body footer .components.theme-mid-magenta h5, body footer .components.theme-mid-magenta h6, body footer .components.theme-mid-magenta p, body footer .components.theme-mid-magenta .h1, body footer .components.theme-mid-magenta .h2, body footer .components.theme-mid-magenta .h3, body footer .components.theme-mid-magenta .h4, body footer .components.theme-mid-magenta .h5, body footer .components.theme-mid-magenta .h6, body footer .components.theme-mid-magenta .p {
    color: #1f1d2c; }
  body header .components.theme-mid-magenta a:not(.btn):not(.goto), body main .components.theme-mid-magenta a:not(.btn):not(.goto), body footer .components.theme-mid-magenta a:not(.btn):not(.goto) {
    color: #e21d76; }
    body header .components.theme-mid-magenta a:not(.btn):not(.goto):hover, body header .components.theme-mid-magenta a:not(.btn):not(.goto):focus, body header .components.theme-mid-magenta a:not(.btn):not(.goto):active, body main .components.theme-mid-magenta a:not(.btn):not(.goto):hover, body main .components.theme-mid-magenta a:not(.btn):not(.goto):focus, body main .components.theme-mid-magenta a:not(.btn):not(.goto):active, body footer .components.theme-mid-magenta a:not(.btn):not(.goto):hover, body footer .components.theme-mid-magenta a:not(.btn):not(.goto):focus, body footer .components.theme-mid-magenta a:not(.btn):not(.goto):active {
      color: #fff; }
  body header .components.theme-mid-magenta a.goto, body main .components.theme-mid-magenta a.goto, body footer .components.theme-mid-magenta a.goto {
    color: #1f1d2c; }
    body header .components.theme-mid-magenta a.goto:hover, body header .components.theme-mid-magenta a.goto:focus, body header .components.theme-mid-magenta a.goto:active, body main .components.theme-mid-magenta a.goto:hover, body main .components.theme-mid-magenta a.goto:focus, body main .components.theme-mid-magenta a.goto:active, body footer .components.theme-mid-magenta a.goto:hover, body footer .components.theme-mid-magenta a.goto:focus, body footer .components.theme-mid-magenta a.goto:active {
      color: #fff; }
  body header .components.theme-mid-magenta .muted, body main .components.theme-mid-magenta .muted, body footer .components.theme-mid-magenta .muted {
    color: #707070; }
  body header .components.theme-mid-magenta .component-spacer.-borders:before, body header .components.theme-mid-magenta .component-spacer.-borders:after, body main .components.theme-mid-magenta .component-spacer.-borders:before, body main .components.theme-mid-magenta .component-spacer.-borders:after, body footer .components.theme-mid-magenta .component-spacer.-borders:before, body footer .components.theme-mid-magenta .component-spacer.-borders:after {
    border-color: #1f1d2c; }
  body header .components.theme-mid-magenta .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-mid-magenta .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-mid-magenta .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-mid-magenta .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-mid-magenta .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-mid-magenta .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #1f1d2c; }
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container:before, body header .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid:before, body header .components.theme-mid-magenta.component-hero > .wrapper > .container-sm:before, body header .components.theme-mid-magenta.component-hero > .wrapper > .container-md:before, body header .components.theme-mid-magenta.component-hero > .wrapper > .container-lg:before, body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xl:before, body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl:before, body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-mid-magenta.component-hero > .wrapper > .container:before, body main .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid:before, body main .components.theme-mid-magenta.component-hero > .wrapper > .container-sm:before, body main .components.theme-mid-magenta.component-hero > .wrapper > .container-md:before, body main .components.theme-mid-magenta.component-hero > .wrapper > .container-lg:before, body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xl:before, body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl:before, body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-mid-magenta.component-hero > .wrapper > .container:before, body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-sm:before, body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-md:before, body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-lg:before, body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xl:before, body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(250, 250, 250, 0.5); }
  body header .components.theme-mid-magenta.has-overlay:before, body main .components.theme-mid-magenta.has-overlay:before, body footer .components.theme-mid-magenta.has-overlay:before {
    background-color: #fafafa; }
  body header .components.theme-mid-magenta .social-icon.icon-behance, body main .components.theme-mid-magenta .social-icon.icon-behance, body footer .components.theme-mid-magenta .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-magenta .social-icon.icon-facebook, body main .components.theme-mid-magenta .social-icon.icon-facebook, body footer .components.theme-mid-magenta .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23e21d76' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fafafa' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-magenta .social-icon.icon-github, body main .components.theme-mid-magenta .social-icon.icon-github, body footer .components.theme-mid-magenta .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-magenta .social-icon.icon-instagram, body main .components.theme-mid-magenta .social-icon.icon-instagram, body footer .components.theme-mid-magenta .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23e21d76' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fafafa' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-magenta .social-icon.icon-linkedin, body main .components.theme-mid-magenta .social-icon.icon-linkedin, body footer .components.theme-mid-magenta .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23e21d76' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-magenta .social-icon.icon-pinterest, body main .components.theme-mid-magenta .social-icon.icon-pinterest, body footer .components.theme-mid-magenta .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-magenta .social-icon.icon-share, body main .components.theme-mid-magenta .social-icon.icon-share, body footer .components.theme-mid-magenta .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-magenta .social-icon.icon-snapchat, body main .components.theme-mid-magenta .social-icon.icon-snapchat, body footer .components.theme-mid-magenta .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-magenta .social-icon.icon-twitter, body main .components.theme-mid-magenta .social-icon.icon-twitter, body footer .components.theme-mid-magenta .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-magenta .social-icon.icon-vimeo, body main .components.theme-mid-magenta .social-icon.icon-vimeo, body footer .components.theme-mid-magenta .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-magenta .social-icon.icon-wineplatform, body main .components.theme-mid-magenta .social-icon.icon-wineplatform, body footer .components.theme-mid-magenta .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23e21d76' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fafafa' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-magenta .social-icon.icon-youtube, body main .components.theme-mid-magenta .social-icon.icon-youtube, body footer .components.theme-mid-magenta .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23e21d76' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-mid-orange, body main .components.theme-mid-orange, body footer .components.theme-mid-orange {
  background-color: #fafafa;
  color: #1f1d2c; }
  body header .components.theme-mid-orange h1, body header .components.theme-mid-orange h2, body header .components.theme-mid-orange h3, body header .components.theme-mid-orange h4, body header .components.theme-mid-orange h5, body header .components.theme-mid-orange h6, body header .components.theme-mid-orange p, body header .components.theme-mid-orange .h1, body header .components.theme-mid-orange .h2, body header .components.theme-mid-orange .h3, body header .components.theme-mid-orange .h4, body header .components.theme-mid-orange .h5, body header .components.theme-mid-orange .h6, body header .components.theme-mid-orange .p, body main .components.theme-mid-orange h1, body main .components.theme-mid-orange h2, body main .components.theme-mid-orange h3, body main .components.theme-mid-orange h4, body main .components.theme-mid-orange h5, body main .components.theme-mid-orange h6, body main .components.theme-mid-orange p, body main .components.theme-mid-orange .h1, body main .components.theme-mid-orange .h2, body main .components.theme-mid-orange .h3, body main .components.theme-mid-orange .h4, body main .components.theme-mid-orange .h5, body main .components.theme-mid-orange .h6, body main .components.theme-mid-orange .p, body footer .components.theme-mid-orange h1, body footer .components.theme-mid-orange h2, body footer .components.theme-mid-orange h3, body footer .components.theme-mid-orange h4, body footer .components.theme-mid-orange h5, body footer .components.theme-mid-orange h6, body footer .components.theme-mid-orange p, body footer .components.theme-mid-orange .h1, body footer .components.theme-mid-orange .h2, body footer .components.theme-mid-orange .h3, body footer .components.theme-mid-orange .h4, body footer .components.theme-mid-orange .h5, body footer .components.theme-mid-orange .h6, body footer .components.theme-mid-orange .p {
    color: #1f1d2c; }
  body header .components.theme-mid-orange a:not(.btn):not(.goto), body main .components.theme-mid-orange a:not(.btn):not(.goto), body footer .components.theme-mid-orange a:not(.btn):not(.goto) {
    color: #f29124; }
    body header .components.theme-mid-orange a:not(.btn):not(.goto):hover, body header .components.theme-mid-orange a:not(.btn):not(.goto):focus, body header .components.theme-mid-orange a:not(.btn):not(.goto):active, body main .components.theme-mid-orange a:not(.btn):not(.goto):hover, body main .components.theme-mid-orange a:not(.btn):not(.goto):focus, body main .components.theme-mid-orange a:not(.btn):not(.goto):active, body footer .components.theme-mid-orange a:not(.btn):not(.goto):hover, body footer .components.theme-mid-orange a:not(.btn):not(.goto):focus, body footer .components.theme-mid-orange a:not(.btn):not(.goto):active {
      color: #fff; }
  body header .components.theme-mid-orange a.goto, body main .components.theme-mid-orange a.goto, body footer .components.theme-mid-orange a.goto {
    color: #1f1d2c; }
    body header .components.theme-mid-orange a.goto:hover, body header .components.theme-mid-orange a.goto:focus, body header .components.theme-mid-orange a.goto:active, body main .components.theme-mid-orange a.goto:hover, body main .components.theme-mid-orange a.goto:focus, body main .components.theme-mid-orange a.goto:active, body footer .components.theme-mid-orange a.goto:hover, body footer .components.theme-mid-orange a.goto:focus, body footer .components.theme-mid-orange a.goto:active {
      color: #fff; }
  body header .components.theme-mid-orange .muted, body main .components.theme-mid-orange .muted, body footer .components.theme-mid-orange .muted {
    color: #707070; }
  body header .components.theme-mid-orange .component-spacer.-borders:before, body header .components.theme-mid-orange .component-spacer.-borders:after, body main .components.theme-mid-orange .component-spacer.-borders:before, body main .components.theme-mid-orange .component-spacer.-borders:after, body footer .components.theme-mid-orange .component-spacer.-borders:before, body footer .components.theme-mid-orange .component-spacer.-borders:after {
    border-color: #1f1d2c; }
  body header .components.theme-mid-orange .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-mid-orange .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-mid-orange .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-mid-orange .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-mid-orange .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-mid-orange .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #1f1d2c; }
  body header .components.theme-mid-orange.component-hero > .wrapper > .container:before, body header .components.theme-mid-orange.component-hero > .wrapper > .container-fluid:before, body header .components.theme-mid-orange.component-hero > .wrapper > .container-sm:before, body header .components.theme-mid-orange.component-hero > .wrapper > .container-md:before, body header .components.theme-mid-orange.component-hero > .wrapper > .container-lg:before, body header .components.theme-mid-orange.component-hero > .wrapper > .container-xl:before, body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxl:before, body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-mid-orange.component-hero > .wrapper > .container:before, body main .components.theme-mid-orange.component-hero > .wrapper > .container-fluid:before, body main .components.theme-mid-orange.component-hero > .wrapper > .container-sm:before, body main .components.theme-mid-orange.component-hero > .wrapper > .container-md:before, body main .components.theme-mid-orange.component-hero > .wrapper > .container-lg:before, body main .components.theme-mid-orange.component-hero > .wrapper > .container-xl:before, body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxl:before, body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-mid-orange.component-hero > .wrapper > .container:before, body footer .components.theme-mid-orange.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-mid-orange.component-hero > .wrapper > .container-sm:before, body footer .components.theme-mid-orange.component-hero > .wrapper > .container-md:before, body footer .components.theme-mid-orange.component-hero > .wrapper > .container-lg:before, body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xl:before, body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(250, 250, 250, 0.5); }
  body header .components.theme-mid-orange.has-overlay:before, body main .components.theme-mid-orange.has-overlay:before, body footer .components.theme-mid-orange.has-overlay:before {
    background-color: #fafafa; }
  body header .components.theme-mid-orange .social-icon.icon-behance, body main .components.theme-mid-orange .social-icon.icon-behance, body footer .components.theme-mid-orange .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-orange .social-icon.icon-facebook, body main .components.theme-mid-orange .social-icon.icon-facebook, body footer .components.theme-mid-orange .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23f29124' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fafafa' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-orange .social-icon.icon-github, body main .components.theme-mid-orange .social-icon.icon-github, body footer .components.theme-mid-orange .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-orange .social-icon.icon-instagram, body main .components.theme-mid-orange .social-icon.icon-instagram, body footer .components.theme-mid-orange .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23f29124' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fafafa' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-orange .social-icon.icon-linkedin, body main .components.theme-mid-orange .social-icon.icon-linkedin, body footer .components.theme-mid-orange .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23f29124' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-orange .social-icon.icon-pinterest, body main .components.theme-mid-orange .social-icon.icon-pinterest, body footer .components.theme-mid-orange .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-orange .social-icon.icon-share, body main .components.theme-mid-orange .social-icon.icon-share, body footer .components.theme-mid-orange .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-orange .social-icon.icon-snapchat, body main .components.theme-mid-orange .social-icon.icon-snapchat, body footer .components.theme-mid-orange .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-orange .social-icon.icon-twitter, body main .components.theme-mid-orange .social-icon.icon-twitter, body footer .components.theme-mid-orange .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-orange .social-icon.icon-vimeo, body main .components.theme-mid-orange .social-icon.icon-vimeo, body footer .components.theme-mid-orange .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-orange .social-icon.icon-wineplatform, body main .components.theme-mid-orange .social-icon.icon-wineplatform, body footer .components.theme-mid-orange .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23f29124' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fafafa' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-orange .social-icon.icon-youtube, body main .components.theme-mid-orange .social-icon.icon-youtube, body footer .components.theme-mid-orange .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23f29124' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-mid-green, body main .components.theme-mid-green, body footer .components.theme-mid-green {
  background-color: #fafafa;
  color: #1f1d2c; }
  body header .components.theme-mid-green h1, body header .components.theme-mid-green h2, body header .components.theme-mid-green h3, body header .components.theme-mid-green h4, body header .components.theme-mid-green h5, body header .components.theme-mid-green h6, body header .components.theme-mid-green p, body header .components.theme-mid-green .h1, body header .components.theme-mid-green .h2, body header .components.theme-mid-green .h3, body header .components.theme-mid-green .h4, body header .components.theme-mid-green .h5, body header .components.theme-mid-green .h6, body header .components.theme-mid-green .p, body main .components.theme-mid-green h1, body main .components.theme-mid-green h2, body main .components.theme-mid-green h3, body main .components.theme-mid-green h4, body main .components.theme-mid-green h5, body main .components.theme-mid-green h6, body main .components.theme-mid-green p, body main .components.theme-mid-green .h1, body main .components.theme-mid-green .h2, body main .components.theme-mid-green .h3, body main .components.theme-mid-green .h4, body main .components.theme-mid-green .h5, body main .components.theme-mid-green .h6, body main .components.theme-mid-green .p, body footer .components.theme-mid-green h1, body footer .components.theme-mid-green h2, body footer .components.theme-mid-green h3, body footer .components.theme-mid-green h4, body footer .components.theme-mid-green h5, body footer .components.theme-mid-green h6, body footer .components.theme-mid-green p, body footer .components.theme-mid-green .h1, body footer .components.theme-mid-green .h2, body footer .components.theme-mid-green .h3, body footer .components.theme-mid-green .h4, body footer .components.theme-mid-green .h5, body footer .components.theme-mid-green .h6, body footer .components.theme-mid-green .p {
    color: #1f1d2c; }
  body header .components.theme-mid-green a:not(.btn):not(.goto), body main .components.theme-mid-green a:not(.btn):not(.goto), body footer .components.theme-mid-green a:not(.btn):not(.goto) {
    color: #56b56c; }
    body header .components.theme-mid-green a:not(.btn):not(.goto):hover, body header .components.theme-mid-green a:not(.btn):not(.goto):focus, body header .components.theme-mid-green a:not(.btn):not(.goto):active, body main .components.theme-mid-green a:not(.btn):not(.goto):hover, body main .components.theme-mid-green a:not(.btn):not(.goto):focus, body main .components.theme-mid-green a:not(.btn):not(.goto):active, body footer .components.theme-mid-green a:not(.btn):not(.goto):hover, body footer .components.theme-mid-green a:not(.btn):not(.goto):focus, body footer .components.theme-mid-green a:not(.btn):not(.goto):active {
      color: #fff; }
  body header .components.theme-mid-green a.goto, body main .components.theme-mid-green a.goto, body footer .components.theme-mid-green a.goto {
    color: #1f1d2c; }
    body header .components.theme-mid-green a.goto:hover, body header .components.theme-mid-green a.goto:focus, body header .components.theme-mid-green a.goto:active, body main .components.theme-mid-green a.goto:hover, body main .components.theme-mid-green a.goto:focus, body main .components.theme-mid-green a.goto:active, body footer .components.theme-mid-green a.goto:hover, body footer .components.theme-mid-green a.goto:focus, body footer .components.theme-mid-green a.goto:active {
      color: #fff; }
  body header .components.theme-mid-green .muted, body main .components.theme-mid-green .muted, body footer .components.theme-mid-green .muted {
    color: #707070; }
  body header .components.theme-mid-green .component-spacer.-borders:before, body header .components.theme-mid-green .component-spacer.-borders:after, body main .components.theme-mid-green .component-spacer.-borders:before, body main .components.theme-mid-green .component-spacer.-borders:after, body footer .components.theme-mid-green .component-spacer.-borders:before, body footer .components.theme-mid-green .component-spacer.-borders:after {
    border-color: #1f1d2c; }
  body header .components.theme-mid-green .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-mid-green .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-mid-green .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-mid-green .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-mid-green .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-mid-green .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #1f1d2c; }
  body header .components.theme-mid-green.component-hero > .wrapper > .container:before, body header .components.theme-mid-green.component-hero > .wrapper > .container-fluid:before, body header .components.theme-mid-green.component-hero > .wrapper > .container-sm:before, body header .components.theme-mid-green.component-hero > .wrapper > .container-md:before, body header .components.theme-mid-green.component-hero > .wrapper > .container-lg:before, body header .components.theme-mid-green.component-hero > .wrapper > .container-xl:before, body header .components.theme-mid-green.component-hero > .wrapper > .container-xxl:before, body header .components.theme-mid-green.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-mid-green.component-hero > .wrapper > .container:before, body main .components.theme-mid-green.component-hero > .wrapper > .container-fluid:before, body main .components.theme-mid-green.component-hero > .wrapper > .container-sm:before, body main .components.theme-mid-green.component-hero > .wrapper > .container-md:before, body main .components.theme-mid-green.component-hero > .wrapper > .container-lg:before, body main .components.theme-mid-green.component-hero > .wrapper > .container-xl:before, body main .components.theme-mid-green.component-hero > .wrapper > .container-xxl:before, body main .components.theme-mid-green.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-mid-green.component-hero > .wrapper > .container:before, body footer .components.theme-mid-green.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-mid-green.component-hero > .wrapper > .container-sm:before, body footer .components.theme-mid-green.component-hero > .wrapper > .container-md:before, body footer .components.theme-mid-green.component-hero > .wrapper > .container-lg:before, body footer .components.theme-mid-green.component-hero > .wrapper > .container-xl:before, body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(250, 250, 250, 0.5); }
  body header .components.theme-mid-green.has-overlay:before, body main .components.theme-mid-green.has-overlay:before, body footer .components.theme-mid-green.has-overlay:before {
    background-color: #fafafa; }
  body header .components.theme-mid-green .social-icon.icon-behance, body main .components.theme-mid-green .social-icon.icon-behance, body footer .components.theme-mid-green .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-green .social-icon.icon-facebook, body main .components.theme-mid-green .social-icon.icon-facebook, body footer .components.theme-mid-green .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%2356b56c' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fafafa' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-green .social-icon.icon-github, body main .components.theme-mid-green .social-icon.icon-github, body footer .components.theme-mid-green .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-green .social-icon.icon-instagram, body main .components.theme-mid-green .social-icon.icon-instagram, body footer .components.theme-mid-green .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%2356b56c' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fafafa' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-green .social-icon.icon-linkedin, body main .components.theme-mid-green .social-icon.icon-linkedin, body footer .components.theme-mid-green .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%2356b56c' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-green .social-icon.icon-pinterest, body main .components.theme-mid-green .social-icon.icon-pinterest, body footer .components.theme-mid-green .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-green .social-icon.icon-share, body main .components.theme-mid-green .social-icon.icon-share, body footer .components.theme-mid-green .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-green .social-icon.icon-snapchat, body main .components.theme-mid-green .social-icon.icon-snapchat, body footer .components.theme-mid-green .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-green .social-icon.icon-twitter, body main .components.theme-mid-green .social-icon.icon-twitter, body footer .components.theme-mid-green .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-green .social-icon.icon-vimeo, body main .components.theme-mid-green .social-icon.icon-vimeo, body footer .components.theme-mid-green .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-green .social-icon.icon-wineplatform, body main .components.theme-mid-green .social-icon.icon-wineplatform, body footer .components.theme-mid-green .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%2356b56c' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fafafa' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-green .social-icon.icon-youtube, body main .components.theme-mid-green .social-icon.icon-youtube, body footer .components.theme-mid-green .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%2356b56c' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-mid-blue, body main .components.theme-mid-blue, body footer .components.theme-mid-blue {
  background-color: #fafafa;
  color: #1f1d2c; }
  body header .components.theme-mid-blue h1, body header .components.theme-mid-blue h2, body header .components.theme-mid-blue h3, body header .components.theme-mid-blue h4, body header .components.theme-mid-blue h5, body header .components.theme-mid-blue h6, body header .components.theme-mid-blue p, body header .components.theme-mid-blue .h1, body header .components.theme-mid-blue .h2, body header .components.theme-mid-blue .h3, body header .components.theme-mid-blue .h4, body header .components.theme-mid-blue .h5, body header .components.theme-mid-blue .h6, body header .components.theme-mid-blue .p, body main .components.theme-mid-blue h1, body main .components.theme-mid-blue h2, body main .components.theme-mid-blue h3, body main .components.theme-mid-blue h4, body main .components.theme-mid-blue h5, body main .components.theme-mid-blue h6, body main .components.theme-mid-blue p, body main .components.theme-mid-blue .h1, body main .components.theme-mid-blue .h2, body main .components.theme-mid-blue .h3, body main .components.theme-mid-blue .h4, body main .components.theme-mid-blue .h5, body main .components.theme-mid-blue .h6, body main .components.theme-mid-blue .p, body footer .components.theme-mid-blue h1, body footer .components.theme-mid-blue h2, body footer .components.theme-mid-blue h3, body footer .components.theme-mid-blue h4, body footer .components.theme-mid-blue h5, body footer .components.theme-mid-blue h6, body footer .components.theme-mid-blue p, body footer .components.theme-mid-blue .h1, body footer .components.theme-mid-blue .h2, body footer .components.theme-mid-blue .h3, body footer .components.theme-mid-blue .h4, body footer .components.theme-mid-blue .h5, body footer .components.theme-mid-blue .h6, body footer .components.theme-mid-blue .p {
    color: #1f1d2c; }
  body header .components.theme-mid-blue a:not(.btn):not(.goto), body main .components.theme-mid-blue a:not(.btn):not(.goto), body footer .components.theme-mid-blue a:not(.btn):not(.goto) {
    color: #5363ab; }
    body header .components.theme-mid-blue a:not(.btn):not(.goto):hover, body header .components.theme-mid-blue a:not(.btn):not(.goto):focus, body header .components.theme-mid-blue a:not(.btn):not(.goto):active, body main .components.theme-mid-blue a:not(.btn):not(.goto):hover, body main .components.theme-mid-blue a:not(.btn):not(.goto):focus, body main .components.theme-mid-blue a:not(.btn):not(.goto):active, body footer .components.theme-mid-blue a:not(.btn):not(.goto):hover, body footer .components.theme-mid-blue a:not(.btn):not(.goto):focus, body footer .components.theme-mid-blue a:not(.btn):not(.goto):active {
      color: #fff; }
  body header .components.theme-mid-blue a.goto, body main .components.theme-mid-blue a.goto, body footer .components.theme-mid-blue a.goto {
    color: #1f1d2c; }
    body header .components.theme-mid-blue a.goto:hover, body header .components.theme-mid-blue a.goto:focus, body header .components.theme-mid-blue a.goto:active, body main .components.theme-mid-blue a.goto:hover, body main .components.theme-mid-blue a.goto:focus, body main .components.theme-mid-blue a.goto:active, body footer .components.theme-mid-blue a.goto:hover, body footer .components.theme-mid-blue a.goto:focus, body footer .components.theme-mid-blue a.goto:active {
      color: #fff; }
  body header .components.theme-mid-blue .muted, body main .components.theme-mid-blue .muted, body footer .components.theme-mid-blue .muted {
    color: #707070; }
  body header .components.theme-mid-blue .component-spacer.-borders:before, body header .components.theme-mid-blue .component-spacer.-borders:after, body main .components.theme-mid-blue .component-spacer.-borders:before, body main .components.theme-mid-blue .component-spacer.-borders:after, body footer .components.theme-mid-blue .component-spacer.-borders:before, body footer .components.theme-mid-blue .component-spacer.-borders:after {
    border-color: #1f1d2c; }
  body header .components.theme-mid-blue .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-mid-blue .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-mid-blue .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-mid-blue .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-mid-blue .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-mid-blue .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #1f1d2c; }
  body header .components.theme-mid-blue.component-hero > .wrapper > .container:before, body header .components.theme-mid-blue.component-hero > .wrapper > .container-fluid:before, body header .components.theme-mid-blue.component-hero > .wrapper > .container-sm:before, body header .components.theme-mid-blue.component-hero > .wrapper > .container-md:before, body header .components.theme-mid-blue.component-hero > .wrapper > .container-lg:before, body header .components.theme-mid-blue.component-hero > .wrapper > .container-xl:before, body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxl:before, body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-mid-blue.component-hero > .wrapper > .container:before, body main .components.theme-mid-blue.component-hero > .wrapper > .container-fluid:before, body main .components.theme-mid-blue.component-hero > .wrapper > .container-sm:before, body main .components.theme-mid-blue.component-hero > .wrapper > .container-md:before, body main .components.theme-mid-blue.component-hero > .wrapper > .container-lg:before, body main .components.theme-mid-blue.component-hero > .wrapper > .container-xl:before, body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxl:before, body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-mid-blue.component-hero > .wrapper > .container:before, body footer .components.theme-mid-blue.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-mid-blue.component-hero > .wrapper > .container-sm:before, body footer .components.theme-mid-blue.component-hero > .wrapper > .container-md:before, body footer .components.theme-mid-blue.component-hero > .wrapper > .container-lg:before, body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xl:before, body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(250, 250, 250, 0.5); }
  body header .components.theme-mid-blue.has-overlay:before, body main .components.theme-mid-blue.has-overlay:before, body footer .components.theme-mid-blue.has-overlay:before {
    background-color: #fafafa; }
  body header .components.theme-mid-blue .social-icon.icon-behance, body main .components.theme-mid-blue .social-icon.icon-behance, body footer .components.theme-mid-blue .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-blue .social-icon.icon-facebook, body main .components.theme-mid-blue .social-icon.icon-facebook, body footer .components.theme-mid-blue .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%235363ab' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fafafa' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-blue .social-icon.icon-github, body main .components.theme-mid-blue .social-icon.icon-github, body footer .components.theme-mid-blue .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-blue .social-icon.icon-instagram, body main .components.theme-mid-blue .social-icon.icon-instagram, body footer .components.theme-mid-blue .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%235363ab' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fafafa' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-blue .social-icon.icon-linkedin, body main .components.theme-mid-blue .social-icon.icon-linkedin, body footer .components.theme-mid-blue .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%235363ab' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-blue .social-icon.icon-pinterest, body main .components.theme-mid-blue .social-icon.icon-pinterest, body footer .components.theme-mid-blue .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-blue .social-icon.icon-share, body main .components.theme-mid-blue .social-icon.icon-share, body footer .components.theme-mid-blue .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-blue .social-icon.icon-snapchat, body main .components.theme-mid-blue .social-icon.icon-snapchat, body footer .components.theme-mid-blue .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-blue .social-icon.icon-twitter, body main .components.theme-mid-blue .social-icon.icon-twitter, body footer .components.theme-mid-blue .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-blue .social-icon.icon-vimeo, body main .components.theme-mid-blue .social-icon.icon-vimeo, body footer .components.theme-mid-blue .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-blue .social-icon.icon-wineplatform, body main .components.theme-mid-blue .social-icon.icon-wineplatform, body footer .components.theme-mid-blue .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%235363ab' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fafafa' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid-blue .social-icon.icon-youtube, body main .components.theme-mid-blue .social-icon.icon-youtube, body footer .components.theme-mid-blue .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%235363ab' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23fafafa' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-light, body main .components.theme-light, body footer .components.theme-light {
  background-color: #fff;
  color: #1f1d2c; }
  body header .components.theme-light h1, body header .components.theme-light h2, body header .components.theme-light h3, body header .components.theme-light h4, body header .components.theme-light h5, body header .components.theme-light h6, body header .components.theme-light p, body header .components.theme-light .h1, body header .components.theme-light .h2, body header .components.theme-light .h3, body header .components.theme-light .h4, body header .components.theme-light .h5, body header .components.theme-light .h6, body header .components.theme-light .p, body main .components.theme-light h1, body main .components.theme-light h2, body main .components.theme-light h3, body main .components.theme-light h4, body main .components.theme-light h5, body main .components.theme-light h6, body main .components.theme-light p, body main .components.theme-light .h1, body main .components.theme-light .h2, body main .components.theme-light .h3, body main .components.theme-light .h4, body main .components.theme-light .h5, body main .components.theme-light .h6, body main .components.theme-light .p, body footer .components.theme-light h1, body footer .components.theme-light h2, body footer .components.theme-light h3, body footer .components.theme-light h4, body footer .components.theme-light h5, body footer .components.theme-light h6, body footer .components.theme-light p, body footer .components.theme-light .h1, body footer .components.theme-light .h2, body footer .components.theme-light .h3, body footer .components.theme-light .h4, body footer .components.theme-light .h5, body footer .components.theme-light .h6, body footer .components.theme-light .p {
    color: #1f1d2c; }
  body header .components.theme-light a:not(.btn):not(.goto), body main .components.theme-light a:not(.btn):not(.goto), body footer .components.theme-light a:not(.btn):not(.goto) {
    color: #1f1d2c; }
    body header .components.theme-light a:not(.btn):not(.goto):hover, body header .components.theme-light a:not(.btn):not(.goto):focus, body header .components.theme-light a:not(.btn):not(.goto):active, body main .components.theme-light a:not(.btn):not(.goto):hover, body main .components.theme-light a:not(.btn):not(.goto):focus, body main .components.theme-light a:not(.btn):not(.goto):active, body footer .components.theme-light a:not(.btn):not(.goto):hover, body footer .components.theme-light a:not(.btn):not(.goto):focus, body footer .components.theme-light a:not(.btn):not(.goto):active {
      color: #fff; }
  body header .components.theme-light a.goto, body main .components.theme-light a.goto, body footer .components.theme-light a.goto {
    color: #1f1d2c; }
    body header .components.theme-light a.goto:hover, body header .components.theme-light a.goto:focus, body header .components.theme-light a.goto:active, body main .components.theme-light a.goto:hover, body main .components.theme-light a.goto:focus, body main .components.theme-light a.goto:active, body footer .components.theme-light a.goto:hover, body footer .components.theme-light a.goto:focus, body footer .components.theme-light a.goto:active {
      color: #fff; }
  body header .components.theme-light .muted, body main .components.theme-light .muted, body footer .components.theme-light .muted {
    color: #707070; }
  body header .components.theme-light .component-spacer.-borders:before, body header .components.theme-light .component-spacer.-borders:after, body main .components.theme-light .component-spacer.-borders:before, body main .components.theme-light .component-spacer.-borders:after, body footer .components.theme-light .component-spacer.-borders:before, body footer .components.theme-light .component-spacer.-borders:after {
    border-color: #1f1d2c; }
  body header .components.theme-light .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-light .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-light .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-light .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-light .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-light .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #1f1d2c; }
  body header .components.theme-light.component-hero > .wrapper > .container:before, body header .components.theme-light.component-hero > .wrapper > .container-fluid:before, body header .components.theme-light.component-hero > .wrapper > .container-sm:before, body header .components.theme-light.component-hero > .wrapper > .container-md:before, body header .components.theme-light.component-hero > .wrapper > .container-lg:before, body header .components.theme-light.component-hero > .wrapper > .container-xl:before, body header .components.theme-light.component-hero > .wrapper > .container-xxl:before, body header .components.theme-light.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-light.component-hero > .wrapper > .container:before, body main .components.theme-light.component-hero > .wrapper > .container-fluid:before, body main .components.theme-light.component-hero > .wrapper > .container-sm:before, body main .components.theme-light.component-hero > .wrapper > .container-md:before, body main .components.theme-light.component-hero > .wrapper > .container-lg:before, body main .components.theme-light.component-hero > .wrapper > .container-xl:before, body main .components.theme-light.component-hero > .wrapper > .container-xxl:before, body main .components.theme-light.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-light.component-hero > .wrapper > .container:before, body footer .components.theme-light.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-light.component-hero > .wrapper > .container-sm:before, body footer .components.theme-light.component-hero > .wrapper > .container-md:before, body footer .components.theme-light.component-hero > .wrapper > .container-lg:before, body footer .components.theme-light.component-hero > .wrapper > .container-xl:before, body footer .components.theme-light.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-light.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(255, 255, 255, 0.5); }
  body header .components.theme-light.has-overlay:before, body main .components.theme-light.has-overlay:before, body footer .components.theme-light.has-overlay:before {
    background-color: #fff; }
  body header .components.theme-light .social-icon.icon-behance, body main .components.theme-light .social-icon.icon-behance, body footer .components.theme-light .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%231f1d2c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-facebook, body main .components.theme-light .social-icon.icon-facebook, body footer .components.theme-light .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%231f1d2c' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-github, body main .components.theme-light .social-icon.icon-github, body footer .components.theme-light .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%231f1d2c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-instagram, body main .components.theme-light .social-icon.icon-instagram, body footer .components.theme-light .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%231f1d2c' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-linkedin, body main .components.theme-light .social-icon.icon-linkedin, body footer .components.theme-light .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%231f1d2c' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-pinterest, body main .components.theme-light .social-icon.icon-pinterest, body footer .components.theme-light .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%231f1d2c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-share, body main .components.theme-light .social-icon.icon-share, body footer .components.theme-light .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%231f1d2c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-snapchat, body main .components.theme-light .social-icon.icon-snapchat, body footer .components.theme-light .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%231f1d2c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-twitter, body main .components.theme-light .social-icon.icon-twitter, body footer .components.theme-light .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%231f1d2c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-vimeo, body main .components.theme-light .social-icon.icon-vimeo, body footer .components.theme-light .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%231f1d2c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-wineplatform, body main .components.theme-light .social-icon.icon-wineplatform, body footer .components.theme-light .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%231f1d2c' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-youtube, body main .components.theme-light .social-icon.icon-youtube, body footer .components.theme-light .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%231f1d2c' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-light-magenta, body main .components.theme-light-magenta, body footer .components.theme-light-magenta {
  background-color: #fff;
  color: #1f1d2c; }
  body header .components.theme-light-magenta h1, body header .components.theme-light-magenta h2, body header .components.theme-light-magenta h3, body header .components.theme-light-magenta h4, body header .components.theme-light-magenta h5, body header .components.theme-light-magenta h6, body header .components.theme-light-magenta p, body header .components.theme-light-magenta .h1, body header .components.theme-light-magenta .h2, body header .components.theme-light-magenta .h3, body header .components.theme-light-magenta .h4, body header .components.theme-light-magenta .h5, body header .components.theme-light-magenta .h6, body header .components.theme-light-magenta .p, body main .components.theme-light-magenta h1, body main .components.theme-light-magenta h2, body main .components.theme-light-magenta h3, body main .components.theme-light-magenta h4, body main .components.theme-light-magenta h5, body main .components.theme-light-magenta h6, body main .components.theme-light-magenta p, body main .components.theme-light-magenta .h1, body main .components.theme-light-magenta .h2, body main .components.theme-light-magenta .h3, body main .components.theme-light-magenta .h4, body main .components.theme-light-magenta .h5, body main .components.theme-light-magenta .h6, body main .components.theme-light-magenta .p, body footer .components.theme-light-magenta h1, body footer .components.theme-light-magenta h2, body footer .components.theme-light-magenta h3, body footer .components.theme-light-magenta h4, body footer .components.theme-light-magenta h5, body footer .components.theme-light-magenta h6, body footer .components.theme-light-magenta p, body footer .components.theme-light-magenta .h1, body footer .components.theme-light-magenta .h2, body footer .components.theme-light-magenta .h3, body footer .components.theme-light-magenta .h4, body footer .components.theme-light-magenta .h5, body footer .components.theme-light-magenta .h6, body footer .components.theme-light-magenta .p {
    color: #1f1d2c; }
  body header .components.theme-light-magenta a:not(.btn):not(.goto), body main .components.theme-light-magenta a:not(.btn):not(.goto), body footer .components.theme-light-magenta a:not(.btn):not(.goto) {
    color: #e21d76; }
    body header .components.theme-light-magenta a:not(.btn):not(.goto):hover, body header .components.theme-light-magenta a:not(.btn):not(.goto):focus, body header .components.theme-light-magenta a:not(.btn):not(.goto):active, body main .components.theme-light-magenta a:not(.btn):not(.goto):hover, body main .components.theme-light-magenta a:not(.btn):not(.goto):focus, body main .components.theme-light-magenta a:not(.btn):not(.goto):active, body footer .components.theme-light-magenta a:not(.btn):not(.goto):hover, body footer .components.theme-light-magenta a:not(.btn):not(.goto):focus, body footer .components.theme-light-magenta a:not(.btn):not(.goto):active {
      color: #fff; }
  body header .components.theme-light-magenta a.goto, body main .components.theme-light-magenta a.goto, body footer .components.theme-light-magenta a.goto {
    color: #1f1d2c; }
    body header .components.theme-light-magenta a.goto:hover, body header .components.theme-light-magenta a.goto:focus, body header .components.theme-light-magenta a.goto:active, body main .components.theme-light-magenta a.goto:hover, body main .components.theme-light-magenta a.goto:focus, body main .components.theme-light-magenta a.goto:active, body footer .components.theme-light-magenta a.goto:hover, body footer .components.theme-light-magenta a.goto:focus, body footer .components.theme-light-magenta a.goto:active {
      color: #fff; }
  body header .components.theme-light-magenta .muted, body main .components.theme-light-magenta .muted, body footer .components.theme-light-magenta .muted {
    color: #707070; }
  body header .components.theme-light-magenta .component-spacer.-borders:before, body header .components.theme-light-magenta .component-spacer.-borders:after, body main .components.theme-light-magenta .component-spacer.-borders:before, body main .components.theme-light-magenta .component-spacer.-borders:after, body footer .components.theme-light-magenta .component-spacer.-borders:before, body footer .components.theme-light-magenta .component-spacer.-borders:after {
    border-color: #1f1d2c; }
  body header .components.theme-light-magenta .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-light-magenta .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-light-magenta .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-light-magenta .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-light-magenta .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-light-magenta .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #1f1d2c; }
  body header .components.theme-light-magenta.component-hero > .wrapper > .container:before, body header .components.theme-light-magenta.component-hero > .wrapper > .container-fluid:before, body header .components.theme-light-magenta.component-hero > .wrapper > .container-sm:before, body header .components.theme-light-magenta.component-hero > .wrapper > .container-md:before, body header .components.theme-light-magenta.component-hero > .wrapper > .container-lg:before, body header .components.theme-light-magenta.component-hero > .wrapper > .container-xl:before, body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxl:before, body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-light-magenta.component-hero > .wrapper > .container:before, body main .components.theme-light-magenta.component-hero > .wrapper > .container-fluid:before, body main .components.theme-light-magenta.component-hero > .wrapper > .container-sm:before, body main .components.theme-light-magenta.component-hero > .wrapper > .container-md:before, body main .components.theme-light-magenta.component-hero > .wrapper > .container-lg:before, body main .components.theme-light-magenta.component-hero > .wrapper > .container-xl:before, body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxl:before, body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-light-magenta.component-hero > .wrapper > .container:before, body footer .components.theme-light-magenta.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-light-magenta.component-hero > .wrapper > .container-sm:before, body footer .components.theme-light-magenta.component-hero > .wrapper > .container-md:before, body footer .components.theme-light-magenta.component-hero > .wrapper > .container-lg:before, body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xl:before, body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(255, 255, 255, 0.5); }
  body header .components.theme-light-magenta.has-overlay:before, body main .components.theme-light-magenta.has-overlay:before, body footer .components.theme-light-magenta.has-overlay:before {
    background-color: #fff; }
  body header .components.theme-light-magenta .social-icon.icon-behance, body main .components.theme-light-magenta .social-icon.icon-behance, body footer .components.theme-light-magenta .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-magenta .social-icon.icon-facebook, body main .components.theme-light-magenta .social-icon.icon-facebook, body footer .components.theme-light-magenta .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23e21d76' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-magenta .social-icon.icon-github, body main .components.theme-light-magenta .social-icon.icon-github, body footer .components.theme-light-magenta .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-magenta .social-icon.icon-instagram, body main .components.theme-light-magenta .social-icon.icon-instagram, body footer .components.theme-light-magenta .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23e21d76' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-magenta .social-icon.icon-linkedin, body main .components.theme-light-magenta .social-icon.icon-linkedin, body footer .components.theme-light-magenta .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23e21d76' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-magenta .social-icon.icon-pinterest, body main .components.theme-light-magenta .social-icon.icon-pinterest, body footer .components.theme-light-magenta .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-magenta .social-icon.icon-share, body main .components.theme-light-magenta .social-icon.icon-share, body footer .components.theme-light-magenta .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-magenta .social-icon.icon-snapchat, body main .components.theme-light-magenta .social-icon.icon-snapchat, body footer .components.theme-light-magenta .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-magenta .social-icon.icon-twitter, body main .components.theme-light-magenta .social-icon.icon-twitter, body footer .components.theme-light-magenta .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-magenta .social-icon.icon-vimeo, body main .components.theme-light-magenta .social-icon.icon-vimeo, body footer .components.theme-light-magenta .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23e21d76' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-magenta .social-icon.icon-wineplatform, body main .components.theme-light-magenta .social-icon.icon-wineplatform, body footer .components.theme-light-magenta .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23e21d76' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-magenta .social-icon.icon-youtube, body main .components.theme-light-magenta .social-icon.icon-youtube, body footer .components.theme-light-magenta .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23e21d76' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-light-orange, body main .components.theme-light-orange, body footer .components.theme-light-orange {
  background-color: #fff;
  color: #1f1d2c; }
  body header .components.theme-light-orange h1, body header .components.theme-light-orange h2, body header .components.theme-light-orange h3, body header .components.theme-light-orange h4, body header .components.theme-light-orange h5, body header .components.theme-light-orange h6, body header .components.theme-light-orange p, body header .components.theme-light-orange .h1, body header .components.theme-light-orange .h2, body header .components.theme-light-orange .h3, body header .components.theme-light-orange .h4, body header .components.theme-light-orange .h5, body header .components.theme-light-orange .h6, body header .components.theme-light-orange .p, body main .components.theme-light-orange h1, body main .components.theme-light-orange h2, body main .components.theme-light-orange h3, body main .components.theme-light-orange h4, body main .components.theme-light-orange h5, body main .components.theme-light-orange h6, body main .components.theme-light-orange p, body main .components.theme-light-orange .h1, body main .components.theme-light-orange .h2, body main .components.theme-light-orange .h3, body main .components.theme-light-orange .h4, body main .components.theme-light-orange .h5, body main .components.theme-light-orange .h6, body main .components.theme-light-orange .p, body footer .components.theme-light-orange h1, body footer .components.theme-light-orange h2, body footer .components.theme-light-orange h3, body footer .components.theme-light-orange h4, body footer .components.theme-light-orange h5, body footer .components.theme-light-orange h6, body footer .components.theme-light-orange p, body footer .components.theme-light-orange .h1, body footer .components.theme-light-orange .h2, body footer .components.theme-light-orange .h3, body footer .components.theme-light-orange .h4, body footer .components.theme-light-orange .h5, body footer .components.theme-light-orange .h6, body footer .components.theme-light-orange .p {
    color: #1f1d2c; }
  body header .components.theme-light-orange a:not(.btn):not(.goto), body main .components.theme-light-orange a:not(.btn):not(.goto), body footer .components.theme-light-orange a:not(.btn):not(.goto) {
    color: #f29124; }
    body header .components.theme-light-orange a:not(.btn):not(.goto):hover, body header .components.theme-light-orange a:not(.btn):not(.goto):focus, body header .components.theme-light-orange a:not(.btn):not(.goto):active, body main .components.theme-light-orange a:not(.btn):not(.goto):hover, body main .components.theme-light-orange a:not(.btn):not(.goto):focus, body main .components.theme-light-orange a:not(.btn):not(.goto):active, body footer .components.theme-light-orange a:not(.btn):not(.goto):hover, body footer .components.theme-light-orange a:not(.btn):not(.goto):focus, body footer .components.theme-light-orange a:not(.btn):not(.goto):active {
      color: #fff; }
  body header .components.theme-light-orange a.goto, body main .components.theme-light-orange a.goto, body footer .components.theme-light-orange a.goto {
    color: #1f1d2c; }
    body header .components.theme-light-orange a.goto:hover, body header .components.theme-light-orange a.goto:focus, body header .components.theme-light-orange a.goto:active, body main .components.theme-light-orange a.goto:hover, body main .components.theme-light-orange a.goto:focus, body main .components.theme-light-orange a.goto:active, body footer .components.theme-light-orange a.goto:hover, body footer .components.theme-light-orange a.goto:focus, body footer .components.theme-light-orange a.goto:active {
      color: #fff; }
  body header .components.theme-light-orange .muted, body main .components.theme-light-orange .muted, body footer .components.theme-light-orange .muted {
    color: #707070; }
  body header .components.theme-light-orange .component-spacer.-borders:before, body header .components.theme-light-orange .component-spacer.-borders:after, body main .components.theme-light-orange .component-spacer.-borders:before, body main .components.theme-light-orange .component-spacer.-borders:after, body footer .components.theme-light-orange .component-spacer.-borders:before, body footer .components.theme-light-orange .component-spacer.-borders:after {
    border-color: #1f1d2c; }
  body header .components.theme-light-orange .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-light-orange .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-light-orange .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-light-orange .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-light-orange .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-light-orange .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #1f1d2c; }
  body header .components.theme-light-orange.component-hero > .wrapper > .container:before, body header .components.theme-light-orange.component-hero > .wrapper > .container-fluid:before, body header .components.theme-light-orange.component-hero > .wrapper > .container-sm:before, body header .components.theme-light-orange.component-hero > .wrapper > .container-md:before, body header .components.theme-light-orange.component-hero > .wrapper > .container-lg:before, body header .components.theme-light-orange.component-hero > .wrapper > .container-xl:before, body header .components.theme-light-orange.component-hero > .wrapper > .container-xxl:before, body header .components.theme-light-orange.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-light-orange.component-hero > .wrapper > .container:before, body main .components.theme-light-orange.component-hero > .wrapper > .container-fluid:before, body main .components.theme-light-orange.component-hero > .wrapper > .container-sm:before, body main .components.theme-light-orange.component-hero > .wrapper > .container-md:before, body main .components.theme-light-orange.component-hero > .wrapper > .container-lg:before, body main .components.theme-light-orange.component-hero > .wrapper > .container-xl:before, body main .components.theme-light-orange.component-hero > .wrapper > .container-xxl:before, body main .components.theme-light-orange.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-light-orange.component-hero > .wrapper > .container:before, body footer .components.theme-light-orange.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-light-orange.component-hero > .wrapper > .container-sm:before, body footer .components.theme-light-orange.component-hero > .wrapper > .container-md:before, body footer .components.theme-light-orange.component-hero > .wrapper > .container-lg:before, body footer .components.theme-light-orange.component-hero > .wrapper > .container-xl:before, body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(255, 255, 255, 0.5); }
  body header .components.theme-light-orange.has-overlay:before, body main .components.theme-light-orange.has-overlay:before, body footer .components.theme-light-orange.has-overlay:before {
    background-color: #fff; }
  body header .components.theme-light-orange .social-icon.icon-behance, body main .components.theme-light-orange .social-icon.icon-behance, body footer .components.theme-light-orange .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-orange .social-icon.icon-facebook, body main .components.theme-light-orange .social-icon.icon-facebook, body footer .components.theme-light-orange .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23f29124' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-orange .social-icon.icon-github, body main .components.theme-light-orange .social-icon.icon-github, body footer .components.theme-light-orange .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-orange .social-icon.icon-instagram, body main .components.theme-light-orange .social-icon.icon-instagram, body footer .components.theme-light-orange .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23f29124' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-orange .social-icon.icon-linkedin, body main .components.theme-light-orange .social-icon.icon-linkedin, body footer .components.theme-light-orange .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23f29124' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-orange .social-icon.icon-pinterest, body main .components.theme-light-orange .social-icon.icon-pinterest, body footer .components.theme-light-orange .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-orange .social-icon.icon-share, body main .components.theme-light-orange .social-icon.icon-share, body footer .components.theme-light-orange .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-orange .social-icon.icon-snapchat, body main .components.theme-light-orange .social-icon.icon-snapchat, body footer .components.theme-light-orange .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-orange .social-icon.icon-twitter, body main .components.theme-light-orange .social-icon.icon-twitter, body footer .components.theme-light-orange .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-orange .social-icon.icon-vimeo, body main .components.theme-light-orange .social-icon.icon-vimeo, body footer .components.theme-light-orange .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23f29124' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-orange .social-icon.icon-wineplatform, body main .components.theme-light-orange .social-icon.icon-wineplatform, body footer .components.theme-light-orange .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23f29124' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-orange .social-icon.icon-youtube, body main .components.theme-light-orange .social-icon.icon-youtube, body footer .components.theme-light-orange .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23f29124' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-light-green, body main .components.theme-light-green, body footer .components.theme-light-green {
  background-color: #fff;
  color: #1f1d2c; }
  body header .components.theme-light-green h1, body header .components.theme-light-green h2, body header .components.theme-light-green h3, body header .components.theme-light-green h4, body header .components.theme-light-green h5, body header .components.theme-light-green h6, body header .components.theme-light-green p, body header .components.theme-light-green .h1, body header .components.theme-light-green .h2, body header .components.theme-light-green .h3, body header .components.theme-light-green .h4, body header .components.theme-light-green .h5, body header .components.theme-light-green .h6, body header .components.theme-light-green .p, body main .components.theme-light-green h1, body main .components.theme-light-green h2, body main .components.theme-light-green h3, body main .components.theme-light-green h4, body main .components.theme-light-green h5, body main .components.theme-light-green h6, body main .components.theme-light-green p, body main .components.theme-light-green .h1, body main .components.theme-light-green .h2, body main .components.theme-light-green .h3, body main .components.theme-light-green .h4, body main .components.theme-light-green .h5, body main .components.theme-light-green .h6, body main .components.theme-light-green .p, body footer .components.theme-light-green h1, body footer .components.theme-light-green h2, body footer .components.theme-light-green h3, body footer .components.theme-light-green h4, body footer .components.theme-light-green h5, body footer .components.theme-light-green h6, body footer .components.theme-light-green p, body footer .components.theme-light-green .h1, body footer .components.theme-light-green .h2, body footer .components.theme-light-green .h3, body footer .components.theme-light-green .h4, body footer .components.theme-light-green .h5, body footer .components.theme-light-green .h6, body footer .components.theme-light-green .p {
    color: #1f1d2c; }
  body header .components.theme-light-green a:not(.btn):not(.goto), body main .components.theme-light-green a:not(.btn):not(.goto), body footer .components.theme-light-green a:not(.btn):not(.goto) {
    color: #56b56c; }
    body header .components.theme-light-green a:not(.btn):not(.goto):hover, body header .components.theme-light-green a:not(.btn):not(.goto):focus, body header .components.theme-light-green a:not(.btn):not(.goto):active, body main .components.theme-light-green a:not(.btn):not(.goto):hover, body main .components.theme-light-green a:not(.btn):not(.goto):focus, body main .components.theme-light-green a:not(.btn):not(.goto):active, body footer .components.theme-light-green a:not(.btn):not(.goto):hover, body footer .components.theme-light-green a:not(.btn):not(.goto):focus, body footer .components.theme-light-green a:not(.btn):not(.goto):active {
      color: #fff; }
  body header .components.theme-light-green a.goto, body main .components.theme-light-green a.goto, body footer .components.theme-light-green a.goto {
    color: #1f1d2c; }
    body header .components.theme-light-green a.goto:hover, body header .components.theme-light-green a.goto:focus, body header .components.theme-light-green a.goto:active, body main .components.theme-light-green a.goto:hover, body main .components.theme-light-green a.goto:focus, body main .components.theme-light-green a.goto:active, body footer .components.theme-light-green a.goto:hover, body footer .components.theme-light-green a.goto:focus, body footer .components.theme-light-green a.goto:active {
      color: #fff; }
  body header .components.theme-light-green .muted, body main .components.theme-light-green .muted, body footer .components.theme-light-green .muted {
    color: #707070; }
  body header .components.theme-light-green .component-spacer.-borders:before, body header .components.theme-light-green .component-spacer.-borders:after, body main .components.theme-light-green .component-spacer.-borders:before, body main .components.theme-light-green .component-spacer.-borders:after, body footer .components.theme-light-green .component-spacer.-borders:before, body footer .components.theme-light-green .component-spacer.-borders:after {
    border-color: #1f1d2c; }
  body header .components.theme-light-green .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-light-green .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-light-green .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-light-green .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-light-green .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-light-green .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #1f1d2c; }
  body header .components.theme-light-green.component-hero > .wrapper > .container:before, body header .components.theme-light-green.component-hero > .wrapper > .container-fluid:before, body header .components.theme-light-green.component-hero > .wrapper > .container-sm:before, body header .components.theme-light-green.component-hero > .wrapper > .container-md:before, body header .components.theme-light-green.component-hero > .wrapper > .container-lg:before, body header .components.theme-light-green.component-hero > .wrapper > .container-xl:before, body header .components.theme-light-green.component-hero > .wrapper > .container-xxl:before, body header .components.theme-light-green.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-light-green.component-hero > .wrapper > .container:before, body main .components.theme-light-green.component-hero > .wrapper > .container-fluid:before, body main .components.theme-light-green.component-hero > .wrapper > .container-sm:before, body main .components.theme-light-green.component-hero > .wrapper > .container-md:before, body main .components.theme-light-green.component-hero > .wrapper > .container-lg:before, body main .components.theme-light-green.component-hero > .wrapper > .container-xl:before, body main .components.theme-light-green.component-hero > .wrapper > .container-xxl:before, body main .components.theme-light-green.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-light-green.component-hero > .wrapper > .container:before, body footer .components.theme-light-green.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-light-green.component-hero > .wrapper > .container-sm:before, body footer .components.theme-light-green.component-hero > .wrapper > .container-md:before, body footer .components.theme-light-green.component-hero > .wrapper > .container-lg:before, body footer .components.theme-light-green.component-hero > .wrapper > .container-xl:before, body footer .components.theme-light-green.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-light-green.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(255, 255, 255, 0.5); }
  body header .components.theme-light-green.has-overlay:before, body main .components.theme-light-green.has-overlay:before, body footer .components.theme-light-green.has-overlay:before {
    background-color: #fff; }
  body header .components.theme-light-green .social-icon.icon-behance, body main .components.theme-light-green .social-icon.icon-behance, body footer .components.theme-light-green .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-green .social-icon.icon-facebook, body main .components.theme-light-green .social-icon.icon-facebook, body footer .components.theme-light-green .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%2356b56c' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-green .social-icon.icon-github, body main .components.theme-light-green .social-icon.icon-github, body footer .components.theme-light-green .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-green .social-icon.icon-instagram, body main .components.theme-light-green .social-icon.icon-instagram, body footer .components.theme-light-green .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%2356b56c' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-green .social-icon.icon-linkedin, body main .components.theme-light-green .social-icon.icon-linkedin, body footer .components.theme-light-green .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%2356b56c' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-green .social-icon.icon-pinterest, body main .components.theme-light-green .social-icon.icon-pinterest, body footer .components.theme-light-green .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-green .social-icon.icon-share, body main .components.theme-light-green .social-icon.icon-share, body footer .components.theme-light-green .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-green .social-icon.icon-snapchat, body main .components.theme-light-green .social-icon.icon-snapchat, body footer .components.theme-light-green .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-green .social-icon.icon-twitter, body main .components.theme-light-green .social-icon.icon-twitter, body footer .components.theme-light-green .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-green .social-icon.icon-vimeo, body main .components.theme-light-green .social-icon.icon-vimeo, body footer .components.theme-light-green .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%2356b56c' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-green .social-icon.icon-wineplatform, body main .components.theme-light-green .social-icon.icon-wineplatform, body footer .components.theme-light-green .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%2356b56c' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-green .social-icon.icon-youtube, body main .components.theme-light-green .social-icon.icon-youtube, body footer .components.theme-light-green .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%2356b56c' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-light-blue, body main .components.theme-light-blue, body footer .components.theme-light-blue {
  background-color: #fff;
  color: #1f1d2c; }
  body header .components.theme-light-blue h1, body header .components.theme-light-blue h2, body header .components.theme-light-blue h3, body header .components.theme-light-blue h4, body header .components.theme-light-blue h5, body header .components.theme-light-blue h6, body header .components.theme-light-blue p, body header .components.theme-light-blue .h1, body header .components.theme-light-blue .h2, body header .components.theme-light-blue .h3, body header .components.theme-light-blue .h4, body header .components.theme-light-blue .h5, body header .components.theme-light-blue .h6, body header .components.theme-light-blue .p, body main .components.theme-light-blue h1, body main .components.theme-light-blue h2, body main .components.theme-light-blue h3, body main .components.theme-light-blue h4, body main .components.theme-light-blue h5, body main .components.theme-light-blue h6, body main .components.theme-light-blue p, body main .components.theme-light-blue .h1, body main .components.theme-light-blue .h2, body main .components.theme-light-blue .h3, body main .components.theme-light-blue .h4, body main .components.theme-light-blue .h5, body main .components.theme-light-blue .h6, body main .components.theme-light-blue .p, body footer .components.theme-light-blue h1, body footer .components.theme-light-blue h2, body footer .components.theme-light-blue h3, body footer .components.theme-light-blue h4, body footer .components.theme-light-blue h5, body footer .components.theme-light-blue h6, body footer .components.theme-light-blue p, body footer .components.theme-light-blue .h1, body footer .components.theme-light-blue .h2, body footer .components.theme-light-blue .h3, body footer .components.theme-light-blue .h4, body footer .components.theme-light-blue .h5, body footer .components.theme-light-blue .h6, body footer .components.theme-light-blue .p {
    color: #1f1d2c; }
  body header .components.theme-light-blue a:not(.btn):not(.goto), body main .components.theme-light-blue a:not(.btn):not(.goto), body footer .components.theme-light-blue a:not(.btn):not(.goto) {
    color: #5363ab; }
    body header .components.theme-light-blue a:not(.btn):not(.goto):hover, body header .components.theme-light-blue a:not(.btn):not(.goto):focus, body header .components.theme-light-blue a:not(.btn):not(.goto):active, body main .components.theme-light-blue a:not(.btn):not(.goto):hover, body main .components.theme-light-blue a:not(.btn):not(.goto):focus, body main .components.theme-light-blue a:not(.btn):not(.goto):active, body footer .components.theme-light-blue a:not(.btn):not(.goto):hover, body footer .components.theme-light-blue a:not(.btn):not(.goto):focus, body footer .components.theme-light-blue a:not(.btn):not(.goto):active {
      color: #fff; }
  body header .components.theme-light-blue a.goto, body main .components.theme-light-blue a.goto, body footer .components.theme-light-blue a.goto {
    color: #1f1d2c; }
    body header .components.theme-light-blue a.goto:hover, body header .components.theme-light-blue a.goto:focus, body header .components.theme-light-blue a.goto:active, body main .components.theme-light-blue a.goto:hover, body main .components.theme-light-blue a.goto:focus, body main .components.theme-light-blue a.goto:active, body footer .components.theme-light-blue a.goto:hover, body footer .components.theme-light-blue a.goto:focus, body footer .components.theme-light-blue a.goto:active {
      color: #fff; }
  body header .components.theme-light-blue .muted, body main .components.theme-light-blue .muted, body footer .components.theme-light-blue .muted {
    color: #707070; }
  body header .components.theme-light-blue .component-spacer.-borders:before, body header .components.theme-light-blue .component-spacer.-borders:after, body main .components.theme-light-blue .component-spacer.-borders:before, body main .components.theme-light-blue .component-spacer.-borders:after, body footer .components.theme-light-blue .component-spacer.-borders:before, body footer .components.theme-light-blue .component-spacer.-borders:after {
    border-color: #1f1d2c; }
  body header .components.theme-light-blue .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-light-blue .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-light-blue .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-light-blue .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-light-blue .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-light-blue .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #1f1d2c; }
  body header .components.theme-light-blue.component-hero > .wrapper > .container:before, body header .components.theme-light-blue.component-hero > .wrapper > .container-fluid:before, body header .components.theme-light-blue.component-hero > .wrapper > .container-sm:before, body header .components.theme-light-blue.component-hero > .wrapper > .container-md:before, body header .components.theme-light-blue.component-hero > .wrapper > .container-lg:before, body header .components.theme-light-blue.component-hero > .wrapper > .container-xl:before, body header .components.theme-light-blue.component-hero > .wrapper > .container-xxl:before, body header .components.theme-light-blue.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-light-blue.component-hero > .wrapper > .container:before, body main .components.theme-light-blue.component-hero > .wrapper > .container-fluid:before, body main .components.theme-light-blue.component-hero > .wrapper > .container-sm:before, body main .components.theme-light-blue.component-hero > .wrapper > .container-md:before, body main .components.theme-light-blue.component-hero > .wrapper > .container-lg:before, body main .components.theme-light-blue.component-hero > .wrapper > .container-xl:before, body main .components.theme-light-blue.component-hero > .wrapper > .container-xxl:before, body main .components.theme-light-blue.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-light-blue.component-hero > .wrapper > .container:before, body footer .components.theme-light-blue.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-light-blue.component-hero > .wrapper > .container-sm:before, body footer .components.theme-light-blue.component-hero > .wrapper > .container-md:before, body footer .components.theme-light-blue.component-hero > .wrapper > .container-lg:before, body footer .components.theme-light-blue.component-hero > .wrapper > .container-xl:before, body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(255, 255, 255, 0.5); }
  body header .components.theme-light-blue.has-overlay:before, body main .components.theme-light-blue.has-overlay:before, body footer .components.theme-light-blue.has-overlay:before {
    background-color: #fff; }
  body header .components.theme-light-blue .social-icon.icon-behance, body main .components.theme-light-blue .social-icon.icon-behance, body footer .components.theme-light-blue .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-blue .social-icon.icon-facebook, body main .components.theme-light-blue .social-icon.icon-facebook, body footer .components.theme-light-blue .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%235363ab' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-blue .social-icon.icon-github, body main .components.theme-light-blue .social-icon.icon-github, body footer .components.theme-light-blue .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-blue .social-icon.icon-instagram, body main .components.theme-light-blue .social-icon.icon-instagram, body footer .components.theme-light-blue .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%235363ab' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-blue .social-icon.icon-linkedin, body main .components.theme-light-blue .social-icon.icon-linkedin, body footer .components.theme-light-blue .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%235363ab' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-blue .social-icon.icon-pinterest, body main .components.theme-light-blue .social-icon.icon-pinterest, body footer .components.theme-light-blue .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-blue .social-icon.icon-share, body main .components.theme-light-blue .social-icon.icon-share, body footer .components.theme-light-blue .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-blue .social-icon.icon-snapchat, body main .components.theme-light-blue .social-icon.icon-snapchat, body footer .components.theme-light-blue .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-blue .social-icon.icon-twitter, body main .components.theme-light-blue .social-icon.icon-twitter, body footer .components.theme-light-blue .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-blue .social-icon.icon-vimeo, body main .components.theme-light-blue .social-icon.icon-vimeo, body footer .components.theme-light-blue .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%235363ab' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-blue .social-icon.icon-wineplatform, body main .components.theme-light-blue .social-icon.icon-wineplatform, body footer .components.theme-light-blue .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%235363ab' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-light-blue .social-icon.icon-youtube, body main .components.theme-light-blue .social-icon.icon-youtube, body footer .components.theme-light-blue .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%235363ab' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components .contextual-region .contextual .contextual-links a, body main .components .contextual-region .contextual .contextual-links a, body footer .components .contextual-region .contextual .contextual-links a {
  color: initial; }
  body header .components .contextual-region .contextual .contextual-links a:hover, body header .components .contextual-region .contextual .contextual-links a:focus, body header .components .contextual-region .contextual .contextual-links a:active, body main .components .contextual-region .contextual .contextual-links a:hover, body main .components .contextual-region .contextual .contextual-links a:focus, body main .components .contextual-region .contextual .contextual-links a:active, body footer .components .contextual-region .contextual .contextual-links a:hover, body footer .components .contextual-region .contextual .contextual-links a:focus, body footer .components .contextual-region .contextual .contextual-links a:active {
    color: initial; }

/** Single Components
 * only colors and rendering styles
 * go to ## theming for layout styling
 */
.components.component-contentbrowser .container-fluid, .components.component-contentbrowser .container-sm, .components.component-contentbrowser .container-md, .components.component-contentbrowser .container-lg, .components.component-contentbrowser .container-xl, .components.component-contentbrowser .container-xxl, .components.component-contentbrowser .container-xxxl {
  overflow: hidden;
  position: relative; }

.components.component-contentbrowser .component-col-headings {
  width: 100%; }

.components.component-contentbrowser-related_content {
  background-color: inherit;
  color: inherit; }
  .components.component-contentbrowser-related_content h1, .components.component-contentbrowser-related_content h2, .components.component-contentbrowser-related_content h3, .components.component-contentbrowser-related_content h4, .components.component-contentbrowser-related_content h5, .components.component-contentbrowser-related_content h6,
  .components.component-contentbrowser-related_content .h1, .components.component-contentbrowser-related_content .h2, .components.component-contentbrowser-related_content .h3, .components.component-contentbrowser-related_content .h4, .components.component-contentbrowser-related_content .h5, .components.component-contentbrowser-related_content .h6 {
    background-color: inherit;
    color: inherit; }
  .components.component-contentbrowser-related_content > .wrapper {
    background-color: inherit;
    color: inherit; }
    .components.component-contentbrowser-related_content > .wrapper > .container {
      border-top: 0 none transparent;
      border-bottom: 0 none transparent;
      padding: 0rem 0; }

.components.component-contentbrowser .node-view_mode--default .node-container::after, .components.component-contentbrowser .node-view_mode--default .term-container::after, .components.component-contentbrowser .node-view_mode--default .card-container::after, .components.component-contentbrowser .node-view_mode--teaser .node-container::after, .components.component-contentbrowser .node-view_mode--teaser .term-container::after, .components.component-contentbrowser .node-view_mode--teaser .card-container::after, .components.component-contentbrowser .node-view_mode--card .node-container::after, .components.component-contentbrowser .node-view_mode--card .term-container::after, .components.component-contentbrowser .node-view_mode--card .card-container::after, .components.component-contentbrowser .term-view_mode--default .node-container::after, .components.component-contentbrowser .term-view_mode--default .term-container::after, .components.component-contentbrowser .term-view_mode--default .card-container::after, .components.component-contentbrowser .term-view_mode--teaser .node-container::after, .components.component-contentbrowser .term-view_mode--teaser .term-container::after, .components.component-contentbrowser .term-view_mode--teaser .card-container::after, .components.component-contentbrowser .term-view_mode--card .node-container::after, .components.component-contentbrowser .term-view_mode--card .term-container::after, .components.component-contentbrowser .term-view_mode--card .card-container::after, .components.component-contentbrowser .card-view_mode--default .node-container::after, .components.component-contentbrowser .card-view_mode--default .term-container::after, .components.component-contentbrowser .card-view_mode--default .card-container::after, .components.component-contentbrowser .card-view_mode--teaser .node-container::after, .components.component-contentbrowser .card-view_mode--teaser .term-container::after, .components.component-contentbrowser .card-view_mode--teaser .card-container::after, .components.component-contentbrowser .card-view_mode--card .node-container::after, .components.component-contentbrowser .card-view_mode--card .term-container::after, .components.component-contentbrowser .card-view_mode--card .card-container::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 1200px) {
    .components.component-contentbrowser .node-view_mode--default .node-container::after, .components.component-contentbrowser .node-view_mode--default .term-container::after, .components.component-contentbrowser .node-view_mode--default .card-container::after, .components.component-contentbrowser .node-view_mode--teaser .node-container::after, .components.component-contentbrowser .node-view_mode--teaser .term-container::after, .components.component-contentbrowser .node-view_mode--teaser .card-container::after, .components.component-contentbrowser .node-view_mode--card .node-container::after, .components.component-contentbrowser .node-view_mode--card .term-container::after, .components.component-contentbrowser .node-view_mode--card .card-container::after, .components.component-contentbrowser .term-view_mode--default .node-container::after, .components.component-contentbrowser .term-view_mode--default .term-container::after, .components.component-contentbrowser .term-view_mode--default .card-container::after, .components.component-contentbrowser .term-view_mode--teaser .node-container::after, .components.component-contentbrowser .term-view_mode--teaser .term-container::after, .components.component-contentbrowser .term-view_mode--teaser .card-container::after, .components.component-contentbrowser .term-view_mode--card .node-container::after, .components.component-contentbrowser .term-view_mode--card .term-container::after, .components.component-contentbrowser .term-view_mode--card .card-container::after, .components.component-contentbrowser .card-view_mode--default .node-container::after, .components.component-contentbrowser .card-view_mode--default .term-container::after, .components.component-contentbrowser .card-view_mode--default .card-container::after, .components.component-contentbrowser .card-view_mode--teaser .node-container::after, .components.component-contentbrowser .card-view_mode--teaser .term-container::after, .components.component-contentbrowser .card-view_mode--teaser .card-container::after, .components.component-contentbrowser .card-view_mode--card .node-container::after, .components.component-contentbrowser .card-view_mode--card .term-container::after, .components.component-contentbrowser .card-view_mode--card .card-container::after {
      content: none; } }

.components.component-contentbrowser .node-view_mode--default .node-image, .components.component-contentbrowser .node-view_mode--default .term-image, .components.component-contentbrowser .node-view_mode--default .card-image, .components.component-contentbrowser .node-view_mode--teaser .node-image, .components.component-contentbrowser .node-view_mode--teaser .term-image, .components.component-contentbrowser .node-view_mode--teaser .card-image, .components.component-contentbrowser .node-view_mode--card .node-image, .components.component-contentbrowser .node-view_mode--card .term-image, .components.component-contentbrowser .node-view_mode--card .card-image, .components.component-contentbrowser .term-view_mode--default .node-image, .components.component-contentbrowser .term-view_mode--default .term-image, .components.component-contentbrowser .term-view_mode--default .card-image, .components.component-contentbrowser .term-view_mode--teaser .node-image, .components.component-contentbrowser .term-view_mode--teaser .term-image, .components.component-contentbrowser .term-view_mode--teaser .card-image, .components.component-contentbrowser .term-view_mode--card .node-image, .components.component-contentbrowser .term-view_mode--card .term-image, .components.component-contentbrowser .term-view_mode--card .card-image, .components.component-contentbrowser .card-view_mode--default .node-image, .components.component-contentbrowser .card-view_mode--default .term-image, .components.component-contentbrowser .card-view_mode--default .card-image, .components.component-contentbrowser .card-view_mode--teaser .node-image, .components.component-contentbrowser .card-view_mode--teaser .term-image, .components.component-contentbrowser .card-view_mode--teaser .card-image, .components.component-contentbrowser .card-view_mode--card .node-image, .components.component-contentbrowser .card-view_mode--card .term-image, .components.component-contentbrowser .card-view_mode--card .card-image {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem !important; }
  .components.component-contentbrowser .node-view_mode--default .node-image-background img, .components.component-contentbrowser .node-view_mode--default .term-image-background img, .components.component-contentbrowser .node-view_mode--default .card-image-background img, .components.component-contentbrowser .node-view_mode--teaser .node-image-background img, .components.component-contentbrowser .node-view_mode--teaser .term-image-background img, .components.component-contentbrowser .node-view_mode--teaser .card-image-background img, .components.component-contentbrowser .node-view_mode--card .node-image-background img, .components.component-contentbrowser .node-view_mode--card .term-image-background img, .components.component-contentbrowser .node-view_mode--card .card-image-background img, .components.component-contentbrowser .term-view_mode--default .node-image-background img, .components.component-contentbrowser .term-view_mode--default .term-image-background img, .components.component-contentbrowser .term-view_mode--default .card-image-background img, .components.component-contentbrowser .term-view_mode--teaser .node-image-background img, .components.component-contentbrowser .term-view_mode--teaser .term-image-background img, .components.component-contentbrowser .term-view_mode--teaser .card-image-background img, .components.component-contentbrowser .term-view_mode--card .node-image-background img, .components.component-contentbrowser .term-view_mode--card .term-image-background img, .components.component-contentbrowser .term-view_mode--card .card-image-background img, .components.component-contentbrowser .card-view_mode--default .node-image-background img, .components.component-contentbrowser .card-view_mode--default .term-image-background img, .components.component-contentbrowser .card-view_mode--default .card-image-background img, .components.component-contentbrowser .card-view_mode--teaser .node-image-background img, .components.component-contentbrowser .card-view_mode--teaser .term-image-background img, .components.component-contentbrowser .card-view_mode--teaser .card-image-background img, .components.component-contentbrowser .card-view_mode--card .node-image-background img, .components.component-contentbrowser .card-view_mode--card .term-image-background img, .components.component-contentbrowser .card-view_mode--card .card-image-background img {
    width: 100%;
    height: auto; }
  .components.component-contentbrowser .node-view_mode--default .node-image-logo, .components.component-contentbrowser .node-view_mode--default .term-image-logo, .components.component-contentbrowser .node-view_mode--default .card-image-logo, .components.component-contentbrowser .node-view_mode--teaser .node-image-logo, .components.component-contentbrowser .node-view_mode--teaser .term-image-logo, .components.component-contentbrowser .node-view_mode--teaser .card-image-logo, .components.component-contentbrowser .node-view_mode--card .node-image-logo, .components.component-contentbrowser .node-view_mode--card .term-image-logo, .components.component-contentbrowser .node-view_mode--card .card-image-logo, .components.component-contentbrowser .term-view_mode--default .node-image-logo, .components.component-contentbrowser .term-view_mode--default .term-image-logo, .components.component-contentbrowser .term-view_mode--default .card-image-logo, .components.component-contentbrowser .term-view_mode--teaser .node-image-logo, .components.component-contentbrowser .term-view_mode--teaser .term-image-logo, .components.component-contentbrowser .term-view_mode--teaser .card-image-logo, .components.component-contentbrowser .term-view_mode--card .node-image-logo, .components.component-contentbrowser .term-view_mode--card .term-image-logo, .components.component-contentbrowser .term-view_mode--card .card-image-logo, .components.component-contentbrowser .card-view_mode--default .node-image-logo, .components.component-contentbrowser .card-view_mode--default .term-image-logo, .components.component-contentbrowser .card-view_mode--default .card-image-logo, .components.component-contentbrowser .card-view_mode--teaser .node-image-logo, .components.component-contentbrowser .card-view_mode--teaser .term-image-logo, .components.component-contentbrowser .card-view_mode--teaser .card-image-logo, .components.component-contentbrowser .card-view_mode--card .node-image-logo, .components.component-contentbrowser .card-view_mode--card .term-image-logo, .components.component-contentbrowser .card-view_mode--card .card-image-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .components.component-contentbrowser .node-view_mode--default .node-image-logo .field > a, .components.component-contentbrowser .node-view_mode--default .term-image-logo .field > a, .components.component-contentbrowser .node-view_mode--default .card-image-logo .field > a, .components.component-contentbrowser .node-view_mode--teaser .node-image-logo .field > a, .components.component-contentbrowser .node-view_mode--teaser .term-image-logo .field > a, .components.component-contentbrowser .node-view_mode--teaser .card-image-logo .field > a, .components.component-contentbrowser .node-view_mode--card .node-image-logo .field > a, .components.component-contentbrowser .node-view_mode--card .term-image-logo .field > a, .components.component-contentbrowser .node-view_mode--card .card-image-logo .field > a, .components.component-contentbrowser .term-view_mode--default .node-image-logo .field > a, .components.component-contentbrowser .term-view_mode--default .term-image-logo .field > a, .components.component-contentbrowser .term-view_mode--default .card-image-logo .field > a, .components.component-contentbrowser .term-view_mode--teaser .node-image-logo .field > a, .components.component-contentbrowser .term-view_mode--teaser .term-image-logo .field > a, .components.component-contentbrowser .term-view_mode--teaser .card-image-logo .field > a, .components.component-contentbrowser .term-view_mode--card .node-image-logo .field > a, .components.component-contentbrowser .term-view_mode--card .term-image-logo .field > a, .components.component-contentbrowser .term-view_mode--card .card-image-logo .field > a, .components.component-contentbrowser .card-view_mode--default .node-image-logo .field > a, .components.component-contentbrowser .card-view_mode--default .term-image-logo .field > a, .components.component-contentbrowser .card-view_mode--default .card-image-logo .field > a, .components.component-contentbrowser .card-view_mode--teaser .node-image-logo .field > a, .components.component-contentbrowser .card-view_mode--teaser .term-image-logo .field > a, .components.component-contentbrowser .card-view_mode--teaser .card-image-logo .field > a, .components.component-contentbrowser .card-view_mode--card .node-image-logo .field > a, .components.component-contentbrowser .card-view_mode--card .term-image-logo .field > a, .components.component-contentbrowser .card-view_mode--card .card-image-logo .field > a {
      display: block;
      text-align: center; }
      .components.component-contentbrowser .node-view_mode--default .node-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--default .term-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--default .card-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--teaser .node-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--teaser .term-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--teaser .card-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--card .node-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--card .term-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--card .card-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--default .node-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--default .term-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--default .card-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--teaser .node-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--teaser .term-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--teaser .card-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--card .node-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--card .term-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--card .card-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--default .node-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--default .term-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--default .card-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--teaser .node-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--teaser .term-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--teaser .card-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--card .node-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--card .term-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--card .card-image-logo .field > a > img {
        display: inline;
        max-width: 80%; }

.components.component-contentbrowser .node-view_mode--default .node-headings, .components.component-contentbrowser .node-view_mode--default .term-headings, .components.component-contentbrowser .node-view_mode--default .card-headings, .components.component-contentbrowser .node-view_mode--teaser .node-headings, .components.component-contentbrowser .node-view_mode--teaser .term-headings, .components.component-contentbrowser .node-view_mode--teaser .card-headings, .components.component-contentbrowser .node-view_mode--card .node-headings, .components.component-contentbrowser .node-view_mode--card .term-headings, .components.component-contentbrowser .node-view_mode--card .card-headings, .components.component-contentbrowser .term-view_mode--default .node-headings, .components.component-contentbrowser .term-view_mode--default .term-headings, .components.component-contentbrowser .term-view_mode--default .card-headings, .components.component-contentbrowser .term-view_mode--teaser .node-headings, .components.component-contentbrowser .term-view_mode--teaser .term-headings, .components.component-contentbrowser .term-view_mode--teaser .card-headings, .components.component-contentbrowser .term-view_mode--card .node-headings, .components.component-contentbrowser .term-view_mode--card .term-headings, .components.component-contentbrowser .term-view_mode--card .card-headings, .components.component-contentbrowser .card-view_mode--default .node-headings, .components.component-contentbrowser .card-view_mode--default .term-headings, .components.component-contentbrowser .card-view_mode--default .card-headings, .components.component-contentbrowser .card-view_mode--teaser .node-headings, .components.component-contentbrowser .card-view_mode--teaser .term-headings, .components.component-contentbrowser .card-view_mode--teaser .card-headings, .components.component-contentbrowser .card-view_mode--card .node-headings, .components.component-contentbrowser .card-view_mode--card .term-headings, .components.component-contentbrowser .card-view_mode--card .card-headings {
  padding: 0; }
  .components.component-contentbrowser .node-view_mode--default .node-headings .title, .components.component-contentbrowser .node-view_mode--default .term-headings .title, .components.component-contentbrowser .node-view_mode--default .card-headings .title, .components.component-contentbrowser .node-view_mode--teaser .node-headings .title, .components.component-contentbrowser .node-view_mode--teaser .term-headings .title, .components.component-contentbrowser .node-view_mode--teaser .card-headings .title, .components.component-contentbrowser .node-view_mode--card .node-headings .title, .components.component-contentbrowser .node-view_mode--card .term-headings .title, .components.component-contentbrowser .node-view_mode--card .card-headings .title, .components.component-contentbrowser .term-view_mode--default .node-headings .title, .components.component-contentbrowser .term-view_mode--default .term-headings .title, .components.component-contentbrowser .term-view_mode--default .card-headings .title, .components.component-contentbrowser .term-view_mode--teaser .node-headings .title, .components.component-contentbrowser .term-view_mode--teaser .term-headings .title, .components.component-contentbrowser .term-view_mode--teaser .card-headings .title, .components.component-contentbrowser .term-view_mode--card .node-headings .title, .components.component-contentbrowser .term-view_mode--card .term-headings .title, .components.component-contentbrowser .term-view_mode--card .card-headings .title, .components.component-contentbrowser .card-view_mode--default .node-headings .title, .components.component-contentbrowser .card-view_mode--default .term-headings .title, .components.component-contentbrowser .card-view_mode--default .card-headings .title, .components.component-contentbrowser .card-view_mode--teaser .node-headings .title, .components.component-contentbrowser .card-view_mode--teaser .term-headings .title, .components.component-contentbrowser .card-view_mode--teaser .card-headings .title, .components.component-contentbrowser .card-view_mode--card .node-headings .title, .components.component-contentbrowser .card-view_mode--card .term-headings .title, .components.component-contentbrowser .card-view_mode--card .card-headings .title {
    margin-bottom: 1rem; }
  .components.component-contentbrowser .node-view_mode--default .node-headings .subtitle, .components.component-contentbrowser .node-view_mode--default .term-headings .subtitle, .components.component-contentbrowser .node-view_mode--default .card-headings .subtitle, .components.component-contentbrowser .node-view_mode--teaser .node-headings .subtitle, .components.component-contentbrowser .node-view_mode--teaser .term-headings .subtitle, .components.component-contentbrowser .node-view_mode--teaser .card-headings .subtitle, .components.component-contentbrowser .node-view_mode--card .node-headings .subtitle, .components.component-contentbrowser .node-view_mode--card .term-headings .subtitle, .components.component-contentbrowser .node-view_mode--card .card-headings .subtitle, .components.component-contentbrowser .term-view_mode--default .node-headings .subtitle, .components.component-contentbrowser .term-view_mode--default .term-headings .subtitle, .components.component-contentbrowser .term-view_mode--default .card-headings .subtitle, .components.component-contentbrowser .term-view_mode--teaser .node-headings .subtitle, .components.component-contentbrowser .term-view_mode--teaser .term-headings .subtitle, .components.component-contentbrowser .term-view_mode--teaser .card-headings .subtitle, .components.component-contentbrowser .term-view_mode--card .node-headings .subtitle, .components.component-contentbrowser .term-view_mode--card .term-headings .subtitle, .components.component-contentbrowser .term-view_mode--card .card-headings .subtitle, .components.component-contentbrowser .card-view_mode--default .node-headings .subtitle, .components.component-contentbrowser .card-view_mode--default .term-headings .subtitle, .components.component-contentbrowser .card-view_mode--default .card-headings .subtitle, .components.component-contentbrowser .card-view_mode--teaser .node-headings .subtitle, .components.component-contentbrowser .card-view_mode--teaser .term-headings .subtitle, .components.component-contentbrowser .card-view_mode--teaser .card-headings .subtitle, .components.component-contentbrowser .card-view_mode--card .node-headings .subtitle, .components.component-contentbrowser .card-view_mode--card .term-headings .subtitle, .components.component-contentbrowser .card-view_mode--card .card-headings .subtitle {
    font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
    font-size: 1.125rem;
    font-weight: 200; }

.components.component-contentbrowser .node-view_mode--default .node-footer, .components.component-contentbrowser .node-view_mode--default .term-footer, .components.component-contentbrowser .node-view_mode--default .card-footer, .components.component-contentbrowser .node-view_mode--teaser .node-footer, .components.component-contentbrowser .node-view_mode--teaser .term-footer, .components.component-contentbrowser .node-view_mode--teaser .card-footer, .components.component-contentbrowser .node-view_mode--card .node-footer, .components.component-contentbrowser .node-view_mode--card .term-footer, .components.component-contentbrowser .node-view_mode--card .card-footer, .components.component-contentbrowser .term-view_mode--default .node-footer, .components.component-contentbrowser .term-view_mode--default .term-footer, .components.component-contentbrowser .term-view_mode--default .card-footer, .components.component-contentbrowser .term-view_mode--teaser .node-footer, .components.component-contentbrowser .term-view_mode--teaser .term-footer, .components.component-contentbrowser .term-view_mode--teaser .card-footer, .components.component-contentbrowser .term-view_mode--card .node-footer, .components.component-contentbrowser .term-view_mode--card .term-footer, .components.component-contentbrowser .term-view_mode--card .card-footer, .components.component-contentbrowser .card-view_mode--default .node-footer, .components.component-contentbrowser .card-view_mode--default .term-footer, .components.component-contentbrowser .card-view_mode--default .card-footer, .components.component-contentbrowser .card-view_mode--teaser .node-footer, .components.component-contentbrowser .card-view_mode--teaser .term-footer, .components.component-contentbrowser .card-view_mode--teaser .card-footer, .components.component-contentbrowser .card-view_mode--card .node-footer, .components.component-contentbrowser .card-view_mode--card .term-footer, .components.component-contentbrowser .card-view_mode--card .card-footer {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2rem;
  background-color: transparent; }
  .components.component-contentbrowser .node-view_mode--default .node-footer .goto::after, .components.component-contentbrowser .node-view_mode--default .term-footer .goto::after, .components.component-contentbrowser .node-view_mode--default .card-footer .goto::after, .components.component-contentbrowser .node-view_mode--teaser .node-footer .goto::after, .components.component-contentbrowser .node-view_mode--teaser .term-footer .goto::after, .components.component-contentbrowser .node-view_mode--teaser .card-footer .goto::after, .components.component-contentbrowser .node-view_mode--card .node-footer .goto::after, .components.component-contentbrowser .node-view_mode--card .term-footer .goto::after, .components.component-contentbrowser .node-view_mode--card .card-footer .goto::after, .components.component-contentbrowser .term-view_mode--default .node-footer .goto::after, .components.component-contentbrowser .term-view_mode--default .term-footer .goto::after, .components.component-contentbrowser .term-view_mode--default .card-footer .goto::after, .components.component-contentbrowser .term-view_mode--teaser .node-footer .goto::after, .components.component-contentbrowser .term-view_mode--teaser .term-footer .goto::after, .components.component-contentbrowser .term-view_mode--teaser .card-footer .goto::after, .components.component-contentbrowser .term-view_mode--card .node-footer .goto::after, .components.component-contentbrowser .term-view_mode--card .term-footer .goto::after, .components.component-contentbrowser .term-view_mode--card .card-footer .goto::after, .components.component-contentbrowser .card-view_mode--default .node-footer .goto::after, .components.component-contentbrowser .card-view_mode--default .term-footer .goto::after, .components.component-contentbrowser .card-view_mode--default .card-footer .goto::after, .components.component-contentbrowser .card-view_mode--teaser .node-footer .goto::after, .components.component-contentbrowser .card-view_mode--teaser .term-footer .goto::after, .components.component-contentbrowser .card-view_mode--teaser .card-footer .goto::after, .components.component-contentbrowser .card-view_mode--card .node-footer .goto::after, .components.component-contentbrowser .card-view_mode--card .term-footer .goto::after, .components.component-contentbrowser .card-view_mode--card .card-footer .goto::after {
    content: "arrow_forward";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 1.125rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding-left: 0.5rem; }

.components.component-contentbrowser .node-view_mode--default:last-of-type .node-container::after, .components.component-contentbrowser .node-view_mode--default:last-of-type .term-container::after, .components.component-contentbrowser .node-view_mode--default:last-of-type .card-container::after, .components.component-contentbrowser .node-view_mode--teaser:last-of-type .node-container::after, .components.component-contentbrowser .node-view_mode--teaser:last-of-type .term-container::after, .components.component-contentbrowser .node-view_mode--teaser:last-of-type .card-container::after, .components.component-contentbrowser .node-view_mode--card:last-of-type .node-container::after, .components.component-contentbrowser .node-view_mode--card:last-of-type .term-container::after, .components.component-contentbrowser .node-view_mode--card:last-of-type .card-container::after, .components.component-contentbrowser .term-view_mode--default:last-of-type .node-container::after, .components.component-contentbrowser .term-view_mode--default:last-of-type .term-container::after, .components.component-contentbrowser .term-view_mode--default:last-of-type .card-container::after, .components.component-contentbrowser .term-view_mode--teaser:last-of-type .node-container::after, .components.component-contentbrowser .term-view_mode--teaser:last-of-type .term-container::after, .components.component-contentbrowser .term-view_mode--teaser:last-of-type .card-container::after, .components.component-contentbrowser .term-view_mode--card:last-of-type .node-container::after, .components.component-contentbrowser .term-view_mode--card:last-of-type .term-container::after, .components.component-contentbrowser .term-view_mode--card:last-of-type .card-container::after, .components.component-contentbrowser .card-view_mode--default:last-of-type .node-container::after, .components.component-contentbrowser .card-view_mode--default:last-of-type .term-container::after, .components.component-contentbrowser .card-view_mode--default:last-of-type .card-container::after, .components.component-contentbrowser .card-view_mode--teaser:last-of-type .node-container::after, .components.component-contentbrowser .card-view_mode--teaser:last-of-type .term-container::after, .components.component-contentbrowser .card-view_mode--teaser:last-of-type .card-container::after, .components.component-contentbrowser .card-view_mode--card:last-of-type .node-container::after, .components.component-contentbrowser .card-view_mode--card:last-of-type .term-container::after, .components.component-contentbrowser .card-view_mode--card:last-of-type .card-container::after {
  content: none; }

.components.component-contentbrowser .node-view_mode--teaser .node-headings .subtitle, .components.component-contentbrowser .term-view_mode--teaser .node-headings .subtitle, .components.component-contentbrowser .card-view_mode--teaser .node-headings .subtitle {
  font-size: 1.125rem;
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times; }

.components.component-contentbrowser .contentbrowser-carousel {
  background-color: transparent;
  padding: 3rem 0 0; }
  @media (min-width: 576px) {
    .components.component-contentbrowser .contentbrowser-carousel {
      max-width: calc(100% - 3rem); } }
  @media (min-width: 768px) {
    .components.component-contentbrowser .contentbrowser-carousel {
      max-width: calc(100% - 3rem); } }
  @media (min-width: 992px) {
    .components.component-contentbrowser .contentbrowser-carousel {
      max-width: calc(960px - 3rem); } }
  @media (min-width: 1200px) {
    .components.component-contentbrowser .contentbrowser-carousel {
      max-width: calc(1140px - 3rem); } }
  @media (min-width: 1440px) {
    .components.component-contentbrowser .contentbrowser-carousel {
      max-width: calc(1400px - 3rem); } }
  @media (min-width: 2440px) {
    .components.component-contentbrowser .contentbrowser-carousel {
      max-width: calc(2400px - 3rem); } }
  .components.component-contentbrowser .contentbrowser-carousel .owl-nav {
    display: flex;
    justify-content: space-between; }
    .components.component-contentbrowser .contentbrowser-carousel .owl-nav.disabled {
      display: none; }
  .components.component-contentbrowser .contentbrowser-carousel .node, .components.component-contentbrowser .contentbrowser-carousel .term, .components.component-contentbrowser .contentbrowser-carousel .card {
    background-color: transparent;
    display: flex;
    flex: 1;
    padding: 0;
    margin: 0; }
    .components.component-contentbrowser .contentbrowser-carousel .node .term-wrapper, .components.component-contentbrowser .contentbrowser-carousel .node .node-wrapper, .components.component-contentbrowser .contentbrowser-carousel .node .card-wrapper, .components.component-contentbrowser .contentbrowser-carousel .term .term-wrapper, .components.component-contentbrowser .contentbrowser-carousel .term .node-wrapper, .components.component-contentbrowser .contentbrowser-carousel .term .card-wrapper, .components.component-contentbrowser .contentbrowser-carousel .card .term-wrapper, .components.component-contentbrowser .contentbrowser-carousel .card .node-wrapper, .components.component-contentbrowser .contentbrowser-carousel .card .card-wrapper {
      display: flex;
      flex: 1; }
    .components.component-contentbrowser .contentbrowser-carousel .node .term-container, .components.component-contentbrowser .contentbrowser-carousel .node .node-container, .components.component-contentbrowser .contentbrowser-carousel .node .card-container, .components.component-contentbrowser .contentbrowser-carousel .term .term-container, .components.component-contentbrowser .contentbrowser-carousel .term .node-container, .components.component-contentbrowser .contentbrowser-carousel .term .card-container, .components.component-contentbrowser .contentbrowser-carousel .card .term-container, .components.component-contentbrowser .contentbrowser-carousel .card .node-container, .components.component-contentbrowser .contentbrowser-carousel .card .card-container {
      padding-left: 0;
      padding-right: 0; }
    .components.component-contentbrowser .contentbrowser-carousel .node figure, .components.component-contentbrowser .contentbrowser-carousel .term figure, .components.component-contentbrowser .contentbrowser-carousel .card figure {
      margin-bottom: 1rem;
      padding: 0; }
      .components.component-contentbrowser .contentbrowser-carousel .node figure img, .components.component-contentbrowser .contentbrowser-carousel .term figure img, .components.component-contentbrowser .contentbrowser-carousel .card figure img {
        width: 100%;
        height: 100%;
        display: block; }
    .components.component-contentbrowser .contentbrowser-carousel .node header, .components.component-contentbrowser .contentbrowser-carousel .term header, .components.component-contentbrowser .contentbrowser-carousel .card header {
      margin-bottom: 1rem;
      padding: 0; }
      .components.component-contentbrowser .contentbrowser-carousel .node header .title, .components.component-contentbrowser .contentbrowser-carousel .term header .title, .components.component-contentbrowser .contentbrowser-carousel .card header .title {
        margin-bottom: 0; }
    .components.component-contentbrowser .contentbrowser-carousel .node .term-body, .components.component-contentbrowser .contentbrowser-carousel .node .node-body, .components.component-contentbrowser .contentbrowser-carousel .node .card-body, .components.component-contentbrowser .contentbrowser-carousel .term .term-body, .components.component-contentbrowser .contentbrowser-carousel .term .node-body, .components.component-contentbrowser .contentbrowser-carousel .term .card-body, .components.component-contentbrowser .contentbrowser-carousel .card .term-body, .components.component-contentbrowser .contentbrowser-carousel .card .node-body, .components.component-contentbrowser .contentbrowser-carousel .card .card-body {
      margin-bottom: 1rem;
      padding: 0; }
  .components.component-contentbrowser .contentbrowser-carousel.--two_items .node-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .node-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .term-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .term-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .card-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .card-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .node-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .node-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .term-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .term-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .card-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .card-view_mode--card::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #1f1d2c;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem; }
    @media (min-width: 1200px) {
      .components.component-contentbrowser .contentbrowser-carousel.--two_items .node-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .node-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .term-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .term-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .card-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .card-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .node-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .node-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .term-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .term-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .card-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .card-view_mode--card::after {
        content: none; } }
  .components.component-contentbrowser .contentbrowser-carousel.--two_items .node-view_mode--teaser:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--two_items .node-view_mode--card:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--two_items .term-view_mode--teaser:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--two_items .term-view_mode--card:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--two_items .card-view_mode--teaser:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--two_items .card-view_mode--card:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--three_items .node-view_mode--teaser:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--three_items .node-view_mode--card:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--three_items .term-view_mode--teaser:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--three_items .term-view_mode--card:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--three_items .card-view_mode--teaser:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--three_items .card-view_mode--card:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

@media (min-width: 1200px) {
  .components.component-productintro .component-row {
    flex-direction: row; } }

@media (min-width: 1200px) {
  .components.component-productintro .component-col-content {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around; } }

.components.component-productintro .component-col-image, .components.component-productintro .component-col-video {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (min-width: 1200px) {
    .components.component-productintro .component-col-image, .components.component-productintro .component-col-video {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }
  .components.component-productintro .component-col-image .thumbnail, .components.component-productintro .component-col-video .thumbnail {
    width: 100%; }

.components.component-productintro .image, .components.component-productintro .header, .components.component-productintro .body, .components.component-productintro .footer {
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .components.component-productintro .image, .components.component-productintro .header, .components.component-productintro .body, .components.component-productintro .footer {
      flex: 0; } }

.components.component-productintro .header {
  margin-top: 2.3rem;
  margin-bottom: 1.5rem; }
  .components.component-productintro .header .title {
    font-size: 3.25rem;
    font-weight: 200;
    line-height: 1.2; }
  .components.component-productintro .header .subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
    line-height: 1.5;
    margin-top: 1.5rem; }

.components.component-productintro .body {
  margin-bottom: 2.5rem; }
  .components.component-productintro .body > .field__item > ul {
    padding-top: 0; }

@media (min-width: 1200px) {
  .components.component-productintro .footer .video {
    display: flex;
    justify-content: flex-start; } }

.components.component-productintro .scroller {
  position: absolute;
  bottom: 0; }
  .components.component-productintro .scroller .goto-element {
    padding: 1rem 1rem 1rem 0; }

@media (min-width: 1200px) {
  .components.component-text_group .component-col-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; } }

@media (min-width: 1200px) {
  .components.component-text_group .header {
    flex: 0; } }

.components.component-text_group .header .title {
  font-size: 2.25rem; }

.components.component-text_group .body {
  margin-top: 2.25rem; }
  @media (min-width: 1200px) {
    .components.component-text_group .body {
      margin-top: 0; } }

.components.component-text_group .footer {
  margin-top: 2.25rem; }
  .components.component-text_group .footer.-xl {
    display: none; }
  @media (min-width: 1200px) {
    .components.component-text_group .footer {
      display: none; }
      .components.component-text_group .footer.-xl {
        margin-top: 0;
        display: block;
        flex: 0; } }

.components.component-text_group .content {
  margin-top: 1rem; }

.components.component-text_group .file-link {
  color: #1f1d2c !important;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none; }
  .components.component-text_group .file-link:hover, .components.component-text_group .file-link:focus {
    color: #09090d !important;
    text-decoration: underline; }
  .components.component-text_group .file-link::before {
    content: "get_app";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 1.125rem;
    font-weight: 600;
    padding-right: 0.5rem;
    vertical-align: text-top; }

.components.component-text_group .cta {
  margin-top: 1rem; }
  .components.component-text_group .cta .goto-link::after {
    content: "arrow_forward";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 1.125rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding-left: 0.5rem; }

.components.component-gallerypreview > .wrapper > .container button.social-modal-button {
  color: #1f1d2c; }
  .components.component-gallerypreview > .wrapper > .container button.social-modal-button:hover, .components.component-gallerypreview > .wrapper > .container button.social-modal-button:focus {
    text-decoration: none; }
  .components.component-gallerypreview > .wrapper > .container button.social-modal-button .material-icons {
    font-size: 1.3rem;
    vertical-align: top; }
  .components.component-gallerypreview > .wrapper > .container button.social-modal-button .share-label {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase; }

.components.component-gallerypreview > .wrapper > .container-fluid, .components.component-gallerypreview > .wrapper > .container-sm, .components.component-gallerypreview > .wrapper > .container-md, .components.component-gallerypreview > .wrapper > .container-lg, .components.component-gallerypreview > .wrapper > .container-xl, .components.component-gallerypreview > .wrapper > .container-xxl, .components.component-gallerypreview > .wrapper > .container-xxxl {
  padding: 0;
  overflow: hidden; }

.components.component-gallerypreview .share {
  display: inline-block;
  min-height: 1rem;
  padding-left: 0;
  background-image: none; }
  .components.component-gallerypreview .share-link {
    color: #1f1d2c;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none; }
    .components.component-gallerypreview .share-link:hover, .components.component-gallerypreview .share-link:focus {
      color: #09090d;
      text-decoration: underline; }
    .components.component-gallerypreview .share-link::before {
      content: "share";
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      font-size: 1rem;
      padding: 0.25rem 1rem 0.25rem 0.25rem; }

.components.component-gallerypreview .owl-loaded .owl-item {
  opacity: 1; }
  .components.component-gallerypreview .owl-loaded .owl-item.active {
    opacity: 1; }

.components.component-productgallery > .wrapper > .container-fluid, .components.component-productgallery > .wrapper > .container-sm, .components.component-productgallery > .wrapper > .container-md, .components.component-productgallery > .wrapper > .container-lg, .components.component-productgallery > .wrapper > .container-xl, .components.component-productgallery > .wrapper > .container-xxl, .components.component-productgallery > .wrapper > .container-xxxl {
  padding: 0;
  overflow: hidden; }

.components.component-productgallery .component-col-gallery {
  overflow: hidden; }

.components.component-productgallery .owl-stage-outer::before, .components.component-productgallery .owl-stage-outer::after {
  content: none; }

.components.component-productgallery .owl-item > article.node {
  cursor: pointer;
  margin: 0; }
  .components.component-productgallery .owl-item > article.node .image .media {
    display: block;
    width: 100%; }
    .components.component-productgallery .owl-item > article.node .image .media .field--name-field-media-image {
      display: block;
      width: 100%; }
      .components.component-productgallery .owl-item > article.node .image .media .field--name-field-media-image .image-thumbnail {
        display: block;
        margin: 0 auto;
        width: auto;
        max-height: 100%;
        text-align: center; }
  .components.component-productgallery .owl-item > article.node .content {
    margin-top: 3rem;
    opacity: 0;
    transition: opacity 0ms linear; }
    .components.component-productgallery .owl-item > article.node .content .title {
      text-align: center;
      font-size: 1.4rem;
      font-weight: 200;
      line-height: 1;
      letter-spacing: 0.03rem;
      text-transform: uppercase; }
    .components.component-productgallery .owl-item > article.node .content .categories .field, .components.component-productgallery .owl-item > article.node .content .year .field {
      text-align: center; }
      .components.component-productgallery .owl-item > article.node .content .categories .field .field__item, .components.component-productgallery .owl-item > article.node .content .year .field .field__item {
        font-size: 1rem;
        font-weight: 200;
        line-height: 1;
        letter-spacing: 0.02rem;
        display: inline-block;
        white-space: nowrap; }
        .components.component-productgallery .owl-item > article.node .content .categories .field .field__item::after, .components.component-productgallery .owl-item > article.node .content .year .field .field__item::after {
          content: ","; }
        .components.component-productgallery .owl-item > article.node .content .categories .field .field__item:last-of-type::after, .components.component-productgallery .owl-item > article.node .content .year .field .field__item:last-of-type::after {
          content: none; }
    .components.component-productgallery .owl-item > article.node .content .categories, .components.component-productgallery .owl-item > article.node .content .year {
      margin-bottom: 0.5rem; }

.components.component-productgallery .owl-item.center > article.node .content {
  opacity: 1;
  transition: opacity 500ms ease-in-out; }

.components.component-productgallery .owl-item.center:hover > article.node .content .title {
  color: #1f1d2c; }

.components.component-productgallery .owl-item.center:hover > article.node .content .categories, .components.component-productgallery .owl-item.center:hover > article.node .content .year {
  color: #1f1d2c; }

.components.component-productgallery .product-gallery-nav {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 3rem;
  padding: 0;
  margin: 0;
  line-height: 1;
  border: 0 none transparent; }
  .components.component-productgallery .product-gallery-nav.-next, .components.component-productgallery .product-gallery-nav.-prev {
    width: 2rem;
    height: 2rem; }
    .components.component-productgallery .product-gallery-nav.-next span, .components.component-productgallery .product-gallery-nav.-prev span {
      font-size: 0;
      line-height: 1;
      padding: 1rem 1.5rem;
      color: unset;
      background-color: transparent;
      margin: 0;
      visibility: hidden; }
    .components.component-productgallery .product-gallery-nav.-next:hover, .components.component-productgallery .product-gallery-nav.-next:focus, .components.component-productgallery .product-gallery-nav.-prev:hover, .components.component-productgallery .product-gallery-nav.-prev:focus {
      outline: none; }
  .components.component-productgallery .product-gallery-nav.-next {
    right: calc(50% - 12.5rem);
    background-color: transparent; }
  .components.component-productgallery .product-gallery-nav.-prev {
    left: calc(50% - 12.5rem);
    background-color: transparent; }

.components.component-productgallery .owl-stage:hover .owl-item {
  opacity: 0.2; }

.components.component-productgallery .owl-stage .owl-item:hover {
  opacity: 1; }

.components.component-termgallery > .wrapper > .container-fluid, .components.component-termgallery > .wrapper > .container-sm, .components.component-termgallery > .wrapper > .container-md, .components.component-termgallery > .wrapper > .container-lg, .components.component-termgallery > .wrapper > .container-xl, .components.component-termgallery > .wrapper > .container-xxl, .components.component-termgallery > .wrapper > .container-xxxl {
  padding: 0;
  overflow: hidden; }

.components.component-termgallery .component-col-gallery {
  overflow: hidden; }

.components.component-termgallery .owl-stage-outer {
  overflow: hidden; }
  .components.component-termgallery .owl-stage-outer::before, .components.component-termgallery .owl-stage-outer::after {
    content: none; }

.components.component-termgallery .owl-item > article.node {
  cursor: pointer;
  margin: 0; }
  .components.component-termgallery .owl-item > article.node .image .media {
    display: block;
    width: 100%; }
    .components.component-termgallery .owl-item > article.node .image .media .field--name-field-media-image {
      display: block;
      width: 100%; }
      .components.component-termgallery .owl-item > article.node .image .media .field--name-field-media-image .image-thumbnail {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 140px;
        max-height: 560px; }
  .components.component-termgallery .owl-item > article.node .content {
    margin-top: 3rem;
    opacity: 0;
    transition: opacity 0ms linear; }
    .components.component-termgallery .owl-item > article.node .content .title {
      display: flex;
      flex-direction: row;
      justify-content: center;
      font-size: 1.4rem;
      font-weight: 200;
      line-height: 1;
      letter-spacing: 0.03rem;
      text-transform: uppercase; }
    .components.component-termgallery .owl-item > article.node .content .categories .field, .components.component-termgallery .owl-item > article.node .content .year .field {
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .components.component-termgallery .owl-item > article.node .content .categories .field .field__item, .components.component-termgallery .owl-item > article.node .content .year .field .field__item {
        font-size: 1rem;
        font-weight: 200;
        line-height: 1;
        letter-spacing: 0.02rem;
        text-align: center; }
        .components.component-termgallery .owl-item > article.node .content .categories .field .field__item::after, .components.component-termgallery .owl-item > article.node .content .year .field .field__item::after {
          content: ",";
          padding-right: 0.5rem; }
        .components.component-termgallery .owl-item > article.node .content .categories .field .field__item:last-of-type::after, .components.component-termgallery .owl-item > article.node .content .year .field .field__item:last-of-type::after {
          content: none;
          padding-right: 0; }
    .components.component-termgallery .owl-item > article.node .content .categories, .components.component-termgallery .owl-item > article.node .content .year {
      margin-bottom: 0.5rem; }

.components.component-termgallery .owl-item.center > article.node .content {
  opacity: 1;
  transition: opacity 500ms ease-in-out; }

.components.component-termgallery .owl-item.center:hover > article.node .content .title {
  color: #1f1d2c; }

.components.component-termgallery .owl-item.center:hover > article.node .content .categories, .components.component-termgallery .owl-item.center:hover > article.node .content .year {
  color: #1f1d2c; }

.components.component-termgallery .term-gallery-nav {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 3rem;
  padding: 0;
  margin: 0;
  line-height: 1;
  border: 0 none transparent; }
  .components.component-termgallery .term-gallery-nav.-next, .components.component-termgallery .term-gallery-nav.-prev {
    width: 2rem;
    height: 2rem; }
    .components.component-termgallery .term-gallery-nav.-next span, .components.component-termgallery .term-gallery-nav.-prev span {
      font-size: 0;
      line-height: 1;
      padding: 1rem 1.5rem;
      color: unset;
      background-color: transparent;
      margin: 0;
      visibility: hidden; }
    .components.component-termgallery .term-gallery-nav.-next:hover, .components.component-termgallery .term-gallery-nav.-next:focus, .components.component-termgallery .term-gallery-nav.-prev:hover, .components.component-termgallery .term-gallery-nav.-prev:focus {
      outline: none; }
  .components.component-termgallery .term-gallery-nav.-next {
    right: calc(50% - 12.5rem);
    background-color: transparent; }
  .components.component-termgallery .term-gallery-nav.-prev {
    left: calc(50% - 12.5rem);
    background-color: transparent; }

.components.component-termgallery .owl-stage:hover .owl-item {
  opacity: 0.2; }

.components.component-termgallery .owl-stage .owl-item:hover {
  opacity: 1; }

.components.component-rich_content .component-row {
  flex-direction: column-reverse; }
  @media (min-width: 1200px) {
    .components.component-rich_content .component-row {
      flex-direction: row; } }

.components.component-rich_content .component-col-content, .components.component-rich_content .component-col-image, .components.component-rich_content .component-col-video {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 1200px) {
  .components.component-rich_content .component-col-content {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    display: flex;
    flex-direction: column; } }

.components.component-rich_content .component-col-image, .components.component-rich_content .component-col-video {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 1200px) {
    .components.component-rich_content .component-col-image, .components.component-rich_content .component-col-video {
      margin-top: 0;
      margin-bottom: 0;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }
  .components.component-rich_content .component-col-image .video-thumbnail,
  .components.component-rich_content .component-col-image .image, .components.component-rich_content .component-col-video .video-thumbnail,
  .components.component-rich_content .component-col-video .image {
    margin-bottom: 0; }
    .components.component-rich_content .component-col-image .video-thumbnail .goto-video-modal, .components.component-rich_content .component-col-image .video-thumbnail .thumbnail,
    .components.component-rich_content .component-col-image .image .goto-video-modal,
    .components.component-rich_content .component-col-image .image .thumbnail, .components.component-rich_content .component-col-video .video-thumbnail .goto-video-modal, .components.component-rich_content .component-col-video .video-thumbnail .thumbnail,
    .components.component-rich_content .component-col-video .image .goto-video-modal,
    .components.component-rich_content .component-col-video .image .thumbnail {
      width: 100%;
      height: 100%;
      display: block; }

.components.component-rich_content .image, .components.component-rich_content .header, .components.component-rich_content .body, .components.component-rich_content .footer {
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .components.component-rich_content .image, .components.component-rich_content .header, .components.component-rich_content .body, .components.component-rich_content .footer {
      flex: 0; } }

.components.component-rich_content .header {
  margin-top: 2.3rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 1200px) {
    .components.component-rich_content .header {
      margin-top: 0; } }

.components.component-rich_content .body {
  flex: 1;
  margin-bottom: 2.5rem; }
  @media (min-width: 1200px) {
    .components.component-rich_content .body {
      margin-bottom: 1rem; } }

.components.component-rich_content .footer {
  flex: 0;
  display: flex;
  flex-direction: column; }
  .components.component-rich_content .footer > .file, .components.component-rich_content .footer .video, .components.component-rich_content .footer .cta {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 1200px) {
      .components.component-rich_content .footer > .file, .components.component-rich_content .footer .video, .components.component-rich_content .footer .cta {
        margin-bottom: 0; } }
  .components.component-rich_content .footer > .file + .cta {
    margin-top: 0; }
  .components.component-rich_content .footer > .file {
    flex: 1; }
    .components.component-rich_content .footer > .file > .field .file-link.goto-file {
      color: #1f1d2c !important;
      font-weight: 600;
      font-size: 1rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-decoration: none; }
      .components.component-rich_content .footer > .file > .field .file-link.goto-file:hover, .components.component-rich_content .footer > .file > .field .file-link.goto-file:focus {
        color: #09090d !important;
        text-decoration: underline; }
      .components.component-rich_content .footer > .file > .field .file-link.goto-file::before {
        content: "get_app";
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        font-size: 1.125rem;
        font-weight: 600;
        padding-right: 0.5rem;
        vertical-align: text-top; }
  .components.component-rich_content .footer .video {
    display: none;
    margin-top: 1rem; }
  .components.component-rich_content .footer .cta {
    margin-top: 1rem; }
    .components.component-rich_content .footer .cta .goto-link {
      display: inline-flex; }
      .components.component-rich_content .footer .cta .goto-link::after {
        content: "arrow_forward";
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        font-size: 1.125rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        line-height: 1.5;
        padding-left: 0.5rem; }

.components.component-rich_content-centered .component-col-content, .components.component-rich_content-centered .component-col-image, .components.component-rich_content-centered .component-col-video {
  text-align: center; }
  @media (min-width: 1200px) {
    .components.component-rich_content-centered .component-col-content, .components.component-rich_content-centered .component-col-image, .components.component-rich_content-centered .component-col-video {
      margin-bottom: 5rem; } }

@media (min-width: 1200px) {
  .components.component-rich_content-centered .component-col-content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%; } }

.components.component-rich_content-centered .component-col-image, .components.component-rich_content-centered .component-col-video {
  margin-bottom: 2.5rem;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .components.component-rich_content-centered .component-col-image, .components.component-rich_content-centered .component-col-video {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
      margin-left: 8.3333333333%; } }
  .components.component-rich_content-centered .component-col-image img, .components.component-rich_content-centered .component-col-video img {
    width: 100%;
    height: auto; }

.components.component-rich_content-centered .body {
  text-align: left; }

.components.component-rich_content-centered .footer {
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center; }

@media (min-width: 1200px) {
  .components.component-tablecontainer .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end; } }

.components.component-tablecontainer .dropdown.show .dropdown-toggle {
  text-decoration: none;
  color: #09090d; }
  .components.component-tablecontainer .dropdown.show .dropdown-toggle::after {
    content: "expand_less"; }

.components.component-tablecontainer .dropdown-menu {
  padding: 0;
  left: auto !important;
  right: 0 !important; }

.components.component-tablecontainer .dropdown-toggle, .components.component-tablecontainer .dropdown-item {
  color: #1f1d2c;
  padding: 0.25rem 0.5rem 0.65rem;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  .components.component-tablecontainer .dropdown-toggle:hover, .components.component-tablecontainer .dropdown-toggle:focus, .components.component-tablecontainer .dropdown-toggle:active, .components.component-tablecontainer .dropdown-item:hover, .components.component-tablecontainer .dropdown-item:focus, .components.component-tablecontainer .dropdown-item:active {
    text-decoration: none;
    background-color: transparent;
    color: #09090d; }

.components.component-tablecontainer .dropdown-item {
  padding-right: 1rem; }

.components.component-tablecontainer .dropdown .single-table {
  color: #09090d; }

.components.component-tablecontainer .dropdown-toggle {
  min-width: 10rem;
  background-color: transparent;
  padding-right: 0; }
  .components.component-tablecontainer .dropdown-toggle::after {
    border: 0 none transparent;
    margin: 0;
    content: "expand_more";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 1.125rem;
    font-weight: 600; }

.components.component-tablecontainer .dropdown-item {
  color: #bbbbbc; }
  .components.component-tablecontainer .dropdown-item.active {
    background-color: transparent;
    color: #1f1d2c; }

.components.component-tablecontainer .component-col-content {
  flex: 0 0 100%;
  max-width: 100%; }

.components.component-tablecontainer .tab-content > .tab-pane.active.fade:not(.show) {
  opacity: 1; }

.components.component-tablecontainer .tables {
  padding-top: 0; }
  @media (min-width: 1200px) {
    .components.component-tablecontainer .tables {
      padding-top: 0; } }
  .components.component-tablecontainer .tables .table {
    font-size: 1rem;
    border-bottom: 1px solid;
    margin-bottom: 0; }
    .components.component-tablecontainer .tables .table caption {
      caption-side: top;
      font-size: 2.25rem;
      font-weight: 600;
      padding: 1rem 0;
      display: none; }
    .components.component-tablecontainer .tables .table thead th {
      border-top: 0 none transparent;
      border-bottom: 1px solid;
      text-align: right; }
      .components.component-tablecontainer .tables .table thead th:first-of-type {
        text-align: left; }
    .components.component-tablecontainer .tables .table tbody tr td {
      border-top: 1px solid;
      text-align: right; }
      .components.component-tablecontainer .tables .table tbody tr td:first-of-type {
        text-align: left;
        font-weight: 600; }

.components.component-taglist > .wrapper {
  padding-top: 3rem;
  padding-bottom: 0; }

.components.component-taglist .component-spacer {
  padding-top: 0;
  padding-bottom: 0; }

.components.component-taglist .header .title {
  padding-bottom: 2rem; }

.components.component-taglist .component-col-content {
  flex: 0 0 100%;
  max-width: 100%; }

.components.component-taglist .taxonomies {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 2rem; }
  .components.component-taglist .taxonomies .field__item:last-child .goto-term {
    margin-right: 0; }

.components.component-taglist .goto-term {
  font-weight: normal;
  margin-right: 1rem;
  margin-bottom: 1rem; }
  .components.component-taglist .goto-term .text-label::before {
    content: "#"; }

.components.component-taglist + .components.component-taglist > .wrapper {
  padding-top: 0;
  padding-bottom: 0; }

.components.component-taglist + .components.component-taglist + .components.component-taglist > .wrapper {
  padding-top: 0;
  padding-bottom: 3rem; }

.components.component-filelist > .wrapper > .container {
  border-top: 0 none transparent; }

.components.component-filelist .files {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%; }
  .components.component-filelist .files .file, .components.component-filelist .files .file-link {
    display: block; }
  .components.component-filelist .files .file-link {
    color: #fff;
    font-size: 1.125rem; }
    .components.component-filelist .files .file-link.-download {
      color: #1f1d2c;
      font-size: 0.875rem; }
      .components.component-filelist .files .file-link.-download::before {
        padding-left: 0; }
      .components.component-filelist .files .file-link.-download:hover, .components.component-filelist .files .file-link.-download:focus {
        color: #09090d; }
      @media (min-width: 1200px) {
        .components.component-filelist .files .file-link.-download {
          padding-left: 0.25rem; } }
  .components.component-filelist .files .files-wrapper .files-container .field__items {
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .components.component-filelist .files .files-wrapper .files-container .field__items .field__item {
      border-bottom: 1px solid;
      width: 100%; }
      .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item {
        border-bottom: 0 none transparent; }
        .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .table {
          margin-bottom: 0; }
          .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .table tr {
            display: flex;
            flex-direction: column;
            width: 100%; }
            @media (min-width: 1200px) {
              .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .table tr {
                flex-direction: row; } }
            .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .table tr td {
              display: flex;
              align-items: center;
              border: 0 none transparent;
              vertical-align: inherit;
              font-size: 1.125rem; }
              .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .table tr td:nth-of-type(2) {
                flex: 1;
                padding: 0;
                text-transform: uppercase; }
                @media (min-width: 1200px) {
                  .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .table tr td:nth-of-type(2) {
                    padding: 1rem; } }
        .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .file-download {
          display: flex;
          flex-direction: row;
          padding: 1rem 0;
          transition: all 0.2s ease-in-out; }
          .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-name {
            margin-right: 2.5rem;
            font-weight: 600; }
          .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-size {
            flex-grow: 1;
            text-transform: uppercase; }
          .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label {
            align-self: flex-end;
            text-transform: uppercase;
            font-size: 0.875rem;
            font-weight: 600; }
            .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label:before {
              padding-right: 1rem;
              content: "get_app";
              font-family: "Material Icons";
              font-weight: normal;
              font-style: normal;
              font-size: 24px;
              display: inline-block;
              line-height: 1;
              text-transform: none;
              letter-spacing: normal;
              word-wrap: normal;
              white-space: nowrap;
              direction: ltr;
              /* Support for all WebKit browsers. */
              -webkit-font-smoothing: antialiased;
              /* Support for Safari and Chrome. */
              text-rendering: optimizeLegibility;
              /* Support for Firefox. */
              -moz-osx-font-smoothing: grayscale;
              /* Support for IE. */
              font-feature-settings: 'liga';
              font-size: 1.5rem;
              vertical-align: middle; }
      .components.component-filelist .files .files-wrapper .files-container .field__items .field__item:last-of-type {
        border-bottom: 0 none transparent; }

@media (min-width: 1200px) {
  .components.component-infographic .component-row {
    float: none;
    position: relative; }
    .components.component-infographic .component-row::after {
      display: block;
      clear: both;
      content: ""; } }

.components.component-infographic .component-row .col-full .header {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
  @media (min-width: 1200px) {
    .components.component-infographic .component-row .col-full .header {
      padding-left: 16.5rem;
      padding-right: 16.5rem; } }
  .components.component-infographic .component-row .col-full .header .title {
    font-size: 2.25rem; }

.components.component-infographic .header {
  margin-bottom: 2.25rem; }

.components.component-infographic .body {
  margin-bottom: 2.25rem; }

.components.component-infographic .infographics {
  flex-direction: column; }
  @media (min-width: 992px) {
    .components.component-infographic .infographics {
      flex-direction: row; } }

.components.component-infocard {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 2rem; }
  @media (min-width: 992px) {
    .components.component-infocard {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
      flex: 1 1 0;
      width: auto;
      max-width: 50%;
      padding-bottom: 0; } }
  .components.component-infocard.has_image .infocard-header {
    display: flex;
    justify-content: center; }
  .components.component-infocard.has_image .infocard-body {
    display: flex;
    justify-content: center; }
    .components.component-infocard.has_image .infocard-body p {
      text-align: center; }
  .components.component-infocard .infocard-header {
    display: flex;
    justify-content: flex-start; }
    .components.component-infocard .infocard-header .title {
      font-size: 2rem;
      margin-bottom: 1rem; }
    .components.component-infocard .infocard-header img {
      margin-bottom: 1.5rem; }
  .components.component-infocard .infocard-body {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    font-size: 1.25rem; }

.components.component-highlight {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 2rem; }
  @media (min-width: 992px) {
    .components.component-highlight {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
      flex: 1 1 0;
      width: auto;
      max-width: 50%;
      padding-bottom: 0; } }
  .components.component-highlight .highlight-header {
    display: flex;
    justify-content: flex-start; }
    .components.component-highlight .highlight-header .data {
      display: flex;
      flex-wrap: wrap;
      font-size: 2.625rem;
      color: #1f1d2c;
      line-height: 1; }
      .components.component-highlight .highlight-header .data > .field:after {
        content: ' ';
        white-space: pre; }
      .components.component-highlight .highlight-header .data > .field:last-child:after {
        content: none; }
    .components.component-highlight .highlight-header .title {
      font-size: 2.625rem;
      color: #1f1d2c;
      margin-bottom: 1rem; }
  .components.component-highlight .highlight-body {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    font-size: 1.25rem; }

@media (min-width: 1200px) {
  .components.component-quote.no_image .component-col-content {
    flex: 0 0 100%;
    max-width: 100%; } }

.components.component-quote .component-row {
  align-items: inherit;
  justify-content: space-between;
  flex-direction: column-reverse; }
  @media (min-width: 1200px) {
    .components.component-quote .component-row {
      flex-direction: row; } }

.components.component-quote .component-col-content, .components.component-quote .component-col-image {
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .components.component-quote .component-col-content, .components.component-quote .component-col-image {
      flex: 0 0 50%;
      max-width: 50%; } }

.components.component-quote .component-col-content {
  flex-direction: column; }

.components.component-quote .component-col-image {
  width: 100%;
  margin-top: 2.5rem; }
  @media (min-width: 1200px) {
    .components.component-quote .component-col-image {
      width: auto;
      align-items: flex-end;
      margin-top: 0; } }

.components.component-quote .quote-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff; }

.components.component-quote .quote-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.48; }
  .components.component-quote .quote-body::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 36' width='48' height='36'%3e%3cpath fill='%231f1d2c' d='M17.41 1.18C15.33 1.74 12.51 2.81 11.15 3.57C9.78 4.33 7.57 6.04 6.24 7.37C4.9 8.7 3.13 11.22 2.29 12.98C1.46 14.73 0.57 17.65 0.31 19.47C0.05 21.33 0.03 23.9 0.27 25.33C0.5 26.73 1.01 28.68 1.42 29.66C1.82 30.64 3.03 32.26 4.11 33.27C5.43 34.49 6.91 35.27 8.6 35.65C10.02 35.96 11.99 36.04 13.13 35.82C14.24 35.61 15.71 35.14 16.4 34.78C17.09 34.42 18.19 33.63 18.84 33.03C19.49 32.44 20.37 31.26 20.79 30.42C21.21 29.58 21.56 27.75 21.57 26.35C21.57 24.95 21.21 23.06 20.75 22.15C20.3 21.23 18.98 19.86 17.82 19.09C16.04 17.91 15.18 17.69 12.28 17.69C9.18 17.69 8.85 17.59 8.85 16.67C8.85 16.11 9.11 14.73 9.42 13.61C9.79 12.32 10.93 10.63 12.57 8.98C14.35 7.18 16.11 6.01 18.31 5.16C21.42 3.95 21.47 3.9 21.46 2.02C21.45 0.97 21.38 0.13 21.31 0.14C21.24 0.16 19.49 0.62 17.41 1.18ZM43.78 1.15C41.7 1.71 38.89 2.79 37.52 3.55C36.15 4.3 33.94 6.01 32.61 7.34C31.27 8.67 29.5 11.2 28.67 12.95C27.83 14.7 26.94 17.62 26.68 19.44C26.42 21.3 26.4 23.88 26.64 25.3C26.87 26.7 27.38 28.65 27.79 29.63C28.19 30.61 29.4 32.24 30.48 33.24C31.8 34.46 33.28 35.25 34.97 35.62C36.39 35.93 38.36 36.01 39.5 35.8C40.61 35.59 42.08 35.12 42.77 34.75C43.47 34.39 44.56 33.6 45.21 33.01C45.86 32.41 46.74 31.24 47.16 30.4C47.58 29.56 47.93 27.72 47.94 26.32C47.95 24.92 47.58 23.03 47.13 22.12C46.67 21.21 45.35 19.83 44.19 19.06C42.42 17.88 41.55 17.66 38.65 17.66C35.55 17.66 35.22 17.56 35.22 16.64C35.22 16.08 35.48 14.71 35.8 13.58C36.16 12.29 37.3 10.6 38.94 8.95C40.72 7.16 42.49 5.98 44.68 5.13C47.79 3.93 47.84 3.87 47.83 1.99C47.82 0.94 47.75 0.1 47.68 0.11C47.61 0.13 45.86 0.6 43.78 1.15Z' /%3e%3c/svg%3e");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: auto;
    display: block;
    width: auto;
    height: 36px;
    line-height: 1;
    margin-bottom: 1.5rem; }

.components.component-quote .quote-caption {
  margin-top: 2.5rem; }

.components.component-quote .quote-author {
  font-size: 0.625rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.76;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .components.component-quote .quote-author.-name {
    color: #1f1d2c; }

.components.component-quote .image img {
  display: block;
  width: 100%;
  height: 100%; }

.components.component-hero > .wrapper {
  display: flex;
  padding-top: 0;
  padding-bottom: 0; }
  .components.component-hero > .wrapper > .container,
  .components.component-hero > .wrapper > .container-fluid,
  .components.component-hero > .wrapper > .container-sm,
  .components.component-hero > .wrapper > .container-md,
  .components.component-hero > .wrapper > .container-lg,
  .components.component-hero > .wrapper > .container-xl,
  .components.component-hero > .wrapper > .container-xxl,
  .components.component-hero > .wrapper > .container-xxxl {
    padding-top: 134px;
    padding-bottom: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    position: relative; }
    .components.component-hero > .wrapper > .container::before,
    .components.component-hero > .wrapper > .container-fluid::before,
    .components.component-hero > .wrapper > .container-sm::before,
    .components.component-hero > .wrapper > .container-md::before,
    .components.component-hero > .wrapper > .container-lg::before,
    .components.component-hero > .wrapper > .container-xl::before,
    .components.component-hero > .wrapper > .container-xxl::before,
    .components.component-hero > .wrapper > .container-xxxl::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

.components.component-hero .component-row {
  width: 100%;
  flex: 1 0 100%; }

.components.component-hero .component-col-content {
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0; }
  @media (min-width: 768px) {
    .components.component-hero .component-col-content {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
      margin-left: 8.3333333333%; } }
  @media (min-width: 992px) {
    .components.component-hero .component-col-content {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
      margin-left: 16.6666666667%; } }

.components.component-hero .header .title {
  font-size: 1.5rem; }

.components.component-hero .header h1.title {
  font-size: 8vw; }
  @media (min-width: 768px) {
    .components.component-hero .header h1.title {
      font-size: 2.625rem;
      line-height: 1.2; } }

.components.component-hero .header .subtitle {
  font-size: 1.125rem; }

.components.component-hero .component-label {
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  text-transform: uppercase;
  margin-bottom: 0.875rem; }

.components.component-hero .body {
  min-height: 2rem;
  margin-top: 1.5rem; }
  .components.component-hero .body p:last-of-type {
    margin-bottom: 0; }

.components.component-contact-form > .wrapper > .container .component-row .header {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }
  .components.component-contact-form > .wrapper > .container .component-row .header .title {
    text-transform: uppercase;
    font-size: 1rem; }

.components.component-view-ref > .wrapper > .container .component-row .header {
  padding-bottom: 3.5rem; }
  .components.component-view-ref > .wrapper > .container .component-row .header .title {
    text-transform: uppercase;
    font-size: 1rem; }

.components.component-view-ref .node-view_mode--default .node-container::after, .components.component-view-ref .node-view_mode--default .term-container::after, .components.component-view-ref .node-view_mode--default .card-container::after, .components.component-view-ref .node-view_mode--teaser .node-container::after, .components.component-view-ref .node-view_mode--teaser .term-container::after, .components.component-view-ref .node-view_mode--teaser .card-container::after, .components.component-view-ref .node-view_mode--card .node-container::after, .components.component-view-ref .node-view_mode--card .term-container::after, .components.component-view-ref .node-view_mode--card .card-container::after, .components.component-view-ref .term-view_mode--default .node-container::after, .components.component-view-ref .term-view_mode--default .term-container::after, .components.component-view-ref .term-view_mode--default .card-container::after, .components.component-view-ref .term-view_mode--teaser .node-container::after, .components.component-view-ref .term-view_mode--teaser .term-container::after, .components.component-view-ref .term-view_mode--teaser .card-container::after, .components.component-view-ref .term-view_mode--card .node-container::after, .components.component-view-ref .term-view_mode--card .term-container::after, .components.component-view-ref .term-view_mode--card .card-container::after, .components.component-view-ref .card-view_mode--default .node-container::after, .components.component-view-ref .card-view_mode--default .term-container::after, .components.component-view-ref .card-view_mode--default .card-container::after, .components.component-view-ref .card-view_mode--teaser .node-container::after, .components.component-view-ref .card-view_mode--teaser .term-container::after, .components.component-view-ref .card-view_mode--teaser .card-container::after, .components.component-view-ref .card-view_mode--card .node-container::after, .components.component-view-ref .card-view_mode--card .term-container::after, .components.component-view-ref .card-view_mode--card .card-container::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 1200px) {
    .components.component-view-ref .node-view_mode--default .node-container::after, .components.component-view-ref .node-view_mode--default .term-container::after, .components.component-view-ref .node-view_mode--default .card-container::after, .components.component-view-ref .node-view_mode--teaser .node-container::after, .components.component-view-ref .node-view_mode--teaser .term-container::after, .components.component-view-ref .node-view_mode--teaser .card-container::after, .components.component-view-ref .node-view_mode--card .node-container::after, .components.component-view-ref .node-view_mode--card .term-container::after, .components.component-view-ref .node-view_mode--card .card-container::after, .components.component-view-ref .term-view_mode--default .node-container::after, .components.component-view-ref .term-view_mode--default .term-container::after, .components.component-view-ref .term-view_mode--default .card-container::after, .components.component-view-ref .term-view_mode--teaser .node-container::after, .components.component-view-ref .term-view_mode--teaser .term-container::after, .components.component-view-ref .term-view_mode--teaser .card-container::after, .components.component-view-ref .term-view_mode--card .node-container::after, .components.component-view-ref .term-view_mode--card .term-container::after, .components.component-view-ref .term-view_mode--card .card-container::after, .components.component-view-ref .card-view_mode--default .node-container::after, .components.component-view-ref .card-view_mode--default .term-container::after, .components.component-view-ref .card-view_mode--default .card-container::after, .components.component-view-ref .card-view_mode--teaser .node-container::after, .components.component-view-ref .card-view_mode--teaser .term-container::after, .components.component-view-ref .card-view_mode--teaser .card-container::after, .components.component-view-ref .card-view_mode--card .node-container::after, .components.component-view-ref .card-view_mode--card .term-container::after, .components.component-view-ref .card-view_mode--card .card-container::after {
      content: none; } }

.components.component-view-ref .node-view_mode--default .node-image, .components.component-view-ref .node-view_mode--default .term-image, .components.component-view-ref .node-view_mode--default .card-image, .components.component-view-ref .node-view_mode--teaser .node-image, .components.component-view-ref .node-view_mode--teaser .term-image, .components.component-view-ref .node-view_mode--teaser .card-image, .components.component-view-ref .node-view_mode--card .node-image, .components.component-view-ref .node-view_mode--card .term-image, .components.component-view-ref .node-view_mode--card .card-image, .components.component-view-ref .term-view_mode--default .node-image, .components.component-view-ref .term-view_mode--default .term-image, .components.component-view-ref .term-view_mode--default .card-image, .components.component-view-ref .term-view_mode--teaser .node-image, .components.component-view-ref .term-view_mode--teaser .term-image, .components.component-view-ref .term-view_mode--teaser .card-image, .components.component-view-ref .term-view_mode--card .node-image, .components.component-view-ref .term-view_mode--card .term-image, .components.component-view-ref .term-view_mode--card .card-image, .components.component-view-ref .card-view_mode--default .node-image, .components.component-view-ref .card-view_mode--default .term-image, .components.component-view-ref .card-view_mode--default .card-image, .components.component-view-ref .card-view_mode--teaser .node-image, .components.component-view-ref .card-view_mode--teaser .term-image, .components.component-view-ref .card-view_mode--teaser .card-image, .components.component-view-ref .card-view_mode--card .node-image, .components.component-view-ref .card-view_mode--card .term-image, .components.component-view-ref .card-view_mode--card .card-image {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem !important; }
  .components.component-view-ref .node-view_mode--default .node-image-background img, .components.component-view-ref .node-view_mode--default .term-image-background img, .components.component-view-ref .node-view_mode--default .card-image-background img, .components.component-view-ref .node-view_mode--teaser .node-image-background img, .components.component-view-ref .node-view_mode--teaser .term-image-background img, .components.component-view-ref .node-view_mode--teaser .card-image-background img, .components.component-view-ref .node-view_mode--card .node-image-background img, .components.component-view-ref .node-view_mode--card .term-image-background img, .components.component-view-ref .node-view_mode--card .card-image-background img, .components.component-view-ref .term-view_mode--default .node-image-background img, .components.component-view-ref .term-view_mode--default .term-image-background img, .components.component-view-ref .term-view_mode--default .card-image-background img, .components.component-view-ref .term-view_mode--teaser .node-image-background img, .components.component-view-ref .term-view_mode--teaser .term-image-background img, .components.component-view-ref .term-view_mode--teaser .card-image-background img, .components.component-view-ref .term-view_mode--card .node-image-background img, .components.component-view-ref .term-view_mode--card .term-image-background img, .components.component-view-ref .term-view_mode--card .card-image-background img, .components.component-view-ref .card-view_mode--default .node-image-background img, .components.component-view-ref .card-view_mode--default .term-image-background img, .components.component-view-ref .card-view_mode--default .card-image-background img, .components.component-view-ref .card-view_mode--teaser .node-image-background img, .components.component-view-ref .card-view_mode--teaser .term-image-background img, .components.component-view-ref .card-view_mode--teaser .card-image-background img, .components.component-view-ref .card-view_mode--card .node-image-background img, .components.component-view-ref .card-view_mode--card .term-image-background img, .components.component-view-ref .card-view_mode--card .card-image-background img {
    width: 100%;
    height: auto; }
  .components.component-view-ref .node-view_mode--default .node-image-logo, .components.component-view-ref .node-view_mode--default .term-image-logo, .components.component-view-ref .node-view_mode--default .card-image-logo, .components.component-view-ref .node-view_mode--teaser .node-image-logo, .components.component-view-ref .node-view_mode--teaser .term-image-logo, .components.component-view-ref .node-view_mode--teaser .card-image-logo, .components.component-view-ref .node-view_mode--card .node-image-logo, .components.component-view-ref .node-view_mode--card .term-image-logo, .components.component-view-ref .node-view_mode--card .card-image-logo, .components.component-view-ref .term-view_mode--default .node-image-logo, .components.component-view-ref .term-view_mode--default .term-image-logo, .components.component-view-ref .term-view_mode--default .card-image-logo, .components.component-view-ref .term-view_mode--teaser .node-image-logo, .components.component-view-ref .term-view_mode--teaser .term-image-logo, .components.component-view-ref .term-view_mode--teaser .card-image-logo, .components.component-view-ref .term-view_mode--card .node-image-logo, .components.component-view-ref .term-view_mode--card .term-image-logo, .components.component-view-ref .term-view_mode--card .card-image-logo, .components.component-view-ref .card-view_mode--default .node-image-logo, .components.component-view-ref .card-view_mode--default .term-image-logo, .components.component-view-ref .card-view_mode--default .card-image-logo, .components.component-view-ref .card-view_mode--teaser .node-image-logo, .components.component-view-ref .card-view_mode--teaser .term-image-logo, .components.component-view-ref .card-view_mode--teaser .card-image-logo, .components.component-view-ref .card-view_mode--card .node-image-logo, .components.component-view-ref .card-view_mode--card .term-image-logo, .components.component-view-ref .card-view_mode--card .card-image-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .components.component-view-ref .node-view_mode--default .node-image-logo .field a, .components.component-view-ref .node-view_mode--default .term-image-logo .field a, .components.component-view-ref .node-view_mode--default .card-image-logo .field a, .components.component-view-ref .node-view_mode--teaser .node-image-logo .field a, .components.component-view-ref .node-view_mode--teaser .term-image-logo .field a, .components.component-view-ref .node-view_mode--teaser .card-image-logo .field a, .components.component-view-ref .node-view_mode--card .node-image-logo .field a, .components.component-view-ref .node-view_mode--card .term-image-logo .field a, .components.component-view-ref .node-view_mode--card .card-image-logo .field a, .components.component-view-ref .term-view_mode--default .node-image-logo .field a, .components.component-view-ref .term-view_mode--default .term-image-logo .field a, .components.component-view-ref .term-view_mode--default .card-image-logo .field a, .components.component-view-ref .term-view_mode--teaser .node-image-logo .field a, .components.component-view-ref .term-view_mode--teaser .term-image-logo .field a, .components.component-view-ref .term-view_mode--teaser .card-image-logo .field a, .components.component-view-ref .term-view_mode--card .node-image-logo .field a, .components.component-view-ref .term-view_mode--card .term-image-logo .field a, .components.component-view-ref .term-view_mode--card .card-image-logo .field a, .components.component-view-ref .card-view_mode--default .node-image-logo .field a, .components.component-view-ref .card-view_mode--default .term-image-logo .field a, .components.component-view-ref .card-view_mode--default .card-image-logo .field a, .components.component-view-ref .card-view_mode--teaser .node-image-logo .field a, .components.component-view-ref .card-view_mode--teaser .term-image-logo .field a, .components.component-view-ref .card-view_mode--teaser .card-image-logo .field a, .components.component-view-ref .card-view_mode--card .node-image-logo .field a, .components.component-view-ref .card-view_mode--card .term-image-logo .field a, .components.component-view-ref .card-view_mode--card .card-image-logo .field a {
      display: block;
      text-align: center; }
    .components.component-view-ref .node-view_mode--default .node-image-logo .field img, .components.component-view-ref .node-view_mode--default .term-image-logo .field img, .components.component-view-ref .node-view_mode--default .card-image-logo .field img, .components.component-view-ref .node-view_mode--teaser .node-image-logo .field img, .components.component-view-ref .node-view_mode--teaser .term-image-logo .field img, .components.component-view-ref .node-view_mode--teaser .card-image-logo .field img, .components.component-view-ref .node-view_mode--card .node-image-logo .field img, .components.component-view-ref .node-view_mode--card .term-image-logo .field img, .components.component-view-ref .node-view_mode--card .card-image-logo .field img, .components.component-view-ref .term-view_mode--default .node-image-logo .field img, .components.component-view-ref .term-view_mode--default .term-image-logo .field img, .components.component-view-ref .term-view_mode--default .card-image-logo .field img, .components.component-view-ref .term-view_mode--teaser .node-image-logo .field img, .components.component-view-ref .term-view_mode--teaser .term-image-logo .field img, .components.component-view-ref .term-view_mode--teaser .card-image-logo .field img, .components.component-view-ref .term-view_mode--card .node-image-logo .field img, .components.component-view-ref .term-view_mode--card .term-image-logo .field img, .components.component-view-ref .term-view_mode--card .card-image-logo .field img, .components.component-view-ref .card-view_mode--default .node-image-logo .field img, .components.component-view-ref .card-view_mode--default .term-image-logo .field img, .components.component-view-ref .card-view_mode--default .card-image-logo .field img, .components.component-view-ref .card-view_mode--teaser .node-image-logo .field img, .components.component-view-ref .card-view_mode--teaser .term-image-logo .field img, .components.component-view-ref .card-view_mode--teaser .card-image-logo .field img, .components.component-view-ref .card-view_mode--card .node-image-logo .field img, .components.component-view-ref .card-view_mode--card .term-image-logo .field img, .components.component-view-ref .card-view_mode--card .card-image-logo .field img {
      display: inline;
      max-width: 80%; }

.components.component-view-ref .node-view_mode--default .node-headings, .components.component-view-ref .node-view_mode--default .term-headings, .components.component-view-ref .node-view_mode--default .card-headings, .components.component-view-ref .node-view_mode--teaser .node-headings, .components.component-view-ref .node-view_mode--teaser .term-headings, .components.component-view-ref .node-view_mode--teaser .card-headings, .components.component-view-ref .node-view_mode--card .node-headings, .components.component-view-ref .node-view_mode--card .term-headings, .components.component-view-ref .node-view_mode--card .card-headings, .components.component-view-ref .term-view_mode--default .node-headings, .components.component-view-ref .term-view_mode--default .term-headings, .components.component-view-ref .term-view_mode--default .card-headings, .components.component-view-ref .term-view_mode--teaser .node-headings, .components.component-view-ref .term-view_mode--teaser .term-headings, .components.component-view-ref .term-view_mode--teaser .card-headings, .components.component-view-ref .term-view_mode--card .node-headings, .components.component-view-ref .term-view_mode--card .term-headings, .components.component-view-ref .term-view_mode--card .card-headings, .components.component-view-ref .card-view_mode--default .node-headings, .components.component-view-ref .card-view_mode--default .term-headings, .components.component-view-ref .card-view_mode--default .card-headings, .components.component-view-ref .card-view_mode--teaser .node-headings, .components.component-view-ref .card-view_mode--teaser .term-headings, .components.component-view-ref .card-view_mode--teaser .card-headings, .components.component-view-ref .card-view_mode--card .node-headings, .components.component-view-ref .card-view_mode--card .term-headings, .components.component-view-ref .card-view_mode--card .card-headings {
  padding: 0;
  margin-bottom: 1rem; }
  .components.component-view-ref .node-view_mode--default .node-headings .title, .components.component-view-ref .node-view_mode--default .term-headings .title, .components.component-view-ref .node-view_mode--default .card-headings .title, .components.component-view-ref .node-view_mode--teaser .node-headings .title, .components.component-view-ref .node-view_mode--teaser .term-headings .title, .components.component-view-ref .node-view_mode--teaser .card-headings .title, .components.component-view-ref .node-view_mode--card .node-headings .title, .components.component-view-ref .node-view_mode--card .term-headings .title, .components.component-view-ref .node-view_mode--card .card-headings .title, .components.component-view-ref .term-view_mode--default .node-headings .title, .components.component-view-ref .term-view_mode--default .term-headings .title, .components.component-view-ref .term-view_mode--default .card-headings .title, .components.component-view-ref .term-view_mode--teaser .node-headings .title, .components.component-view-ref .term-view_mode--teaser .term-headings .title, .components.component-view-ref .term-view_mode--teaser .card-headings .title, .components.component-view-ref .term-view_mode--card .node-headings .title, .components.component-view-ref .term-view_mode--card .term-headings .title, .components.component-view-ref .term-view_mode--card .card-headings .title, .components.component-view-ref .card-view_mode--default .node-headings .title, .components.component-view-ref .card-view_mode--default .term-headings .title, .components.component-view-ref .card-view_mode--default .card-headings .title, .components.component-view-ref .card-view_mode--teaser .node-headings .title, .components.component-view-ref .card-view_mode--teaser .term-headings .title, .components.component-view-ref .card-view_mode--teaser .card-headings .title, .components.component-view-ref .card-view_mode--card .node-headings .title, .components.component-view-ref .card-view_mode--card .term-headings .title, .components.component-view-ref .card-view_mode--card .card-headings .title {
    margin-bottom: 1rem; }
  .components.component-view-ref .node-view_mode--default .node-headings .subtitle, .components.component-view-ref .node-view_mode--default .term-headings .subtitle, .components.component-view-ref .node-view_mode--default .card-headings .subtitle, .components.component-view-ref .node-view_mode--teaser .node-headings .subtitle, .components.component-view-ref .node-view_mode--teaser .term-headings .subtitle, .components.component-view-ref .node-view_mode--teaser .card-headings .subtitle, .components.component-view-ref .node-view_mode--card .node-headings .subtitle, .components.component-view-ref .node-view_mode--card .term-headings .subtitle, .components.component-view-ref .node-view_mode--card .card-headings .subtitle, .components.component-view-ref .term-view_mode--default .node-headings .subtitle, .components.component-view-ref .term-view_mode--default .term-headings .subtitle, .components.component-view-ref .term-view_mode--default .card-headings .subtitle, .components.component-view-ref .term-view_mode--teaser .node-headings .subtitle, .components.component-view-ref .term-view_mode--teaser .term-headings .subtitle, .components.component-view-ref .term-view_mode--teaser .card-headings .subtitle, .components.component-view-ref .term-view_mode--card .node-headings .subtitle, .components.component-view-ref .term-view_mode--card .term-headings .subtitle, .components.component-view-ref .term-view_mode--card .card-headings .subtitle, .components.component-view-ref .card-view_mode--default .node-headings .subtitle, .components.component-view-ref .card-view_mode--default .term-headings .subtitle, .components.component-view-ref .card-view_mode--default .card-headings .subtitle, .components.component-view-ref .card-view_mode--teaser .node-headings .subtitle, .components.component-view-ref .card-view_mode--teaser .term-headings .subtitle, .components.component-view-ref .card-view_mode--teaser .card-headings .subtitle, .components.component-view-ref .card-view_mode--card .node-headings .subtitle, .components.component-view-ref .card-view_mode--card .term-headings .subtitle, .components.component-view-ref .card-view_mode--card .card-headings .subtitle {
    font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
    font-size: 1.125rem;
    font-weight: 200; }

.components.component-view-ref .node-view_mode--default .node-footer, .components.component-view-ref .node-view_mode--default .term-footer, .components.component-view-ref .node-view_mode--default .card-footer, .components.component-view-ref .node-view_mode--teaser .node-footer, .components.component-view-ref .node-view_mode--teaser .term-footer, .components.component-view-ref .node-view_mode--teaser .card-footer, .components.component-view-ref .node-view_mode--card .node-footer, .components.component-view-ref .node-view_mode--card .term-footer, .components.component-view-ref .node-view_mode--card .card-footer, .components.component-view-ref .term-view_mode--default .node-footer, .components.component-view-ref .term-view_mode--default .term-footer, .components.component-view-ref .term-view_mode--default .card-footer, .components.component-view-ref .term-view_mode--teaser .node-footer, .components.component-view-ref .term-view_mode--teaser .term-footer, .components.component-view-ref .term-view_mode--teaser .card-footer, .components.component-view-ref .term-view_mode--card .node-footer, .components.component-view-ref .term-view_mode--card .term-footer, .components.component-view-ref .term-view_mode--card .card-footer, .components.component-view-ref .card-view_mode--default .node-footer, .components.component-view-ref .card-view_mode--default .term-footer, .components.component-view-ref .card-view_mode--default .card-footer, .components.component-view-ref .card-view_mode--teaser .node-footer, .components.component-view-ref .card-view_mode--teaser .term-footer, .components.component-view-ref .card-view_mode--teaser .card-footer, .components.component-view-ref .card-view_mode--card .node-footer, .components.component-view-ref .card-view_mode--card .term-footer, .components.component-view-ref .card-view_mode--card .card-footer {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2rem;
  background-color: transparent; }
  .components.component-view-ref .node-view_mode--default .node-footer .goto::after, .components.component-view-ref .node-view_mode--default .term-footer .goto::after, .components.component-view-ref .node-view_mode--default .card-footer .goto::after, .components.component-view-ref .node-view_mode--teaser .node-footer .goto::after, .components.component-view-ref .node-view_mode--teaser .term-footer .goto::after, .components.component-view-ref .node-view_mode--teaser .card-footer .goto::after, .components.component-view-ref .node-view_mode--card .node-footer .goto::after, .components.component-view-ref .node-view_mode--card .term-footer .goto::after, .components.component-view-ref .node-view_mode--card .card-footer .goto::after, .components.component-view-ref .term-view_mode--default .node-footer .goto::after, .components.component-view-ref .term-view_mode--default .term-footer .goto::after, .components.component-view-ref .term-view_mode--default .card-footer .goto::after, .components.component-view-ref .term-view_mode--teaser .node-footer .goto::after, .components.component-view-ref .term-view_mode--teaser .term-footer .goto::after, .components.component-view-ref .term-view_mode--teaser .card-footer .goto::after, .components.component-view-ref .term-view_mode--card .node-footer .goto::after, .components.component-view-ref .term-view_mode--card .term-footer .goto::after, .components.component-view-ref .term-view_mode--card .card-footer .goto::after, .components.component-view-ref .card-view_mode--default .node-footer .goto::after, .components.component-view-ref .card-view_mode--default .term-footer .goto::after, .components.component-view-ref .card-view_mode--default .card-footer .goto::after, .components.component-view-ref .card-view_mode--teaser .node-footer .goto::after, .components.component-view-ref .card-view_mode--teaser .term-footer .goto::after, .components.component-view-ref .card-view_mode--teaser .card-footer .goto::after, .components.component-view-ref .card-view_mode--card .node-footer .goto::after, .components.component-view-ref .card-view_mode--card .term-footer .goto::after, .components.component-view-ref .card-view_mode--card .card-footer .goto::after {
    content: "arrow_forward";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 1.125rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding-left: 0.5rem; }

.components.component-view-ref .node-view_mode--default:last-of-type .node-container::after, .components.component-view-ref .node-view_mode--default:last-of-type .term-container::after, .components.component-view-ref .node-view_mode--default:last-of-type .card-container::after, .components.component-view-ref .node-view_mode--teaser:last-of-type .node-container::after, .components.component-view-ref .node-view_mode--teaser:last-of-type .term-container::after, .components.component-view-ref .node-view_mode--teaser:last-of-type .card-container::after, .components.component-view-ref .node-view_mode--card:last-of-type .node-container::after, .components.component-view-ref .node-view_mode--card:last-of-type .term-container::after, .components.component-view-ref .node-view_mode--card:last-of-type .card-container::after, .components.component-view-ref .term-view_mode--default:last-of-type .node-container::after, .components.component-view-ref .term-view_mode--default:last-of-type .term-container::after, .components.component-view-ref .term-view_mode--default:last-of-type .card-container::after, .components.component-view-ref .term-view_mode--teaser:last-of-type .node-container::after, .components.component-view-ref .term-view_mode--teaser:last-of-type .term-container::after, .components.component-view-ref .term-view_mode--teaser:last-of-type .card-container::after, .components.component-view-ref .term-view_mode--card:last-of-type .node-container::after, .components.component-view-ref .term-view_mode--card:last-of-type .term-container::after, .components.component-view-ref .term-view_mode--card:last-of-type .card-container::after, .components.component-view-ref .card-view_mode--default:last-of-type .node-container::after, .components.component-view-ref .card-view_mode--default:last-of-type .term-container::after, .components.component-view-ref .card-view_mode--default:last-of-type .card-container::after, .components.component-view-ref .card-view_mode--teaser:last-of-type .node-container::after, .components.component-view-ref .card-view_mode--teaser:last-of-type .term-container::after, .components.component-view-ref .card-view_mode--teaser:last-of-type .card-container::after, .components.component-view-ref .card-view_mode--card:last-of-type .node-container::after, .components.component-view-ref .card-view_mode--card:last-of-type .term-container::after, .components.component-view-ref .card-view_mode--card:last-of-type .card-container::after {
  content: none; }

.components.component-view-ref .node-view_mode--teaser .node-headings .subtitle, .components.component-view-ref .term-view_mode--teaser .node-headings .subtitle, .components.component-view-ref .card-view_mode--teaser .node-headings .subtitle {
  font-size: 1.125rem;
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times; }

.components.component-socialbanner > .wrapper .component-row .component-col-content .body {
  margin-bottom: 1rem; }

.components.component-socialbanner > .wrapper .component-row .component-col-aside .social-links .field--name-field-social-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }

.components.component-socialbanner > .wrapper .component-row .component-col-aside .social-links .field__items .field__item {
  margin-left: 1rem; }
  .components.component-socialbanner > .wrapper .component-row .component-col-aside .social-links .field__items .field__item:first-child {
    margin-left: 0; }

@media (min-width: 1200px) {
  .components.component-socialbanner > .wrapper .component-row > * {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .components.component-socialbanner > .wrapper .component-row .component-col-content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .components.component-socialbanner > .wrapper .component-row .component-col-aside {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }

.components.component-socialbanner .title, .components.component-socialbanner .subtitle {
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-weight: 600; }

.components.component-socialbanner .title {
  font-size: 21px; }

.components.component-socialbanner .subtitle {
  font-size: 18px; }

@media (min-width: 1200px) {
  .components.component-socialbanner.layout-right > .wrapper .component-row .component-col-content {
    text-align: right; }
  .components.component-socialbanner.layout-right > .wrapper .component-row .social-links .field--name-field-social-links {
    justify-content: flex-start; }
  .components.component-socialbanner.layout-right > .wrapper .component-row .social-links .field__items .field__item {
    margin-left: 0;
    margin-right: 1rem; }
    .components.component-socialbanner.layout-right > .wrapper .component-row .social-links .field__items .field__item:last-child {
      margin-right: 0; } }

/** Modals */
.modal-content {
  background-color: #1f1d2c;
  color: #fff; }
  .modal-content a {
    color: #fff; }

.modal-header {
  border-color: #41414a; }
  .modal-header .close {
    color: #dc3545; }

.modal-body .social-sharing-buttons__button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 2rem 0 0; }
  .modal-body .social-sharing-buttons__button:last-child {
    margin-right: 0; }

.modal-footer {
  border-color: #41414a; }

.contact-message-user-action-form .close {
  float: none;
  opacity: 1;
  background-position: top center;
  background-image: none;
  background-color: transparent;
  color: #1f1d2c;
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  height: auto;
  width: auto;
  position: relative;
  top: auto;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  padding: 0;
  margin: 0 0 0 auto;
  text-align: center;
  text-shadow: none;
  text-indent: 0;
  -webkit-tap-highlight-color: rgba(31, 29, 44, 0); }
  .contact-message-user-action-form .close::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    content: "close";
    font-size: 2rem;
    color: #1f1d2c;
    background-color: transparent; }
  .contact-message-user-action-form .close:hover, .contact-message-user-action-form .close:focus, .contact-message-user-action-form .close:active {
    -webkit-tap-highlight-color: rgba(31, 29, 44, 0);
    outline: none;
    border: 0 none transparent;
    box-shadow: none; }
    .contact-message-user-action-form .close:hover::before, .contact-message-user-action-form .close:focus::before, .contact-message-user-action-form .close:active::before {
      color: #fff;
      background-color: #1f1d2c;
      opacity: 1 !important; }

.contact-message-user-action-form .modal-header {
  border-color: transparent; }

.contact-message-user-action-form .modal-content {
  background-color: transparent;
  border-color: transparent; }

.contact-message-user-action-form .modal-body {
  padding: 0; }

.block-local-tasks-block {
  background-color: #fff; }
  @media (min-width: 1200px) {
    .block-local-tasks-block {
      position: absolute;
      left: 0;
      z-index: 100; } }
  .block-local-tasks-block > .container {
    max-width: 100%; }
  .block-local-tasks-block .tabs {
    margin: 0; }
    .block-local-tasks-block .tabs ul.tabs {
      list-style: none;
      padding-left: 0;
      border-bottom: 0;
      display: flex;
      flex-wrap: wrap; }
      .block-local-tasks-block .tabs ul.tabs > li {
        display: flex;
        margin-right: 0;
        flex-direction: row; }
        .block-local-tasks-block .tabs ul.tabs > li a {
          display: block;
          padding: 0.5rem 2rem 0.5rem 0;
          text-decoration: none;
          border: none;
          border-bottom-width: 0;
          border-radius: 0;
          font-size: 1rem;
          color: #41414a; }
          .block-local-tasks-block .tabs ul.tabs > li a.is-active {
            background-color: transparent;
            color: #1f1d2c;
            border-color: transparent;
            text-decoration: underline; }
          .block-local-tasks-block .tabs ul.tabs > li a:focus, .block-local-tasks-block .tabs ul.tabs > li a:hover {
            text-decoration: underline; }
    .block-local-tasks-block .tabs [dir="rtl"] > li {
      margin-right: 0;
      margin-left: 0.3em; }

.block#block-sitebranding .site-logo {
  display: block; }
  .block#block-sitebranding .site-logo > img {
    width: 6.5rem; }
    @media (min-width: 1200px) {
      .block#block-sitebranding .site-logo > img {
        width: 6.5rem; } }

#HeaderNavbar.navbar {
  padding: 0;
  height: calc(8.5rem - 1px);
  transition: height 0.35s ease; }
  @media (max-width: 1199.98px) {
    #HeaderNavbar.navbar {
      height: 4.5rem;
      flex-wrap: wrap; } }
  #HeaderNavbar.navbar.scroll {
    height: 4.5rem; }
    @media (min-width: 1200px) {
      #HeaderNavbar.navbar.scroll .navbar-nav .nav-item .nav-link, #HeaderNavbar.navbar.scroll .navbar-nav .nav-item .language-link {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    #HeaderNavbar.navbar.scroll .navbar-nav .nav-item .dropdown-menu {
      top: 4.5rem; }
  #HeaderNavbar.navbar .block-system-branding-block {
    padding: 15px 0; }
    #HeaderNavbar.navbar .block-system-branding-block a.site-logo > img {
      transition: all 0.2s ease-in-out;
      min-width: 200px; }
      @media (max-width: 1199.98px) {
        #HeaderNavbar.navbar .block-system-branding-block a.site-logo > img {
          width: 200px; } }
  #HeaderNavbar.navbar .navbar-collapse.collapse:not(.show) {
    display: none; }
  #HeaderNavbar.navbar .navbar-toggler {
    font-size: 1rem; }
    #HeaderNavbar.navbar .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath fill='%23fff' fill-rule='nonzero' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3e%3c/svg%3e"); }
    #HeaderNavbar.navbar .navbar-toggler.collapsed .navbar-toggler {
      margin: auto -0.8rem; }
      #HeaderNavbar.navbar .navbar-toggler.collapsed .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath fill='%23fff' fill-rule='nonzero' d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    #HeaderNavbar.navbar .navbar-container nav.navigation#block-mainnavigation > ul.navbar-nav .nav-link .link-label {
      font-weight: 600;
      white-space: nowrap; }
    #HeaderNavbar.navbar .navbar-container nav.navigation#block-mainnavigation > ul.navbar-nav > .nav-link {
      padding: 3.5rem 0; } }
  @media (max-width: 1199.98px) {
    #HeaderNavbar.navbar .navbar-container nav.navigation {
      padding: 0 1.5rem;
      margin-bottom: 1rem; }
      #HeaderNavbar.navbar .navbar-container nav.navigation > ul.navbar-nav {
        border-bottom: 1px solid #41414a; }
        #HeaderNavbar.navbar .navbar-container nav.navigation > ul.navbar-nav > .nav-item > .nav-link .link-label {
          font-weight: 600; } }
  #HeaderNavbar.navbar .navbar-nav .nav-item {
    color: #1f1d2c; }
    #HeaderNavbar.navbar .navbar-nav .nav-item:hover, #HeaderNavbar.navbar .navbar-nav .nav-item:focus, #HeaderNavbar.navbar .navbar-nav .nav-item:active {
      color: #1f1d2c; }
    @media (min-width: 1200px) {
      #HeaderNavbar.navbar .navbar-nav .nav-item {
        padding: 0; }
        #HeaderNavbar.navbar .navbar-nav .nav-item .nav-link, #HeaderNavbar.navbar .navbar-nav .nav-item .language-link {
          padding: 3.5rem 0.5rem; } }
    #HeaderNavbar.navbar .navbar-nav .nav-item .nav-link {
      font-size: 1.125rem; }
    #HeaderNavbar.navbar .navbar-nav .nav-item .language-link {
      font-size: 1rem;
      display: block;
      text-transform: uppercase; }
      #HeaderNavbar.navbar .navbar-nav .nav-item .language-link.is-active {
        text-decoration: underline;
        color: #1f1d2c; }
    #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown.show:hover, #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown.show:focus, #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown.show:active {
      color: #1f1d2c; }
      @media (min-width: 1200px) {
        #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown.show:hover, #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown.show:focus, #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown.show:active {
          border-bottom-color: #1f1d2c; } }
    #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu {
      position: static;
      float: none;
      padding: 0;
      background-color: inherit;
      color: inherit; }
      @media (min-width: 1200px) {
        #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu {
          position: absolute;
          background-color: transparent;
          top: 8.5rem;
          padding-top: 1.5rem;
          min-width: auto;
          overflow: hidden; } }
      #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
        background-color: inherit; }
        #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
          background-color: transparent; }
          #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover, #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:focus {
            color: #1f1d2c; }
          @media (min-width: 1200px) {
            #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
              white-space: nowrap;
              padding: 0.5rem 0; } }
          @media (max-width: 1199.98px) {
            #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
              color: #3e332d; } }
    #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-toggle {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-direction: row;
      background-color: inherit;
      text-decoration: none; }
      #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-toggle::after {
        content: none; }
      #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-toggle.link-icon {
        background-color: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem 1rem; }
        #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-toggle.link-icon:before {
          content: "expand_more";
          font-family: "Material Icons";
          font-weight: normal;
          font-style: normal;
          font-size: 24px;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          /* Support for all WebKit browsers. */
          -webkit-font-smoothing: antialiased;
          /* Support for Safari and Chrome. */
          text-rendering: optimizeLegibility;
          /* Support for Firefox. */
          -moz-osx-font-smoothing: grayscale;
          /* Support for IE. */
          font-feature-settings: 'liga';
          font-size: 1.125rem;
          font-weight: 600; }
        #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-toggle.link-icon.rotate:before {
          content: "expand_less"; }
        @media (min-width: 1200px) {
          #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-toggle.link-icon {
            display: none; } }
      #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-toggle .link-label {
        flex: 1;
        display: flex;
        align-items: center;
        background-color: inherit; }
    @media (max-width: 1199.98px) {
      #HeaderNavbar.navbar .navbar-nav .nav-item {
        display: flex;
        flex-wrap: wrap; }
        #HeaderNavbar.navbar .navbar-nav .nav-item a.nav-link {
          flex-grow: 1; }
        #HeaderNavbar.navbar .navbar-nav .nav-item .link-icon {
          padding: 0 1rem; }
        #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu {
          flex-basis: 100%; } }
  #HeaderNavbar.navbar .navbar-nav .nav-link {
    display: block;
    padding: 0;
    text-decoration: none;
    color: inherit; }
    #HeaderNavbar.navbar .navbar-nav .nav-link:hover, #HeaderNavbar.navbar .navbar-nav .nav-link:focus {
      text-decoration: none; }
    #HeaderNavbar.navbar .navbar-nav .nav-link .link-label {
      white-space: nowrap; }
    @media (max-width: 1199.98px) {
      #HeaderNavbar.navbar .navbar-nav .nav-link .link-label {
        padding: 1rem 0;
        display: inline-block; } }

#HeaderNavbar #CollapseNavBars {
  background-color: transparent;
  display: block; }
  #HeaderNavbar #CollapseNavBars > .wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
  @media (max-width: 1199.98px) {
    #HeaderNavbar #CollapseNavBars {
      background-color: #fff;
      height: calc(100vh - 4.5rem);
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      overflow-y: auto; }
      #HeaderNavbar #CollapseNavBars > .wrapper {
        flex-direction: column-reverse; } }
  #HeaderNavbar #CollapseNavBars.collapse:not(.show) {
    display: none; }

#HeaderNavbar #ContentNavBar {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 1200px) {
    #HeaderNavbar #ContentNavBar {
      flex-grow: 1;
      flex-direction: row;
      justify-content: flex-end;
      width: auto;
      padding: 0 1rem; } }
  @media (min-width: 1200px) {
    #HeaderNavbar #ContentNavBar .block-menu {
      flex-grow: 1;
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 1200px) {
    #HeaderNavbar #ContentNavBar .block-menu > .navbar-nav {
      flex-grow: 1;
      display: flex;
      justify-content: flex-end; } }
  @media (min-width: 1200px) {
    #HeaderNavbar #ContentNavBar .block-menu > .navbar-nav > .nav-item {
      display: flex;
      align-items: center;
      position: relative;
      border-bottom: 1px solid transparent;
      margin-left: 1rem;
      margin-right: 1rem; }
      #HeaderNavbar #ContentNavBar .block-menu > .navbar-nav > .nav-item:hover, #HeaderNavbar #ContentNavBar .block-menu > .navbar-nav > .nav-item:focus {
        color: #1f1d2c;
        border-bottom-color: #1f1d2c; } }
  #HeaderNavbar #ContentNavBar .block-menu.menu--main, #HeaderNavbar #ContentNavBar .block-menu.menu--corporate {
    background-color: inherit; }
  #HeaderNavbar #ContentNavBar .block-menu.menu--main {
    flex: 1 1 auto; }
  #HeaderNavbar #ContentNavBar .block-menu.menu--corporate {
    flex: 0 1 auto; }

#HeaderNavbar #ToolsNavBar {
  display: flex;
  flex-direction: row; }
  @media (min-width: 1200px) {
    #HeaderNavbar #ToolsNavBar {
      flex-direction: row-reverse; } }
  @media (max-width: 1199.98px) {
    #HeaderNavbar #ToolsNavBar {
      width: 100%; }
      #HeaderNavbar #ToolsNavBar .block-language {
        display: flex;
        flex-grow: 1;
        background-color: transparent; }
        #HeaderNavbar #ToolsNavBar .block-language .navbar-nav {
          flex: 1;
          display: flex; }
          #HeaderNavbar #ToolsNavBar .block-language .navbar-nav.links {
            flex-direction: row;
            border: 0 none transparent;
            box-shadow: none;
            padding: 0;
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #1f1d2c;
            font-size: 0.85rem;
            font-weight: 200;
            width: 4.5rem; } }
        @media (max-width: 1199.98px) and (min-width: 1200px) {
          #HeaderNavbar #ToolsNavBar .block-language .navbar-nav.links {
            width: 3.5rem;
            background-color: transparent; } }
  @media (max-width: 1199.98px) {
            #HeaderNavbar #ToolsNavBar .block-language .navbar-nav.links:hover, #HeaderNavbar #ToolsNavBar .block-language .navbar-nav.links:focus {
              color: #1f1d2c; }
            #HeaderNavbar #ToolsNavBar .block-language .navbar-nav.links::after {
              content: none; }
          #HeaderNavbar #ToolsNavBar .block-language .navbar-nav .nav-item {
            flex-grow: 1; }
            #HeaderNavbar #ToolsNavBar .block-language .navbar-nav .nav-item .language-link {
              border: 0 none transparent;
              background-color: transparent;
              padding: 1rem 0;
              flex: 1;
              display: flex;
              justify-content: space-around; }
              #HeaderNavbar #ToolsNavBar .block-language .navbar-nav .nav-item .language-link:hover {
                background-color: #e5e5e5;
                border: 0 none transparent; } }
  #HeaderNavbar #ToolsNavBar .block-dropdown-language {
    display: flex;
    flex: 0 0 auto;
    background-color: transparent; }
    #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropdown {
      flex: 1;
      display: flex; }
      #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropdown-toggle {
        background-color: #1d1d20;
        border: 0 none transparent;
        box-shadow: none;
        padding: 0;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 0.85rem;
        font-weight: 200;
        width: 4.5rem; }
        @media (min-width: 1200px) {
          #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropdown-toggle {
            width: 3.5rem;
            background-color: transparent; } }
        #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropdown-toggle:hover, #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropdown-toggle:focus {
          color: #1f1d2c; }
        #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropdown-toggle::after {
          content: none; }
    #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-toggle {
      display: none; }
    #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-widget {
      border: 0 none transparent;
      background-color: transparent;
      padding-right: 0;
      flex: 1;
      display: flex; }
      #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-widget:hover {
        border: 0 none transparent; }
    #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-action > * {
      padding: 0;
      white-space: nowrap; }
    #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton .secondary-action {
      border: 0 none transparent; }
    #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple {
      display: flex;
      background-color: transparent;
      flex: 1; }
      #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton {
        background-color: transparent;
        min-width: 100%;
        border: 0 none transparent;
        flex: 1;
        display: none; }
        #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton.show {
          display: flex; }
        #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropdown {
          flex: 1; }
          #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropdown-menu {
            top: 8.5rem; }
        #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action {
          display: none; }
          #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action > * {
            margin-right: 0;
            /* text-align: center; */
            display: flex;
            flex: 1;
            justify-content: center;
            align-items: center;
            height: 100%; }
          #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action.secondary-action {
            font-size: 1rem;
            display: flex !important;
            padding: 0;
            width: 100%;
            white-space: normal;
            color: #fff;
            background-color: #1f1d2c;
            flex: 1;
            flex-basis: 3.5rem;
            height: 3.5rem;
            text-align: center;
            justify-content: center;
            align-items: center; }
            #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action.secondary-action:hover, #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action.secondary-action:focus {
              color: #fff;
              background-color: #1f1d2c;
              text-decoration: none; }
            @media (max-width: 1199.98px) {
              #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action.secondary-action {
                height: 4.5rem; } }
            #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action.secondary-action a {
              color: inherit;
              background-color: inherit; }
              #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action.secondary-action a:hover, #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action.secondary-action a:focus {
                color: inherit;
                background-color: inherit;
                text-decoration: none; }
  #HeaderNavbar #ToolsNavBar .block-language .navbar-nav .nav-item {
    position: relative; }
    #HeaderNavbar #ToolsNavBar .block-language .navbar-nav .nav-item:after {
      content: '';
      border-right: 1px solid #636363;
      position: absolute;
      right: 0;
      top: 50%;
      height: 1.2rem;
      transform: translateY(-50%);
      opacity: .2; }
    #HeaderNavbar #ToolsNavBar .block-language .navbar-nav .nav-item:last-child:after {
      display: none; }
  #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler .search-toggler {
    background-color: transparent;
    border: 0 none;
    text-transform: uppercase;
    outline: none;
    width: 8.5rem;
    height: 8.5rem;
    color: #1f1d2c;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.5;
    z-index: auto;
    display: none; }
    #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler .search-toggler:hover {
      background-color: #1f1d2c;
      color: #1f1d2c; }
    @media (min-width: 1200px) {
      #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler .search-toggler {
        display: block; } }
    #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler .search-toggler .-icon-open {
      display: block;
      transform: scaleX(-1); }
    #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler .search-toggler .-icon-close {
      display: none; }
  #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler.show {
    z-index: 1; }
    #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler.show .search-toggler .-icon-open {
      display: none; }
    #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler.show .search-toggler .-icon-close {
      display: block; }
  @media (min-width: 1200px) {
    #HeaderNavbar #ToolsNavBar .block-block-content#block-seachfrom_mobile {
      display: none; } }
  #HeaderNavbar #ToolsNavBar button.searchform-toggler {
    background-color: transparent;
    border: 0 none;
    text-transform: uppercase;
    outline: none !important;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    margin: auto;
    color: #1f1d2c;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.5;
    z-index: auto;
    display: none; }
    #HeaderNavbar #ToolsNavBar button.searchform-toggler:hover {
      background-color: #1f1d2c;
      color: #1f1d2c; }
    @media (min-width: 1200px) {
      #HeaderNavbar #ToolsNavBar button.searchform-toggler {
        display: block; } }
    #HeaderNavbar #ToolsNavBar button.searchform-toggler .icon-open {
      display: none; }
    #HeaderNavbar #ToolsNavBar button.searchform-toggler .icon-close {
      display: block; }
    #HeaderNavbar #ToolsNavBar button.searchform-toggler.collapsed .icon-open {
      display: block; }
    #HeaderNavbar #ToolsNavBar button.searchform-toggler.collapsed .icon-close {
      display: none; }
    @media (max-width: 1199.98px) {
      #HeaderNavbar #ToolsNavBar button.searchform-toggler {
        display: none; } }

.menu.social-channels {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .menu.social-channels {
      justify-content: space-between; } }
  .menu.social-channels .menu-item {
    padding: 0 1rem 0 0; }
    @media (max-width: 767.98px) {
      .menu.social-channels .menu-item {
        margin-bottom: 1rem; } }
    @media (min-width: 1200px) {
      .menu.social-channels .menu-item {
        padding: 0;
        margin-left: 1rem; } }

.social-icon {
  display: block;
  height: 60px;
  width: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .8; }
  .social-icon.icon-behance {
    background-image: url("../images/social/behance.svg"); }
  .social-icon.icon-facebook {
    background-image: url("../images/social/facebook.svg"); }
  .social-icon.icon-github {
    background-image: url("../images/social/github.svg"); }
  .social-icon.icon-instagram {
    background-image: url("../images/social/instagram.svg"); }
  .social-icon.icon-linkedin {
    background-image: url("../images/social/linkedin.svg"); }
  .social-icon.icon-pinterest {
    background-image: url("../images/social/pinterest.svg"); }
  .social-icon.icon-rss-feed {
    background-image: url("../images/social/rss-feed.svg"); }
  .social-icon.icon-share {
    background-image: url("../images/social/share.svg"); }
  .social-icon.icon-snapchat {
    background-image: url("../images/social/snapchat.svg"); }
  .social-icon.icon-twitter {
    background-image: url("../images/social/twitter.svg"); }
  .social-icon.icon-vimeo {
    background-image: url("../images/social/vimeo.svg"); }
  .social-icon.icon-wineplatform {
    background-image: url("../images/social/wineplatform.svg"); }
  .social-icon.icon-youtube {
    background-image: url("../images/social/youtube.svg"); }
  .social-icon:hover {
    opacity: 1; }

.region-breadcrumbs {
  padding: .8rem 0;
  display: none;
  background-color: #1d1d20; }

nav.breadcrumb-container ol.breadcrumb-group {
  margin: 0;
  padding-left: 0;
  display: flex;
  list-style: none; }
  nav.breadcrumb-container ol.breadcrumb-group li.breadcrumb-item {
    margin: auto 0;
    font-size: .8rem;
    line-height: 1.5rem;
    color: #7b7b84; }
    nav.breadcrumb-container ol.breadcrumb-group li.breadcrumb-item a {
      color: #fff; }
      nav.breadcrumb-container ol.breadcrumb-group li.breadcrumb-item a .material-icons {
        display: block;
        margin: auto 0;
        font-size: 1.3rem; }
      nav.breadcrumb-container ol.breadcrumb-group li.breadcrumb-item a.link-item-0:hover {
        text-decoration: none; }
    nav.breadcrumb-container ol.breadcrumb-group li.breadcrumb-item + .breadcrumb-item {
      padding-left: 1rem; }
      nav.breadcrumb-container ol.breadcrumb-group li.breadcrumb-item + .breadcrumb-item:before {
        padding-right: 1rem;
        content: 'chevron_right';
        font-family: "Material Icons";
        color: #fff; }

html {
  scroll-behavior: smooth; }

body {
  background-color: #1f1d2c;
  color: #fff; }

.region.theme-dark {
  background-color: #1f1d2c;
  color: #fff; }
  .region.theme-dark a {
    color: #fff; }
    .region.theme-dark a:hover, .region.theme-dark a:focus, .region.theme-dark a:active {
      color: #1f1d2c; }
  .region.theme-dark .muted {
    color: #707070; }

.region.theme-dark-magenta {
  background-color: #1f1d2c;
  color: #fff; }
  .region.theme-dark-magenta a {
    color: #e21d76; }
    .region.theme-dark-magenta a:hover, .region.theme-dark-magenta a:focus, .region.theme-dark-magenta a:active {
      color: #fff; }
  .region.theme-dark-magenta .muted {
    color: #707070; }

.region.theme-dark-orange {
  background-color: #1f1d2c;
  color: #fff; }
  .region.theme-dark-orange a {
    color: #f29124; }
    .region.theme-dark-orange a:hover, .region.theme-dark-orange a:focus, .region.theme-dark-orange a:active {
      color: #fff; }
  .region.theme-dark-orange .muted {
    color: #707070; }

.region.theme-dark-green {
  background-color: #1f1d2c;
  color: #fff; }
  .region.theme-dark-green a {
    color: #56b56c; }
    .region.theme-dark-green a:hover, .region.theme-dark-green a:focus, .region.theme-dark-green a:active {
      color: #fff; }
  .region.theme-dark-green .muted {
    color: #707070; }

.region.theme-dark-blue {
  background-color: #1f1d2c;
  color: #fff; }
  .region.theme-dark-blue a {
    color: #5363ab; }
    .region.theme-dark-blue a:hover, .region.theme-dark-blue a:focus, .region.theme-dark-blue a:active {
      color: #fff; }
  .region.theme-dark-blue .muted {
    color: #707070; }

.region.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light {
  background-color: #fafafa;
  color: #1f1d2c; }
  .region.theme-mid a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a {
    color: #1f1d2c; }
    .region.theme-mid a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:hover, .region.theme-mid a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:focus, .region.theme-mid a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:active {
      color: #fff; }
  .region.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light .muted {
    color: #707070; }

.region.theme-mid-magenta {
  background-color: #fafafa;
  color: #1f1d2c; }
  .region.theme-mid-magenta a {
    color: #e21d76; }
    .region.theme-mid-magenta a:hover, .region.theme-mid-magenta a:focus, .region.theme-mid-magenta a:active {
      color: #fff; }
  .region.theme-mid-magenta .muted {
    color: #707070; }

.region.theme-mid-orange {
  background-color: #fafafa;
  color: #1f1d2c; }
  .region.theme-mid-orange a {
    color: #f29124; }
    .region.theme-mid-orange a:hover, .region.theme-mid-orange a:focus, .region.theme-mid-orange a:active {
      color: #fff; }
  .region.theme-mid-orange .muted {
    color: #707070; }

.region.theme-mid-green {
  background-color: #fafafa;
  color: #1f1d2c; }
  .region.theme-mid-green a {
    color: #56b56c; }
    .region.theme-mid-green a:hover, .region.theme-mid-green a:focus, .region.theme-mid-green a:active {
      color: #fff; }
  .region.theme-mid-green .muted {
    color: #707070; }

.region.theme-mid-blue {
  background-color: #fafafa;
  color: #1f1d2c; }
  .region.theme-mid-blue a {
    color: #5363ab; }
    .region.theme-mid-blue a:hover, .region.theme-mid-blue a:focus, .region.theme-mid-blue a:active {
      color: #fff; }
  .region.theme-mid-blue .muted {
    color: #707070; }

.region.theme-light {
  background-color: #fff;
  color: #1f1d2c; }
  .region.theme-light a {
    color: #1f1d2c; }
    .region.theme-light a:hover, .region.theme-light a:focus, .region.theme-light a:active {
      color: #fff; }
  .region.theme-light .muted {
    color: #707070; }

.region.theme-light-magenta {
  background-color: #fff;
  color: #1f1d2c; }
  .region.theme-light-magenta a {
    color: #e21d76; }
    .region.theme-light-magenta a:hover, .region.theme-light-magenta a:focus, .region.theme-light-magenta a:active {
      color: #fff; }
  .region.theme-light-magenta .muted {
    color: #707070; }

.region.theme-light-orange {
  background-color: #fff;
  color: #1f1d2c; }
  .region.theme-light-orange a {
    color: #f29124; }
    .region.theme-light-orange a:hover, .region.theme-light-orange a:focus, .region.theme-light-orange a:active {
      color: #fff; }
  .region.theme-light-orange .muted {
    color: #707070; }

.region.theme-light-green {
  background-color: #fff;
  color: #1f1d2c; }
  .region.theme-light-green a {
    color: #56b56c; }
    .region.theme-light-green a:hover, .region.theme-light-green a:focus, .region.theme-light-green a:active {
      color: #fff; }
  .region.theme-light-green .muted {
    color: #707070; }

.region.theme-light-blue {
  background-color: #fff;
  color: #1f1d2c; }
  .region.theme-light-blue a {
    color: #5363ab; }
    .region.theme-light-blue a:hover, .region.theme-light-blue a:focus, .region.theme-light-blue a:active {
      color: #fff; }
  .region.theme-light-blue .muted {
    color: #707070; }

body.maintenance-page header {
  margin: 1rem 0; }
  body.maintenance-page header > a > img {
    max-width: 9rem; }
  body.maintenance-page header .name-and-slogan {
    display: none; }

body.maintenance-page a {
  color: #fff;
  text-decoration: underline; }

body.maintenance-page main {
  top: 0; }
  body.maintenance-page main > .progress {
    height: auto;
    display: block;
    line-height: inherit;
    padding: 1rem;
    background-color: transparent;
    overflow: auto; }

.region-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.95); }
  .region-header::before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: 0;
    top: 8.5rem;
    left: 0;
    right: 0;
    background-color: #1d1d20;
    transition: all 0.2s ease-in-out;
    z-index: -1; }
  .region-header:hover {
    background-color: #fff; }
  .region-header:before {
    background-color: #fff; }
  .region-header.show-bg {
    box-shadow: 0 0 10px #0d0d0d; }
  .region-header.show-bg, .region-header.show-backlayer {
    background-color: #fff; }
  .region-header.show-backlayer::before {
    height: calc(100vh); }
    @media (min-width: 992px) {
      .region-header.show-backlayer::before {
        height: calc(50vh); } }
  .region-header > .container-fluid > .row, .region-header > .container-sm > .row, .region-header > .container-md > .row, .region-header > .container-lg > .row, .region-header > .container-xl > .row, .region-header > .container-xxl > .row, .region-header > .container-xxxl > .row {
    margin: 0 auto; }
  .region-header.scroll::before {
    top: calc(4.5rem + 1px); }

body.gin--horizontal-toolbar .region-header {
  top: 54px; }
  @media (max-width: 991.98px) {
    body.gin--horizontal-toolbar .region-header {
      top: 39px; } }
  @media (max-width: 991.98px) {
    body.gin--horizontal-toolbar .region-header {
      top: 39px; } }

body.gin--horizontal-toolbar main #SearchForm {
  top: 54px; }
  @media (max-width: 991.98px) {
    body.gin--horizontal-toolbar main #SearchForm {
      top: 39px; } }
  @media (max-width: 991.98px) {
    body.gin--horizontal-toolbar main #SearchForm {
      top: 39px; } }

.region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
  height: calc(100vh - 3.3rem);
  padding: 6rem 0; }
  .region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch form .form--inline, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch form .form--inline {
    border-bottom: 1px solid #7b7b84; }
    .region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch form .form--inline:hover, .region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch form .form--inline:focus, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch form .form--inline:hover, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch form .form--inline:focus {
      border-bottom-color: #fff; }
  .region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile {
    flex: 1 0 auto; }
    .region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile form .form--inline, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile form .form--inline {
      background-color: #000; }
    .region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile form .form-type-textfield input.form-text, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile form .form-type-textfield input.form-text {
      padding-left: 1.5rem; }
    @media (min-width: 1200px) {
      .region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile {
        display: none; } }

main #SearchForm {
  position: fixed;
  z-index: 5;
  padding-top: 0;
  bottom: 0;
  width: 100%;
  top: 8.5rem; }
  main #SearchForm.scroll {
    top: 4.5rem; }

.region-facets .search-advanced-toggler {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .region-facets .search-advanced-toggler .btn, .region-facets .search-advanced-toggler .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part .region-facets .search-advanced-toggler #edit-submit {
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600; }
    .region-facets .search-advanced-toggler .btn > span .material-icons, .region-facets .search-advanced-toggler .path-user #auth_box #middle_part #edit-submit > span .material-icons, .path-user #auth_box #middle_part .region-facets .search-advanced-toggler #edit-submit > span .material-icons {
      font-size: 0.875rem;
      vertical-align: baseline; }
    .region-facets .search-advanced-toggler .btn:hover, .region-facets .search-advanced-toggler .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part .region-facets .search-advanced-toggler #edit-submit:hover, .region-facets .search-advanced-toggler .btn:focus, .region-facets .search-advanced-toggler .path-user #auth_box #middle_part #edit-submit:focus, .path-user #auth_box #middle_part .region-facets .search-advanced-toggler #edit-submit:focus, .region-facets .search-advanced-toggler .btn:active, .region-facets .search-advanced-toggler .path-user #auth_box #middle_part #edit-submit:active, .path-user #auth_box #middle_part .region-facets .search-advanced-toggler #edit-submit:active {
      text-decoration: none; }

.region-facets .search-advanced-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }
  .region-facets .search-advanced-content .facets-group {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .region-facets .search-advanced-content .facets-group-primary h3 {
      font-size: 1.125rem;
      margin-bottom: 0; }
    .region-facets .search-advanced-content .facets-group-actions .btn, .region-facets .search-advanced-content .facets-group-actions .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part .region-facets .search-advanced-content .facets-group-actions #edit-submit {
      padding: 0.875rem 1.25rem;
      font-size: 0.875rem;
      text-transform: uppercase; }

.region-facets.theme-light .search-advanced-content {
  border-color: #1f1d2c; }

.region-footer .wrapper {
  background-color: transparent;
  color: inherit;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }

.region-footer .nav {
  flex-direction: column; }
  .region-footer .nav-link {
    padding: 0;
    color: inherit;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: normal; }
    .region-footer .nav-link:hover, .region-footer .nav-link:focus {
      text-decoration: underline; }

.region-footer #block-smarg-cws-sitebranding-footer, .region-footer #block-smarg-cws-colophon, .region-footer #block-smarg-cws-privacylinks, .region-footer #block-smarg-cws-footer, .region-footer #block-smarg-cws-mainnavigation-footer, .region-footer #block-smarg-cws-corporate-footer, .region-footer #block-smarg-cws-socialchannels {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.5rem; }

@media (min-width: 1200px) {
  .region-footer #block-smarg-cws-sitebranding-footer, .region-footer #block-smarg-cws-colophon, .region-footer #block-smarg-cws-footer, .region-footer #block-smarg-cws-mainnavigation-footer, .region-footer #block-smarg-cws-corporate-footer {
    flex: 0 0 50%;
    max-width: 50%; } }

.region-footer #block-smarg-cws-sitebranding-footer {
  margin: 2rem 0;
  font-size: 1.5rem;
  line-height: 1.5; }

.region-footer #block-smarg-cws-footer .navbar-nav {
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 6rem; }
  @media (max-width: 1439.98px) {
    .region-footer #block-smarg-cws-footer .navbar-nav {
      max-height: unset; } }

.region-footer #block-smarg-cws-footer .nav-link {
  padding: 1rem 0 0; }
  .region-footer #block-smarg-cws-footer .nav-link:hover, .region-footer #block-smarg-cws-footer .nav-link:focus {
    color: #e5e5e5;
    text-decoration: none; }

.region-footer #block-smarg-cws-colophon {
  font-size: 0.75rem;
  line-height: 1.8; }
  .region-footer #block-smarg-cws-colophon p:last-child {
    margin-bottom: 0; }

.region-footer #block-smarg-cws-privacylinks {
  color: #bbbbbc;
  padding-bottom: 2rem; }
  @media (min-width: 1200px) {
    .region-footer #block-smarg-cws-privacylinks {
      order: 3;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
      display: flex;
      align-items: center;
      padding-bottom: 0; } }
  .region-footer #block-smarg-cws-privacylinks .nav-link {
    padding: 0.75rem 0;
    font-size: 0.75rem;
    color: #bbbbbc;
    text-decoration: underline; }
    .region-footer #block-smarg-cws-privacylinks .nav-link:hover, .region-footer #block-smarg-cws-privacylinks .nav-link:focus {
      color: #e5e5e5; }
  @media (min-width: 1200px) {
    .region-footer #block-smarg-cws-privacylinks .nav {
      flex-direction: row;
      justify-content: space-between;
      flex: 0 0 50%; } }

@media (min-width: 1200px) {
  .region-footer #block-smarg-cws-socialchannels {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 4;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; } }

.region-footer #block-smarg-cws-socialchannels h6 {
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 1200px) {
    .region-footer #block-smarg-cws-socialchannels h6 {
      margin: 0; } }

.region.region-content {
  position: relative; }

.region-help {
  position: absolute;
  right: 0;
  z-index: 2;
  background-color: transparent;
  max-height: 50vh;
  max-width: 50vw;
  overflow-y: auto; }
  .region-help .message {
    padding: 0.5rem 0; }

.region-hidden {
  display: none !important; }

/** ¶ terms  **/
.term {
  /* theming */ }
  .term a:hover, .term a:focus, .term a:active {
    outline: transparent none 0; }
  .term-wrapper {
    width: 100%; }
  .term-container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .term-container {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .term-container {
        max-width: 100%; } }
    @media (min-width: 992px) {
      .term-container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .term-container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .term-container {
        max-width: 1400px; } }
    @media (min-width: 2440px) {
      .term-container {
        max-width: 2400px; } }
    .term-container-fluid {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      overflow: hidden; }
  .term-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
  .term-col-content {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .term-headings, .term-body, .term-image, .term-footer {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .term-headings {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 5rem; }
    @media (min-width: 1200px) {
      .term-headings {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 16.6666666667%; } }
    .term-headings .title {
      text-align: center;
      margin-bottom: 1rem;
      color: #fff; }
      @media (min-width: 1200px) {
        .term-headings .title {
          margin-bottom: 1.5rem; } }
      .term-headings .title .term-link {
        color: #fff;
        display: block;
        text-align: left; }
        .term-headings .title .term-link:hover, .term-headings .title .term-link:focus, .term-headings .title .term-link:active {
          color: rgba(255, 255, 255, 0.5);
          text-decoration: none; }
          .term-headings .title .term-link:hover.term-term::after, .term-headings .title .term-link:focus.term-term::after, .term-headings .title .term-link:active.term-term::after {
            content: none; }
    .term-headings .subtitle {
      text-align: center; }
    .term-headings .summary {
      text-align: center;
      margin-bottom: 2rem; }
      @media (min-width: 1200px) {
        .term-headings .summary {
          margin-bottom: 1.5rem; } }
    .term-headings .taglist {
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      .term-headings .taglist .goto-term {
        background-color: #fff;
        color: #1f1d2c;
        font-weight: 200; }
        .term-headings .taglist .goto-term::before {
          content: "# "; }
        .term-headings .taglist .goto-term:hover {
          color: #fff;
          background-color: #1f1d2c !important; }
  .term-cta {
    display: flex; }
    .term-cta .term-link .text-label {
      display: flex; }
    .term-cta .term-link.goto-term {
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase; }
      .term-cta .term-link.goto-term .text-label::after {
        content: "arrow_forward";
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        font-size: 1.125rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        line-height: 1.5;
        padding-left: 0.5rem; }
  .term-label {
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.16;
    letter-spacing: 1px;
    color: unset;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .term--type-article, .term--type-clientstory {
    background-color: #1f1d2c; }
    .term--type-article .term-container, .term--type-clientstory .term-container {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    .term--type-article .term-headings, .term--type-clientstory .term-headings {
      min-height: 0;
      display: block; }
      .term--type-article .term-headings .title, .term--type-clientstory .term-headings .title {
        text-align: center;
        margin-bottom: 2rem; }
      .term--type-article .term-headings .subtitle, .term--type-clientstory .term-headings .subtitle {
        font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
        font-size: 1.125rem;
        font-weight: 200;
        line-height: 1.5;
        margin-bottom: 2rem;
        text-align: center; }
    .term--type-article .term-image, .term--type-clientstory .term-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .term--type-article .term-image, .term--type-clientstory .term-image {
          margin-bottom: 5rem; } }
      .term--type-article .term-image img, .term--type-clientstory .term-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .term--type-article .term-body, .term--type-clientstory .term-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .term--type-article .term-body, .term--type-clientstory .term-body {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%; } }
  .term--type-page {
    background-color: #1f1d2c; }
    .term--type-page .term-slider-container {
      position: relative; }
      .term--type-page .term-slider-container .scroller {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: transparent;
        padding: 2rem 3rem; }
        @media (max-width: 991.98px) {
          .term--type-page .term-slider-container .scroller {
            padding: 3rem 0; } }
        .term--type-page .term-slider-container .scroller .row .col {
          text-align: center; }
      .term--type-page .term-slider-container .full-page-slider.owl-loaded {
        padding-bottom: 0; }
        .term--type-page .term-slider-container .full-page-slider.owl-loaded .owl-stage-outer {
          overflow: hidden; }
        .term--type-page .term-slider-container .full-page-slider.owl-loaded .owl-dots {
          top: 20vh;
          left: 1.5rem;
          bottom: auto;
          width: calc(100% - 3rem);
          justify-content: flex-start;
          padding-bottom: 0; }
        .term--type-page .term-slider-container .full-page-slider.owl-loaded .item {
          overflow: hidden; }
          .term--type-page .term-slider-container .full-page-slider.owl-loaded .item .term {
            width: 100vw;
            height: calc(100vh - 5.5rem); }
    .term--type-page .term-type {
      text-align: center;
      font-size: 0.625rem;
      color: #bbbbbc;
      margin-bottom: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1.16;
      letter-spacing: 1px; }
    .term--type-page .term-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .term--type-page .term-image {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%;
          margin-bottom: 5rem; } }
      .term--type-page .term-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .term--type-page .term-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .term--type-page .term-body {
          flex: 0 0 66.6666666667%;
          max-width: 66.6666666667%;
          margin-left: 16.6666666667%; } }
  .term--type-product .main-content-pointer {
    position: absolute; }
  .term-view_mode--teaser, .term-view_mode--card {
    background-color: transparent;
    width: 100%; }
    .term-view_mode--teaser .term-container, .term-view_mode--card .term-container {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: transparent;
      background-clip: border-box;
      padding-top: 0;
      border: 0 solid transparent;
      border-radius: 0; }
    .term-view_mode--teaser .term-image, .term-view_mode--teaser .term-headings, .term-view_mode--teaser .term-body, .term-view_mode--teaser .term-footer, .term-view_mode--card .term-image, .term-view_mode--card .term-headings, .term-view_mode--card .term-body, .term-view_mode--card .term-footer {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      flex: 0 0 auto;
      min-height: auto;
      align-items: flex-start;
      justify-content: flex-start; }
    .term-view_mode--teaser .term-image, .term-view_mode--card .term-image {
      display: block;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .term-view_mode--teaser .term-image, .term-view_mode--card .term-image {
          margin-bottom: 5rem; } }
      .term-view_mode--teaser .term-image a, .term-view_mode--card .term-image a {
        display: block;
        width: 100%;
        opacity: 1; }
        .term-view_mode--teaser .term-image a:hover, .term-view_mode--teaser .term-image a:focus, .term-view_mode--teaser .term-image a:active, .term-view_mode--card .term-image a:hover, .term-view_mode--card .term-image a:focus, .term-view_mode--card .term-image a:active {
          opacity: 0.5; }
      .term-view_mode--teaser .term-image img, .term-view_mode--card .term-image img {
        width: 100%;
        height: auto;
        display: block; }
      .term-view_mode--teaser .term-image.-overlay, .term-view_mode--card .term-image.-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
        border-radius: 0; }
      .term-view_mode--teaser .term-image, .term-view_mode--teaser .term-image.-top, .term-view_mode--teaser .term-image.-bottom, .term-view_mode--card .term-image, .term-view_mode--card .term-image.-top, .term-view_mode--card .term-image.-bottom {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 100%; }
      .term-view_mode--teaser .term-image.-top, .term-view_mode--card .term-image.-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .term-view_mode--teaser .term-image.-bottom, .term-view_mode--card .term-image.-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
    .term-view_mode--teaser .term-headings .term-link, .term-view_mode--card .term-headings .term-link {
      color: unset;
      display: block;
      text-align: left; }
      .term-view_mode--teaser .term-headings .term-link:hover, .term-view_mode--teaser .term-headings .term-link:focus, .term-view_mode--teaser .term-headings .term-link:active, .term-view_mode--card .term-headings .term-link:hover, .term-view_mode--card .term-headings .term-link:focus, .term-view_mode--card .term-headings .term-link:active {
        color: unset;
        text-decoration: none; }
      .term-view_mode--teaser .term-headings .term-link .title, .term-view_mode--card .term-headings .term-link .title {
        color: inherit; }
      .term-view_mode--teaser .term-headings .term-link .subtitle, .term-view_mode--card .term-headings .term-link .subtitle {
        color: inherit; }
    .term-view_mode--teaser .term-headings .title, .term-view_mode--card .term-headings .title {
      text-align: left;
      margin-bottom: 0; }
    .term-view_mode--teaser .term-headings .subtitle, .term-view_mode--card .term-headings .subtitle {
      font-size: 1.25rem;
      font-weight: 200;
      line-height: 1.3;
      margin-top: 1.5rem;
      margin-bottom: 0;
      text-align: left; }
    .term-view_mode--teaser .term-body, .term-view_mode--card .term-body {
      flex: 0 1 auto;
      min-height: 1px;
      padding: 0;
      cursor: default;
      margin-top: 0; }
      .term-view_mode--teaser .term-body p:last-child, .term-view_mode--card .term-body p:last-child {
        margin-bottom: 0; }
  .term-view_mode--preview {
    background-color: #1f1d2c; }
    .term-view_mode--preview .term-wrapper {
      padding-top: 3rem; }
      .term-view_mode--preview .term-wrapper .term-spacer.-borders:first-of-type {
        padding-top: 0; }
    .term-view_mode--preview .term-container {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      @media (min-width: 576px) {
        .term-view_mode--preview .term-container {
          max-width: 100%; } }
      @media (min-width: 768px) {
        .term-view_mode--preview .term-container {
          max-width: 100%; } }
      @media (min-width: 992px) {
        .term-view_mode--preview .term-container {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        .term-view_mode--preview .term-container {
          max-width: 1140px; } }
      @media (min-width: 1440px) {
        .term-view_mode--preview .term-container {
          max-width: 1400px; } }
      @media (min-width: 2440px) {
        .term-view_mode--preview .term-container {
          max-width: 2400px; } }
    .term-view_mode--preview .term-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.5rem;
      margin-left: -1.5rem; }
    @media (min-width: 1200px) {
      .term-view_mode--preview .term-col-content {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 0; } }
    .term-view_mode--preview .term-headings {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0; }
      .term-view_mode--preview .term-headings .title, .term-view_mode--preview .term-headings .subtitle {
        text-align: left;
        color: #fff; }
    .term-view_mode--preview .term-body {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
      color: #fff; }
    .term-view_mode--preview .term-spacer {
      padding-top: 3rem;
      padding-bottom: 3rem;
      position: relative; }
      .term-view_mode--preview .term-spacer.-borders {
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: relative; }
        .term-view_mode--preview .term-spacer.-borders::before, .term-view_mode--preview .term-spacer.-borders::after {
          content: "";
          display: block;
          width: calc(100% - 3rem);
          padding: 1.5rem 0;
          margin: 0 auto; }
        .term-view_mode--preview .term-spacer.-borders::before {
          border-top: 1px solid transparent; }
        .term-view_mode--preview .term-spacer.-borders::after {
          border-bottom: 1px solid transparent; }
    .term-view_mode--preview .term-link:hover, .term-view_mode--preview .term-link:focus, .term-view_mode--preview .term-link:active {
      text-decoration: none; }
    .term-view_mode--preview .components {
      background-color: transparent;
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem; }
      .term-view_mode--preview .components.component-quote .quote-container {
        border-bottom-color: #fff; }
      .term-view_mode--preview .components.component-quote .quote-body {
        color: #fff; }
      .term-view_mode--preview .components.component-quote .quote-author.-details {
        color: #fff; }
  .term-view_mode--slide {
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .term-view_mode--slide::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-image: linear-gradient(to left, rgba(31, 29, 44, 0.1), rgba(31, 29, 44, 0.4)), linear-gradient(to bottom, rgba(31, 29, 44, 0.4), rgba(31, 29, 44, 0.8)); }
    .term-view_mode--slide .term-headings {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
      .term-view_mode--slide .term-headings .title {
        font-weight: bold;
        text-align: left;
        margin-bottom: 1.5rem;
        color: #fff; }
        @media (min-width: 1200px) {
          .term-view_mode--slide .term-headings .title {
            margin-bottom: 1.5rem; } }
        @media (min-width: 992px) {
          .term-view_mode--slide .term-headings .title {
            font-size: 4rem; } }
        @media (max-width: 767.98px) {
          .term-view_mode--slide .term-headings .title {
            font-size: 1.75rem; } }
        .term-view_mode--slide .term-headings .title a {
          color: #fff; }
      .term-view_mode--slide .term-headings .subtitle {
        text-align: left;
        margin-bottom: 1rem;
        color: #fff;
        font-size: 1rem;
        font-weight: inherit;
        line-height: 1.5; }
        @media (max-width: 767.98px) {
          .term-view_mode--slide .term-headings .subtitle {
            display: none; } }
      .term-view_mode--slide .term-headings .goto-node:hover {
        text-decoration: none; }
        .term-view_mode--slide .term-headings .goto-node:hover .title, .term-view_mode--slide .term-headings .goto-node:hover .subtitle {
          text-decoration: none;
          color: #bfbfbf; }
    .term-view_mode--slide .term-footer {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
    .term-view_mode--slide .term-cta .material-icons {
      vertical-align: middle; }
    @media (min-width: 1200px) {
      .term-view_mode--slide .term-cta {
        margin-top: 4rem; } }
    .term-view_mode--slide .term-cta .term-link {
      display: flex; }
  .term.has_video, .term.has_slider, .term.has_full_page_intro {
    margin-top: -136px; }
    @media (max-width: 1199.98px) {
      .term.has_video, .term.has_slider, .term.has_full_page_intro {
        margin-top: -73px; } }
  .term-slider-container .full-page-slider.owl-loaded .item .node-view_mode--slide {
    height: 100vh; }
  .term-slider-container .media--view-mode-full, .term-slider-container .intro--view-mode-full {
    max-height: 100vh;
    height: 100vh;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .term-slider-container .media--view-mode-full, .term-slider-container .intro--view-mode-full {
        padding-top: 73px; } }
  .term-slider-container .intro--view-mode-full {
    display: flex;
    padding-top: 136px;
    flex-direction: column;
    justify-content: center; }
  .term.theme-dark {
    background-color: #1f1d2c;
    color: #fff; }
    .term.theme-dark h1, .term.theme-dark h2, .term.theme-dark h3, .term.theme-dark h4, .term.theme-dark h5, .term.theme-dark h6, .term.theme-dark p, .term.theme-dark .h1, .term.theme-dark .h2, .term.theme-dark .h3, .term.theme-dark .h4, .term.theme-dark .h5, .term.theme-dark .h6, .term.theme-dark .p {
      color: #fff; }
    .term.theme-dark a:not(.btn) {
      color: #fff; }
      .term.theme-dark a:not(.btn):hover, .term.theme-dark a:not(.btn):focus, .term.theme-dark a:not(.btn):active {
        color: #1f1d2c; }
    .term.theme-dark .muted {
      color: #707070; }
  .term.theme-dark-magenta {
    background-color: #1f1d2c;
    color: #fff; }
    .term.theme-dark-magenta h1, .term.theme-dark-magenta h2, .term.theme-dark-magenta h3, .term.theme-dark-magenta h4, .term.theme-dark-magenta h5, .term.theme-dark-magenta h6, .term.theme-dark-magenta p, .term.theme-dark-magenta .h1, .term.theme-dark-magenta .h2, .term.theme-dark-magenta .h3, .term.theme-dark-magenta .h4, .term.theme-dark-magenta .h5, .term.theme-dark-magenta .h6, .term.theme-dark-magenta .p {
      color: #fff; }
    .term.theme-dark-magenta a:not(.btn) {
      color: #e21d76; }
      .term.theme-dark-magenta a:not(.btn):hover, .term.theme-dark-magenta a:not(.btn):focus, .term.theme-dark-magenta a:not(.btn):active {
        color: #fff; }
    .term.theme-dark-magenta .muted {
      color: #707070; }
  .term.theme-dark-orange {
    background-color: #1f1d2c;
    color: #fff; }
    .term.theme-dark-orange h1, .term.theme-dark-orange h2, .term.theme-dark-orange h3, .term.theme-dark-orange h4, .term.theme-dark-orange h5, .term.theme-dark-orange h6, .term.theme-dark-orange p, .term.theme-dark-orange .h1, .term.theme-dark-orange .h2, .term.theme-dark-orange .h3, .term.theme-dark-orange .h4, .term.theme-dark-orange .h5, .term.theme-dark-orange .h6, .term.theme-dark-orange .p {
      color: #fff; }
    .term.theme-dark-orange a:not(.btn) {
      color: #f29124; }
      .term.theme-dark-orange a:not(.btn):hover, .term.theme-dark-orange a:not(.btn):focus, .term.theme-dark-orange a:not(.btn):active {
        color: #fff; }
    .term.theme-dark-orange .muted {
      color: #707070; }
  .term.theme-dark-green {
    background-color: #1f1d2c;
    color: #fff; }
    .term.theme-dark-green h1, .term.theme-dark-green h2, .term.theme-dark-green h3, .term.theme-dark-green h4, .term.theme-dark-green h5, .term.theme-dark-green h6, .term.theme-dark-green p, .term.theme-dark-green .h1, .term.theme-dark-green .h2, .term.theme-dark-green .h3, .term.theme-dark-green .h4, .term.theme-dark-green .h5, .term.theme-dark-green .h6, .term.theme-dark-green .p {
      color: #fff; }
    .term.theme-dark-green a:not(.btn) {
      color: #56b56c; }
      .term.theme-dark-green a:not(.btn):hover, .term.theme-dark-green a:not(.btn):focus, .term.theme-dark-green a:not(.btn):active {
        color: #fff; }
    .term.theme-dark-green .muted {
      color: #707070; }
  .term.theme-dark-blue {
    background-color: #1f1d2c;
    color: #fff; }
    .term.theme-dark-blue h1, .term.theme-dark-blue h2, .term.theme-dark-blue h3, .term.theme-dark-blue h4, .term.theme-dark-blue h5, .term.theme-dark-blue h6, .term.theme-dark-blue p, .term.theme-dark-blue .h1, .term.theme-dark-blue .h2, .term.theme-dark-blue .h3, .term.theme-dark-blue .h4, .term.theme-dark-blue .h5, .term.theme-dark-blue .h6, .term.theme-dark-blue .p {
      color: #fff; }
    .term.theme-dark-blue a:not(.btn) {
      color: #5363ab; }
      .term.theme-dark-blue a:not(.btn):hover, .term.theme-dark-blue a:not(.btn):focus, .term.theme-dark-blue a:not(.btn):active {
        color: #fff; }
    .term.theme-dark-blue .muted {
      color: #707070; }
  .term.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light {
    background-color: #fafafa;
    color: #1f1d2c; }
    .term.theme-mid h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light h1, .term.theme-mid h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light h2, .term.theme-mid h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light h3, .term.theme-mid h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light h4, .term.theme-mid h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light h5, .term.theme-mid h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light h6, .term.theme-mid p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light p, .term.theme-mid .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .h1, .term.theme-mid .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .h2, .term.theme-mid .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .h3, .term.theme-mid .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .h4, .term.theme-mid .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .h5, .term.theme-mid .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .h6, .term.theme-mid .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .p {
      color: #1f1d2c; }
    .term.theme-mid a:not(.btn), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light a:not(.btn) {
      color: #1f1d2c; }
      .term.theme-mid a:not(.btn):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light a:not(.btn):hover, .term.theme-mid a:not(.btn):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light a:not(.btn):focus, .term.theme-mid a:not(.btn):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light a:not(.btn):active {
        color: #fff; }
    .term.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .muted {
      color: #707070; }
  .term.theme-mid-magenta {
    background-color: #fafafa;
    color: #1f1d2c; }
    .term.theme-mid-magenta h1, .term.theme-mid-magenta h2, .term.theme-mid-magenta h3, .term.theme-mid-magenta h4, .term.theme-mid-magenta h5, .term.theme-mid-magenta h6, .term.theme-mid-magenta p, .term.theme-mid-magenta .h1, .term.theme-mid-magenta .h2, .term.theme-mid-magenta .h3, .term.theme-mid-magenta .h4, .term.theme-mid-magenta .h5, .term.theme-mid-magenta .h6, .term.theme-mid-magenta .p {
      color: #1f1d2c; }
    .term.theme-mid-magenta a:not(.btn) {
      color: #e21d76; }
      .term.theme-mid-magenta a:not(.btn):hover, .term.theme-mid-magenta a:not(.btn):focus, .term.theme-mid-magenta a:not(.btn):active {
        color: #fff; }
    .term.theme-mid-magenta .muted {
      color: #707070; }
  .term.theme-mid-orange {
    background-color: #fafafa;
    color: #1f1d2c; }
    .term.theme-mid-orange h1, .term.theme-mid-orange h2, .term.theme-mid-orange h3, .term.theme-mid-orange h4, .term.theme-mid-orange h5, .term.theme-mid-orange h6, .term.theme-mid-orange p, .term.theme-mid-orange .h1, .term.theme-mid-orange .h2, .term.theme-mid-orange .h3, .term.theme-mid-orange .h4, .term.theme-mid-orange .h5, .term.theme-mid-orange .h6, .term.theme-mid-orange .p {
      color: #1f1d2c; }
    .term.theme-mid-orange a:not(.btn) {
      color: #f29124; }
      .term.theme-mid-orange a:not(.btn):hover, .term.theme-mid-orange a:not(.btn):focus, .term.theme-mid-orange a:not(.btn):active {
        color: #fff; }
    .term.theme-mid-orange .muted {
      color: #707070; }
  .term.theme-mid-green {
    background-color: #fafafa;
    color: #1f1d2c; }
    .term.theme-mid-green h1, .term.theme-mid-green h2, .term.theme-mid-green h3, .term.theme-mid-green h4, .term.theme-mid-green h5, .term.theme-mid-green h6, .term.theme-mid-green p, .term.theme-mid-green .h1, .term.theme-mid-green .h2, .term.theme-mid-green .h3, .term.theme-mid-green .h4, .term.theme-mid-green .h5, .term.theme-mid-green .h6, .term.theme-mid-green .p {
      color: #1f1d2c; }
    .term.theme-mid-green a:not(.btn) {
      color: #56b56c; }
      .term.theme-mid-green a:not(.btn):hover, .term.theme-mid-green a:not(.btn):focus, .term.theme-mid-green a:not(.btn):active {
        color: #fff; }
    .term.theme-mid-green .muted {
      color: #707070; }
  .term.theme-mid-blue {
    background-color: #fafafa;
    color: #1f1d2c; }
    .term.theme-mid-blue h1, .term.theme-mid-blue h2, .term.theme-mid-blue h3, .term.theme-mid-blue h4, .term.theme-mid-blue h5, .term.theme-mid-blue h6, .term.theme-mid-blue p, .term.theme-mid-blue .h1, .term.theme-mid-blue .h2, .term.theme-mid-blue .h3, .term.theme-mid-blue .h4, .term.theme-mid-blue .h5, .term.theme-mid-blue .h6, .term.theme-mid-blue .p {
      color: #1f1d2c; }
    .term.theme-mid-blue a:not(.btn) {
      color: #5363ab; }
      .term.theme-mid-blue a:not(.btn):hover, .term.theme-mid-blue a:not(.btn):focus, .term.theme-mid-blue a:not(.btn):active {
        color: #fff; }
    .term.theme-mid-blue .muted {
      color: #707070; }
  .term.theme-light {
    background-color: #fff;
    color: #1f1d2c; }
    .term.theme-light h1, .term.theme-light h2, .term.theme-light h3, .term.theme-light h4, .term.theme-light h5, .term.theme-light h6, .term.theme-light p, .term.theme-light .h1, .term.theme-light .h2, .term.theme-light .h3, .term.theme-light .h4, .term.theme-light .h5, .term.theme-light .h6, .term.theme-light .p {
      color: #1f1d2c; }
    .term.theme-light a:not(.btn) {
      color: #1f1d2c; }
      .term.theme-light a:not(.btn):hover, .term.theme-light a:not(.btn):focus, .term.theme-light a:not(.btn):active {
        color: #fff; }
    .term.theme-light .muted {
      color: #707070; }
  .term.theme-light-magenta {
    background-color: #fff;
    color: #1f1d2c; }
    .term.theme-light-magenta h1, .term.theme-light-magenta h2, .term.theme-light-magenta h3, .term.theme-light-magenta h4, .term.theme-light-magenta h5, .term.theme-light-magenta h6, .term.theme-light-magenta p, .term.theme-light-magenta .h1, .term.theme-light-magenta .h2, .term.theme-light-magenta .h3, .term.theme-light-magenta .h4, .term.theme-light-magenta .h5, .term.theme-light-magenta .h6, .term.theme-light-magenta .p {
      color: #1f1d2c; }
    .term.theme-light-magenta a:not(.btn) {
      color: #e21d76; }
      .term.theme-light-magenta a:not(.btn):hover, .term.theme-light-magenta a:not(.btn):focus, .term.theme-light-magenta a:not(.btn):active {
        color: #fff; }
    .term.theme-light-magenta .muted {
      color: #707070; }
  .term.theme-light-orange {
    background-color: #fff;
    color: #1f1d2c; }
    .term.theme-light-orange h1, .term.theme-light-orange h2, .term.theme-light-orange h3, .term.theme-light-orange h4, .term.theme-light-orange h5, .term.theme-light-orange h6, .term.theme-light-orange p, .term.theme-light-orange .h1, .term.theme-light-orange .h2, .term.theme-light-orange .h3, .term.theme-light-orange .h4, .term.theme-light-orange .h5, .term.theme-light-orange .h6, .term.theme-light-orange .p {
      color: #1f1d2c; }
    .term.theme-light-orange a:not(.btn) {
      color: #f29124; }
      .term.theme-light-orange a:not(.btn):hover, .term.theme-light-orange a:not(.btn):focus, .term.theme-light-orange a:not(.btn):active {
        color: #fff; }
    .term.theme-light-orange .muted {
      color: #707070; }
  .term.theme-light-green {
    background-color: #fff;
    color: #1f1d2c; }
    .term.theme-light-green h1, .term.theme-light-green h2, .term.theme-light-green h3, .term.theme-light-green h4, .term.theme-light-green h5, .term.theme-light-green h6, .term.theme-light-green p, .term.theme-light-green .h1, .term.theme-light-green .h2, .term.theme-light-green .h3, .term.theme-light-green .h4, .term.theme-light-green .h5, .term.theme-light-green .h6, .term.theme-light-green .p {
      color: #1f1d2c; }
    .term.theme-light-green a:not(.btn) {
      color: #56b56c; }
      .term.theme-light-green a:not(.btn):hover, .term.theme-light-green a:not(.btn):focus, .term.theme-light-green a:not(.btn):active {
        color: #fff; }
    .term.theme-light-green .muted {
      color: #707070; }
  .term.theme-light-blue {
    background-color: #fff;
    color: #1f1d2c; }
    .term.theme-light-blue h1, .term.theme-light-blue h2, .term.theme-light-blue h3, .term.theme-light-blue h4, .term.theme-light-blue h5, .term.theme-light-blue h6, .term.theme-light-blue p, .term.theme-light-blue .h1, .term.theme-light-blue .h2, .term.theme-light-blue .h3, .term.theme-light-blue .h4, .term.theme-light-blue .h5, .term.theme-light-blue .h6, .term.theme-light-blue .p {
      color: #1f1d2c; }
    .term.theme-light-blue a:not(.btn) {
      color: #5363ab; }
      .term.theme-light-blue a:not(.btn):hover, .term.theme-light-blue a:not(.btn):focus, .term.theme-light-blue a:not(.btn):active {
        color: #fff; }
    .term.theme-light-blue .muted {
      color: #707070; }

@media (min-width: 1200px) {
  .field.field--name-field-ref-client-stories .field__item .term-view_mode--preview .term-wrapper {
    padding-top: 0; } }

.field.field--name-field-ref-client-stories .field__item .term-view_mode--preview .term-container {
  padding-top: 0;
  padding-bottom: 0; }

.term.term-view_mode--full .views-element-container {
  background-color: #1f1d2c;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .term.term-view_mode--full .views-element-container .view {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .term.term-view_mode--full .views-element-container .view {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .term.term-view_mode--full .views-element-container .view {
        max-width: 100%; } }
    @media (min-width: 992px) {
      .term.term-view_mode--full .views-element-container .view {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .term.term-view_mode--full .views-element-container .view {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .term.term-view_mode--full .views-element-container .view {
        max-width: 1400px; } }
    @media (min-width: 2440px) {
      .term.term-view_mode--full .views-element-container .view {
        max-width: 2400px; } }
    .term.term-view_mode--full .views-element-container .view .view-content {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.5rem;
      margin-left: -1.5rem; }
    .term.term-view_mode--full .views-element-container .view .view-col {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      padding-bottom: 1.5rem; }
      @media (min-width: 1200px) {
        .term.term-view_mode--full .views-element-container .view .view-col {
          flex: 0 0 33.3333333333%;
          max-width: 33.3333333333%; } }
  .term.term-view_mode--full .views-element-container .node {
    background-color: #1f1d2c;
    margin-bottom: 3rem; }
    .term.term-view_mode--full .views-element-container .node-container {
      padding-left: 0;
      padding-right: 0; }
    .term.term-view_mode--full .views-element-container .node-image {
      margin-bottom: 1.5rem; }
    .term.term-view_mode--full .views-element-container .node-headings {
      margin-bottom: 1rem; }

.term.theme-light .views-element-container {
  background-color: #fff; }
  .term.theme-light .views-element-container .node {
    background-color: #fff; }
    .term.theme-light .views-element-container .node-headings .title .node-link {
      color: #1f1d2c; }
    .term.theme-light .views-element-container .node-body {
      color: #1f1d2c; }

/** ¶ nodes  **/
.node {
  /* theming */ }
  .node a:hover, .node a:focus, .node a:active {
    outline: transparent none 0; }
  .node-wrapper {
    width: 100%; }
  .node-container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .node-container {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .node-container {
        max-width: 100%; } }
    @media (min-width: 992px) {
      .node-container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .node-container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .node-container {
        max-width: 1400px; } }
    @media (min-width: 2440px) {
      .node-container {
        max-width: 2400px; } }
    .node-container-fluid {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      overflow: hidden; }
  .node-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
  .node-col-content {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .node-headings, .node-body, .node-image, .node-footer {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .node-headings {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 5rem; }
    @media (min-width: 1200px) {
      .node-headings {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 16.6666666667%; } }
    .node-headings .title {
      text-align: center;
      margin-bottom: 1rem;
      color: #fff; }
      @media (min-width: 1200px) {
        .node-headings .title {
          margin-bottom: 1.5rem; } }
      .node-headings .title .node-link {
        color: #fff;
        display: block;
        text-align: left; }
        .node-headings .title .node-link:hover, .node-headings .title .node-link:focus, .node-headings .title .node-link:active {
          color: rgba(255, 255, 255, 0.5);
          text-decoration: none; }
          .node-headings .title .node-link:hover.node-node::after, .node-headings .title .node-link:focus.node-node::after, .node-headings .title .node-link:active.node-node::after {
            content: none; }
    .node-headings .subtitle {
      text-align: center; }
    .node-headings .summary {
      text-align: center;
      margin-bottom: 2rem; }
      @media (min-width: 1200px) {
        .node-headings .summary {
          margin-bottom: 1.5rem; } }
    .node-headings .taglist {
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      .node-headings .taglist .goto-term {
        background-color: #fff;
        color: #1f1d2c;
        font-weight: 200; }
        .node-headings .taglist .goto-term::before {
          content: "# "; }
        .node-headings .taglist .goto-term:hover {
          color: #fff;
          background-color: #1f1d2c !important; }
  .node-cta {
    display: flex; }
    .node-cta .node-link .text-label {
      display: flex; }
    .node-cta .node-link.goto-node {
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase; }
      .node-cta .node-link.goto-node .text-label::after {
        content: "arrow_forward";
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        font-size: 1.125rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        line-height: 1.5;
        padding-left: 0.5rem; }
  .node-label {
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.16;
    letter-spacing: 1px;
    color: unset;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .node--type-article, .node--type-clientstory {
    background-color: #1f1d2c; }
    .node--type-article .node-container, .node--type-clientstory .node-container {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    .node--type-article .node-headings, .node--type-clientstory .node-headings {
      min-height: 0;
      display: block; }
      .node--type-article .node-headings .title, .node--type-clientstory .node-headings .title {
        text-align: center;
        margin-bottom: 2rem; }
      .node--type-article .node-headings .subtitle, .node--type-clientstory .node-headings .subtitle {
        font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
        font-size: 1.125rem;
        font-weight: 200;
        line-height: 1.5;
        margin-bottom: 2rem;
        text-align: center; }
    .node--type-article .node-image, .node--type-clientstory .node-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node--type-article .node-image, .node--type-clientstory .node-image {
          margin-bottom: 5rem; } }
      .node--type-article .node-image img, .node--type-clientstory .node-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .node--type-article .node-body, .node--type-clientstory .node-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .node--type-article .node-body, .node--type-clientstory .node-body {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%; } }
  .node--type-page {
    background-color: #1f1d2c; }
    .node--type-page .node-slider-container {
      position: relative; }
      .node--type-page .node-slider-container .scroller {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: transparent;
        padding: 2rem 3rem; }
        @media (max-width: 991.98px) {
          .node--type-page .node-slider-container .scroller {
            padding: 3rem 0; } }
        .node--type-page .node-slider-container .scroller .row .col {
          text-align: center; }
      .node--type-page .node-slider-container .full-page-slider.owl-loaded {
        padding-bottom: 0; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .owl-stage-outer {
          overflow: hidden; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .owl-dots {
          top: 20vh;
          left: 1.5rem;
          bottom: auto;
          width: calc(100% - 3rem);
          justify-content: flex-start;
          padding-bottom: 0; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .item {
          overflow: hidden; }
          .node--type-page .node-slider-container .full-page-slider.owl-loaded .item .node {
            width: 100vw;
            height: calc(100vh - 5.5rem); }
    .node--type-page .node-type {
      text-align: center;
      font-size: 0.625rem;
      color: #bbbbbc;
      margin-bottom: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1.16;
      letter-spacing: 1px; }
    .node--type-page .node-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node--type-page .node-image {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%;
          margin-bottom: 5rem; } }
      .node--type-page .node-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .node--type-page .node-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .node--type-page .node-body {
          flex: 0 0 66.6666666667%;
          max-width: 66.6666666667%;
          margin-left: 16.6666666667%; } }
  .node--type-product .main-content-pointer {
    position: absolute; }
  .node-view_mode--teaser, .node-view_mode--card {
    background-color: transparent;
    width: 100%; }
    .node-view_mode--teaser .node-container, .node-view_mode--card .node-container {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: transparent;
      background-clip: border-box;
      padding-top: 0;
      border: 0 solid transparent;
      border-radius: 0; }
    .node-view_mode--teaser .node-image, .node-view_mode--teaser .node-headings, .node-view_mode--teaser .node-body, .node-view_mode--teaser .node-footer, .node-view_mode--card .node-image, .node-view_mode--card .node-headings, .node-view_mode--card .node-body, .node-view_mode--card .node-footer {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      flex: 0 0 auto;
      min-height: auto;
      align-items: flex-start;
      justify-content: flex-start; }
    .node-view_mode--teaser .node-image, .node-view_mode--card .node-image {
      display: block;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node-view_mode--teaser .node-image, .node-view_mode--card .node-image {
          margin-bottom: 5rem; } }
      .node-view_mode--teaser .node-image a, .node-view_mode--card .node-image a {
        display: block;
        width: 100%;
        opacity: 1; }
        .node-view_mode--teaser .node-image a:hover, .node-view_mode--teaser .node-image a:focus, .node-view_mode--teaser .node-image a:active, .node-view_mode--card .node-image a:hover, .node-view_mode--card .node-image a:focus, .node-view_mode--card .node-image a:active {
          opacity: 0.5; }
      .node-view_mode--teaser .node-image img, .node-view_mode--card .node-image img {
        width: 100%;
        height: auto;
        display: block; }
      .node-view_mode--teaser .node-image.-overlay, .node-view_mode--card .node-image.-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
        border-radius: 0; }
      .node-view_mode--teaser .node-image, .node-view_mode--teaser .node-image.-top, .node-view_mode--teaser .node-image.-bottom, .node-view_mode--card .node-image, .node-view_mode--card .node-image.-top, .node-view_mode--card .node-image.-bottom {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 100%; }
      .node-view_mode--teaser .node-image.-top, .node-view_mode--card .node-image.-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .node-view_mode--teaser .node-image.-bottom, .node-view_mode--card .node-image.-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
    .node-view_mode--teaser .node-headings .node-link, .node-view_mode--card .node-headings .node-link {
      color: unset;
      display: block;
      text-align: left; }
      .node-view_mode--teaser .node-headings .node-link:hover, .node-view_mode--teaser .node-headings .node-link:focus, .node-view_mode--teaser .node-headings .node-link:active, .node-view_mode--card .node-headings .node-link:hover, .node-view_mode--card .node-headings .node-link:focus, .node-view_mode--card .node-headings .node-link:active {
        color: unset;
        text-decoration: none; }
      .node-view_mode--teaser .node-headings .node-link .title, .node-view_mode--card .node-headings .node-link .title {
        color: inherit; }
      .node-view_mode--teaser .node-headings .node-link .subtitle, .node-view_mode--card .node-headings .node-link .subtitle {
        color: inherit; }
    .node-view_mode--teaser .node-headings .title, .node-view_mode--card .node-headings .title {
      text-align: left;
      margin-bottom: 0; }
    .node-view_mode--teaser .node-headings .subtitle, .node-view_mode--card .node-headings .subtitle {
      font-size: 1.25rem;
      font-weight: 200;
      line-height: 1.3;
      margin-top: 1.5rem;
      margin-bottom: 0;
      text-align: left; }
    .node-view_mode--teaser .node-body, .node-view_mode--card .node-body {
      flex: 0 1 auto;
      min-height: 1px;
      padding: 0;
      cursor: default;
      margin-top: 0; }
      .node-view_mode--teaser .node-body p:last-child, .node-view_mode--card .node-body p:last-child {
        margin-bottom: 0; }
  .node-view_mode--preview {
    background-color: #1f1d2c; }
    .node-view_mode--preview .node-wrapper {
      padding-top: 3rem; }
      .node-view_mode--preview .node-wrapper .node-spacer.-borders:first-of-type {
        padding-top: 0; }
    .node-view_mode--preview .node-container {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      @media (min-width: 576px) {
        .node-view_mode--preview .node-container {
          max-width: 100%; } }
      @media (min-width: 768px) {
        .node-view_mode--preview .node-container {
          max-width: 100%; } }
      @media (min-width: 992px) {
        .node-view_mode--preview .node-container {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        .node-view_mode--preview .node-container {
          max-width: 1140px; } }
      @media (min-width: 1440px) {
        .node-view_mode--preview .node-container {
          max-width: 1400px; } }
      @media (min-width: 2440px) {
        .node-view_mode--preview .node-container {
          max-width: 2400px; } }
    .node-view_mode--preview .node-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.5rem;
      margin-left: -1.5rem; }
    @media (min-width: 1200px) {
      .node-view_mode--preview .node-col-content {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 0; } }
    .node-view_mode--preview .node-headings {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0; }
      .node-view_mode--preview .node-headings .title, .node-view_mode--preview .node-headings .subtitle {
        text-align: left;
        color: #fff; }
    .node-view_mode--preview .node-body {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
      color: #fff; }
    .node-view_mode--preview .node-spacer {
      padding-top: 3rem;
      padding-bottom: 3rem;
      position: relative; }
      .node-view_mode--preview .node-spacer.-borders {
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: relative; }
        .node-view_mode--preview .node-spacer.-borders::before, .node-view_mode--preview .node-spacer.-borders::after {
          content: "";
          display: block;
          width: calc(100% - 3rem);
          padding: 1.5rem 0;
          margin: 0 auto; }
        .node-view_mode--preview .node-spacer.-borders::before {
          border-top: 1px solid transparent; }
        .node-view_mode--preview .node-spacer.-borders::after {
          border-bottom: 1px solid transparent; }
    .node-view_mode--preview .node-link:hover, .node-view_mode--preview .node-link:focus, .node-view_mode--preview .node-link:active {
      text-decoration: none; }
    .node-view_mode--preview .components {
      background-color: transparent;
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem; }
      .node-view_mode--preview .components.component-quote .quote-container {
        border-bottom-color: #fff; }
      .node-view_mode--preview .components.component-quote .quote-body {
        color: #fff; }
      .node-view_mode--preview .components.component-quote .quote-author.-details {
        color: #fff; }
  .node-view_mode--slide {
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .node-view_mode--slide::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-image: linear-gradient(to left, rgba(31, 29, 44, 0.1), rgba(31, 29, 44, 0.4)), linear-gradient(to bottom, rgba(31, 29, 44, 0.4), rgba(31, 29, 44, 0.8)); }
    .node-view_mode--slide .node-headings {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
      .node-view_mode--slide .node-headings .title {
        font-weight: bold;
        text-align: left;
        margin-bottom: 1.5rem;
        color: #fff; }
        @media (min-width: 1200px) {
          .node-view_mode--slide .node-headings .title {
            margin-bottom: 1.5rem; } }
        @media (min-width: 992px) {
          .node-view_mode--slide .node-headings .title {
            font-size: 4rem; } }
        @media (max-width: 767.98px) {
          .node-view_mode--slide .node-headings .title {
            font-size: 1.75rem; } }
        .node-view_mode--slide .node-headings .title a {
          color: #fff; }
      .node-view_mode--slide .node-headings .subtitle {
        text-align: left;
        margin-bottom: 1rem;
        color: #fff;
        font-size: 1rem;
        font-weight: inherit;
        line-height: 1.5; }
        @media (max-width: 767.98px) {
          .node-view_mode--slide .node-headings .subtitle {
            display: none; } }
      .node-view_mode--slide .node-headings .goto-node:hover {
        text-decoration: none; }
        .node-view_mode--slide .node-headings .goto-node:hover .title, .node-view_mode--slide .node-headings .goto-node:hover .subtitle {
          text-decoration: none;
          color: #bfbfbf; }
    .node-view_mode--slide .node-footer {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
    .node-view_mode--slide .node-cta .material-icons {
      vertical-align: middle; }
    @media (min-width: 1200px) {
      .node-view_mode--slide .node-cta {
        margin-top: 4rem; } }
    .node-view_mode--slide .node-cta .node-link {
      display: flex; }
  .node.has_video, .node.has_slider, .node.has_full_page_intro {
    margin-top: -136px; }
    @media (max-width: 1199.98px) {
      .node.has_video, .node.has_slider, .node.has_full_page_intro {
        margin-top: -73px; } }
  .node-slider-container .full-page-slider.owl-loaded .item .node-view_mode--slide {
    height: 100vh; }
  .node-slider-container .media--view-mode-full, .node-slider-container .intro--view-mode-full {
    max-height: 100vh;
    height: 100vh;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .node-slider-container .media--view-mode-full, .node-slider-container .intro--view-mode-full {
        padding-top: 73px; } }
  .node-slider-container .intro--view-mode-full {
    display: flex;
    padding-top: 136px;
    flex-direction: column;
    justify-content: center; }
  .node.theme-dark {
    background-color: #1f1d2c;
    color: #fff; }
    .node.theme-dark h1, .node.theme-dark h2, .node.theme-dark h3, .node.theme-dark h4, .node.theme-dark h5, .node.theme-dark h6, .node.theme-dark p, .node.theme-dark .h1, .node.theme-dark .h2, .node.theme-dark .h3, .node.theme-dark .h4, .node.theme-dark .h5, .node.theme-dark .h6, .node.theme-dark .p {
      color: #fff; }
    .node.theme-dark a:not(.btn) {
      color: #fff; }
      .node.theme-dark a:not(.btn):hover, .node.theme-dark a:not(.btn):focus, .node.theme-dark a:not(.btn):active {
        color: #1f1d2c; }
    .node.theme-dark .muted {
      color: #707070; }
  .node.theme-dark-magenta {
    background-color: #1f1d2c;
    color: #fff; }
    .node.theme-dark-magenta h1, .node.theme-dark-magenta h2, .node.theme-dark-magenta h3, .node.theme-dark-magenta h4, .node.theme-dark-magenta h5, .node.theme-dark-magenta h6, .node.theme-dark-magenta p, .node.theme-dark-magenta .h1, .node.theme-dark-magenta .h2, .node.theme-dark-magenta .h3, .node.theme-dark-magenta .h4, .node.theme-dark-magenta .h5, .node.theme-dark-magenta .h6, .node.theme-dark-magenta .p {
      color: #fff; }
    .node.theme-dark-magenta a:not(.btn) {
      color: #e21d76; }
      .node.theme-dark-magenta a:not(.btn):hover, .node.theme-dark-magenta a:not(.btn):focus, .node.theme-dark-magenta a:not(.btn):active {
        color: #fff; }
    .node.theme-dark-magenta .muted {
      color: #707070; }
  .node.theme-dark-orange {
    background-color: #1f1d2c;
    color: #fff; }
    .node.theme-dark-orange h1, .node.theme-dark-orange h2, .node.theme-dark-orange h3, .node.theme-dark-orange h4, .node.theme-dark-orange h5, .node.theme-dark-orange h6, .node.theme-dark-orange p, .node.theme-dark-orange .h1, .node.theme-dark-orange .h2, .node.theme-dark-orange .h3, .node.theme-dark-orange .h4, .node.theme-dark-orange .h5, .node.theme-dark-orange .h6, .node.theme-dark-orange .p {
      color: #fff; }
    .node.theme-dark-orange a:not(.btn) {
      color: #f29124; }
      .node.theme-dark-orange a:not(.btn):hover, .node.theme-dark-orange a:not(.btn):focus, .node.theme-dark-orange a:not(.btn):active {
        color: #fff; }
    .node.theme-dark-orange .muted {
      color: #707070; }
  .node.theme-dark-green {
    background-color: #1f1d2c;
    color: #fff; }
    .node.theme-dark-green h1, .node.theme-dark-green h2, .node.theme-dark-green h3, .node.theme-dark-green h4, .node.theme-dark-green h5, .node.theme-dark-green h6, .node.theme-dark-green p, .node.theme-dark-green .h1, .node.theme-dark-green .h2, .node.theme-dark-green .h3, .node.theme-dark-green .h4, .node.theme-dark-green .h5, .node.theme-dark-green .h6, .node.theme-dark-green .p {
      color: #fff; }
    .node.theme-dark-green a:not(.btn) {
      color: #56b56c; }
      .node.theme-dark-green a:not(.btn):hover, .node.theme-dark-green a:not(.btn):focus, .node.theme-dark-green a:not(.btn):active {
        color: #fff; }
    .node.theme-dark-green .muted {
      color: #707070; }
  .node.theme-dark-blue {
    background-color: #1f1d2c;
    color: #fff; }
    .node.theme-dark-blue h1, .node.theme-dark-blue h2, .node.theme-dark-blue h3, .node.theme-dark-blue h4, .node.theme-dark-blue h5, .node.theme-dark-blue h6, .node.theme-dark-blue p, .node.theme-dark-blue .h1, .node.theme-dark-blue .h2, .node.theme-dark-blue .h3, .node.theme-dark-blue .h4, .node.theme-dark-blue .h5, .node.theme-dark-blue .h6, .node.theme-dark-blue .p {
      color: #fff; }
    .node.theme-dark-blue a:not(.btn) {
      color: #5363ab; }
      .node.theme-dark-blue a:not(.btn):hover, .node.theme-dark-blue a:not(.btn):focus, .node.theme-dark-blue a:not(.btn):active {
        color: #fff; }
    .node.theme-dark-blue .muted {
      color: #707070; }
  .node.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light {
    background-color: #fafafa;
    color: #1f1d2c; }
    .node.theme-mid h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h1, .node.theme-mid h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h2, .node.theme-mid h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h3, .node.theme-mid h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h4, .node.theme-mid h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h5, .node.theme-mid h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h6, .node.theme-mid p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light p, .node.theme-mid .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h1, .node.theme-mid .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h2, .node.theme-mid .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h3, .node.theme-mid .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h4, .node.theme-mid .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h5, .node.theme-mid .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h6, .node.theme-mid .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .p {
      color: #1f1d2c; }
    .node.theme-mid a:not(.btn), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn) {
      color: #1f1d2c; }
      .node.theme-mid a:not(.btn):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):hover, .node.theme-mid a:not(.btn):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):focus, .node.theme-mid a:not(.btn):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):active {
        color: #fff; }
    .node.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .muted {
      color: #707070; }
  .node.theme-mid-magenta {
    background-color: #fafafa;
    color: #1f1d2c; }
    .node.theme-mid-magenta h1, .node.theme-mid-magenta h2, .node.theme-mid-magenta h3, .node.theme-mid-magenta h4, .node.theme-mid-magenta h5, .node.theme-mid-magenta h6, .node.theme-mid-magenta p, .node.theme-mid-magenta .h1, .node.theme-mid-magenta .h2, .node.theme-mid-magenta .h3, .node.theme-mid-magenta .h4, .node.theme-mid-magenta .h5, .node.theme-mid-magenta .h6, .node.theme-mid-magenta .p {
      color: #1f1d2c; }
    .node.theme-mid-magenta a:not(.btn) {
      color: #e21d76; }
      .node.theme-mid-magenta a:not(.btn):hover, .node.theme-mid-magenta a:not(.btn):focus, .node.theme-mid-magenta a:not(.btn):active {
        color: #fff; }
    .node.theme-mid-magenta .muted {
      color: #707070; }
  .node.theme-mid-orange {
    background-color: #fafafa;
    color: #1f1d2c; }
    .node.theme-mid-orange h1, .node.theme-mid-orange h2, .node.theme-mid-orange h3, .node.theme-mid-orange h4, .node.theme-mid-orange h5, .node.theme-mid-orange h6, .node.theme-mid-orange p, .node.theme-mid-orange .h1, .node.theme-mid-orange .h2, .node.theme-mid-orange .h3, .node.theme-mid-orange .h4, .node.theme-mid-orange .h5, .node.theme-mid-orange .h6, .node.theme-mid-orange .p {
      color: #1f1d2c; }
    .node.theme-mid-orange a:not(.btn) {
      color: #f29124; }
      .node.theme-mid-orange a:not(.btn):hover, .node.theme-mid-orange a:not(.btn):focus, .node.theme-mid-orange a:not(.btn):active {
        color: #fff; }
    .node.theme-mid-orange .muted {
      color: #707070; }
  .node.theme-mid-green {
    background-color: #fafafa;
    color: #1f1d2c; }
    .node.theme-mid-green h1, .node.theme-mid-green h2, .node.theme-mid-green h3, .node.theme-mid-green h4, .node.theme-mid-green h5, .node.theme-mid-green h6, .node.theme-mid-green p, .node.theme-mid-green .h1, .node.theme-mid-green .h2, .node.theme-mid-green .h3, .node.theme-mid-green .h4, .node.theme-mid-green .h5, .node.theme-mid-green .h6, .node.theme-mid-green .p {
      color: #1f1d2c; }
    .node.theme-mid-green a:not(.btn) {
      color: #56b56c; }
      .node.theme-mid-green a:not(.btn):hover, .node.theme-mid-green a:not(.btn):focus, .node.theme-mid-green a:not(.btn):active {
        color: #fff; }
    .node.theme-mid-green .muted {
      color: #707070; }
  .node.theme-mid-blue {
    background-color: #fafafa;
    color: #1f1d2c; }
    .node.theme-mid-blue h1, .node.theme-mid-blue h2, .node.theme-mid-blue h3, .node.theme-mid-blue h4, .node.theme-mid-blue h5, .node.theme-mid-blue h6, .node.theme-mid-blue p, .node.theme-mid-blue .h1, .node.theme-mid-blue .h2, .node.theme-mid-blue .h3, .node.theme-mid-blue .h4, .node.theme-mid-blue .h5, .node.theme-mid-blue .h6, .node.theme-mid-blue .p {
      color: #1f1d2c; }
    .node.theme-mid-blue a:not(.btn) {
      color: #5363ab; }
      .node.theme-mid-blue a:not(.btn):hover, .node.theme-mid-blue a:not(.btn):focus, .node.theme-mid-blue a:not(.btn):active {
        color: #fff; }
    .node.theme-mid-blue .muted {
      color: #707070; }
  .node.theme-light {
    background-color: #fff;
    color: #1f1d2c; }
    .node.theme-light h1, .node.theme-light h2, .node.theme-light h3, .node.theme-light h4, .node.theme-light h5, .node.theme-light h6, .node.theme-light p, .node.theme-light .h1, .node.theme-light .h2, .node.theme-light .h3, .node.theme-light .h4, .node.theme-light .h5, .node.theme-light .h6, .node.theme-light .p {
      color: #1f1d2c; }
    .node.theme-light a:not(.btn) {
      color: #1f1d2c; }
      .node.theme-light a:not(.btn):hover, .node.theme-light a:not(.btn):focus, .node.theme-light a:not(.btn):active {
        color: #fff; }
    .node.theme-light .muted {
      color: #707070; }
  .node.theme-light-magenta {
    background-color: #fff;
    color: #1f1d2c; }
    .node.theme-light-magenta h1, .node.theme-light-magenta h2, .node.theme-light-magenta h3, .node.theme-light-magenta h4, .node.theme-light-magenta h5, .node.theme-light-magenta h6, .node.theme-light-magenta p, .node.theme-light-magenta .h1, .node.theme-light-magenta .h2, .node.theme-light-magenta .h3, .node.theme-light-magenta .h4, .node.theme-light-magenta .h5, .node.theme-light-magenta .h6, .node.theme-light-magenta .p {
      color: #1f1d2c; }
    .node.theme-light-magenta a:not(.btn) {
      color: #e21d76; }
      .node.theme-light-magenta a:not(.btn):hover, .node.theme-light-magenta a:not(.btn):focus, .node.theme-light-magenta a:not(.btn):active {
        color: #fff; }
    .node.theme-light-magenta .muted {
      color: #707070; }
  .node.theme-light-orange {
    background-color: #fff;
    color: #1f1d2c; }
    .node.theme-light-orange h1, .node.theme-light-orange h2, .node.theme-light-orange h3, .node.theme-light-orange h4, .node.theme-light-orange h5, .node.theme-light-orange h6, .node.theme-light-orange p, .node.theme-light-orange .h1, .node.theme-light-orange .h2, .node.theme-light-orange .h3, .node.theme-light-orange .h4, .node.theme-light-orange .h5, .node.theme-light-orange .h6, .node.theme-light-orange .p {
      color: #1f1d2c; }
    .node.theme-light-orange a:not(.btn) {
      color: #f29124; }
      .node.theme-light-orange a:not(.btn):hover, .node.theme-light-orange a:not(.btn):focus, .node.theme-light-orange a:not(.btn):active {
        color: #fff; }
    .node.theme-light-orange .muted {
      color: #707070; }
  .node.theme-light-green {
    background-color: #fff;
    color: #1f1d2c; }
    .node.theme-light-green h1, .node.theme-light-green h2, .node.theme-light-green h3, .node.theme-light-green h4, .node.theme-light-green h5, .node.theme-light-green h6, .node.theme-light-green p, .node.theme-light-green .h1, .node.theme-light-green .h2, .node.theme-light-green .h3, .node.theme-light-green .h4, .node.theme-light-green .h5, .node.theme-light-green .h6, .node.theme-light-green .p {
      color: #1f1d2c; }
    .node.theme-light-green a:not(.btn) {
      color: #56b56c; }
      .node.theme-light-green a:not(.btn):hover, .node.theme-light-green a:not(.btn):focus, .node.theme-light-green a:not(.btn):active {
        color: #fff; }
    .node.theme-light-green .muted {
      color: #707070; }
  .node.theme-light-blue {
    background-color: #fff;
    color: #1f1d2c; }
    .node.theme-light-blue h1, .node.theme-light-blue h2, .node.theme-light-blue h3, .node.theme-light-blue h4, .node.theme-light-blue h5, .node.theme-light-blue h6, .node.theme-light-blue p, .node.theme-light-blue .h1, .node.theme-light-blue .h2, .node.theme-light-blue .h3, .node.theme-light-blue .h4, .node.theme-light-blue .h5, .node.theme-light-blue .h6, .node.theme-light-blue .p {
      color: #1f1d2c; }
    .node.theme-light-blue a:not(.btn) {
      color: #5363ab; }
      .node.theme-light-blue a:not(.btn):hover, .node.theme-light-blue a:not(.btn):focus, .node.theme-light-blue a:not(.btn):active {
        color: #fff; }
    .node.theme-light-blue .muted {
      color: #707070; }

@media (min-width: 1200px) {
  .field.field--name-field-ref-client-stories .field__item .node-view_mode--preview .node-wrapper {
    padding-top: 0; } }

.field.field--name-field-ref-client-stories .field__item .node-view_mode--preview .node-container {
  padding-top: 0;
  padding-bottom: 0; }

.products-list-item-row {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff; }
  .products-list-item-row:first-child {
    border-top: 1px solid #fff; }
  .products-list-item-row article .btn-primary.btn-cta, .products-list-item-row article .path-user #auth_box #middle_part .btn-cta#edit-submit, .path-user #auth_box #middle_part .products-list-item-row article .btn-cta#edit-submit {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem; }
  .products-list-item-row article h6 {
    font-size: 1.25rem;
    text-overflow: ellipsis;
    margin: 0; }
  .products-list-item-row article .product-tax, .products-list-item-row article .product-title, .products-list-item-row article .product-subtitle, .products-list-item-row article .product-features {
    margin-bottom: 1rem; }
  .products-list-item-row article .product-features {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .products-list-item-row article .product-features img {
      width: 3.5rem;
      height: auto;
      margin-right: 5% !important; }
      .products-list-item-row article .product-features img:last-child {
        margin-right: 0; }
      @media (min-width: 1200px) {
        .products-list-item-row article .product-features img {
          width: 18.4%; } }
  .products-list-item-row article .product-cta {
    text-align: left !important; }
  .products-list-item-row article .archived {
    font-size: 0.875rem;
    color: #fff;
    display: block; }
  .products-list-item-row article .features img {
    margin-right: 1rem; }

body.gin--horizontal-toolbar.path-frontpage {
  padding-top: 0 !important; }
  body.gin--horizontal-toolbar.path-frontpage #toolbar-administration {
    display: none; }
  body.gin--horizontal-toolbar.path-frontpage .region-header {
    top: 0; }

/** ¶ nodes  **/
.node {
  /* theming */ }
  .node a:hover, .node a:focus, .node a:active {
    outline: transparent none 0; }
  .node-wrapper {
    width: 100%; }
  .node-container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .node-container {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .node-container {
        max-width: 100%; } }
    @media (min-width: 992px) {
      .node-container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .node-container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .node-container {
        max-width: 1400px; } }
    @media (min-width: 2440px) {
      .node-container {
        max-width: 2400px; } }
    .node-container-fluid {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      overflow: hidden; }
  .node-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
  .node-col-content {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .node-headings, .node-body, .node-image, .node-footer {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .node-headings {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 5rem; }
    @media (min-width: 1200px) {
      .node-headings {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 16.6666666667%; } }
    .node-headings .title {
      text-align: center;
      margin-bottom: 1rem;
      color: #fff; }
      @media (min-width: 1200px) {
        .node-headings .title {
          margin-bottom: 1.5rem; } }
      .node-headings .title .node-link {
        color: #fff;
        display: block;
        text-align: left; }
        .node-headings .title .node-link:hover, .node-headings .title .node-link:focus, .node-headings .title .node-link:active {
          color: rgba(255, 255, 255, 0.5);
          text-decoration: none; }
          .node-headings .title .node-link:hover.node-node::after, .node-headings .title .node-link:focus.node-node::after, .node-headings .title .node-link:active.node-node::after {
            content: none; }
    .node-headings .subtitle {
      text-align: center; }
    .node-headings .summary {
      text-align: center;
      margin-bottom: 2rem; }
      @media (min-width: 1200px) {
        .node-headings .summary {
          margin-bottom: 1.5rem; } }
    .node-headings .taglist {
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      .node-headings .taglist .goto-term {
        background-color: #fff;
        color: #1f1d2c;
        font-weight: 200; }
        .node-headings .taglist .goto-term::before {
          content: "# "; }
        .node-headings .taglist .goto-term:hover {
          color: #fff;
          background-color: #1f1d2c !important; }
  .node-cta {
    display: flex; }
    .node-cta .node-link .text-label {
      display: flex; }
    .node-cta .node-link.goto-node {
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase; }
      .node-cta .node-link.goto-node .text-label::after {
        content: "arrow_forward";
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        font-size: 1.125rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        line-height: 1.5;
        padding-left: 0.5rem; }
  .node-label {
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.16;
    letter-spacing: 1px;
    color: unset;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .node--type-article, .node--type-clientstory {
    background-color: #1f1d2c; }
    .node--type-article .node-container, .node--type-clientstory .node-container {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    .node--type-article .node-headings, .node--type-clientstory .node-headings {
      min-height: 0;
      display: block; }
      .node--type-article .node-headings .title, .node--type-clientstory .node-headings .title {
        text-align: center;
        margin-bottom: 2rem; }
      .node--type-article .node-headings .subtitle, .node--type-clientstory .node-headings .subtitle {
        font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
        font-size: 1.125rem;
        font-weight: 200;
        line-height: 1.5;
        margin-bottom: 2rem;
        text-align: center; }
    .node--type-article .node-image, .node--type-clientstory .node-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node--type-article .node-image, .node--type-clientstory .node-image {
          margin-bottom: 5rem; } }
      .node--type-article .node-image img, .node--type-clientstory .node-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .node--type-article .node-body, .node--type-clientstory .node-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .node--type-article .node-body, .node--type-clientstory .node-body {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%; } }
  .node--type-page {
    background-color: #1f1d2c; }
    .node--type-page .node-slider-container {
      position: relative; }
      .node--type-page .node-slider-container .scroller {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: transparent;
        padding: 2rem 3rem; }
        @media (max-width: 991.98px) {
          .node--type-page .node-slider-container .scroller {
            padding: 3rem 0; } }
        .node--type-page .node-slider-container .scroller .row .col {
          text-align: center; }
      .node--type-page .node-slider-container .full-page-slider.owl-loaded {
        padding-bottom: 0; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .owl-stage-outer {
          overflow: hidden; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .owl-dots {
          top: 20vh;
          left: 1.5rem;
          bottom: auto;
          width: calc(100% - 3rem);
          justify-content: flex-start;
          padding-bottom: 0; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .item {
          overflow: hidden; }
          .node--type-page .node-slider-container .full-page-slider.owl-loaded .item .node {
            width: 100vw;
            height: calc(100vh - 5.5rem); }
    .node--type-page .node-type {
      text-align: center;
      font-size: 0.625rem;
      color: #bbbbbc;
      margin-bottom: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1.16;
      letter-spacing: 1px; }
    .node--type-page .node-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node--type-page .node-image {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%;
          margin-bottom: 5rem; } }
      .node--type-page .node-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .node--type-page .node-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .node--type-page .node-body {
          flex: 0 0 66.6666666667%;
          max-width: 66.6666666667%;
          margin-left: 16.6666666667%; } }
  .node--type-product .main-content-pointer {
    position: absolute; }
  .node-view_mode--teaser, .node-view_mode--card {
    background-color: transparent;
    width: 100%; }
    .node-view_mode--teaser .node-container, .node-view_mode--card .node-container {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: transparent;
      background-clip: border-box;
      padding-top: 0;
      border: 0 solid transparent;
      border-radius: 0; }
    .node-view_mode--teaser .node-image, .node-view_mode--teaser .node-headings, .node-view_mode--teaser .node-body, .node-view_mode--teaser .node-footer, .node-view_mode--card .node-image, .node-view_mode--card .node-headings, .node-view_mode--card .node-body, .node-view_mode--card .node-footer {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      flex: 0 0 auto;
      min-height: auto;
      align-items: flex-start;
      justify-content: flex-start; }
    .node-view_mode--teaser .node-image, .node-view_mode--card .node-image {
      display: block;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node-view_mode--teaser .node-image, .node-view_mode--card .node-image {
          margin-bottom: 5rem; } }
      .node-view_mode--teaser .node-image a, .node-view_mode--card .node-image a {
        display: block;
        width: 100%;
        opacity: 1; }
        .node-view_mode--teaser .node-image a:hover, .node-view_mode--teaser .node-image a:focus, .node-view_mode--teaser .node-image a:active, .node-view_mode--card .node-image a:hover, .node-view_mode--card .node-image a:focus, .node-view_mode--card .node-image a:active {
          opacity: 0.5; }
      .node-view_mode--teaser .node-image img, .node-view_mode--card .node-image img {
        width: 100%;
        height: auto;
        display: block; }
      .node-view_mode--teaser .node-image.-overlay, .node-view_mode--card .node-image.-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
        border-radius: 0; }
      .node-view_mode--teaser .node-image, .node-view_mode--teaser .node-image.-top, .node-view_mode--teaser .node-image.-bottom, .node-view_mode--card .node-image, .node-view_mode--card .node-image.-top, .node-view_mode--card .node-image.-bottom {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 100%; }
      .node-view_mode--teaser .node-image.-top, .node-view_mode--card .node-image.-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .node-view_mode--teaser .node-image.-bottom, .node-view_mode--card .node-image.-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
    .node-view_mode--teaser .node-headings .node-link, .node-view_mode--card .node-headings .node-link {
      color: unset;
      display: block;
      text-align: left; }
      .node-view_mode--teaser .node-headings .node-link:hover, .node-view_mode--teaser .node-headings .node-link:focus, .node-view_mode--teaser .node-headings .node-link:active, .node-view_mode--card .node-headings .node-link:hover, .node-view_mode--card .node-headings .node-link:focus, .node-view_mode--card .node-headings .node-link:active {
        color: unset;
        text-decoration: none; }
      .node-view_mode--teaser .node-headings .node-link .title, .node-view_mode--card .node-headings .node-link .title {
        color: inherit; }
      .node-view_mode--teaser .node-headings .node-link .subtitle, .node-view_mode--card .node-headings .node-link .subtitle {
        color: inherit; }
    .node-view_mode--teaser .node-headings .title, .node-view_mode--card .node-headings .title {
      text-align: left;
      margin-bottom: 0; }
    .node-view_mode--teaser .node-headings .subtitle, .node-view_mode--card .node-headings .subtitle {
      font-size: 1.25rem;
      font-weight: 200;
      line-height: 1.3;
      margin-top: 1.5rem;
      margin-bottom: 0;
      text-align: left; }
    .node-view_mode--teaser .node-body, .node-view_mode--card .node-body {
      flex: 0 1 auto;
      min-height: 1px;
      padding: 0;
      cursor: default;
      margin-top: 0; }
      .node-view_mode--teaser .node-body p:last-child, .node-view_mode--card .node-body p:last-child {
        margin-bottom: 0; }
  .node-view_mode--preview {
    background-color: #1f1d2c; }
    .node-view_mode--preview .node-wrapper {
      padding-top: 3rem; }
      .node-view_mode--preview .node-wrapper .node-spacer.-borders:first-of-type {
        padding-top: 0; }
    .node-view_mode--preview .node-container {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      @media (min-width: 576px) {
        .node-view_mode--preview .node-container {
          max-width: 100%; } }
      @media (min-width: 768px) {
        .node-view_mode--preview .node-container {
          max-width: 100%; } }
      @media (min-width: 992px) {
        .node-view_mode--preview .node-container {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        .node-view_mode--preview .node-container {
          max-width: 1140px; } }
      @media (min-width: 1440px) {
        .node-view_mode--preview .node-container {
          max-width: 1400px; } }
      @media (min-width: 2440px) {
        .node-view_mode--preview .node-container {
          max-width: 2400px; } }
    .node-view_mode--preview .node-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.5rem;
      margin-left: -1.5rem; }
    @media (min-width: 1200px) {
      .node-view_mode--preview .node-col-content {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 0; } }
    .node-view_mode--preview .node-headings {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0; }
      .node-view_mode--preview .node-headings .title, .node-view_mode--preview .node-headings .subtitle {
        text-align: left;
        color: #fff; }
    .node-view_mode--preview .node-body {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
      color: #fff; }
    .node-view_mode--preview .node-spacer {
      padding-top: 3rem;
      padding-bottom: 3rem;
      position: relative; }
      .node-view_mode--preview .node-spacer.-borders {
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: relative; }
        .node-view_mode--preview .node-spacer.-borders::before, .node-view_mode--preview .node-spacer.-borders::after {
          content: "";
          display: block;
          width: calc(100% - 3rem);
          padding: 1.5rem 0;
          margin: 0 auto; }
        .node-view_mode--preview .node-spacer.-borders::before {
          border-top: 1px solid transparent; }
        .node-view_mode--preview .node-spacer.-borders::after {
          border-bottom: 1px solid transparent; }
    .node-view_mode--preview .node-link:hover, .node-view_mode--preview .node-link:focus, .node-view_mode--preview .node-link:active {
      text-decoration: none; }
    .node-view_mode--preview .components {
      background-color: transparent;
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem; }
      .node-view_mode--preview .components.component-quote .quote-container {
        border-bottom-color: #fff; }
      .node-view_mode--preview .components.component-quote .quote-body {
        color: #fff; }
      .node-view_mode--preview .components.component-quote .quote-author.-details {
        color: #fff; }
  .node-view_mode--slide {
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .node-view_mode--slide::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-image: linear-gradient(to left, rgba(31, 29, 44, 0.1), rgba(31, 29, 44, 0.4)), linear-gradient(to bottom, rgba(31, 29, 44, 0.4), rgba(31, 29, 44, 0.8)); }
    .node-view_mode--slide .node-headings {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
      .node-view_mode--slide .node-headings .title {
        font-weight: bold;
        text-align: left;
        margin-bottom: 1.5rem;
        color: #fff; }
        @media (min-width: 1200px) {
          .node-view_mode--slide .node-headings .title {
            margin-bottom: 1.5rem; } }
        @media (min-width: 992px) {
          .node-view_mode--slide .node-headings .title {
            font-size: 4rem; } }
        @media (max-width: 767.98px) {
          .node-view_mode--slide .node-headings .title {
            font-size: 1.75rem; } }
        .node-view_mode--slide .node-headings .title a {
          color: #fff; }
      .node-view_mode--slide .node-headings .subtitle {
        text-align: left;
        margin-bottom: 1rem;
        color: #fff;
        font-size: 1rem;
        font-weight: inherit;
        line-height: 1.5; }
        @media (max-width: 767.98px) {
          .node-view_mode--slide .node-headings .subtitle {
            display: none; } }
      .node-view_mode--slide .node-headings .goto-node:hover {
        text-decoration: none; }
        .node-view_mode--slide .node-headings .goto-node:hover .title, .node-view_mode--slide .node-headings .goto-node:hover .subtitle {
          text-decoration: none;
          color: #bfbfbf; }
    .node-view_mode--slide .node-footer {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
    .node-view_mode--slide .node-cta .material-icons {
      vertical-align: middle; }
    @media (min-width: 1200px) {
      .node-view_mode--slide .node-cta {
        margin-top: 4rem; } }
    .node-view_mode--slide .node-cta .node-link {
      display: flex; }
  .node.has_video, .node.has_slider, .node.has_full_page_intro {
    margin-top: -136px; }
    @media (max-width: 1199.98px) {
      .node.has_video, .node.has_slider, .node.has_full_page_intro {
        margin-top: -73px; } }
  .node-slider-container .full-page-slider.owl-loaded .item .node-view_mode--slide {
    height: 100vh; }
  .node-slider-container .media--view-mode-full, .node-slider-container .intro--view-mode-full {
    max-height: 100vh;
    height: 100vh;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .node-slider-container .media--view-mode-full, .node-slider-container .intro--view-mode-full {
        padding-top: 73px; } }
  .node-slider-container .intro--view-mode-full {
    display: flex;
    padding-top: 136px;
    flex-direction: column;
    justify-content: center; }
  .node.theme-dark {
    background-color: #1f1d2c;
    color: #fff; }
    .node.theme-dark h1, .node.theme-dark h2, .node.theme-dark h3, .node.theme-dark h4, .node.theme-dark h5, .node.theme-dark h6, .node.theme-dark p, .node.theme-dark .h1, .node.theme-dark .h2, .node.theme-dark .h3, .node.theme-dark .h4, .node.theme-dark .h5, .node.theme-dark .h6, .node.theme-dark .p {
      color: #fff; }
    .node.theme-dark a:not(.btn) {
      color: #fff; }
      .node.theme-dark a:not(.btn):hover, .node.theme-dark a:not(.btn):focus, .node.theme-dark a:not(.btn):active {
        color: #1f1d2c; }
    .node.theme-dark .muted {
      color: #707070; }
  .node.theme-dark-magenta {
    background-color: #1f1d2c;
    color: #fff; }
    .node.theme-dark-magenta h1, .node.theme-dark-magenta h2, .node.theme-dark-magenta h3, .node.theme-dark-magenta h4, .node.theme-dark-magenta h5, .node.theme-dark-magenta h6, .node.theme-dark-magenta p, .node.theme-dark-magenta .h1, .node.theme-dark-magenta .h2, .node.theme-dark-magenta .h3, .node.theme-dark-magenta .h4, .node.theme-dark-magenta .h5, .node.theme-dark-magenta .h6, .node.theme-dark-magenta .p {
      color: #fff; }
    .node.theme-dark-magenta a:not(.btn) {
      color: #e21d76; }
      .node.theme-dark-magenta a:not(.btn):hover, .node.theme-dark-magenta a:not(.btn):focus, .node.theme-dark-magenta a:not(.btn):active {
        color: #fff; }
    .node.theme-dark-magenta .muted {
      color: #707070; }
  .node.theme-dark-orange {
    background-color: #1f1d2c;
    color: #fff; }
    .node.theme-dark-orange h1, .node.theme-dark-orange h2, .node.theme-dark-orange h3, .node.theme-dark-orange h4, .node.theme-dark-orange h5, .node.theme-dark-orange h6, .node.theme-dark-orange p, .node.theme-dark-orange .h1, .node.theme-dark-orange .h2, .node.theme-dark-orange .h3, .node.theme-dark-orange .h4, .node.theme-dark-orange .h5, .node.theme-dark-orange .h6, .node.theme-dark-orange .p {
      color: #fff; }
    .node.theme-dark-orange a:not(.btn) {
      color: #f29124; }
      .node.theme-dark-orange a:not(.btn):hover, .node.theme-dark-orange a:not(.btn):focus, .node.theme-dark-orange a:not(.btn):active {
        color: #fff; }
    .node.theme-dark-orange .muted {
      color: #707070; }
  .node.theme-dark-green {
    background-color: #1f1d2c;
    color: #fff; }
    .node.theme-dark-green h1, .node.theme-dark-green h2, .node.theme-dark-green h3, .node.theme-dark-green h4, .node.theme-dark-green h5, .node.theme-dark-green h6, .node.theme-dark-green p, .node.theme-dark-green .h1, .node.theme-dark-green .h2, .node.theme-dark-green .h3, .node.theme-dark-green .h4, .node.theme-dark-green .h5, .node.theme-dark-green .h6, .node.theme-dark-green .p {
      color: #fff; }
    .node.theme-dark-green a:not(.btn) {
      color: #56b56c; }
      .node.theme-dark-green a:not(.btn):hover, .node.theme-dark-green a:not(.btn):focus, .node.theme-dark-green a:not(.btn):active {
        color: #fff; }
    .node.theme-dark-green .muted {
      color: #707070; }
  .node.theme-dark-blue {
    background-color: #1f1d2c;
    color: #fff; }
    .node.theme-dark-blue h1, .node.theme-dark-blue h2, .node.theme-dark-blue h3, .node.theme-dark-blue h4, .node.theme-dark-blue h5, .node.theme-dark-blue h6, .node.theme-dark-blue p, .node.theme-dark-blue .h1, .node.theme-dark-blue .h2, .node.theme-dark-blue .h3, .node.theme-dark-blue .h4, .node.theme-dark-blue .h5, .node.theme-dark-blue .h6, .node.theme-dark-blue .p {
      color: #fff; }
    .node.theme-dark-blue a:not(.btn) {
      color: #5363ab; }
      .node.theme-dark-blue a:not(.btn):hover, .node.theme-dark-blue a:not(.btn):focus, .node.theme-dark-blue a:not(.btn):active {
        color: #fff; }
    .node.theme-dark-blue .muted {
      color: #707070; }
  .node.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light {
    background-color: #fafafa;
    color: #1f1d2c; }
    .node.theme-mid h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h1, .node.theme-mid h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h2, .node.theme-mid h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h3, .node.theme-mid h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h4, .node.theme-mid h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h5, .node.theme-mid h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h6, .node.theme-mid p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light p, .node.theme-mid .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h1, .node.theme-mid .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h2, .node.theme-mid .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h3, .node.theme-mid .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h4, .node.theme-mid .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h5, .node.theme-mid .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h6, .node.theme-mid .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .p {
      color: #1f1d2c; }
    .node.theme-mid a:not(.btn), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn) {
      color: #1f1d2c; }
      .node.theme-mid a:not(.btn):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):hover, .node.theme-mid a:not(.btn):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):focus, .node.theme-mid a:not(.btn):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):active {
        color: #fff; }
    .node.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .muted {
      color: #707070; }
  .node.theme-mid-magenta {
    background-color: #fafafa;
    color: #1f1d2c; }
    .node.theme-mid-magenta h1, .node.theme-mid-magenta h2, .node.theme-mid-magenta h3, .node.theme-mid-magenta h4, .node.theme-mid-magenta h5, .node.theme-mid-magenta h6, .node.theme-mid-magenta p, .node.theme-mid-magenta .h1, .node.theme-mid-magenta .h2, .node.theme-mid-magenta .h3, .node.theme-mid-magenta .h4, .node.theme-mid-magenta .h5, .node.theme-mid-magenta .h6, .node.theme-mid-magenta .p {
      color: #1f1d2c; }
    .node.theme-mid-magenta a:not(.btn) {
      color: #e21d76; }
      .node.theme-mid-magenta a:not(.btn):hover, .node.theme-mid-magenta a:not(.btn):focus, .node.theme-mid-magenta a:not(.btn):active {
        color: #fff; }
    .node.theme-mid-magenta .muted {
      color: #707070; }
  .node.theme-mid-orange {
    background-color: #fafafa;
    color: #1f1d2c; }
    .node.theme-mid-orange h1, .node.theme-mid-orange h2, .node.theme-mid-orange h3, .node.theme-mid-orange h4, .node.theme-mid-orange h5, .node.theme-mid-orange h6, .node.theme-mid-orange p, .node.theme-mid-orange .h1, .node.theme-mid-orange .h2, .node.theme-mid-orange .h3, .node.theme-mid-orange .h4, .node.theme-mid-orange .h5, .node.theme-mid-orange .h6, .node.theme-mid-orange .p {
      color: #1f1d2c; }
    .node.theme-mid-orange a:not(.btn) {
      color: #f29124; }
      .node.theme-mid-orange a:not(.btn):hover, .node.theme-mid-orange a:not(.btn):focus, .node.theme-mid-orange a:not(.btn):active {
        color: #fff; }
    .node.theme-mid-orange .muted {
      color: #707070; }
  .node.theme-mid-green {
    background-color: #fafafa;
    color: #1f1d2c; }
    .node.theme-mid-green h1, .node.theme-mid-green h2, .node.theme-mid-green h3, .node.theme-mid-green h4, .node.theme-mid-green h5, .node.theme-mid-green h6, .node.theme-mid-green p, .node.theme-mid-green .h1, .node.theme-mid-green .h2, .node.theme-mid-green .h3, .node.theme-mid-green .h4, .node.theme-mid-green .h5, .node.theme-mid-green .h6, .node.theme-mid-green .p {
      color: #1f1d2c; }
    .node.theme-mid-green a:not(.btn) {
      color: #56b56c; }
      .node.theme-mid-green a:not(.btn):hover, .node.theme-mid-green a:not(.btn):focus, .node.theme-mid-green a:not(.btn):active {
        color: #fff; }
    .node.theme-mid-green .muted {
      color: #707070; }
  .node.theme-mid-blue {
    background-color: #fafafa;
    color: #1f1d2c; }
    .node.theme-mid-blue h1, .node.theme-mid-blue h2, .node.theme-mid-blue h3, .node.theme-mid-blue h4, .node.theme-mid-blue h5, .node.theme-mid-blue h6, .node.theme-mid-blue p, .node.theme-mid-blue .h1, .node.theme-mid-blue .h2, .node.theme-mid-blue .h3, .node.theme-mid-blue .h4, .node.theme-mid-blue .h5, .node.theme-mid-blue .h6, .node.theme-mid-blue .p {
      color: #1f1d2c; }
    .node.theme-mid-blue a:not(.btn) {
      color: #5363ab; }
      .node.theme-mid-blue a:not(.btn):hover, .node.theme-mid-blue a:not(.btn):focus, .node.theme-mid-blue a:not(.btn):active {
        color: #fff; }
    .node.theme-mid-blue .muted {
      color: #707070; }
  .node.theme-light {
    background-color: #fff;
    color: #1f1d2c; }
    .node.theme-light h1, .node.theme-light h2, .node.theme-light h3, .node.theme-light h4, .node.theme-light h5, .node.theme-light h6, .node.theme-light p, .node.theme-light .h1, .node.theme-light .h2, .node.theme-light .h3, .node.theme-light .h4, .node.theme-light .h5, .node.theme-light .h6, .node.theme-light .p {
      color: #1f1d2c; }
    .node.theme-light a:not(.btn) {
      color: #1f1d2c; }
      .node.theme-light a:not(.btn):hover, .node.theme-light a:not(.btn):focus, .node.theme-light a:not(.btn):active {
        color: #fff; }
    .node.theme-light .muted {
      color: #707070; }
  .node.theme-light-magenta {
    background-color: #fff;
    color: #1f1d2c; }
    .node.theme-light-magenta h1, .node.theme-light-magenta h2, .node.theme-light-magenta h3, .node.theme-light-magenta h4, .node.theme-light-magenta h5, .node.theme-light-magenta h6, .node.theme-light-magenta p, .node.theme-light-magenta .h1, .node.theme-light-magenta .h2, .node.theme-light-magenta .h3, .node.theme-light-magenta .h4, .node.theme-light-magenta .h5, .node.theme-light-magenta .h6, .node.theme-light-magenta .p {
      color: #1f1d2c; }
    .node.theme-light-magenta a:not(.btn) {
      color: #e21d76; }
      .node.theme-light-magenta a:not(.btn):hover, .node.theme-light-magenta a:not(.btn):focus, .node.theme-light-magenta a:not(.btn):active {
        color: #fff; }
    .node.theme-light-magenta .muted {
      color: #707070; }
  .node.theme-light-orange {
    background-color: #fff;
    color: #1f1d2c; }
    .node.theme-light-orange h1, .node.theme-light-orange h2, .node.theme-light-orange h3, .node.theme-light-orange h4, .node.theme-light-orange h5, .node.theme-light-orange h6, .node.theme-light-orange p, .node.theme-light-orange .h1, .node.theme-light-orange .h2, .node.theme-light-orange .h3, .node.theme-light-orange .h4, .node.theme-light-orange .h5, .node.theme-light-orange .h6, .node.theme-light-orange .p {
      color: #1f1d2c; }
    .node.theme-light-orange a:not(.btn) {
      color: #f29124; }
      .node.theme-light-orange a:not(.btn):hover, .node.theme-light-orange a:not(.btn):focus, .node.theme-light-orange a:not(.btn):active {
        color: #fff; }
    .node.theme-light-orange .muted {
      color: #707070; }
  .node.theme-light-green {
    background-color: #fff;
    color: #1f1d2c; }
    .node.theme-light-green h1, .node.theme-light-green h2, .node.theme-light-green h3, .node.theme-light-green h4, .node.theme-light-green h5, .node.theme-light-green h6, .node.theme-light-green p, .node.theme-light-green .h1, .node.theme-light-green .h2, .node.theme-light-green .h3, .node.theme-light-green .h4, .node.theme-light-green .h5, .node.theme-light-green .h6, .node.theme-light-green .p {
      color: #1f1d2c; }
    .node.theme-light-green a:not(.btn) {
      color: #56b56c; }
      .node.theme-light-green a:not(.btn):hover, .node.theme-light-green a:not(.btn):focus, .node.theme-light-green a:not(.btn):active {
        color: #fff; }
    .node.theme-light-green .muted {
      color: #707070; }
  .node.theme-light-blue {
    background-color: #fff;
    color: #1f1d2c; }
    .node.theme-light-blue h1, .node.theme-light-blue h2, .node.theme-light-blue h3, .node.theme-light-blue h4, .node.theme-light-blue h5, .node.theme-light-blue h6, .node.theme-light-blue p, .node.theme-light-blue .h1, .node.theme-light-blue .h2, .node.theme-light-blue .h3, .node.theme-light-blue .h4, .node.theme-light-blue .h5, .node.theme-light-blue .h6, .node.theme-light-blue .p {
      color: #1f1d2c; }
    .node.theme-light-blue a:not(.btn) {
      color: #5363ab; }
      .node.theme-light-blue a:not(.btn):hover, .node.theme-light-blue a:not(.btn):focus, .node.theme-light-blue a:not(.btn):active {
        color: #fff; }
    .node.theme-light-blue .muted {
      color: #707070; }

@media (min-width: 1200px) {
  .field.field--name-field-ref-client-stories .field__item .node-view_mode--preview .node-wrapper {
    padding-top: 0; } }

.field.field--name-field-ref-client-stories .field__item .node-view_mode--preview .node-container {
  padding-top: 0;
  padding-bottom: 0; }

.node--type-service_point.node-view_mode--teaser .node-headings .subtitle {
  font-weight: 600; }

.node--type-service_point.node-view_mode--teaser .node-content {
  display: flex;
  flex-direction: column; }

.node--type-service_point.node-view_mode--teaser .field a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal; }
  .node--type-service_point.node-view_mode--teaser .field a:hover, .node--type-service_point.node-view_mode--teaser .field a:focus, .node--type-service_point.node-view_mode--teaser .field a:active {
    color: #fff;
    text-decoration: none; }

.node--type-service_point.node-view_mode--teaser .field.field--label-inline {
  display: flex; }
  .node--type-service_point.node-view_mode--teaser .field.field--label-inline .field__label {
    font-weight: 600; }
    .node--type-service_point.node-view_mode--teaser .field.field--label-inline .field__label::after {
      content: ":\00a0"; }
  .node--type-service_point.node-view_mode--teaser .field.field--label-inline .field__items .field__item {
    display: inline-block; }
    .node--type-service_point.node-view_mode--teaser .field.field--label-inline .field__items .field__item::after {
      content: ",\00a0"; }
    .node--type-service_point.node-view_mode--teaser .field.field--label-inline .field__items .field__item:last-of-type::after {
      content: none; }

.node--type-service_point.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__label, .node--type-service_point.node-view_mode--teaser .field.field--name-field-email .field__label, .node--type-service_point.node-view_mode--teaser .field.field--name-field-phone .field__label, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link .field__label {
  font-weight: 600; }
  .node--type-service_point.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__label::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-email .field__label::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-phone .field__label::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link .field__label::after {
    content: ":\00a0"; }

.node--type-service_point.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__items, .node--type-service_point.node-view_mode--teaser .field.field--name-field-email .field__items, .node--type-service_point.node-view_mode--teaser .field.field--name-field-phone .field__items, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link .field__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  .node--type-service_point.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__items .field__item, .node--type-service_point.node-view_mode--teaser .field.field--name-field-email .field__items .field__item, .node--type-service_point.node-view_mode--teaser .field.field--name-field-phone .field__items .field__item, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link .field__items .field__item {
    flex: 0 0 0;
    white-space: pre;
    display: inline-block; }
    .node--type-service_point.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__items .field__item::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-email .field__items .field__item::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-phone .field__items .field__item::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link .field__items .field__item::after {
      content: ",\00a0"; }
    .node--type-service_point.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__items .field__item:last-of-type::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-email .field__items .field__item:last-of-type::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-phone .field__items .field__item:last-of-type::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link .field__items .field__item:last-of-type::after {
      content: none; }

.node--type-service_point.node-view_mode--teaser .field.field--name-field-link {
  padding-top: 2rem;
  padding-bottom: 1rem; }
  .node--type-service_point.node-view_mode--teaser .field.field--name-field-link a {
    color: #1f1d2c;
    font-weight: 600;
    text-decoration: none; }
    .node--type-service_point.node-view_mode--teaser .field.field--name-field-link a:hover, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link a:focus, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link a:active {
      color: #1f1d2c;
      text-decoration: underline; }

.node--type-service_point.node-view_mode--teaser .field.field--name-field-ref-tax-business-services {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.theme-light .node--type-sales_network.node-view_mode--teaser .field a {
  color: #1f1d2c; }
  .theme-light .node--type-sales_network.node-view_mode--teaser .field a:hover, .theme-light .node--type-sales_network.node-view_mode--teaser .field a:focus, .theme-light .node--type-sales_network.node-view_mode--teaser .field a:active {
    color: #1f1d2c; }

.theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a {
  color: #1f1d2c; }
  .theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:hover, .theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:focus, .theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:active {
    color: #1f1d2c; }

/** ¶ nodes  **/
.node {
  /* theming */ }
  .node a:hover, .node a:focus, .node a:active {
    outline: transparent none 0; }
  .node-wrapper {
    width: 100%; }
  .node-container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .node-container {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .node-container {
        max-width: 100%; } }
    @media (min-width: 992px) {
      .node-container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .node-container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .node-container {
        max-width: 1400px; } }
    @media (min-width: 2440px) {
      .node-container {
        max-width: 2400px; } }
    .node-container-fluid {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      overflow: hidden; }
  .node-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
  .node-col-content {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .node-headings, .node-body, .node-image, .node-footer {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .node-headings {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 5rem; }
    @media (min-width: 1200px) {
      .node-headings {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 16.6666666667%; } }
    .node-headings .title {
      text-align: center;
      margin-bottom: 1rem;
      color: #fff; }
      @media (min-width: 1200px) {
        .node-headings .title {
          margin-bottom: 1.5rem; } }
      .node-headings .title .node-link {
        color: #fff;
        display: block;
        text-align: left; }
        .node-headings .title .node-link:hover, .node-headings .title .node-link:focus, .node-headings .title .node-link:active {
          color: rgba(255, 255, 255, 0.5);
          text-decoration: none; }
          .node-headings .title .node-link:hover.node-node::after, .node-headings .title .node-link:focus.node-node::after, .node-headings .title .node-link:active.node-node::after {
            content: none; }
    .node-headings .subtitle {
      text-align: center; }
    .node-headings .summary {
      text-align: center;
      margin-bottom: 2rem; }
      @media (min-width: 1200px) {
        .node-headings .summary {
          margin-bottom: 1.5rem; } }
    .node-headings .taglist {
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      .node-headings .taglist .goto-term {
        background-color: #fff;
        color: #1f1d2c;
        font-weight: 200; }
        .node-headings .taglist .goto-term::before {
          content: "# "; }
        .node-headings .taglist .goto-term:hover {
          color: #fff;
          background-color: #1f1d2c !important; }
  .node-cta {
    display: flex; }
    .node-cta .node-link .text-label {
      display: flex; }
    .node-cta .node-link.goto-node {
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase; }
      .node-cta .node-link.goto-node .text-label::after {
        content: "arrow_forward";
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        font-size: 1.125rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        line-height: 1.5;
        padding-left: 0.5rem; }
  .node-label {
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.16;
    letter-spacing: 1px;
    color: unset;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .node--type-article, .node--type-clientstory {
    background-color: #1f1d2c; }
    .node--type-article .node-container, .node--type-clientstory .node-container {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    .node--type-article .node-headings, .node--type-clientstory .node-headings {
      min-height: 0;
      display: block; }
      .node--type-article .node-headings .title, .node--type-clientstory .node-headings .title {
        text-align: center;
        margin-bottom: 2rem; }
      .node--type-article .node-headings .subtitle, .node--type-clientstory .node-headings .subtitle {
        font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
        font-size: 1.125rem;
        font-weight: 200;
        line-height: 1.5;
        margin-bottom: 2rem;
        text-align: center; }
    .node--type-article .node-image, .node--type-clientstory .node-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node--type-article .node-image, .node--type-clientstory .node-image {
          margin-bottom: 5rem; } }
      .node--type-article .node-image img, .node--type-clientstory .node-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .node--type-article .node-body, .node--type-clientstory .node-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .node--type-article .node-body, .node--type-clientstory .node-body {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%; } }
  .node--type-page {
    background-color: #1f1d2c; }
    .node--type-page .node-slider-container {
      position: relative; }
      .node--type-page .node-slider-container .scroller {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: transparent;
        padding: 2rem 3rem; }
        @media (max-width: 991.98px) {
          .node--type-page .node-slider-container .scroller {
            padding: 3rem 0; } }
        .node--type-page .node-slider-container .scroller .row .col {
          text-align: center; }
      .node--type-page .node-slider-container .full-page-slider.owl-loaded {
        padding-bottom: 0; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .owl-stage-outer {
          overflow: hidden; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .owl-dots {
          top: 20vh;
          left: 1.5rem;
          bottom: auto;
          width: calc(100% - 3rem);
          justify-content: flex-start;
          padding-bottom: 0; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .item {
          overflow: hidden; }
          .node--type-page .node-slider-container .full-page-slider.owl-loaded .item .node {
            width: 100vw;
            height: calc(100vh - 5.5rem); }
    .node--type-page .node-type {
      text-align: center;
      font-size: 0.625rem;
      color: #bbbbbc;
      margin-bottom: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1.16;
      letter-spacing: 1px; }
    .node--type-page .node-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node--type-page .node-image {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%;
          margin-bottom: 5rem; } }
      .node--type-page .node-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .node--type-page .node-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .node--type-page .node-body {
          flex: 0 0 66.6666666667%;
          max-width: 66.6666666667%;
          margin-left: 16.6666666667%; } }
  .node--type-product .main-content-pointer {
    position: absolute; }
  .node-view_mode--teaser, .node-view_mode--card {
    background-color: transparent;
    width: 100%; }
    .node-view_mode--teaser .node-container, .node-view_mode--card .node-container {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: transparent;
      background-clip: border-box;
      padding-top: 0;
      border: 0 solid transparent;
      border-radius: 0; }
    .node-view_mode--teaser .node-image, .node-view_mode--teaser .node-headings, .node-view_mode--teaser .node-body, .node-view_mode--teaser .node-footer, .node-view_mode--card .node-image, .node-view_mode--card .node-headings, .node-view_mode--card .node-body, .node-view_mode--card .node-footer {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      flex: 0 0 auto;
      min-height: auto;
      align-items: flex-start;
      justify-content: flex-start; }
    .node-view_mode--teaser .node-image, .node-view_mode--card .node-image {
      display: block;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node-view_mode--teaser .node-image, .node-view_mode--card .node-image {
          margin-bottom: 5rem; } }
      .node-view_mode--teaser .node-image a, .node-view_mode--card .node-image a {
        display: block;
        width: 100%;
        opacity: 1; }
        .node-view_mode--teaser .node-image a:hover, .node-view_mode--teaser .node-image a:focus, .node-view_mode--teaser .node-image a:active, .node-view_mode--card .node-image a:hover, .node-view_mode--card .node-image a:focus, .node-view_mode--card .node-image a:active {
          opacity: 0.5; }
      .node-view_mode--teaser .node-image img, .node-view_mode--card .node-image img {
        width: 100%;
        height: auto;
        display: block; }
      .node-view_mode--teaser .node-image.-overlay, .node-view_mode--card .node-image.-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
        border-radius: 0; }
      .node-view_mode--teaser .node-image, .node-view_mode--teaser .node-image.-top, .node-view_mode--teaser .node-image.-bottom, .node-view_mode--card .node-image, .node-view_mode--card .node-image.-top, .node-view_mode--card .node-image.-bottom {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 100%; }
      .node-view_mode--teaser .node-image.-top, .node-view_mode--card .node-image.-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .node-view_mode--teaser .node-image.-bottom, .node-view_mode--card .node-image.-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
    .node-view_mode--teaser .node-headings .node-link, .node-view_mode--card .node-headings .node-link {
      color: unset;
      display: block;
      text-align: left; }
      .node-view_mode--teaser .node-headings .node-link:hover, .node-view_mode--teaser .node-headings .node-link:focus, .node-view_mode--teaser .node-headings .node-link:active, .node-view_mode--card .node-headings .node-link:hover, .node-view_mode--card .node-headings .node-link:focus, .node-view_mode--card .node-headings .node-link:active {
        color: unset;
        text-decoration: none; }
      .node-view_mode--teaser .node-headings .node-link .title, .node-view_mode--card .node-headings .node-link .title {
        color: inherit; }
      .node-view_mode--teaser .node-headings .node-link .subtitle, .node-view_mode--card .node-headings .node-link .subtitle {
        color: inherit; }
    .node-view_mode--teaser .node-headings .title, .node-view_mode--card .node-headings .title {
      text-align: left;
      margin-bottom: 0; }
    .node-view_mode--teaser .node-headings .subtitle, .node-view_mode--card .node-headings .subtitle {
      font-size: 1.25rem;
      font-weight: 200;
      line-height: 1.3;
      margin-top: 1.5rem;
      margin-bottom: 0;
      text-align: left; }
    .node-view_mode--teaser .node-body, .node-view_mode--card .node-body {
      flex: 0 1 auto;
      min-height: 1px;
      padding: 0;
      cursor: default;
      margin-top: 0; }
      .node-view_mode--teaser .node-body p:last-child, .node-view_mode--card .node-body p:last-child {
        margin-bottom: 0; }
  .node-view_mode--preview {
    background-color: #1f1d2c; }
    .node-view_mode--preview .node-wrapper {
      padding-top: 3rem; }
      .node-view_mode--preview .node-wrapper .node-spacer.-borders:first-of-type {
        padding-top: 0; }
    .node-view_mode--preview .node-container {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      @media (min-width: 576px) {
        .node-view_mode--preview .node-container {
          max-width: 100%; } }
      @media (min-width: 768px) {
        .node-view_mode--preview .node-container {
          max-width: 100%; } }
      @media (min-width: 992px) {
        .node-view_mode--preview .node-container {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        .node-view_mode--preview .node-container {
          max-width: 1140px; } }
      @media (min-width: 1440px) {
        .node-view_mode--preview .node-container {
          max-width: 1400px; } }
      @media (min-width: 2440px) {
        .node-view_mode--preview .node-container {
          max-width: 2400px; } }
    .node-view_mode--preview .node-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.5rem;
      margin-left: -1.5rem; }
    @media (min-width: 1200px) {
      .node-view_mode--preview .node-col-content {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 0; } }
    .node-view_mode--preview .node-headings {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0; }
      .node-view_mode--preview .node-headings .title, .node-view_mode--preview .node-headings .subtitle {
        text-align: left;
        color: #fff; }
    .node-view_mode--preview .node-body {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
      color: #fff; }
    .node-view_mode--preview .node-spacer {
      padding-top: 3rem;
      padding-bottom: 3rem;
      position: relative; }
      .node-view_mode--preview .node-spacer.-borders {
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: relative; }
        .node-view_mode--preview .node-spacer.-borders::before, .node-view_mode--preview .node-spacer.-borders::after {
          content: "";
          display: block;
          width: calc(100% - 3rem);
          padding: 1.5rem 0;
          margin: 0 auto; }
        .node-view_mode--preview .node-spacer.-borders::before {
          border-top: 1px solid transparent; }
        .node-view_mode--preview .node-spacer.-borders::after {
          border-bottom: 1px solid transparent; }
    .node-view_mode--preview .node-link:hover, .node-view_mode--preview .node-link:focus, .node-view_mode--preview .node-link:active {
      text-decoration: none; }
    .node-view_mode--preview .components {
      background-color: transparent;
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem; }
      .node-view_mode--preview .components.component-quote .quote-container {
        border-bottom-color: #fff; }
      .node-view_mode--preview .components.component-quote .quote-body {
        color: #fff; }
      .node-view_mode--preview .components.component-quote .quote-author.-details {
        color: #fff; }
  .node-view_mode--slide {
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .node-view_mode--slide::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-image: linear-gradient(to left, rgba(31, 29, 44, 0.1), rgba(31, 29, 44, 0.4)), linear-gradient(to bottom, rgba(31, 29, 44, 0.4), rgba(31, 29, 44, 0.8)); }
    .node-view_mode--slide .node-headings {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
      .node-view_mode--slide .node-headings .title {
        font-weight: bold;
        text-align: left;
        margin-bottom: 1.5rem;
        color: #fff; }
        @media (min-width: 1200px) {
          .node-view_mode--slide .node-headings .title {
            margin-bottom: 1.5rem; } }
        @media (min-width: 992px) {
          .node-view_mode--slide .node-headings .title {
            font-size: 4rem; } }
        @media (max-width: 767.98px) {
          .node-view_mode--slide .node-headings .title {
            font-size: 1.75rem; } }
        .node-view_mode--slide .node-headings .title a {
          color: #fff; }
      .node-view_mode--slide .node-headings .subtitle {
        text-align: left;
        margin-bottom: 1rem;
        color: #fff;
        font-size: 1rem;
        font-weight: inherit;
        line-height: 1.5; }
        @media (max-width: 767.98px) {
          .node-view_mode--slide .node-headings .subtitle {
            display: none; } }
      .node-view_mode--slide .node-headings .goto-node:hover {
        text-decoration: none; }
        .node-view_mode--slide .node-headings .goto-node:hover .title, .node-view_mode--slide .node-headings .goto-node:hover .subtitle {
          text-decoration: none;
          color: #bfbfbf; }
    .node-view_mode--slide .node-footer {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
    .node-view_mode--slide .node-cta .material-icons {
      vertical-align: middle; }
    @media (min-width: 1200px) {
      .node-view_mode--slide .node-cta {
        margin-top: 4rem; } }
    .node-view_mode--slide .node-cta .node-link {
      display: flex; }
  .node.has_video, .node.has_slider, .node.has_full_page_intro {
    margin-top: -136px; }
    @media (max-width: 1199.98px) {
      .node.has_video, .node.has_slider, .node.has_full_page_intro {
        margin-top: -73px; } }
  .node-slider-container .full-page-slider.owl-loaded .item .node-view_mode--slide {
    height: 100vh; }
  .node-slider-container .media--view-mode-full, .node-slider-container .intro--view-mode-full {
    max-height: 100vh;
    height: 100vh;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .node-slider-container .media--view-mode-full, .node-slider-container .intro--view-mode-full {
        padding-top: 73px; } }
  .node-slider-container .intro--view-mode-full {
    display: flex;
    padding-top: 136px;
    flex-direction: column;
    justify-content: center; }
  .node.theme-dark {
    background-color: #1f1d2c;
    color: #fff; }
    .node.theme-dark h1, .node.theme-dark h2, .node.theme-dark h3, .node.theme-dark h4, .node.theme-dark h5, .node.theme-dark h6, .node.theme-dark p, .node.theme-dark .h1, .node.theme-dark .h2, .node.theme-dark .h3, .node.theme-dark .h4, .node.theme-dark .h5, .node.theme-dark .h6, .node.theme-dark .p {
      color: #fff; }
    .node.theme-dark a:not(.btn) {
      color: #fff; }
      .node.theme-dark a:not(.btn):hover, .node.theme-dark a:not(.btn):focus, .node.theme-dark a:not(.btn):active {
        color: #1f1d2c; }
    .node.theme-dark .muted {
      color: #707070; }
  .node.theme-dark-magenta {
    background-color: #1f1d2c;
    color: #fff; }
    .node.theme-dark-magenta h1, .node.theme-dark-magenta h2, .node.theme-dark-magenta h3, .node.theme-dark-magenta h4, .node.theme-dark-magenta h5, .node.theme-dark-magenta h6, .node.theme-dark-magenta p, .node.theme-dark-magenta .h1, .node.theme-dark-magenta .h2, .node.theme-dark-magenta .h3, .node.theme-dark-magenta .h4, .node.theme-dark-magenta .h5, .node.theme-dark-magenta .h6, .node.theme-dark-magenta .p {
      color: #fff; }
    .node.theme-dark-magenta a:not(.btn) {
      color: #e21d76; }
      .node.theme-dark-magenta a:not(.btn):hover, .node.theme-dark-magenta a:not(.btn):focus, .node.theme-dark-magenta a:not(.btn):active {
        color: #fff; }
    .node.theme-dark-magenta .muted {
      color: #707070; }
  .node.theme-dark-orange {
    background-color: #1f1d2c;
    color: #fff; }
    .node.theme-dark-orange h1, .node.theme-dark-orange h2, .node.theme-dark-orange h3, .node.theme-dark-orange h4, .node.theme-dark-orange h5, .node.theme-dark-orange h6, .node.theme-dark-orange p, .node.theme-dark-orange .h1, .node.theme-dark-orange .h2, .node.theme-dark-orange .h3, .node.theme-dark-orange .h4, .node.theme-dark-orange .h5, .node.theme-dark-orange .h6, .node.theme-dark-orange .p {
      color: #fff; }
    .node.theme-dark-orange a:not(.btn) {
      color: #f29124; }
      .node.theme-dark-orange a:not(.btn):hover, .node.theme-dark-orange a:not(.btn):focus, .node.theme-dark-orange a:not(.btn):active {
        color: #fff; }
    .node.theme-dark-orange .muted {
      color: #707070; }
  .node.theme-dark-green {
    background-color: #1f1d2c;
    color: #fff; }
    .node.theme-dark-green h1, .node.theme-dark-green h2, .node.theme-dark-green h3, .node.theme-dark-green h4, .node.theme-dark-green h5, .node.theme-dark-green h6, .node.theme-dark-green p, .node.theme-dark-green .h1, .node.theme-dark-green .h2, .node.theme-dark-green .h3, .node.theme-dark-green .h4, .node.theme-dark-green .h5, .node.theme-dark-green .h6, .node.theme-dark-green .p {
      color: #fff; }
    .node.theme-dark-green a:not(.btn) {
      color: #56b56c; }
      .node.theme-dark-green a:not(.btn):hover, .node.theme-dark-green a:not(.btn):focus, .node.theme-dark-green a:not(.btn):active {
        color: #fff; }
    .node.theme-dark-green .muted {
      color: #707070; }
  .node.theme-dark-blue {
    background-color: #1f1d2c;
    color: #fff; }
    .node.theme-dark-blue h1, .node.theme-dark-blue h2, .node.theme-dark-blue h3, .node.theme-dark-blue h4, .node.theme-dark-blue h5, .node.theme-dark-blue h6, .node.theme-dark-blue p, .node.theme-dark-blue .h1, .node.theme-dark-blue .h2, .node.theme-dark-blue .h3, .node.theme-dark-blue .h4, .node.theme-dark-blue .h5, .node.theme-dark-blue .h6, .node.theme-dark-blue .p {
      color: #fff; }
    .node.theme-dark-blue a:not(.btn) {
      color: #5363ab; }
      .node.theme-dark-blue a:not(.btn):hover, .node.theme-dark-blue a:not(.btn):focus, .node.theme-dark-blue a:not(.btn):active {
        color: #fff; }
    .node.theme-dark-blue .muted {
      color: #707070; }
  .node.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light {
    background-color: #fafafa;
    color: #1f1d2c; }
    .node.theme-mid h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h1, .node.theme-mid h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h2, .node.theme-mid h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h3, .node.theme-mid h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h4, .node.theme-mid h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h5, .node.theme-mid h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h6, .node.theme-mid p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light p, .node.theme-mid .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h1, .node.theme-mid .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h2, .node.theme-mid .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h3, .node.theme-mid .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h4, .node.theme-mid .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h5, .node.theme-mid .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h6, .node.theme-mid .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .p {
      color: #1f1d2c; }
    .node.theme-mid a:not(.btn), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn) {
      color: #1f1d2c; }
      .node.theme-mid a:not(.btn):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):hover, .node.theme-mid a:not(.btn):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):focus, .node.theme-mid a:not(.btn):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):active {
        color: #fff; }
    .node.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .muted {
      color: #707070; }
  .node.theme-mid-magenta {
    background-color: #fafafa;
    color: #1f1d2c; }
    .node.theme-mid-magenta h1, .node.theme-mid-magenta h2, .node.theme-mid-magenta h3, .node.theme-mid-magenta h4, .node.theme-mid-magenta h5, .node.theme-mid-magenta h6, .node.theme-mid-magenta p, .node.theme-mid-magenta .h1, .node.theme-mid-magenta .h2, .node.theme-mid-magenta .h3, .node.theme-mid-magenta .h4, .node.theme-mid-magenta .h5, .node.theme-mid-magenta .h6, .node.theme-mid-magenta .p {
      color: #1f1d2c; }
    .node.theme-mid-magenta a:not(.btn) {
      color: #e21d76; }
      .node.theme-mid-magenta a:not(.btn):hover, .node.theme-mid-magenta a:not(.btn):focus, .node.theme-mid-magenta a:not(.btn):active {
        color: #fff; }
    .node.theme-mid-magenta .muted {
      color: #707070; }
  .node.theme-mid-orange {
    background-color: #fafafa;
    color: #1f1d2c; }
    .node.theme-mid-orange h1, .node.theme-mid-orange h2, .node.theme-mid-orange h3, .node.theme-mid-orange h4, .node.theme-mid-orange h5, .node.theme-mid-orange h6, .node.theme-mid-orange p, .node.theme-mid-orange .h1, .node.theme-mid-orange .h2, .node.theme-mid-orange .h3, .node.theme-mid-orange .h4, .node.theme-mid-orange .h5, .node.theme-mid-orange .h6, .node.theme-mid-orange .p {
      color: #1f1d2c; }
    .node.theme-mid-orange a:not(.btn) {
      color: #f29124; }
      .node.theme-mid-orange a:not(.btn):hover, .node.theme-mid-orange a:not(.btn):focus, .node.theme-mid-orange a:not(.btn):active {
        color: #fff; }
    .node.theme-mid-orange .muted {
      color: #707070; }
  .node.theme-mid-green {
    background-color: #fafafa;
    color: #1f1d2c; }
    .node.theme-mid-green h1, .node.theme-mid-green h2, .node.theme-mid-green h3, .node.theme-mid-green h4, .node.theme-mid-green h5, .node.theme-mid-green h6, .node.theme-mid-green p, .node.theme-mid-green .h1, .node.theme-mid-green .h2, .node.theme-mid-green .h3, .node.theme-mid-green .h4, .node.theme-mid-green .h5, .node.theme-mid-green .h6, .node.theme-mid-green .p {
      color: #1f1d2c; }
    .node.theme-mid-green a:not(.btn) {
      color: #56b56c; }
      .node.theme-mid-green a:not(.btn):hover, .node.theme-mid-green a:not(.btn):focus, .node.theme-mid-green a:not(.btn):active {
        color: #fff; }
    .node.theme-mid-green .muted {
      color: #707070; }
  .node.theme-mid-blue {
    background-color: #fafafa;
    color: #1f1d2c; }
    .node.theme-mid-blue h1, .node.theme-mid-blue h2, .node.theme-mid-blue h3, .node.theme-mid-blue h4, .node.theme-mid-blue h5, .node.theme-mid-blue h6, .node.theme-mid-blue p, .node.theme-mid-blue .h1, .node.theme-mid-blue .h2, .node.theme-mid-blue .h3, .node.theme-mid-blue .h4, .node.theme-mid-blue .h5, .node.theme-mid-blue .h6, .node.theme-mid-blue .p {
      color: #1f1d2c; }
    .node.theme-mid-blue a:not(.btn) {
      color: #5363ab; }
      .node.theme-mid-blue a:not(.btn):hover, .node.theme-mid-blue a:not(.btn):focus, .node.theme-mid-blue a:not(.btn):active {
        color: #fff; }
    .node.theme-mid-blue .muted {
      color: #707070; }
  .node.theme-light {
    background-color: #fff;
    color: #1f1d2c; }
    .node.theme-light h1, .node.theme-light h2, .node.theme-light h3, .node.theme-light h4, .node.theme-light h5, .node.theme-light h6, .node.theme-light p, .node.theme-light .h1, .node.theme-light .h2, .node.theme-light .h3, .node.theme-light .h4, .node.theme-light .h5, .node.theme-light .h6, .node.theme-light .p {
      color: #1f1d2c; }
    .node.theme-light a:not(.btn) {
      color: #1f1d2c; }
      .node.theme-light a:not(.btn):hover, .node.theme-light a:not(.btn):focus, .node.theme-light a:not(.btn):active {
        color: #fff; }
    .node.theme-light .muted {
      color: #707070; }
  .node.theme-light-magenta {
    background-color: #fff;
    color: #1f1d2c; }
    .node.theme-light-magenta h1, .node.theme-light-magenta h2, .node.theme-light-magenta h3, .node.theme-light-magenta h4, .node.theme-light-magenta h5, .node.theme-light-magenta h6, .node.theme-light-magenta p, .node.theme-light-magenta .h1, .node.theme-light-magenta .h2, .node.theme-light-magenta .h3, .node.theme-light-magenta .h4, .node.theme-light-magenta .h5, .node.theme-light-magenta .h6, .node.theme-light-magenta .p {
      color: #1f1d2c; }
    .node.theme-light-magenta a:not(.btn) {
      color: #e21d76; }
      .node.theme-light-magenta a:not(.btn):hover, .node.theme-light-magenta a:not(.btn):focus, .node.theme-light-magenta a:not(.btn):active {
        color: #fff; }
    .node.theme-light-magenta .muted {
      color: #707070; }
  .node.theme-light-orange {
    background-color: #fff;
    color: #1f1d2c; }
    .node.theme-light-orange h1, .node.theme-light-orange h2, .node.theme-light-orange h3, .node.theme-light-orange h4, .node.theme-light-orange h5, .node.theme-light-orange h6, .node.theme-light-orange p, .node.theme-light-orange .h1, .node.theme-light-orange .h2, .node.theme-light-orange .h3, .node.theme-light-orange .h4, .node.theme-light-orange .h5, .node.theme-light-orange .h6, .node.theme-light-orange .p {
      color: #1f1d2c; }
    .node.theme-light-orange a:not(.btn) {
      color: #f29124; }
      .node.theme-light-orange a:not(.btn):hover, .node.theme-light-orange a:not(.btn):focus, .node.theme-light-orange a:not(.btn):active {
        color: #fff; }
    .node.theme-light-orange .muted {
      color: #707070; }
  .node.theme-light-green {
    background-color: #fff;
    color: #1f1d2c; }
    .node.theme-light-green h1, .node.theme-light-green h2, .node.theme-light-green h3, .node.theme-light-green h4, .node.theme-light-green h5, .node.theme-light-green h6, .node.theme-light-green p, .node.theme-light-green .h1, .node.theme-light-green .h2, .node.theme-light-green .h3, .node.theme-light-green .h4, .node.theme-light-green .h5, .node.theme-light-green .h6, .node.theme-light-green .p {
      color: #1f1d2c; }
    .node.theme-light-green a:not(.btn) {
      color: #56b56c; }
      .node.theme-light-green a:not(.btn):hover, .node.theme-light-green a:not(.btn):focus, .node.theme-light-green a:not(.btn):active {
        color: #fff; }
    .node.theme-light-green .muted {
      color: #707070; }
  .node.theme-light-blue {
    background-color: #fff;
    color: #1f1d2c; }
    .node.theme-light-blue h1, .node.theme-light-blue h2, .node.theme-light-blue h3, .node.theme-light-blue h4, .node.theme-light-blue h5, .node.theme-light-blue h6, .node.theme-light-blue p, .node.theme-light-blue .h1, .node.theme-light-blue .h2, .node.theme-light-blue .h3, .node.theme-light-blue .h4, .node.theme-light-blue .h5, .node.theme-light-blue .h6, .node.theme-light-blue .p {
      color: #1f1d2c; }
    .node.theme-light-blue a:not(.btn) {
      color: #5363ab; }
      .node.theme-light-blue a:not(.btn):hover, .node.theme-light-blue a:not(.btn):focus, .node.theme-light-blue a:not(.btn):active {
        color: #fff; }
    .node.theme-light-blue .muted {
      color: #707070; }

@media (min-width: 1200px) {
  .field.field--name-field-ref-client-stories .field__item .node-view_mode--preview .node-wrapper {
    padding-top: 0; } }

.field.field--name-field-ref-client-stories .field__item .node-view_mode--preview .node-container {
  padding-top: 0;
  padding-bottom: 0; }

.node--type-sales_network.node-view_mode--teaser .node-headings .title {
  display: none; }

.node--type-sales_network.node-view_mode--teaser .node-headings .subtitle {
  font-weight: 600;
  margin-top: 0; }

.node--type-sales_network.node-view_mode--teaser .node-content {
  display: flex;
  flex-direction: column; }

.node--type-sales_network.node-view_mode--teaser .field a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal; }
  .node--type-sales_network.node-view_mode--teaser .field a:hover, .node--type-sales_network.node-view_mode--teaser .field a:focus, .node--type-sales_network.node-view_mode--teaser .field a:active {
    color: #fff;
    text-decoration: none; }

.node--type-sales_network.node-view_mode--teaser .field.field--label-inline {
  display: inline-block; }
  .node--type-sales_network.node-view_mode--teaser .field.field--label-inline .field__label, .node--type-sales_network.node-view_mode--teaser .field.field--label-inline .field__items, .node--type-sales_network.node-view_mode--teaser .field.field--label-inline .field__item {
    display: inline-block; }

.node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__label, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-countries .field__label, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas .field__label, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-email .field__label, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-phone .field__label, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link .field__label {
  font-weight: 600; }
  .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__label::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-countries .field__label::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas .field__label::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-email .field__label::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-phone .field__label::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link .field__label::after {
    content: ":\00a0"; }

.node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__items .field__item, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-countries .field__items .field__item, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas .field__items .field__item, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-email .field__items .field__item, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-phone .field__items .field__item, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link .field__items .field__item {
  display: inline-flex; }
  .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__items .field__item::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-countries .field__items .field__item::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas .field__items .field__item::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-email .field__items .field__item::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-phone .field__items .field__item::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link .field__items .field__item::after {
    content: ",\00a0"; }
  .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__items .field__item:last-of-type::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-countries .field__items .field__item:last-of-type::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas .field__items .field__item:last-of-type::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-email .field__items .field__item:last-of-type::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-phone .field__items .field__item:last-of-type::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link .field__items .field__item:last-of-type::after {
    content: none; }

.node--type-sales_network.node-view_mode--teaser .field.field--name-field-link {
  padding-top: 2rem;
  padding-bottom: 1rem; }
  .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a {
    color: #1f1d2c;
    font-weight: 600;
    text-decoration: none; }
    .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:hover, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:focus, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:active {
      color: #1f1d2c;
      text-decoration: underline; }

.node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas .field__label {
  display: none; }

.node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas.field__items .field__item::after {
  content: ",\00a0"; }

.node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas.field__items .field__item:last-of-type::after {
  content: none; }

.node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-countries .field__label {
  display: none; }

.theme-light .node--type-sales_network.node-view_mode--teaser .field a {
  color: #1f1d2c; }
  .theme-light .node--type-sales_network.node-view_mode--teaser .field a:hover, .theme-light .node--type-sales_network.node-view_mode--teaser .field a:focus, .theme-light .node--type-sales_network.node-view_mode--teaser .field a:active {
    color: #1f1d2c; }

.theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a {
  color: #1f1d2c; }
  .theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:hover, .theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:focus, .theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:active {
    color: #1f1d2c; }

.media--view-mode-full > .field {
  width: 100%; }
  .media--view-mode-full > .field > .field__item > video {
    width: auto;
    height: auto; }

.ui-dialog-title {
  display: none; }

.ui-dialog #drupal-modal .media {
  display: flex;
  align-items: stretch;
  height: 100%; }
  .ui-dialog #drupal-modal .media .field__item {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .ui-dialog #drupal-modal .media .field__item iframe {
      width: 100%;
      height: 100%; }
    .ui-dialog #drupal-modal .media .field__item picture {
      max-height: 100%;
      text-align: center; }
      .ui-dialog #drupal-modal .media .field__item picture > img {
        max-width: 100%;
        max-height: 100%; }

/** ¶ card  **/
.card {
  /* theming */ }
  .card a:hover, .card a:focus, .card a:active {
    outline: transparent none 0; }
  .card-wrapper {
    width: 100%; }
  .card-container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .card-container {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .card-container {
        max-width: 100%; } }
    @media (min-width: 992px) {
      .card-container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .card-container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .card-container {
        max-width: 1400px; } }
    @media (min-width: 2440px) {
      .card-container {
        max-width: 2400px; } }
    .card-container-fluid {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      overflow: hidden; }
  .card-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
  .card-col-content {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .card-headings, .card-body, .card-image, .card-footer {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .card-headings {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 5rem; }
    @media (min-width: 1200px) {
      .card-headings {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 16.6666666667%; } }
    .card-headings .title {
      text-align: center;
      margin-bottom: 1rem;
      color: #fff; }
      @media (min-width: 1200px) {
        .card-headings .title {
          margin-bottom: 1.5rem; } }
      .card-headings .title .card-link {
        color: #fff;
        display: block;
        text-align: left; }
        .card-headings .title .card-link:hover, .card-headings .title .card-link:focus, .card-headings .title .card-link:active {
          color: rgba(255, 255, 255, 0.5);
          text-decoration: none; }
          .card-headings .title .card-link:hover.card-card::after, .card-headings .title .card-link:focus.card-card::after, .card-headings .title .card-link:active.card-card::after {
            content: none; }
    .card-headings .subtitle {
      text-align: center; }
    .card-headings .summary {
      text-align: center;
      margin-bottom: 2rem; }
      @media (min-width: 1200px) {
        .card-headings .summary {
          margin-bottom: 1.5rem; } }
    .card-headings .taglist {
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      .card-headings .taglist .goto-term {
        background-color: #fff;
        color: #1f1d2c;
        font-weight: 200; }
        .card-headings .taglist .goto-term::before {
          content: "# "; }
        .card-headings .taglist .goto-term:hover {
          color: #fff;
          background-color: #1f1d2c !important; }
  .card-cta {
    display: flex; }
    .card-cta .card-link .text-label {
      display: flex; }
    .card-cta .card-link.goto-card {
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase; }
      .card-cta .card-link.goto-card .text-label::after {
        content: "arrow_forward";
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        font-size: 1.125rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        line-height: 1.5;
        padding-left: 0.5rem; }
  .card-label {
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.16;
    letter-spacing: 1px;
    color: unset;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .card--type-article, .card--type-clientstory {
    background-color: #1f1d2c; }
    .card--type-article .card-container, .card--type-clientstory .card-container {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    .card--type-article .card-headings, .card--type-clientstory .card-headings {
      min-height: 0;
      display: block; }
      .card--type-article .card-headings .title, .card--type-clientstory .card-headings .title {
        text-align: center;
        margin-bottom: 2rem; }
      .card--type-article .card-headings .subtitle, .card--type-clientstory .card-headings .subtitle {
        font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
        font-size: 1.125rem;
        font-weight: 200;
        line-height: 1.5;
        margin-bottom: 2rem;
        text-align: center; }
    .card--type-article .card-image, .card--type-clientstory .card-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .card--type-article .card-image, .card--type-clientstory .card-image {
          margin-bottom: 5rem; } }
      .card--type-article .card-image img, .card--type-clientstory .card-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .card--type-article .card-body, .card--type-clientstory .card-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .card--type-article .card-body, .card--type-clientstory .card-body {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%; } }
  .card--type-page {
    background-color: #1f1d2c; }
    .card--type-page .card-slider-container {
      position: relative; }
      .card--type-page .card-slider-container .scroller {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: transparent;
        padding: 2rem 3rem; }
        @media (max-width: 991.98px) {
          .card--type-page .card-slider-container .scroller {
            padding: 3rem 0; } }
        .card--type-page .card-slider-container .scroller .row .col {
          text-align: center; }
      .card--type-page .card-slider-container .full-page-slider.owl-loaded {
        padding-bottom: 0; }
        .card--type-page .card-slider-container .full-page-slider.owl-loaded .owl-stage-outer {
          overflow: hidden; }
        .card--type-page .card-slider-container .full-page-slider.owl-loaded .owl-dots {
          top: 20vh;
          left: 1.5rem;
          bottom: auto;
          width: calc(100% - 3rem);
          justify-content: flex-start;
          padding-bottom: 0; }
        .card--type-page .card-slider-container .full-page-slider.owl-loaded .item {
          overflow: hidden; }
          .card--type-page .card-slider-container .full-page-slider.owl-loaded .item .card {
            width: 100vw;
            height: calc(100vh - 5.5rem); }
    .card--type-page .card-type {
      text-align: center;
      font-size: 0.625rem;
      color: #bbbbbc;
      margin-bottom: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1.16;
      letter-spacing: 1px; }
    .card--type-page .card-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .card--type-page .card-image {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%;
          margin-bottom: 5rem; } }
      .card--type-page .card-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .card--type-page .card-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .card--type-page .card-body {
          flex: 0 0 66.6666666667%;
          max-width: 66.6666666667%;
          margin-left: 16.6666666667%; } }
  .card--type-product .main-content-pointer {
    position: absolute; }
  .card-view_mode--teaser, .card-view_mode--card {
    background-color: transparent;
    width: 100%; }
    .card-view_mode--teaser .card-container, .card-view_mode--card .card-container {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: transparent;
      background-clip: border-box;
      padding-top: 0;
      border: 0 solid transparent;
      border-radius: 0; }
    .card-view_mode--teaser .card-image, .card-view_mode--teaser .card-headings, .card-view_mode--teaser .card-body, .card-view_mode--teaser .card-footer, .card-view_mode--card .card-image, .card-view_mode--card .card-headings, .card-view_mode--card .card-body, .card-view_mode--card .card-footer {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      flex: 0 0 auto;
      min-height: auto;
      align-items: flex-start;
      justify-content: flex-start; }
    .card-view_mode--teaser .card-image, .card-view_mode--card .card-image {
      display: block;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .card-view_mode--teaser .card-image, .card-view_mode--card .card-image {
          margin-bottom: 5rem; } }
      .card-view_mode--teaser .card-image a, .card-view_mode--card .card-image a {
        display: block;
        width: 100%;
        opacity: 1; }
        .card-view_mode--teaser .card-image a:hover, .card-view_mode--teaser .card-image a:focus, .card-view_mode--teaser .card-image a:active, .card-view_mode--card .card-image a:hover, .card-view_mode--card .card-image a:focus, .card-view_mode--card .card-image a:active {
          opacity: 0.5; }
      .card-view_mode--teaser .card-image img, .card-view_mode--card .card-image img {
        width: 100%;
        height: auto;
        display: block; }
      .card-view_mode--teaser .card-image.-overlay, .card-view_mode--card .card-image.-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
        border-radius: 0; }
      .card-view_mode--teaser .card-image, .card-view_mode--teaser .card-image.-top, .card-view_mode--teaser .card-image.-bottom, .card-view_mode--card .card-image, .card-view_mode--card .card-image.-top, .card-view_mode--card .card-image.-bottom {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 100%; }
      .card-view_mode--teaser .card-image.-top, .card-view_mode--card .card-image.-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .card-view_mode--teaser .card-image.-bottom, .card-view_mode--card .card-image.-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
    .card-view_mode--teaser .card-headings .card-link, .card-view_mode--card .card-headings .card-link {
      color: unset;
      display: block;
      text-align: left; }
      .card-view_mode--teaser .card-headings .card-link:hover, .card-view_mode--teaser .card-headings .card-link:focus, .card-view_mode--teaser .card-headings .card-link:active, .card-view_mode--card .card-headings .card-link:hover, .card-view_mode--card .card-headings .card-link:focus, .card-view_mode--card .card-headings .card-link:active {
        color: unset;
        text-decoration: none; }
      .card-view_mode--teaser .card-headings .card-link .title, .card-view_mode--card .card-headings .card-link .title {
        color: inherit; }
      .card-view_mode--teaser .card-headings .card-link .subtitle, .card-view_mode--card .card-headings .card-link .subtitle {
        color: inherit; }
    .card-view_mode--teaser .card-headings .title, .card-view_mode--card .card-headings .title {
      text-align: left;
      margin-bottom: 0; }
    .card-view_mode--teaser .card-headings .subtitle, .card-view_mode--card .card-headings .subtitle {
      font-size: 1.25rem;
      font-weight: 200;
      line-height: 1.3;
      margin-top: 1.5rem;
      margin-bottom: 0;
      text-align: left; }
    .card-view_mode--teaser .card-body, .card-view_mode--card .card-body {
      flex: 0 1 auto;
      min-height: 1px;
      padding: 0;
      cursor: default;
      margin-top: 0; }
      .card-view_mode--teaser .card-body p:last-child, .card-view_mode--card .card-body p:last-child {
        margin-bottom: 0; }
  .card-view_mode--preview {
    background-color: #1f1d2c; }
    .card-view_mode--preview .card-wrapper {
      padding-top: 3rem; }
      .card-view_mode--preview .card-wrapper .card-spacer.-borders:first-of-type {
        padding-top: 0; }
    .card-view_mode--preview .card-container {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      @media (min-width: 576px) {
        .card-view_mode--preview .card-container {
          max-width: 100%; } }
      @media (min-width: 768px) {
        .card-view_mode--preview .card-container {
          max-width: 100%; } }
      @media (min-width: 992px) {
        .card-view_mode--preview .card-container {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        .card-view_mode--preview .card-container {
          max-width: 1140px; } }
      @media (min-width: 1440px) {
        .card-view_mode--preview .card-container {
          max-width: 1400px; } }
      @media (min-width: 2440px) {
        .card-view_mode--preview .card-container {
          max-width: 2400px; } }
    .card-view_mode--preview .card-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.5rem;
      margin-left: -1.5rem; }
    @media (min-width: 1200px) {
      .card-view_mode--preview .card-col-content {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 0; } }
    .card-view_mode--preview .card-headings {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0; }
      .card-view_mode--preview .card-headings .title, .card-view_mode--preview .card-headings .subtitle {
        text-align: left;
        color: #fff; }
    .card-view_mode--preview .card-body {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
      color: #fff; }
    .card-view_mode--preview .card-spacer {
      padding-top: 3rem;
      padding-bottom: 3rem;
      position: relative; }
      .card-view_mode--preview .card-spacer.-borders {
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: relative; }
        .card-view_mode--preview .card-spacer.-borders::before, .card-view_mode--preview .card-spacer.-borders::after {
          content: "";
          display: block;
          width: calc(100% - 3rem);
          padding: 1.5rem 0;
          margin: 0 auto; }
        .card-view_mode--preview .card-spacer.-borders::before {
          border-top: 1px solid transparent; }
        .card-view_mode--preview .card-spacer.-borders::after {
          border-bottom: 1px solid transparent; }
    .card-view_mode--preview .card-link:hover, .card-view_mode--preview .card-link:focus, .card-view_mode--preview .card-link:active {
      text-decoration: none; }
    .card-view_mode--preview .components {
      background-color: transparent;
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem; }
      .card-view_mode--preview .components.component-quote .quote-container {
        border-bottom-color: #fff; }
      .card-view_mode--preview .components.component-quote .quote-body {
        color: #fff; }
      .card-view_mode--preview .components.component-quote .quote-author.-details {
        color: #fff; }
  .card-view_mode--slide {
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .card-view_mode--slide::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-image: linear-gradient(to left, rgba(31, 29, 44, 0.1), rgba(31, 29, 44, 0.4)), linear-gradient(to bottom, rgba(31, 29, 44, 0.4), rgba(31, 29, 44, 0.8)); }
    .card-view_mode--slide .card-headings {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
      .card-view_mode--slide .card-headings .title {
        font-weight: bold;
        text-align: left;
        margin-bottom: 1.5rem;
        color: #fff; }
        @media (min-width: 1200px) {
          .card-view_mode--slide .card-headings .title {
            margin-bottom: 1.5rem; } }
        @media (min-width: 992px) {
          .card-view_mode--slide .card-headings .title {
            font-size: 4rem; } }
        @media (max-width: 767.98px) {
          .card-view_mode--slide .card-headings .title {
            font-size: 1.75rem; } }
        .card-view_mode--slide .card-headings .title a {
          color: #fff; }
      .card-view_mode--slide .card-headings .subtitle {
        text-align: left;
        margin-bottom: 1rem;
        color: #fff;
        font-size: 1rem;
        font-weight: inherit;
        line-height: 1.5; }
        @media (max-width: 767.98px) {
          .card-view_mode--slide .card-headings .subtitle {
            display: none; } }
      .card-view_mode--slide .card-headings .goto-node:hover {
        text-decoration: none; }
        .card-view_mode--slide .card-headings .goto-node:hover .title, .card-view_mode--slide .card-headings .goto-node:hover .subtitle {
          text-decoration: none;
          color: #bfbfbf; }
    .card-view_mode--slide .card-footer {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
    .card-view_mode--slide .card-cta .material-icons {
      vertical-align: middle; }
    @media (min-width: 1200px) {
      .card-view_mode--slide .card-cta {
        margin-top: 4rem; } }
    .card-view_mode--slide .card-cta .card-link {
      display: flex; }
  .card.has_video, .card.has_slider, .card.has_full_page_intro {
    margin-top: -136px; }
    @media (max-width: 1199.98px) {
      .card.has_video, .card.has_slider, .card.has_full_page_intro {
        margin-top: -73px; } }
  .card-slider-container .full-page-slider.owl-loaded .item .node-view_mode--slide {
    height: 100vh; }
  .card-slider-container .media--view-mode-full, .card-slider-container .intro--view-mode-full {
    max-height: 100vh;
    height: 100vh;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .card-slider-container .media--view-mode-full, .card-slider-container .intro--view-mode-full {
        padding-top: 73px; } }
  .card-slider-container .intro--view-mode-full {
    display: flex;
    padding-top: 136px;
    flex-direction: column;
    justify-content: center; }
  .card.theme-dark {
    background-color: #1f1d2c;
    color: #fff; }
    .card.theme-dark h1, .card.theme-dark h2, .card.theme-dark h3, .card.theme-dark h4, .card.theme-dark h5, .card.theme-dark h6, .card.theme-dark p, .card.theme-dark .h1, .card.theme-dark .h2, .card.theme-dark .h3, .card.theme-dark .h4, .card.theme-dark .h5, .card.theme-dark .h6, .card.theme-dark .p {
      color: #fff; }
    .card.theme-dark a:not(.btn) {
      color: #fff; }
      .card.theme-dark a:not(.btn):hover, .card.theme-dark a:not(.btn):focus, .card.theme-dark a:not(.btn):active {
        color: #1f1d2c; }
    .card.theme-dark .muted {
      color: #707070; }
  .card.theme-dark-magenta {
    background-color: #1f1d2c;
    color: #fff; }
    .card.theme-dark-magenta h1, .card.theme-dark-magenta h2, .card.theme-dark-magenta h3, .card.theme-dark-magenta h4, .card.theme-dark-magenta h5, .card.theme-dark-magenta h6, .card.theme-dark-magenta p, .card.theme-dark-magenta .h1, .card.theme-dark-magenta .h2, .card.theme-dark-magenta .h3, .card.theme-dark-magenta .h4, .card.theme-dark-magenta .h5, .card.theme-dark-magenta .h6, .card.theme-dark-magenta .p {
      color: #fff; }
    .card.theme-dark-magenta a:not(.btn) {
      color: #e21d76; }
      .card.theme-dark-magenta a:not(.btn):hover, .card.theme-dark-magenta a:not(.btn):focus, .card.theme-dark-magenta a:not(.btn):active {
        color: #fff; }
    .card.theme-dark-magenta .muted {
      color: #707070; }
  .card.theme-dark-orange {
    background-color: #1f1d2c;
    color: #fff; }
    .card.theme-dark-orange h1, .card.theme-dark-orange h2, .card.theme-dark-orange h3, .card.theme-dark-orange h4, .card.theme-dark-orange h5, .card.theme-dark-orange h6, .card.theme-dark-orange p, .card.theme-dark-orange .h1, .card.theme-dark-orange .h2, .card.theme-dark-orange .h3, .card.theme-dark-orange .h4, .card.theme-dark-orange .h5, .card.theme-dark-orange .h6, .card.theme-dark-orange .p {
      color: #fff; }
    .card.theme-dark-orange a:not(.btn) {
      color: #f29124; }
      .card.theme-dark-orange a:not(.btn):hover, .card.theme-dark-orange a:not(.btn):focus, .card.theme-dark-orange a:not(.btn):active {
        color: #fff; }
    .card.theme-dark-orange .muted {
      color: #707070; }
  .card.theme-dark-green {
    background-color: #1f1d2c;
    color: #fff; }
    .card.theme-dark-green h1, .card.theme-dark-green h2, .card.theme-dark-green h3, .card.theme-dark-green h4, .card.theme-dark-green h5, .card.theme-dark-green h6, .card.theme-dark-green p, .card.theme-dark-green .h1, .card.theme-dark-green .h2, .card.theme-dark-green .h3, .card.theme-dark-green .h4, .card.theme-dark-green .h5, .card.theme-dark-green .h6, .card.theme-dark-green .p {
      color: #fff; }
    .card.theme-dark-green a:not(.btn) {
      color: #56b56c; }
      .card.theme-dark-green a:not(.btn):hover, .card.theme-dark-green a:not(.btn):focus, .card.theme-dark-green a:not(.btn):active {
        color: #fff; }
    .card.theme-dark-green .muted {
      color: #707070; }
  .card.theme-dark-blue {
    background-color: #1f1d2c;
    color: #fff; }
    .card.theme-dark-blue h1, .card.theme-dark-blue h2, .card.theme-dark-blue h3, .card.theme-dark-blue h4, .card.theme-dark-blue h5, .card.theme-dark-blue h6, .card.theme-dark-blue p, .card.theme-dark-blue .h1, .card.theme-dark-blue .h2, .card.theme-dark-blue .h3, .card.theme-dark-blue .h4, .card.theme-dark-blue .h5, .card.theme-dark-blue .h6, .card.theme-dark-blue .p {
      color: #fff; }
    .card.theme-dark-blue a:not(.btn) {
      color: #5363ab; }
      .card.theme-dark-blue a:not(.btn):hover, .card.theme-dark-blue a:not(.btn):focus, .card.theme-dark-blue a:not(.btn):active {
        color: #fff; }
    .card.theme-dark-blue .muted {
      color: #707070; }
  .card.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light {
    background-color: #fafafa;
    color: #1f1d2c; }
    .card.theme-mid h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light h1, .card.theme-mid h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light h2, .card.theme-mid h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light h3, .card.theme-mid h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light h4, .card.theme-mid h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light h5, .card.theme-mid h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light h6, .card.theme-mid p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light p, .card.theme-mid .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .h1, .card.theme-mid .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .h2, .card.theme-mid .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .h3, .card.theme-mid .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .h4, .card.theme-mid .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .h5, .card.theme-mid .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .h6, .card.theme-mid .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .p {
      color: #1f1d2c; }
    .card.theme-mid a:not(.btn), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light a:not(.btn) {
      color: #1f1d2c; }
      .card.theme-mid a:not(.btn):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light a:not(.btn):hover, .card.theme-mid a:not(.btn):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light a:not(.btn):focus, .card.theme-mid a:not(.btn):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light a:not(.btn):active {
        color: #fff; }
    .card.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .muted {
      color: #707070; }
  .card.theme-mid-magenta {
    background-color: #fafafa;
    color: #1f1d2c; }
    .card.theme-mid-magenta h1, .card.theme-mid-magenta h2, .card.theme-mid-magenta h3, .card.theme-mid-magenta h4, .card.theme-mid-magenta h5, .card.theme-mid-magenta h6, .card.theme-mid-magenta p, .card.theme-mid-magenta .h1, .card.theme-mid-magenta .h2, .card.theme-mid-magenta .h3, .card.theme-mid-magenta .h4, .card.theme-mid-magenta .h5, .card.theme-mid-magenta .h6, .card.theme-mid-magenta .p {
      color: #1f1d2c; }
    .card.theme-mid-magenta a:not(.btn) {
      color: #e21d76; }
      .card.theme-mid-magenta a:not(.btn):hover, .card.theme-mid-magenta a:not(.btn):focus, .card.theme-mid-magenta a:not(.btn):active {
        color: #fff; }
    .card.theme-mid-magenta .muted {
      color: #707070; }
  .card.theme-mid-orange {
    background-color: #fafafa;
    color: #1f1d2c; }
    .card.theme-mid-orange h1, .card.theme-mid-orange h2, .card.theme-mid-orange h3, .card.theme-mid-orange h4, .card.theme-mid-orange h5, .card.theme-mid-orange h6, .card.theme-mid-orange p, .card.theme-mid-orange .h1, .card.theme-mid-orange .h2, .card.theme-mid-orange .h3, .card.theme-mid-orange .h4, .card.theme-mid-orange .h5, .card.theme-mid-orange .h6, .card.theme-mid-orange .p {
      color: #1f1d2c; }
    .card.theme-mid-orange a:not(.btn) {
      color: #f29124; }
      .card.theme-mid-orange a:not(.btn):hover, .card.theme-mid-orange a:not(.btn):focus, .card.theme-mid-orange a:not(.btn):active {
        color: #fff; }
    .card.theme-mid-orange .muted {
      color: #707070; }
  .card.theme-mid-green {
    background-color: #fafafa;
    color: #1f1d2c; }
    .card.theme-mid-green h1, .card.theme-mid-green h2, .card.theme-mid-green h3, .card.theme-mid-green h4, .card.theme-mid-green h5, .card.theme-mid-green h6, .card.theme-mid-green p, .card.theme-mid-green .h1, .card.theme-mid-green .h2, .card.theme-mid-green .h3, .card.theme-mid-green .h4, .card.theme-mid-green .h5, .card.theme-mid-green .h6, .card.theme-mid-green .p {
      color: #1f1d2c; }
    .card.theme-mid-green a:not(.btn) {
      color: #56b56c; }
      .card.theme-mid-green a:not(.btn):hover, .card.theme-mid-green a:not(.btn):focus, .card.theme-mid-green a:not(.btn):active {
        color: #fff; }
    .card.theme-mid-green .muted {
      color: #707070; }
  .card.theme-mid-blue {
    background-color: #fafafa;
    color: #1f1d2c; }
    .card.theme-mid-blue h1, .card.theme-mid-blue h2, .card.theme-mid-blue h3, .card.theme-mid-blue h4, .card.theme-mid-blue h5, .card.theme-mid-blue h6, .card.theme-mid-blue p, .card.theme-mid-blue .h1, .card.theme-mid-blue .h2, .card.theme-mid-blue .h3, .card.theme-mid-blue .h4, .card.theme-mid-blue .h5, .card.theme-mid-blue .h6, .card.theme-mid-blue .p {
      color: #1f1d2c; }
    .card.theme-mid-blue a:not(.btn) {
      color: #5363ab; }
      .card.theme-mid-blue a:not(.btn):hover, .card.theme-mid-blue a:not(.btn):focus, .card.theme-mid-blue a:not(.btn):active {
        color: #fff; }
    .card.theme-mid-blue .muted {
      color: #707070; }
  .card.theme-light {
    background-color: #fff;
    color: #1f1d2c; }
    .card.theme-light h1, .card.theme-light h2, .card.theme-light h3, .card.theme-light h4, .card.theme-light h5, .card.theme-light h6, .card.theme-light p, .card.theme-light .h1, .card.theme-light .h2, .card.theme-light .h3, .card.theme-light .h4, .card.theme-light .h5, .card.theme-light .h6, .card.theme-light .p {
      color: #1f1d2c; }
    .card.theme-light a:not(.btn) {
      color: #1f1d2c; }
      .card.theme-light a:not(.btn):hover, .card.theme-light a:not(.btn):focus, .card.theme-light a:not(.btn):active {
        color: #fff; }
    .card.theme-light .muted {
      color: #707070; }
  .card.theme-light-magenta {
    background-color: #fff;
    color: #1f1d2c; }
    .card.theme-light-magenta h1, .card.theme-light-magenta h2, .card.theme-light-magenta h3, .card.theme-light-magenta h4, .card.theme-light-magenta h5, .card.theme-light-magenta h6, .card.theme-light-magenta p, .card.theme-light-magenta .h1, .card.theme-light-magenta .h2, .card.theme-light-magenta .h3, .card.theme-light-magenta .h4, .card.theme-light-magenta .h5, .card.theme-light-magenta .h6, .card.theme-light-magenta .p {
      color: #1f1d2c; }
    .card.theme-light-magenta a:not(.btn) {
      color: #e21d76; }
      .card.theme-light-magenta a:not(.btn):hover, .card.theme-light-magenta a:not(.btn):focus, .card.theme-light-magenta a:not(.btn):active {
        color: #fff; }
    .card.theme-light-magenta .muted {
      color: #707070; }
  .card.theme-light-orange {
    background-color: #fff;
    color: #1f1d2c; }
    .card.theme-light-orange h1, .card.theme-light-orange h2, .card.theme-light-orange h3, .card.theme-light-orange h4, .card.theme-light-orange h5, .card.theme-light-orange h6, .card.theme-light-orange p, .card.theme-light-orange .h1, .card.theme-light-orange .h2, .card.theme-light-orange .h3, .card.theme-light-orange .h4, .card.theme-light-orange .h5, .card.theme-light-orange .h6, .card.theme-light-orange .p {
      color: #1f1d2c; }
    .card.theme-light-orange a:not(.btn) {
      color: #f29124; }
      .card.theme-light-orange a:not(.btn):hover, .card.theme-light-orange a:not(.btn):focus, .card.theme-light-orange a:not(.btn):active {
        color: #fff; }
    .card.theme-light-orange .muted {
      color: #707070; }
  .card.theme-light-green {
    background-color: #fff;
    color: #1f1d2c; }
    .card.theme-light-green h1, .card.theme-light-green h2, .card.theme-light-green h3, .card.theme-light-green h4, .card.theme-light-green h5, .card.theme-light-green h6, .card.theme-light-green p, .card.theme-light-green .h1, .card.theme-light-green .h2, .card.theme-light-green .h3, .card.theme-light-green .h4, .card.theme-light-green .h5, .card.theme-light-green .h6, .card.theme-light-green .p {
      color: #1f1d2c; }
    .card.theme-light-green a:not(.btn) {
      color: #56b56c; }
      .card.theme-light-green a:not(.btn):hover, .card.theme-light-green a:not(.btn):focus, .card.theme-light-green a:not(.btn):active {
        color: #fff; }
    .card.theme-light-green .muted {
      color: #707070; }
  .card.theme-light-blue {
    background-color: #fff;
    color: #1f1d2c; }
    .card.theme-light-blue h1, .card.theme-light-blue h2, .card.theme-light-blue h3, .card.theme-light-blue h4, .card.theme-light-blue h5, .card.theme-light-blue h6, .card.theme-light-blue p, .card.theme-light-blue .h1, .card.theme-light-blue .h2, .card.theme-light-blue .h3, .card.theme-light-blue .h4, .card.theme-light-blue .h5, .card.theme-light-blue .h6, .card.theme-light-blue .p {
      color: #1f1d2c; }
    .card.theme-light-blue a:not(.btn) {
      color: #5363ab; }
      .card.theme-light-blue a:not(.btn):hover, .card.theme-light-blue a:not(.btn):focus, .card.theme-light-blue a:not(.btn):active {
        color: #fff; }
    .card.theme-light-blue .muted {
      color: #707070; }

@media (min-width: 1200px) {
  .field.field--name-field-ref-client-stories .field__item .card-view_mode--preview .card-wrapper {
    padding-top: 0; } }

.field.field--name-field-ref-client-stories .field__item .card-view_mode--preview .card-container {
  padding-top: 0;
  padding-bottom: 0; }

@media (min-width: 1200px) {
  .card-headings {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0; } }

.card-headings .title, .card-headings .subtitle {
  text-align: left; }

/**
 * @todo: sets custom styles for basic node in frontpage.
*/
.path-frontpage.page-node-type-page .layout-container {
  position: relative; }

@media (min-width: 1200px) {
  .path-frontpage.page-node-type-page .region-header #HeaderNavbar #CollapseNavBars {
    background-color: transparent; } }

.path-frontpage main {
  top: auto; }
  .path-frontpage main #SearchForm {
    padding-top: 0; }

.path-search .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch {
  height: auto;
  padding: 6rem 0; }

.path-user #auth_box {
  width: 50%;
  margin: 0 auto;
  padding: 1rem 0 0;
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times; }
  .path-user #auth_box #top_part {
    margin: 0 auto; }
    .path-user #auth_box #top_part a {
      display: block; }
      .path-user #auth_box #top_part a img {
        display: block; }
  .path-user #auth_box #middle_part {
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    padding: 1rem;
    overflow: hidden; }
    .path-user #auth_box #middle_part .region.region-content {
      margin-top: 0; }
    .path-user #auth_box #middle_part .title {
      display: none; }
    .path-user #auth_box #middle_part .block-local-tasks-block .container {
      max-width: 100%;
      padding: 0; }
    .path-user #auth_box #middle_part .block-local-tasks-block ul.tabs {
      list-style: none;
      padding-left: 0;
      border-bottom: 1px solid transparent; }
      .path-user #auth_box #middle_part .block-local-tasks-block ul.tabs > li {
        display: inline-block;
        margin-right: 0.5rem;
        /* LTR */ }
        .path-user #auth_box #middle_part .block-local-tasks-block ul.tabs > li a {
          display: block;
          padding: 0 1rem 0 0;
          text-decoration: none;
          border: 1px solid transparent;
          border-bottom-width: 0;
          border-radius: 0;
          font-size: 1rem; }
          .path-user #auth_box #middle_part .block-local-tasks-block ul.tabs > li a.is-active {
            background-color: transparent;
            color: #47b3e7;
            border-color: transparent; }
          .path-user #auth_box #middle_part .block-local-tasks-block ul.tabs > li a:focus, .path-user #auth_box #middle_part .block-local-tasks-block ul.tabs > li a:hover {
            text-decoration: underline; }
    .path-user #auth_box #middle_part .user-login-form label, .path-user #auth_box #middle_part .user-pass label {
      color: #1f1d2c; }
    .path-user #auth_box #middle_part .user-login-form .form-text, .path-user #auth_box #middle_part .user-pass .form-text {
      border-color: #bfbfbf; }
      .path-user #auth_box #middle_part .user-login-form .form-text:hover, .path-user #auth_box #middle_part .user-login-form .form-text:focus, .path-user #auth_box #middle_part .user-login-form .form-text:active, .path-user #auth_box #middle_part .user-pass .form-text:hover, .path-user #auth_box #middle_part .user-pass .form-text:focus, .path-user #auth_box #middle_part .user-pass .form-text:active {
        border-color: #000; }
    .path-user #auth_box #middle_part .user-login-form .form-actions, .path-user #auth_box #middle_part .user-pass .form-actions {
      margin-top: 1rem;
      display: flex;
      align-items: center;
      justify-content: center; }
    .path-user #auth_box #middle_part .user-login-form .form-submit, .path-user #auth_box #middle_part .user-pass .form-submit {
      float: none; }
  .path-user #auth_box #bottom_part {
    padding: 1rem; }

.dialog-off-canvas-main-canvas {
  max-width: 100%;
  min-width: 300px; }

.visually-hidden {
  display: none; }

*:focus {
  outline: none; }

.card {
  /* theming */ }
  .card-cta .card-link.goto-card {
    font-weight: 200; }
    .card-cta .card-link.goto-card .text-label::after {
      content: none; }
  .card-view_mode--teaser .card-headings .card-link:hover, .card-view_mode--teaser .card-headings .card-link:focus, .card-view_mode--teaser .card-headings .card-link:active, .card-view_mode--card .card-headings .card-link:hover, .card-view_mode--card .card-headings .card-link:focus, .card-view_mode--card .card-headings .card-link:active {
    text-decoration: underline;
    color: #1f1d2c !important; }

.view.view-article-types.view-display-id-article_sticky_page {
  overflow: hidden;
  margin-top: 2rem; }
  .view.view-article-types.view-display-id-article_sticky_page .view-content {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%; }

@media (min-width: 1200px) and (min-width: 576px) {
  .view.view-article-types.view-display-id-article_sticky_page .view-content {
    max-width: 100%; } }

@media (min-width: 1200px) and (min-width: 768px) {
  .view.view-article-types.view-display-id-article_sticky_page .view-content {
    max-width: 100%; } }

@media (min-width: 1200px) and (min-width: 992px) {
  .view.view-article-types.view-display-id-article_sticky_page .view-content {
    max-width: 960px; } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .view.view-article-types.view-display-id-article_sticky_page .view-content {
    max-width: 1140px; } }

@media (min-width: 1200px) and (min-width: 1440px) {
  .view.view-article-types.view-display-id-article_sticky_page .view-content {
    max-width: 1400px; } }

@media (min-width: 1200px) and (min-width: 2440px) {
  .view.view-article-types.view-display-id-article_sticky_page .view-content {
    max-width: 2400px; } }
    .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav {
      margin-top: 1rem;
      z-index: 2; }
      .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next,
      .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev {
        bottom: 0; }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next span,
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev span {
          visibility: unset;
          background-repeat: no-repeat; }
          .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next span::after,
          .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev span::after {
            content: none; }
        @media (min-width: 768px) {
          .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next,
          .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev {
            bottom: 1rem; } }
      .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next {
        right: 5%; }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next span {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%231f1d2c' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next:hover span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next:focus span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next:active span {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='rgba%2831, 29, 44, 0.5%29' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }
      .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev {
        left: 5%; }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev span {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%231f1d2c' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev:hover span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev:focus span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev:active span {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='rgba%2831, 29, 44, 0.5%29' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }
    .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots {
      bottom: 1rem; }
      .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot {
        margin: 0 0.5rem; }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot span {
          border-radius: 0;
          background-color: #1f1d2c;
          padding: 0;
          height: 0.5rem;
          width: 3rem; }
          .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot span::after {
            content: none; }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot:hover span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot:focus span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot:active span {
          background-color: #1f1d2c; }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot.active:hover span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot.active:focus span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot.active:active span {
          background-color: #1f1d2c; }
    .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded.--minimal .owl-stage-outer {
      overflow: hidden; }

.view.view-article-types.view-display-id-article_type_listing > .view-content .views-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row {
  margin-top: 12rem;
  margin-bottom: 12rem; }
  @media (min-width: 992px) {
    .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container .component-row, .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .component-row, .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .component-row, .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .component-row, .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .component-row, .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .component-row, .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .component-row, .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .component-row {
      flex-direction: row-reverse; } }
  .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row + .views-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row + .views-row {
    margin-top: 12rem; }

@media (min-width: 1200px) {
  .components.component-productintro .component-row {
    flex-direction: row; } }

.components.component-productintro .component-col-content {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (min-width: 1200px) {
    .components.component-productintro .component-col-content {
      flex: 0 0 50%;
      max-width: 50%; } }

.components.component-productintro .component-col-image, .components.component-productintro .component-col-video {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (min-width: 1200px) {
    .components.component-productintro .component-col-image, .components.component-productintro .component-col-video {
      flex: 0 0 50%;
      max-width: 50%; } }
  .components.component-productintro .component-col-image .thumbnail, .components.component-productintro .component-col-video .thumbnail {
    width: 100%; }

.components.component-productintro .image, .components.component-productintro .header, .components.component-productintro .body, .components.component-productintro .footer {
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .components.component-productintro .image, .components.component-productintro .header, .components.component-productintro .body, .components.component-productintro .footer {
      flex: 0; } }

.components.component-productintro .header {
  margin-top: 2.3rem;
  margin-bottom: 1.5rem; }
  .components.component-productintro .header .title {
    font-size: 3.25rem;
    font-weight: 200;
    font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .components.component-productintro .header .title {
        font-size: 8vw; } }
  .components.component-productintro .header .subtitle.-categories {
    font-size: 1.5rem;
    font-weight: 200;
    font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
    line-height: 1;
    display: inline-block;
    color: #1f1d2c;
    margin-top: 0.5rem;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .components.component-productintro .header .subtitle.-categories {
        font-size: 4vw; } }
    .components.component-productintro .header .subtitle.-categories .text-label::after {
      content: ", "; }
    .components.component-productintro .header .subtitle.-categories .text-label:last-of-type::after {
      content: none; }

.components.component-productintro .body {
  margin-bottom: 2.5rem; }
  .components.component-productintro .body > .field__item > ul {
    padding-top: 0; }

.components.component-productintro .properties .field {
  margin-bottom: 1.5rem; }
  .components.component-productintro .properties .field__label {
    font-weight: 600; }

.components.component-productintro .image .image-thumbnail {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 0 0 0 0;
  max-height: 90vh; }
  @media (min-width: 1200px) {
    .components.component-productintro .image .image-thumbnail {
      max-height: 40rem; } }

@media (min-width: 1200px) {
  .components.component-productintro .footer .video {
    display: flex;
    justify-content: flex-start; } }

.components.component-productintro .scroller {
  position: absolute;
  bottom: 0; }
  .components.component-productintro .scroller .goto-element {
    padding: 1rem 1rem 1rem 0; }

.components.component-productintro .field--name-field-ref-tax-prod-category.field--label-inline, .components.component-productintro .field--name-field-ref-tax-prod-type.field--label-inline, .components.component-productintro .field--name-field-ref-tax-prod-year.field--label-inline, .components.component-productintro .field--name-field-ref-tax-prod-grapes.field--label-inline, .components.component-productintro .field--name-field-ref-tax-prod-origin.field--label-inline {
  display: flex; }
  .components.component-productintro .field--name-field-ref-tax-prod-category.field--label-inline .field__label::after, .components.component-productintro .field--name-field-ref-tax-prod-type.field--label-inline .field__label::after, .components.component-productintro .field--name-field-ref-tax-prod-year.field--label-inline .field__label::after, .components.component-productintro .field--name-field-ref-tax-prod-grapes.field--label-inline .field__label::after, .components.component-productintro .field--name-field-ref-tax-prod-origin.field--label-inline .field__label::after {
    content: ":";
    padding-right: 0.5rem; }

.components.component-productintro .field--name-field-ref-tax-prod-category .field__items, .components.component-productintro .field--name-field-ref-tax-prod-type .field__items, .components.component-productintro .field--name-field-ref-tax-prod-year .field__items, .components.component-productintro .field--name-field-ref-tax-prod-grapes .field__items, .components.component-productintro .field--name-field-ref-tax-prod-origin .field__items {
  display: inline; }
  @media (min-width: 1200px) {
    .components.component-productintro .field--name-field-ref-tax-prod-category .field__items, .components.component-productintro .field--name-field-ref-tax-prod-type .field__items, .components.component-productintro .field--name-field-ref-tax-prod-year .field__items, .components.component-productintro .field--name-field-ref-tax-prod-grapes .field__items, .components.component-productintro .field--name-field-ref-tax-prod-origin .field__items {
      display: flex;
      flex-direction: row; } }
  .components.component-productintro .field--name-field-ref-tax-prod-category .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-type .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-year .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-grapes .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-origin .field__items .field__item {
    display: inline; }
    @media (min-width: 1200px) {
      .components.component-productintro .field--name-field-ref-tax-prod-category .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-type .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-year .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-grapes .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-origin .field__items .field__item {
        display: block; } }
    .components.component-productintro .field--name-field-ref-tax-prod-category .field__items .field__item::after, .components.component-productintro .field--name-field-ref-tax-prod-type .field__items .field__item::after, .components.component-productintro .field--name-field-ref-tax-prod-year .field__items .field__item::after, .components.component-productintro .field--name-field-ref-tax-prod-grapes .field__items .field__item::after, .components.component-productintro .field--name-field-ref-tax-prod-origin .field__items .field__item::after {
      content: ",";
      padding-right: 0.5rem; }
    .components.component-productintro .field--name-field-ref-tax-prod-category .field__items .field__item:last-of-type::after, .components.component-productintro .field--name-field-ref-tax-prod-type .field__items .field__item:last-of-type::after, .components.component-productintro .field--name-field-ref-tax-prod-year .field__items .field__item:last-of-type::after, .components.component-productintro .field--name-field-ref-tax-prod-grapes .field__items .field__item:last-of-type::after, .components.component-productintro .field--name-field-ref-tax-prod-origin .field__items .field__item:last-of-type::after {
      content: none; }

.components.component-hero > .wrapper > .container,
.components.component-hero > .wrapper > .container-fluid,
.components.component-hero > .wrapper > .container-sm,
.components.component-hero > .wrapper > .container-md,
.components.component-hero > .wrapper > .container-lg,
.components.component-hero > .wrapper > .container-xl,
.components.component-hero > .wrapper > .container-xxl,
.components.component-hero > .wrapper > .container-xxxl {
  flex-direction: column; }
  .components.component-hero > .wrapper > .container:before, .components.component-hero > .wrapper > .container-fluid:before, .components.component-hero > .wrapper > .container-sm:before, .components.component-hero > .wrapper > .container-md:before, .components.component-hero > .wrapper > .container-lg:before, .components.component-hero > .wrapper > .container-xl:before, .components.component-hero > .wrapper > .container-xxl:before, .components.component-hero > .wrapper > .container-xxxl:before {
    display: none !important; }
  .components.component-hero > .wrapper > .container .hero-heading, .components.component-hero > .wrapper > .container .hero-subtitle, .components.component-hero > .wrapper > .container .hero-image, .components.component-hero > .wrapper > .container-fluid .hero-heading, .components.component-hero > .wrapper > .container-sm .hero-heading, .components.component-hero > .wrapper > .container-md .hero-heading, .components.component-hero > .wrapper > .container-lg .hero-heading, .components.component-hero > .wrapper > .container-xl .hero-heading, .components.component-hero > .wrapper > .container-xxl .hero-heading, .components.component-hero > .wrapper > .container-xxxl .hero-heading, .components.component-hero > .wrapper > .container-fluid .hero-subtitle, .components.component-hero > .wrapper > .container-sm .hero-subtitle, .components.component-hero > .wrapper > .container-md .hero-subtitle, .components.component-hero > .wrapper > .container-lg .hero-subtitle, .components.component-hero > .wrapper > .container-xl .hero-subtitle, .components.component-hero > .wrapper > .container-xxl .hero-subtitle, .components.component-hero > .wrapper > .container-xxxl .hero-subtitle, .components.component-hero > .wrapper > .container-fluid .hero-image, .components.component-hero > .wrapper > .container-sm .hero-image, .components.component-hero > .wrapper > .container-md .hero-image, .components.component-hero > .wrapper > .container-lg .hero-image, .components.component-hero > .wrapper > .container-xl .hero-image, .components.component-hero > .wrapper > .container-xxl .hero-image, .components.component-hero > .wrapper > .container-xxxl .hero-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .components.component-hero > .wrapper > .container .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-fluid .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-sm .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-md .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-lg .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-xl .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-xxl .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-xxxl .hero-heading h1.page-heading {
    font-size: 2.625rem; }
    @media (max-width: 767.98px) {
      .components.component-hero > .wrapper > .container .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-fluid .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-sm .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-md .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-lg .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-xl .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-xxl .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-xxxl .hero-heading h1.page-heading {
        font-size: 7vw; } }
  .components.component-hero > .wrapper > .container .hero-subtitle .page-subtitle, .components.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle, .components.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle, .components.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle, .components.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle, .components.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle, .components.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle, .components.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
    font-size: 1rem;
    line-height: 1.5; }
  .components.component-hero > .wrapper > .container .hero-image article, .components.component-hero > .wrapper > .container-fluid .hero-image article, .components.component-hero > .wrapper > .container-sm .hero-image article, .components.component-hero > .wrapper > .container-md .hero-image article, .components.component-hero > .wrapper > .container-lg .hero-image article, .components.component-hero > .wrapper > .container-xl .hero-image article, .components.component-hero > .wrapper > .container-xxl .hero-image article, .components.component-hero > .wrapper > .container-xxxl .hero-image article {
    opacity: .9;
    justify-content: center; }
  @media (min-width: 992px) {
    .components.component-hero > .wrapper > .container .hero-heading, .components.component-hero > .wrapper > .container-fluid .hero-heading, .components.component-hero > .wrapper > .container-sm .hero-heading, .components.component-hero > .wrapper > .container-md .hero-heading, .components.component-hero > .wrapper > .container-lg .hero-heading, .components.component-hero > .wrapper > .container-xl .hero-heading, .components.component-hero > .wrapper > .container-xxl .hero-heading, .components.component-hero > .wrapper > .container-xxxl .hero-heading {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
      text-align: right; }
    .components.component-hero > .wrapper > .container .hero-subtitle, .components.component-hero > .wrapper > .container-fluid .hero-subtitle, .components.component-hero > .wrapper > .container-sm .hero-subtitle, .components.component-hero > .wrapper > .container-md .hero-subtitle, .components.component-hero > .wrapper > .container-lg .hero-subtitle, .components.component-hero > .wrapper > .container-xl .hero-subtitle, .components.component-hero > .wrapper > .container-xxl .hero-subtitle, .components.component-hero > .wrapper > .container-xxxl .hero-subtitle {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
      text-align: left; }
    .components.component-hero > .wrapper > .container .hero-image, .components.component-hero > .wrapper > .container-fluid .hero-image, .components.component-hero > .wrapper > .container-sm .hero-image, .components.component-hero > .wrapper > .container-md .hero-image, .components.component-hero > .wrapper > .container-lg .hero-image, .components.component-hero > .wrapper > .container-xl .hero-image, .components.component-hero > .wrapper > .container-xxl .hero-image, .components.component-hero > .wrapper > .container-xxxl .hero-image {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .components.component-hero > .wrapper > .container .hero-cta, .components.component-hero > .wrapper > .container-fluid .hero-cta, .components.component-hero > .wrapper > .container-sm .hero-cta, .components.component-hero > .wrapper > .container-md .hero-cta, .components.component-hero > .wrapper > .container-lg .hero-cta, .components.component-hero > .wrapper > .container-xl .hero-cta, .components.component-hero > .wrapper > .container-xxl .hero-cta, .components.component-hero > .wrapper > .container-xxxl .hero-cta {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      display: flex;
      flex-direction: row;
      justify-content: center;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      flex: 0 1 auto; } }

.components.component-hero.has-bg-image {
  background-position: center top; }

.components.component-hero.theme-vertical > .wrapper > .container .component-row, .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row, .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row, .components.component-hero.theme-vertical > .wrapper > .container-md .component-row, .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row, .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row, .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row {
  flex-direction: column;
  flex-wrap: nowrap; }

.components.component-hero.theme-vertical > .wrapper > .container .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-image {
  flex: 0 0 auto;
  max-width: unset; }

@media (min-width: 1200px) {
  .components.component-text_group.paragraph--view-mode--centered .component-row {
    justify-content: center; }
  .components.component-text_group.paragraph--view-mode--centered .component-col-body {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; } }

.components.component-text_group .component-col-content .header {
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times; }
  .components.component-text_group .component-col-content .header .title {
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 200;
    letter-spacing: 1.5px;
    font-size: 2.25rem; }
    @media (max-width: 767.98px) {
      .components.component-text_group .component-col-content .header .title {
        font-size: 6vw; } }
    @media (min-width: 1200px) {
      .components.component-text_group .component-col-content .header .title {
        font-size: 3.375rem; } }
  @media (min-width: 1200px) {
    .components.component-text_group .component-col-content .header {
      padding-right: 4.125rem; } }

.components.component-text_group .component-col-body .body {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 3.5rem; }

.components.component-text_group .component-col-body .cta {
  display: flex;
  justify-content: center; }
  @media (min-width: 1200px) {
    .components.component-text_group .component-col-body .cta {
      justify-content: flex-start; } }

.components.component-text_group .goto.goto-link .text-label {
  font-size: 1.75rem; }

.components.component-rich_content .container {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.components.component-rich_content .component-col-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  margin-left: 0;
  margin-right: 0;
  flex: 1 0 100%;
  max-width: 100%;
  width: auto; }
  @media (min-width: 1200px) {
    .components.component-rich_content .component-col-content {
      flex-direction: row; } }
  .components.component-rich_content .component-col-content .header {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .components.component-rich_content .component-col-content .header {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0;
        padding-right: 0; } }
    .components.component-rich_content .component-col-content .header .title {
      text-align: center; }
      @media (min-width: 1200px) {
        .components.component-rich_content .component-col-content .header .title {
          padding-right: 7rem;
          text-align: left; } }
    .components.component-rich_content .component-col-content .header .subtitle {
      text-align: center;
      font-size: 1.25rem;
      line-height: 1.5; }
      @media (min-width: 1200px) {
        .components.component-rich_content .component-col-content .header .subtitle {
          text-align: left; } }
  .components.component-rich_content .component-col-content .body {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .components.component-rich_content .component-col-content .body {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0;
        padding-right: 0; } }

.components.component-rich_content .component-col-media {
  display: block;
  width: 100%; }

.components.component-rich_content .component-col-image, .components.component-rich_content .component-col-video {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .components.component-rich_content .component-col-image, .components.component-rich_content .component-col-video {
      margin-top: 1.5rem; } }

.components.component-rich_content .component-col-footer {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.components.component-rich_content .component-col-video.-local.play, .components.component-rich_content .component-col-video.-local.still {
  cursor: pointer; }

.components.component-rich_content .component-col-video.-local.still:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='104' height='104'%3e%3cpath fill='%23fff' d='M77 52L37 75L37 29L77 52Z'/%3e%3cpath stroke='%23fff' stroke-width='4' fill='none' d='M52 102C24.35 102 2 79.65 2 52C2 24.35 24.35 2 52 2C79.65 2 102 24.35 102 52C102 79.65 79.65 102 52 102Z'/%3e%3c/svg%3e");
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75; }

.components.component-rich_content .component-col-video.-local:hover.still:after, .components.component-rich_content .component-col-video.-local:focus.still:after {
  opacity: 9; }

.components.component-rich_content .component-col-video.-local .field.field--name-field-media-video-local {
  display: block;
  width: 100%; }
  .components.component-rich_content .component-col-video.-local .field.field--name-field-media-video-local article {
    display: block; }
  .components.component-rich_content .component-col-video.-local .field.field--name-field-media-video-local video {
    display: block;
    width: 100%;
    height: auto; }

.components.component-rich_content .footer {
  margin-top: 3rem; }
  @media (min-width: 1200px) {
    .components.component-rich_content .footer {
      align-items: center; } }

.components.component-rich_content .cta {
  display: flex;
  justify-content: center;
  margin-top: 0;
  flex: 1 0 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .components.component-rich_content .cta {
      justify-content: flex-start; } }
  .components.component-rich_content .cta .field.field--name-field-cta {
    max-width: 100%; }

.components.component-rich_content .goto.goto-link {
  max-width: 100%; }
  .components.component-rich_content .goto.goto-link .text-label {
    font-size: 1.75rem; }

.components.component-rich_content.theme-featured .goto.goto-link .text-label {
  color: #fff; }

.components.component-rich_content.theme-featured .goto.goto-link:hover .text-label, .components.component-rich_content.theme-featured .goto.goto-link:focus .text-label, .components.component-rich_content.theme-featured .goto.goto-link:active .text-label {
  color: #1f1d2c; }

.components.component-rich_content-centered .component-row {
  justify-content: center; }

.components.component-rich_content-centered .component-col-content {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 0; }
  @media (min-width: 1200px) {
    .components.component-rich_content-centered .component-col-content {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }
  .components.component-rich_content-centered .component-col-content .header .title {
    font-size: 2.25rem;
    font-weight: 200;
    line-height: 1.5;
    text-transform: uppercase; }
  .components.component-rich_content-centered .component-col-content .header .subtitle {
    font-size: 1.25rem;
    line-height: 1.5; }

.components.component-rich_content-centered .component-col-image, .components.component-rich_content-centered .component-col-video {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0; }

.components.component-rich_content-centered .component-col-footer {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.components.component-rich_content.paragraph--view-mode--rc-2cols .component-row {
  flex-direction: row; }

@media (min-width: 1200px) {
  .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content {
    flex: 0 0 50%;
    max-width: 50%;
    flex-direction: row;
    align-content: center; } }

.components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .header {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .header {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .header .title {
      padding-right: 7rem; } }
  .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .header .subtitle {
    font-size: 1.25rem;
    line-height: 1.5; }

.components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .body {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  @media (min-width: 1200px) {
    .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .body {
      flex: 0 0 100%;
      max-width: 100%; } }

.components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .footer {
  margin: 0; }

.components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-image, .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-video {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-image, .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-video {
      flex: 0 0 50%;
      max-width: 50%;
      margin-top: 0; } }

.components.component-rich_content.layout-right .component-row {
  flex-direction: column-reverse; }
  .components.component-rich_content.layout-right .component-row .component-col-content {
    flex-direction: row-reverse; }

.components.component-filelist .component-row {
  margin-top: 2.5rem; }
  .components.component-filelist .component-row:first-of-type {
    margin-top: 0; }
  @media (min-width: 992px) {
    .components.component-filelist .component-row .files {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; } }
  .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download {
    text-decoration: none;
    flex-direction: column;
    line-height: 1;
    transition: all ease-in-out 200ms; }
    @media (min-width: 992px) {
      .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download {
        flex-direction: row; } }
    @media (max-width: 991.98px) {
      .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-name, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label {
        margin: 1rem 0; } }
    .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-name {
      display: block;
      width: auto;
      margin-right: 0;
      font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
      font-size: 1rem;
      font-weight: 200;
      text-transform: uppercase;
      text-align: left; }
      @media (min-width: 992px) {
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-name {
          flex: 0.4 0 25rem;
          margin-right: 0;
          max-width: 25rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 1.375rem;
          margin-bottom: 0; } }
    .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-size {
      font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
      font-size: 0.875rem;
      flex-grow: 0;
      white-space: nowrap;
      display: block;
      width: 100%; }
      @media (min-width: 992px) {
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-size {
          line-height: 2;
          font-size: 1rem;
          margin-bottom: 0;
          padding: 0 1rem; } }
    .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label {
      font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
      color: #1f1d2c;
      white-space: nowrap;
      align-self: flex-start;
      display: flex; }
      @media (min-width: 992px) {
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label {
          align-self: flex-end;
          flex: 0.5;
          display: flex;
          text-align: right;
          margin-top: 0;
          flex-direction: row;
          align-items: flex-end;
          align-content: center;
          justify-content: space-around;
          line-height: 1; } }
      .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label:before, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label:after {
        content: "";
        font-family: inherit;
        display: flex;
        width: 1rem;
        height: 1rem;
        background: none transparent no-repeat center center;
        padding: 0;
        margin: 0;
        line-height: 1; }
    .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active {
      transition: all ease-in-out 200ms; }
      .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover .file-label, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus .file-label, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active .file-label {
        transition: all ease-in-out 200ms; }
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover .file-label::before, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus .file-label::before, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active .file-label::before {
          transition: all ease-in-out 200ms; }
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover .file-label::after, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus .file-label::after, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active .file-label::after {
          transition: all ease-in-out 200ms; }

.components.component-contentbrowser .component-row {
  flex-direction: column; }

.components.component-contentbrowser .component-col-headings {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  flex-direction: row; }
  .components.component-contentbrowser .component-col-headings .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2rem;
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times; }
    .components.component-contentbrowser .component-col-headings .header .title, .components.component-contentbrowser .component-col-headings .header .subtitle {
      text-align: center; }
    .components.component-contentbrowser .component-col-headings .header .title {
      text-transform: uppercase;
      line-height: 1.1;
      font-weight: 200;
      letter-spacing: 1.5px;
      font-size: 2.25rem; }
      @media (min-width: 1200px) {
        .components.component-contentbrowser .component-col-headings .header .title {
          font-size: 3.375rem; } }

.components.component-contentbrowser .component-col-body {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  align-self: center; }
  .components.component-contentbrowser .component-col-body .body {
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 3.5rem; }
    @media (min-width: 1200px) {
      .components.component-contentbrowser .component-col-body .body {
        height: 100%;
        margin-bottom: 0; } }
  .components.component-contentbrowser .component-col-body .cta {
    display: flex;
    justify-content: center; }
    @media (min-width: 1200px) {
      .components.component-contentbrowser .component-col-body .cta {
        justify-content: flex-start; } }

.components.component-contentbrowser .contentbrowser-carousel.-cards_cta-hide .card .card-cta {
  display: none; }

.components.component-contentbrowser_experience .component-col-content .body {
  margin-bottom: 2.5rem; }

.components.component-contentbrowser_experience .component-col-content .footer {
  margin-bottom: 2.5rem; }

.components.component-productgallery > .wrapper .container .component-row {
  flex-direction: column; }
  .components.component-productgallery > .wrapper .container .component-row .component-col-headings {
    text-align: center; }
  .components.component-productgallery > .wrapper .container .component-row .component-col-body {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%; }

.components.component-productgallery .component-col-headings {
  width: 100%;
  text-align: center; }
  .components.component-productgallery .component-col-headings .title {
    margin-bottom: 0;
    text-align: center; }

.components.component-productgallery .component-col-body {
  text-align: center; }

.components.component-infographic .wrapper .container .infographics {
  flex-direction: row; }

.components.component-infographic .wrapper .container .component-infocard.has_image .infocard-header {
  flex-direction: column; }
  .components.component-infographic .wrapper .container .component-infocard.has_image .infocard-header img.image-thumbnail {
    width: auto;
    margin: 0 auto;
    display: block; }

.components.component-infographic .wrapper .container .component-infocard .infocard-header {
  justify-content: center; }

.components.component-infographic .wrapper .container .component-infocard .infocard-body {
  justify-content: center; }

.components.component-infographic .wrapper .container .infographic-items-carousel .components {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0; }

.components.component-infographic .wrapper .container .infographic-items-carousel .owl-stage-outer {
  overflow: hidden; }

.components.component-features .wrapper .container .features {
  flex-direction: row;
  justify-content: center; }

.components.component-features .wrapper .container .owl-loaded .owl-stage-outer {
  overflow: hidden; }

.components.component-features .wrapper .container .owl-loaded .owl-nav {
  width: calc(100% - 3rem);
  margin: 0 auto; }

.components.component-features .wrapper .container .component-card {
  background-color: transparent;
  width: 100%; }
  .components.component-features .wrapper .container .component-card .card-image {
    padding: 0; }
    .components.component-features .wrapper .container .component-card .card-image .term.term--type-prod_features {
      min-height: 8rem;
      background-color: transparent;
      background-position: top center;
      background-size: 7rem; }
  .components.component-features .wrapper .container .component-card .card-headings {
    padding: 0;
    margin: 0 0 1rem 0; }
    .components.component-features .wrapper .container .component-card .card-headings .title {
      margin: 0;
      text-align: center;
      font-size: 2rem;
      padding: 1.5rem 0;
      letter-spacing: 0.05rem; }
  .components.component-features .wrapper .container .component-card .card-body {
    padding: 0;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.22rem; }

.components.component-reference .reference-wrapper {
  padding-bottom: 0; }

.components.component-reference .reference-container-fluid {
  margin-top: 3.5rem;
  padding-left: 0;
  padding-right: 0; }
  .components.component-reference .reference-container-fluid article.media {
    position: relative; }

.components.component-reference .component-col-content .header {
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times; }
  .components.component-reference .component-col-content .header .title {
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 200;
    letter-spacing: 1.5px;
    font-size: 2.25rem; }
    @media (min-width: 1200px) {
      .components.component-reference .component-col-content .header .title {
        font-size: 3.375rem; } }
  @media (min-width: 1200px) {
    .components.component-reference .component-col-content .header {
      padding-right: 4.125rem; } }

.components.component-reference .component-col-body .body {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 3.5rem; }
  @media (min-width: 1200px) {
    .components.component-reference .component-col-body .body {
      margin-bottom: 2.5rem; } }

.components.component-reference .component-col-body .cta {
  display: flex;
  justify-content: center; }
  @media (min-width: 1200px) {
    .components.component-reference .component-col-body .cta {
      justify-content: flex-start; } }

.components.component-reference.-product .wrapper {
  background-color: transparent;
  background-image: none;
  background-position: top left;
  background-repeat: repeat;
  background-size: contain; }

.components.component-reference.-product .component-col-content {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .components.component-reference.-product .component-col-content .header, .components.component-reference.-product .component-col-content .body, .components.component-reference.-product .component-col-content .footer {
    flex-basis: 0; }

.components.component-reference.-product .component-col-image {
  display: flex;
  justify-content: center;
  background-color: transparent;
  background-image: none;
  background-position: top left;
  background-repeat: repeat; }
  .components.component-reference.-product .component-col-image .image {
    height: 90vh;
    max-height: 640px;
    display: block;
    margin-bottom: 2rem; }

.components.component-reference.-product .header .title, .components.component-reference.-product .header .subtitle {
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: left;
  color: #1f1d2c; }

.components.component-reference.-product .header .title {
  font-size: 3.375rem; }
  @media (max-width: 767.98px) {
    .components.component-reference.-product .header .title {
      font-size: 7vw; } }
  .components.component-reference.-product .header .title .text-label {
    display: block; }

.components.component-reference.-product .body {
  margin-top: 1.5rem; }

.components.component-reference.-product .footer {
  margin-top: 3rem; }

.components.component-reference.-product .image {
  width: auto; }

.components.component-taglist .taxonomies > .field__item {
  margin-right: 2rem; }
  .components.component-taglist .taxonomies > .field__item:last-child {
    margin-right: 0; }

.components.component-text_image > .wrapper > .container > .component-row {
  align-items: center; }

.components.component-text_image > .wrapper > .container .component-col-content {
  margin-top: 2rem; }
  @media (min-width: 1200px) {
    .components.component-text_image > .wrapper > .container .component-col-content {
      margin-top: 0; } }
  .components.component-text_image > .wrapper > .container .component-col-content .field__item {
    text-align: center; }
    @media (min-width: 1200px) {
      .components.component-text_image > .wrapper > .container .component-col-content .field__item {
        text-align: left; } }

.components.component-text_image .term.term--type-prod_features {
  min-height: 11rem;
  background-color: transparent;
  background-position: top center;
  background-size: 8rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column; }
  .components.component-text_image .term.term--type-prod_features .term-title {
    position: relative;
    min-height: 2rem;
    width: 100%;
    text-align: center;
    align-self: center;
    margin: 0;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 1.28px; }

.components.component-view-ref--experiences > .wrapper {
  padding-top: 0;
  padding-bottom: 0; }

@keyframes background_left {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(-45deg); }
  30% {
    opacity: 1; }
  70% {
    transform: translateX(-3rem) rotate(-45deg); }
  100% {
    transform: translateX(0) rotate(-45deg); } }

@keyframes background_right {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-45deg); }
  30% {
    opacity: 1; }
  70% {
    transform: translateX(3rem) rotate(-45deg); }
  100% {
    transform: translateX(0) rotate(-45deg); } }

@keyframes rear {
  0% {
    opacity: 0;
    transform: rotate(90deg); }
  75% {
    opacity: 1; }
  100% {
    transform: rotate(0deg); } }

@keyframes middle {
  0% {
    opacity: 0;
    transform: rotate(0deg); }
  25% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg); } }

@keyframes foreground {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes text {
  0% {
    opacity: 0;
    transform: translateY(3%); }
  100% {
    opacity: 1; } }

.components.component-kaleidoscope > .wrapper {
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1200px) {
    .components.component-kaleidoscope > .wrapper {
      align-items: center;
      flex-direction: row;
      height: 675px; } }
  .components.component-kaleidoscope > .wrapper .container {
    z-index: 20;
    flex: 1 0 100%; }
    @media (min-width: 1200px) {
      .components.component-kaleidoscope > .wrapper .container {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start; } }
    .components.component-kaleidoscope > .wrapper .container .component-row {
      flex-direction: row; }
      @media (min-width: 1200px) {
        .components.component-kaleidoscope > .wrapper .container .component-row {
          width: 100%;
          flex-direction: row;
          flex: 1 0 100%; } }
      .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content {
        flex-basis: 100%;
        max-width: 100%; }
        @media (min-width: 1200px) {
          .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content {
            flex-basis: 50%;
            max-width: 50%;
            background-color: transparent;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: space-around;
            align-items: flex-start; } }
        .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content .header {
          max-width: 100%;
          flex-basis: 100%; }
          @media (min-width: 1200px) {
            .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content .header {
              flex: 0 0 auto; } }
        .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content .body {
          max-width: 100%;
          flex-basis: 100%; }
          @media (min-width: 1200px) {
            .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content .body {
              flex: 0 0 auto; } }
        .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content .footer {
          max-width: 100%;
          flex-basis: 100%;
          margin-top: 3rem; }
          @media (min-width: 1200px) {
            .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content .footer {
              flex: 0 0 auto; } }
        .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content.-text {
          opacity: 0;
          animation: 0.5s text forwards linear 0.5s; }

.components.component-kaleidoscope .image-layers {
  position: relative;
  padding-bottom: 100vh;
  margin-right: 0;
  margin-left: auto;
  margin-top: -3rem; }
  @media (min-width: 1200px) {
    .components.component-kaleidoscope .image-layers {
      position: absolute;
      top: 0;
      right: 0;
      margin-top: auto;
      margin-right: auto;
      padding-bottom: 0; } }

.components.component-kaleidoscope .image-layer {
  display: block;
  height: auto;
  position: absolute; }

.components.component-kaleidoscope .image-element {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%; }
  .components.component-kaleidoscope .image-element > .media > .field.field--name-field-media-image {
    display: block;
    width: 100%;
    height: 100%; }
    .components.component-kaleidoscope .image-element > .media > .field.field--name-field-media-image .image-thumbnail.image-style-par-ref-kaleis-max-size {
      display: block;
      width: 100%;
      height: 100%; }

.components.component-kaleidoscope .image-layer.-background {
  width: 675px;
  top: 0;
  right: 0;
  left: auto;
  z-index: 7;
  opacity: 0; }
  .components.component-kaleidoscope .image-layer.-background.animating {
    animation: 1s background_left forwards ease-in; }
  .components.component-kaleidoscope .image-layer.-background.animated {
    transform: translateX(0) rotate(-45deg);
    opacity: 1; }

.components.component-kaleidoscope .image-layer.-rear {
  width: 476px;
  top: 100px;
  right: 100px;
  left: auto;
  z-index: 10;
  opacity: 0; }
  .components.component-kaleidoscope .image-layer.-rear.animating {
    animation: 1s rear forwards linear; }
  .components.component-kaleidoscope .image-layer.-rear.animated {
    transform: rotate(0deg);
    opacity: 1; }

.components.component-kaleidoscope .image-layer.-middle {
  width: 476px;
  top: 100px;
  right: 100px;
  left: auto;
  z-index: 12;
  opacity: 0; }
  .components.component-kaleidoscope .image-layer.-middle.animating {
    animation: 1s middle forwards ease-out 0s; }
  .components.component-kaleidoscope .image-layer.-middle.animated {
    transform: rotate(-45deg);
    opacity: 1; }

.components.component-kaleidoscope .image-layer.-foreground {
  width: 338px;
  top: 168px;
  right: 168px;
  left: auto;
  z-index: 15;
  opacity: 0; }
  .components.component-kaleidoscope .image-layer.-foreground.animating {
    animation: 0.8s foreground forwards linear; }
  .components.component-kaleidoscope .image-layer.-foreground.animated {
    transform: rotate(0deg);
    opacity: 1; }

@media (min-width: 1200px) {
  .components.component-kaleidoscope.layout-right > .wrapper .container .component-row {
    flex-direction: row-reverse; } }

@media (min-width: 1200px) {
  .components.component-kaleidoscope.layout-right > .wrapper .container .component-row .component-col-content {
    padding-left: 8rem; } }

@media (min-width: 1200px) {
  .components.component-kaleidoscope.layout-right .image-layers {
    left: 0;
    right: auto; } }

@media (min-width: 1200px) {
  .components.component-kaleidoscope.layout-right .image-layer.-background {
    left: 0;
    right: auto; }
    .components.component-kaleidoscope.layout-right .image-layer.-background.animating {
      animation: 1s background_right forwards ease-in; } }

@media (min-width: 1200px) {
  .components.component-kaleidoscope.layout-right .image-layer.-rear {
    left: 100px;
    right: auto; } }

@media (min-width: 1200px) {
  .components.component-kaleidoscope.layout-right .image-layer.-middle {
    left: 100px;
    right: auto; } }

@media (min-width: 1200px) {
  .components.component-kaleidoscope.layout-right .image-layer.-foreground {
    left: 168px;
    right: auto; } }

.components.full-width .wrapper .container-fluid, .components.full-width .wrapper .container-sm, .components.full-width .wrapper .container-md, .components.full-width .wrapper .container-lg, .components.full-width .wrapper .container-xl, .components.full-width .wrapper .container-xxl, .components.full-width .wrapper .container-xxxl {
  padding-left: 0;
  padding-right: 0; }

.components a:not(.btn):not(.goto):not(.product-gallery-nav):focus:hover:focus, .components a:not(.btn):not(.goto):not(.product-gallery-nav):focus:focus:focus, .components a:not(.btn):not(.goto):not(.product-gallery-nav):focus:active:focus {
  color: #1f1d2c;
  outline: 2px solid;
  outline-color: #1f1d2c;
  border-radius: 2px;
  outline-offset: 2px; }

.block.block-text_image .field.field--name-field-title, .block.block-text_image .field.field--name-field-media-image, .block.block-text_image .field.field--name-body {
  font-size: 0.8rem;
  margin-bottom: 1rem;
  display: block; }
  @media (min-width: 1200px) {
    .block.block-text_image .field.field--name-field-title, .block.block-text_image .field.field--name-field-media-image, .block.block-text_image .field.field--name-body {
      text-align: center; } }

.block.block-text_image .field.field--name-field-title {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem; }

@media (min-width: 1200px) {
  .block.block-text_image .field.field--name-field-media-image {
    max-width: 50%;
    margin: 0 auto 1rem auto; } }

@media (min-width: 1200px) {
  .block.block-text_image .field.field--name-body {
    max-width: 50%;
    margin: 0 auto 1rem auto; } }

body {
  background-color: #1f1d2c;
  color: #fff; }

.region.theme-dark {
  background-color: #1f1d2c;
  color: #fff; }
  .region.theme-dark.region-header::before {
    background-color: #1f1d2c; }
  .region.theme-dark .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23fff' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-dark a {
    color: #fff; }
    .region.theme-dark a:hover, .region.theme-dark a:focus, .region.theme-dark a:active {
      color: #1f1d2c; }
  .region.theme-dark .muted {
    color: #707070; }

.region.theme-dark-magenta {
  background-color: #1f1d2c;
  color: #fff; }
  .region.theme-dark-magenta.region-header::before {
    background-color: #1f1d2c; }
  .region.theme-dark-magenta .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23fff' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-dark-magenta a {
    color: #e21d76; }
    .region.theme-dark-magenta a:hover, .region.theme-dark-magenta a:focus, .region.theme-dark-magenta a:active {
      color: #fff; }
  .region.theme-dark-magenta .muted {
    color: #707070; }

.region.theme-dark-orange {
  background-color: #1f1d2c;
  color: #fff; }
  .region.theme-dark-orange.region-header::before {
    background-color: #1f1d2c; }
  .region.theme-dark-orange .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23fff' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-dark-orange a {
    color: #f29124; }
    .region.theme-dark-orange a:hover, .region.theme-dark-orange a:focus, .region.theme-dark-orange a:active {
      color: #fff; }
  .region.theme-dark-orange .muted {
    color: #707070; }

.region.theme-dark-green {
  background-color: #1f1d2c;
  color: #fff; }
  .region.theme-dark-green.region-header::before {
    background-color: #1f1d2c; }
  .region.theme-dark-green .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23fff' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-dark-green a {
    color: #56b56c; }
    .region.theme-dark-green a:hover, .region.theme-dark-green a:focus, .region.theme-dark-green a:active {
      color: #fff; }
  .region.theme-dark-green .muted {
    color: #707070; }

.region.theme-dark-blue {
  background-color: #1f1d2c;
  color: #fff; }
  .region.theme-dark-blue.region-header::before {
    background-color: #1f1d2c; }
  .region.theme-dark-blue .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23fff' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-dark-blue a {
    color: #5363ab; }
    .region.theme-dark-blue a:hover, .region.theme-dark-blue a:focus, .region.theme-dark-blue a:active {
      color: #fff; }
  .region.theme-dark-blue .muted {
    color: #707070; }

.region.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light {
  background-color: #fafafa;
  color: #1f1d2c; }
  .region.theme-mid.region-header::before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.region-header.components.component-text_group.theme-light::before {
    background-color: #fafafa; }
  .region.theme-mid .block-system-branding-block .site-logo::before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%231f1d2c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-mid a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a {
    color: #1f1d2c; }
    .region.theme-mid a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:hover, .region.theme-mid a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:focus, .region.theme-mid a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:active {
      color: #fff; }
  .region.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light .muted {
    color: #707070; }

.region.theme-mid-magenta {
  background-color: #fafafa;
  color: #1f1d2c; }
  .region.theme-mid-magenta.region-header::before {
    background-color: #fafafa; }
  .region.theme-mid-magenta .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%231f1d2c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-mid-magenta a {
    color: #e21d76; }
    .region.theme-mid-magenta a:hover, .region.theme-mid-magenta a:focus, .region.theme-mid-magenta a:active {
      color: #fff; }
  .region.theme-mid-magenta .muted {
    color: #707070; }

.region.theme-mid-orange {
  background-color: #fafafa;
  color: #1f1d2c; }
  .region.theme-mid-orange.region-header::before {
    background-color: #fafafa; }
  .region.theme-mid-orange .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%231f1d2c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-mid-orange a {
    color: #f29124; }
    .region.theme-mid-orange a:hover, .region.theme-mid-orange a:focus, .region.theme-mid-orange a:active {
      color: #fff; }
  .region.theme-mid-orange .muted {
    color: #707070; }

.region.theme-mid-green {
  background-color: #fafafa;
  color: #1f1d2c; }
  .region.theme-mid-green.region-header::before {
    background-color: #fafafa; }
  .region.theme-mid-green .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%231f1d2c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-mid-green a {
    color: #56b56c; }
    .region.theme-mid-green a:hover, .region.theme-mid-green a:focus, .region.theme-mid-green a:active {
      color: #fff; }
  .region.theme-mid-green .muted {
    color: #707070; }

.region.theme-mid-blue {
  background-color: #fafafa;
  color: #1f1d2c; }
  .region.theme-mid-blue.region-header::before {
    background-color: #fafafa; }
  .region.theme-mid-blue .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%231f1d2c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-mid-blue a {
    color: #5363ab; }
    .region.theme-mid-blue a:hover, .region.theme-mid-blue a:focus, .region.theme-mid-blue a:active {
      color: #fff; }
  .region.theme-mid-blue .muted {
    color: #707070; }

.region.theme-light {
  background-color: #fff;
  color: #1f1d2c; }
  .region.theme-light.region-header::before {
    background-color: #fff; }
  .region.theme-light .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%231f1d2c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-light a {
    color: #1f1d2c; }
    .region.theme-light a:hover, .region.theme-light a:focus, .region.theme-light a:active {
      color: #fff; }
  .region.theme-light .muted {
    color: #707070; }

.region.theme-light-magenta {
  background-color: #fff;
  color: #1f1d2c; }
  .region.theme-light-magenta.region-header::before {
    background-color: #fff; }
  .region.theme-light-magenta .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%231f1d2c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-light-magenta a {
    color: #e21d76; }
    .region.theme-light-magenta a:hover, .region.theme-light-magenta a:focus, .region.theme-light-magenta a:active {
      color: #fff; }
  .region.theme-light-magenta .muted {
    color: #707070; }

.region.theme-light-orange {
  background-color: #fff;
  color: #1f1d2c; }
  .region.theme-light-orange.region-header::before {
    background-color: #fff; }
  .region.theme-light-orange .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%231f1d2c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-light-orange a {
    color: #f29124; }
    .region.theme-light-orange a:hover, .region.theme-light-orange a:focus, .region.theme-light-orange a:active {
      color: #fff; }
  .region.theme-light-orange .muted {
    color: #707070; }

.region.theme-light-green {
  background-color: #fff;
  color: #1f1d2c; }
  .region.theme-light-green.region-header::before {
    background-color: #fff; }
  .region.theme-light-green .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%231f1d2c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-light-green a {
    color: #56b56c; }
    .region.theme-light-green a:hover, .region.theme-light-green a:focus, .region.theme-light-green a:active {
      color: #fff; }
  .region.theme-light-green .muted {
    color: #707070; }

.region.theme-light-blue {
  background-color: #fff;
  color: #1f1d2c; }
  .region.theme-light-blue.region-header::before {
    background-color: #fff; }
  .region.theme-light-blue .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%231f1d2c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-light-blue a {
    color: #5363ab; }
    .region.theme-light-blue a:hover, .region.theme-light-blue a:focus, .region.theme-light-blue a:active {
      color: #fff; }
  .region.theme-light-blue .muted {
    color: #707070; }

.region.region-footer .footer-menu .nav-item .link-label {
  padding-right: 1rem; }

.region.region-footer_sub .wrapper {
  padding-top: 0;
  padding-bottom: 3.5rem; }

@media (min-width: 768px) {
  .region.region-footer_sub .row:last-child::before {
    content: none !important; } }

.region.region-footer_sub .row:nth-child(2)::after {
  content: none !important; }

.term {
  /* theming */ }
  .term-cta .term-link.goto-term {
    font-weight: 200; }
    .term-cta .term-link.goto-term .text-label::after {
      content: none; }
  .term-view_mode--teaser .term-headings .term-link:hover, .term-view_mode--teaser .term-headings .term-link:focus, .term-view_mode--teaser .term-headings .term-link:active, .term-view_mode--card .term-headings .term-link:hover, .term-view_mode--card .term-headings .term-link:focus, .term-view_mode--card .term-headings .term-link:active {
    text-decoration: underline;
    color: #1f1d2c !important; }

.term.term--type-prod_features {
  display: block;
  width: 100%;
  min-height: 96px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 96px; }
  .term.term--type-prod_features.term--class-age_of_the_vineyard {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M85.116 58.708l-2.042-.686a32.6 32.6 0 00-38.727-41.983l-.517-2.091a34.751 34.751 0 0141.287 44.76zM49.493 84a34.763 34.763 0 01-34.724-34.724h2.153a32.6 32.6 0 0042.6 31l.662 2.049A34.686 34.686 0 0149.493 84zM37.99 31.823l5.679-2.989-5.679-2.989 3.424-5.428-6.413.251.251-6.413-5.428 3.424L26.836 12l-2.989 5.679-5.428-3.424.251 6.413-6.413-.251 3.424 5.428-5.679 2.989 5.679 2.989-3.424 5.428L18.67 37l-.251 6.412 5.428-3.424 2.989 5.679 2.988-5.679 5.428 3.424-.251-6.413 6.413.251zm-11.155 5.428a8.417 8.417 0 118.417-8.417 8.417 8.417 0 01-8.417 8.417zM69.218 58.049a11.556 11.556 0 0015.453 16.474 11.557 11.557 0 11-15.453-16.474z'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2813.78 46.261%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2857.697 79.145%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2881.696 56.902%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2841.893 13.149%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-eta_del_vigneto {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M85.116 58.708l-2.042-.686a32.6 32.6 0 00-38.727-41.983l-.517-2.091a34.751 34.751 0 0141.287 44.76zM49.493 84a34.763 34.763 0 01-34.724-34.724h2.153a32.6 32.6 0 0042.6 31l.662 2.049A34.686 34.686 0 0149.493 84zM37.99 31.823l5.679-2.989-5.679-2.989 3.424-5.428-6.413.251.251-6.413-5.428 3.424L26.836 12l-2.989 5.679-5.428-3.424.251 6.413-6.413-.251 3.424 5.428-5.679 2.989 5.679 2.989-3.424 5.428L18.67 37l-.251 6.412 5.428-3.424 2.989 5.679 2.988-5.679 5.428 3.424-.251-6.413 6.413.251zm-11.155 5.428a8.417 8.417 0 118.417-8.417 8.417 8.417 0 01-8.417 8.417zM69.218 58.049a11.556 11.556 0 0015.453 16.474 11.557 11.557 0 11-15.453-16.474z'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2813.78 46.261%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2857.697 79.145%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2881.696 56.902%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2841.893 13.149%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-pairings {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M57.067 82.705l-9.5-1.825a4.532 4.532 0 01-3.709-4.462V64.645a5.3 5.3 0 013.591-5.015 15.305 15.305 0 009.8-10.23c-1.942-2.672-5.074-5.886-10.219-5.886a7.771 7.771 0 01-5.38-1.919c-.118-.094-.365-.353-.365-.353l-10.6-13.314 1.271-1.271 12.95 13.679 1.519-1.53-13.326-13.3 1.177-1.177 13.326 13.444 1.26-1.259-13.386-13.389 1.177-1.177 13.444 13.326 1.5-1.5-13.809-12.961 1.177-1.177 12.761 9.936s.459.388.612.553a7.746 7.746 0 012.248 6.393 11.868 11.868 0 003.308 7.829 113.322 113.322 0 00-4.992-32.35H32.189a113.507 113.507 0 00-4.921 33.187 15.3 15.3 0 0010.421 14.494 5.263 5.263 0 013.6 5v11.773a4.555 4.555 0 01-3.7 4.426l-9.512 1.836a1.331 1.331 0 00-1.083 1.283h31.15a1.318 1.318 0 00-1.077-1.291z'/%3e%3cpath d='M84.508 69.08s-19.5-19.483-20.755-20.755c-.659-.671-3.532-1.637-5.98-4.108v.718a15.308 15.308 0 01-.636 4.344c1.118 1.542 1.848 2.92 2.355 3.4l20.66 20.673a3.061 3.061 0 004.321-4.321z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-abbinamenti {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M57.067 82.705l-9.5-1.825a4.532 4.532 0 01-3.709-4.462V64.645a5.3 5.3 0 013.591-5.015 15.305 15.305 0 009.8-10.23c-1.942-2.672-5.074-5.886-10.219-5.886a7.771 7.771 0 01-5.38-1.919c-.118-.094-.365-.353-.365-.353l-10.6-13.314 1.271-1.271 12.95 13.679 1.519-1.53-13.326-13.3 1.177-1.177 13.326 13.444 1.26-1.259-13.386-13.389 1.177-1.177 13.444 13.326 1.5-1.5-13.809-12.961 1.177-1.177 12.761 9.936s.459.388.612.553a7.746 7.746 0 012.248 6.393 11.868 11.868 0 003.308 7.829 113.322 113.322 0 00-4.992-32.35H32.189a113.507 113.507 0 00-4.921 33.187 15.3 15.3 0 0010.421 14.494 5.263 5.263 0 013.6 5v11.773a4.555 4.555 0 01-3.7 4.426l-9.512 1.836a1.331 1.331 0 00-1.083 1.283h31.15a1.318 1.318 0 00-1.077-1.291z'/%3e%3cpath d='M84.508 69.08s-19.5-19.483-20.755-20.755c-.659-.671-3.532-1.637-5.98-4.108v.718a15.308 15.308 0 01-.636 4.344c1.118 1.542 1.848 2.92 2.355 3.4l20.66 20.673a3.061 3.061 0 004.321-4.321z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-fining {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M515.01 716.443l23.405 23.405c.489.019.979.038 1.473.038a36.552 36.552 0 0 0 9.457-1.244l-28.267-28.267z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-.36 -30.669%29'/%3e%3cpath d='M514.14 685.628l38.972 38.972a36.417 36.417 0 0 0 7.685-4.24L520.1 679.666z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%280 -17.969%29'/%3e%3cpath d='M519.371 661.748L566 708.373a36.676 36.676 0 0 0 4.939-5.435l-46.38-46.378z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-2.163 -8.413%29'/%3e%3cpath d='M530.923 640.627l-3.215 3.215 48.83 48.83a36.321 36.321 0 0 0 3.014-6.635l-46.286-46.286c-.793.268-1.576.556-2.343.876z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-5.611 -1.462%29'/%3e%3cpath d='M550.745 636.616a36.635 36.635 0 0 0-6.169.7l43.088 43.087a36.627 36.627 0 0 0 .7-6.169z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-12.587 -.165%29'/%3e%3cpath d='M595.752 663.733l-26.625-26.625a36.424 36.424 0 0 0-5.106-.891l32.621 32.621a36.333 36.333 0 0 0-.89-5.105z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-20.629%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-affinamento {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M515.01 716.443l23.405 23.405c.489.019.979.038 1.473.038a36.552 36.552 0 0 0 9.457-1.244l-28.267-28.267z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-.36 -30.669%29'/%3e%3cpath d='M514.14 685.628l38.972 38.972a36.417 36.417 0 0 0 7.685-4.24L520.1 679.666z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%280 -17.969%29'/%3e%3cpath d='M519.371 661.748L566 708.373a36.676 36.676 0 0 0 4.939-5.435l-46.38-46.378z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-2.163 -8.413%29'/%3e%3cpath d='M530.923 640.627l-3.215 3.215 48.83 48.83a36.321 36.321 0 0 0 3.014-6.635l-46.286-46.286c-.793.268-1.576.556-2.343.876z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-5.611 -1.462%29'/%3e%3cpath d='M550.745 636.616a36.635 36.635 0 0 0-6.169.7l43.088 43.087a36.627 36.627 0 0 0 .7-6.169z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-12.587 -.165%29'/%3e%3cpath d='M595.752 663.733l-26.625-26.625a36.424 36.424 0 0 0-5.106-.891l32.621 32.621a36.333 36.333 0 0 0-.89-5.105z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-20.629%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-training {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M73.164 12v16.62H21.921V12H13v72h8.921V67.523h51.243V84h8.921V12zm0 28.7a28.311 28.311 0 00-3.649 5.592l-.139.256H59.011l-.14-.256c-2.121-3.91-4.762-8.776-10.427-8.776s-8.3 4.866-10.426 8.776l-.139.256H27.512l-.139-.256c-1.373-2.529-2.967-5.451-5.452-7.2v-7.566h51.243zm-5.491 8.75c-1.1 1.646-2.132 2.581-3.482 2.581s-2.385-.935-3.483-2.581zm-15.338-2.9h-7.791c1.258-2.047 2.377-3.226 3.9-3.226s2.637 1.178 3.896 3.225zm-16.163 2.9c-1.1 1.646-2.132 2.581-3.482 2.581s-2.385-.935-3.482-2.581zm-14.256 0h.561c2.087 3.837 4.735 8.386 10.214 8.386s8.126-4.55 10.214-8.386h11.071c2.088 3.837 4.736 8.386 10.215 8.386 4.458 0 7.04-3.015 8.973-6.2v12.988H21.921z'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-allevamento {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M73.164 12v16.62H21.921V12H13v72h8.921V67.523h51.243V84h8.921V12zm0 28.7a28.311 28.311 0 00-3.649 5.592l-.139.256H59.011l-.14-.256c-2.121-3.91-4.762-8.776-10.427-8.776s-8.3 4.866-10.426 8.776l-.139.256H27.512l-.139-.256c-1.373-2.529-2.967-5.451-5.452-7.2v-7.566h51.243zm-5.491 8.75c-1.1 1.646-2.132 2.581-3.482 2.581s-2.385-.935-3.483-2.581zm-15.338-2.9h-7.791c1.258-2.047 2.377-3.226 3.9-3.226s2.637 1.178 3.896 3.225zm-16.163 2.9c-1.1 1.646-2.132 2.581-3.482 2.581s-2.385-.935-3.482-2.581zm-14.256 0h.561c2.087 3.837 4.735 8.386 10.214 8.386s8.126-4.55 10.214-8.386h11.071c2.088 3.837 4.736 8.386 10.215 8.386 4.458 0 7.04-3.015 8.973-6.2v12.988H21.921z'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-altitude {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M68.908 54.688H26.161l-3.108 5.384h48.964zM37.293 33.834l-3.108 5.384h26.7l-3.108-5.384zM65.883 49.645l-3.108-5.384H32.294l-3.108 5.384zM78.908 70.499L75.8 65.115H19.271l-3.108 5.384zM12.003 75.542l-4 6.932H87.07l-4-6.932zM56.074 28.792L47.534 14l-8.54 14.792z'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-altitudine {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M68.908 54.688H26.161l-3.108 5.384h48.964zM37.293 33.834l-3.108 5.384h26.7l-3.108-5.384zM65.883 49.645l-3.108-5.384H32.294l-3.108 5.384zM78.908 70.499L75.8 65.115H19.271l-3.108 5.384zM12.003 75.542l-4 6.932H87.07l-4-6.932zM56.074 28.792L47.534 14l-8.54 14.792z'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-bouquet {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M50.417 15.13A10.1 10.1 0 0047.678 12a10.1 10.1 0 00-2.739 3.13c4.383 1.926 1.174 1.926 5.478 0zM46.114 41.63v11.6l1.346.407 1.784-.939V41.739a11.656 11.656 0 01-3.13-.109zM68.466 26.084a17.383 17.383 0 00-6.074-7.824 17.36 17.36 0 01-3.13 7.373c.345 2.584 2.191 7.829-3.13 12.9a9.2 9.2 0 0012.522 3.334c5.134-2.911 3.256-9.251 9.752-14.384a17.309 17.309 0 00-9.94-1.399z'/%3e%3cpath d='M73.505 22.847a10.31 10.31 0 00-.782-4.132 10.04 10.04 0 00-3.976 1.393c2.77 3.741.125 2.191 4.758 2.739zM57.43 48.329l1.832-3.13a12.03 12.03 0 01-2.708-1.565l-4.336 7.5zM38.895 27.73c-2.457 8.829 9.939 15.183 16.013 7.373 4.511-5.885-1.343-10.05 1.99-18.407a17.592 17.592 0 00-9.219 3.8 17.405 17.405 0 00-9.219-3.8 18.87 18.87 0 01.435 11.034z'/%3e%3cpath d='M39.274 38.403a11.209 11.209 0 01-3.645-10.313c.188-1.221.313-1.221.534-2.489a17.5 17.5 0 01-3.134-7.433 17.44 17.44 0 00-6.135 7.921A17.373 17.373 0 0017 27.404a19.9 19.9 0 015.9 9.391c2.457 7.908 12.789 8.075 16.374 1.608zM24.952 22.725a17.827 17.827 0 011.659-2.6 9.95 9.95 0 00-3.976-1.411 10.309 10.309 0 00-.783 4.132 19.137 19.137 0 013.1-.121zM36.097 45.168l3.521 6.089 4.4 1.333-5.2-8.988a12.539 12.539 0 01-2.721 1.566z'/%3e%3cpath d='M46.305 56.546c-.235-.391-.187-.407-.187 0l-12.526-3.85 10.224 21.913h7.638l10.312-25.043-13.977 7.435zM43.922 77.739l-2.5 6.26h12.516l-2.5-6.26z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-color {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M65.08 53.9h-2.19l-.78-.75a17.95 17.95 0 00-16.8-29.42A107.67 107.67 0 0042.52 12H22.94a107.42 107.42 0 00-4.66 31.43 14.48 14.48 0 009.83 13.73 5.02 5.02 0 013.4 4.74v14.92a4.3 4.3 0 01-3.5 4.22l-8.98 1.74A1.25 1.25 0 0018 84h29.46a1.25 1.25 0 00-1.03-1.22l-8.98-1.74a4.3 4.3 0 01-3.51-4.23v-14.9a5.02 5.02 0 013.4-4.75 14.76 14.76 0 001.38-.59 17.94 17.94 0 0021.45-1.47l.74.77v2.19l13.85 13.82 4.12-4.13zm-16.62 0a12.62 12.62 0 01-2.52-.25 12.48 12.48 0 112.51.25z'/%3e%3cpath d='M38.78 41.44a9.66 9.66 0 009.65 9.68h.03a9.54 9.54 0 002.03-.22 20.02 20.02 0 002.26-9.23c0-3.03-.12-6.04-.3-9.02a9.65 9.65 0 00-13.67 8.8z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-colore {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M65.08 53.9h-2.19l-.78-.75a17.95 17.95 0 00-16.8-29.42A107.67 107.67 0 0042.52 12H22.94a107.42 107.42 0 00-4.66 31.43 14.48 14.48 0 009.83 13.73 5.02 5.02 0 013.4 4.74v14.92a4.3 4.3 0 01-3.5 4.22l-8.98 1.74A1.25 1.25 0 0018 84h29.46a1.25 1.25 0 00-1.03-1.22l-8.98-1.74a4.3 4.3 0 01-3.51-4.23v-14.9a5.02 5.02 0 013.4-4.75 14.76 14.76 0 001.38-.59 17.94 17.94 0 0021.45-1.47l.74.77v2.19l13.85 13.82 4.12-4.13zm-16.62 0a12.62 12.62 0 01-2.52-.25 12.48 12.48 0 112.51.25z'/%3e%3cpath d='M38.78 41.44a9.66 9.66 0 009.65 9.68h.03a9.54 9.54 0 002.03-.22 20.02 20.02 0 002.26-9.23c0-3.03-.12-6.04-.3-9.02a9.65 9.65 0 00-13.67 8.8z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-density {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000' transform='translate%28-262.9 -848.78%29'%3e%3cpath d='M280.9 918.84h8.8v8.8h-8.8zM298.25 918.84h8.8v8.8h-8.8zM315.6 918.84h8.8v8.8h-8.8zM332.95 918.84h8.8v8.8h-8.8z'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28280.9 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28298.25 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28315.6 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28332.95 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28280.9 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28298.25 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28315.6 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28332.95 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28280.9 866.78%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28298.25 866.78%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28315.6 866.78%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28332.95 866.78%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-densita {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000' transform='translate%28-262.9 -848.78%29'%3e%3cpath d='M280.9 918.84h8.8v8.8h-8.8zM298.25 918.84h8.8v8.8h-8.8zM315.6 918.84h8.8v8.8h-8.8zM332.95 918.84h8.8v8.8h-8.8z'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28280.9 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28298.25 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28315.6 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28332.95 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28280.9 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28298.25 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28315.6 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28332.95 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28280.9 866.78%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28298.25 866.78%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28315.6 866.78%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28332.95 866.78%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-hectares {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M53.37 73.883c1.144-1.731 2.233-3.365 3.308-5.008 2.768-4.229 5.5-8.483 8.305-12.686a79.943 79.943 0 019.2-11.49 45.17 45.17 0 017.419-6.278 92.7 92.7 0 01-11.63 19.684A73.629 73.629 0 0153.37 73.883zM73.534 36.498c-.661 1.041-1.3 2.1-1.988 3.122A169.4 169.4 0 0158.1 57.278a81.249 81.249 0 01-13.136 12.074c-.1.071-.2.132-.385.25a1.838 1.838 0 01.094-.265 167.4 167.4 0 019.575-14.552 83.634 83.634 0 0110.335-11.522 62.676 62.676 0 018.679-6.723c.059-.038.124-.066.186-.1zM66.408 34.589c-1.315 1.571-2.607 3.162-3.949 4.71-4.625 5.339-9.294 10.638-14.257 15.665a95.321 95.321 0 01-12.208 10.645l-.356.255c.331-1.867 8.869-13.215 13.316-17.721 5.244-5.313 13.861-12.055 17.454-13.554zM26.859 62.424c.828-1.224 1.623-2.471 2.491-3.667a80.129 80.129 0 0110.992-12.132 100.346 100.346 0 0116.23-12.02c1.07-.639 2.166-1.232 3.251-1.845a1.493 1.493 0 01.251-.065c-.153.168-.239.272-.335.365-3.416 3.323-6.8 6.683-10.258 9.959q-5.98 5.664-12.076 11.2a94.693 94.693 0 01-10.069 8.016l-.382.26zM18.725 59.346c.858-1.112 1.682-2.252 2.58-3.331A84.683 84.683 0 0134.74 43.326 124.186 124.186 0 0154.015 31.07a.9.9 0 01.414-.117c-.66.59-1.3 1.2-1.984 1.765-3.916 3.269-7.828 6.544-11.766 9.787q-5.725 4.716-11.5 9.371a124.312 124.312 0 01-10.072 7.37c-.093.061-.19.116-.286.173zM49.294 29.313c-.763.608-1.508 1.241-2.291 1.821q-6.755 5.012-13.528 10c-4.216 3.088-8.428 6.184-12.7 9.192-2.982 2.1-6.062 4.058-9.1 6.078a.615.615 0 01-.38.113c.648-.744 1.279-1.5 1.945-2.233a79.6 79.6 0 0110.833-9.68 151.24 151.24 0 0124.933-15.265c.074-.036.151-.065.227-.1zM4.6 53.839c1.009-.977 1.993-1.983 3.032-2.927a111.122 111.122 0 0115.509-11.507 187.122 187.122 0 0121.317-11.726l.394-.177C43.386 29.162 8.554 52.044 4.6 53.839zM33.588 23.122a19.538 19.538 0 013.69-.713c1.245-.147 2.5-.217 3.745-.255 2.5-.094 5 0 7.493.112 2.492.159 4.982.369 7.467.667s4.975.712 7.427 1.169a96.677 96.677 0 0114.559 3.882 61.529 61.529 0 017 3.006 30.844 30.844 0 016.43 4.235 84.66 84.66 0 00-14.071-4.858c-4.766-1.3-9.58-2.412-14.405-3.51-2.419-.556-4.817-1.044-7.253-1.469s-4.871-.837-7.319-1.17c-2.445-.371-4.9-.653-7.359-.9a41.415 41.415 0 00-7.404-.196z'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-ettari {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M53.37 73.883c1.144-1.731 2.233-3.365 3.308-5.008 2.768-4.229 5.5-8.483 8.305-12.686a79.943 79.943 0 019.2-11.49 45.17 45.17 0 017.419-6.278 92.7 92.7 0 01-11.63 19.684A73.629 73.629 0 0153.37 73.883zM73.534 36.498c-.661 1.041-1.3 2.1-1.988 3.122A169.4 169.4 0 0158.1 57.278a81.249 81.249 0 01-13.136 12.074c-.1.071-.2.132-.385.25a1.838 1.838 0 01.094-.265 167.4 167.4 0 019.575-14.552 83.634 83.634 0 0110.335-11.522 62.676 62.676 0 018.679-6.723c.059-.038.124-.066.186-.1zM66.408 34.589c-1.315 1.571-2.607 3.162-3.949 4.71-4.625 5.339-9.294 10.638-14.257 15.665a95.321 95.321 0 01-12.208 10.645l-.356.255c.331-1.867 8.869-13.215 13.316-17.721 5.244-5.313 13.861-12.055 17.454-13.554zM26.859 62.424c.828-1.224 1.623-2.471 2.491-3.667a80.129 80.129 0 0110.992-12.132 100.346 100.346 0 0116.23-12.02c1.07-.639 2.166-1.232 3.251-1.845a1.493 1.493 0 01.251-.065c-.153.168-.239.272-.335.365-3.416 3.323-6.8 6.683-10.258 9.959q-5.98 5.664-12.076 11.2a94.693 94.693 0 01-10.069 8.016l-.382.26zM18.725 59.346c.858-1.112 1.682-2.252 2.58-3.331A84.683 84.683 0 0134.74 43.326 124.186 124.186 0 0154.015 31.07a.9.9 0 01.414-.117c-.66.59-1.3 1.2-1.984 1.765-3.916 3.269-7.828 6.544-11.766 9.787q-5.725 4.716-11.5 9.371a124.312 124.312 0 01-10.072 7.37c-.093.061-.19.116-.286.173zM49.294 29.313c-.763.608-1.508 1.241-2.291 1.821q-6.755 5.012-13.528 10c-4.216 3.088-8.428 6.184-12.7 9.192-2.982 2.1-6.062 4.058-9.1 6.078a.615.615 0 01-.38.113c.648-.744 1.279-1.5 1.945-2.233a79.6 79.6 0 0110.833-9.68 151.24 151.24 0 0124.933-15.265c.074-.036.151-.065.227-.1zM4.6 53.839c1.009-.977 1.993-1.983 3.032-2.927a111.122 111.122 0 0115.509-11.507 187.122 187.122 0 0121.317-11.726l.394-.177C43.386 29.162 8.554 52.044 4.6 53.839zM33.588 23.122a19.538 19.538 0 013.69-.713c1.245-.147 2.5-.217 3.745-.255 2.5-.094 5 0 7.493.112 2.492.159 4.982.369 7.467.667s4.975.712 7.427 1.169a96.677 96.677 0 0114.559 3.882 61.529 61.529 0 017 3.006 30.844 30.844 0 016.43 4.235 84.66 84.66 0 00-14.071-4.858c-4.766-1.3-9.58-2.412-14.405-3.51-2.419-.556-4.817-1.044-7.253-1.469s-4.871-.837-7.319-1.17c-2.445-.371-4.9-.653-7.359-.9a41.415 41.415 0 00-7.404-.196z'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-longevity {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M85.116 58.708l-2.042-.686a32.6 32.6 0 00-38.727-41.983l-.517-2.091a34.751 34.751 0 0141.287 44.76zM49.493 84a34.763 34.763 0 01-34.724-34.724h2.153a32.6 32.6 0 0042.6 31l.662 2.049A34.686 34.686 0 0149.493 84zM37.99 31.823l5.679-2.989-5.679-2.989 3.424-5.428-6.413.251.251-6.413-5.428 3.424L26.836 12l-2.989 5.679-5.428-3.424.251 6.413-6.413-.251 3.424 5.428-5.679 2.989 5.679 2.989-3.424 5.428L18.67 37l-.251 6.412 5.428-3.424 2.989 5.679 2.988-5.679 5.428 3.424-.251-6.413 6.413.251zm-11.155 5.428a8.417 8.417 0 118.417-8.417 8.417 8.417 0 01-8.417 8.417zM69.218 58.049a11.556 11.556 0 0015.453 16.474 11.557 11.557 0 11-15.453-16.474z'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2813.78 46.261%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2857.697 79.145%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2881.696 56.902%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2841.893 13.149%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-longevita {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M85.116 58.708l-2.042-.686a32.6 32.6 0 00-38.727-41.983l-.517-2.091a34.751 34.751 0 0141.287 44.76zM49.493 84a34.763 34.763 0 01-34.724-34.724h2.153a32.6 32.6 0 0042.6 31l.662 2.049A34.686 34.686 0 0149.493 84zM37.99 31.823l5.679-2.989-5.679-2.989 3.424-5.428-6.413.251.251-6.413-5.428 3.424L26.836 12l-2.989 5.679-5.428-3.424.251 6.413-6.413-.251 3.424 5.428-5.679 2.989 5.679 2.989-3.424 5.428L18.67 37l-.251 6.412 5.428-3.424 2.989 5.679 2.988-5.679 5.428 3.424-.251-6.413 6.413.251zm-11.155 5.428a8.417 8.417 0 118.417-8.417 8.417 8.417 0 01-8.417 8.417zM69.218 58.049a11.556 11.556 0 0015.453 16.474 11.557 11.557 0 11-15.453-16.474z'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2813.78 46.261%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2857.697 79.145%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2881.696 56.902%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2841.893 13.149%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-vineyards {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000' transform='translate%28-949.265 -614.308%29'%3e%3ccircle cx='7.771' cy='7.771' r='7.771' transform='rotate%28-13.34 3430.002 -3896.982%29'/%3e%3cpath d='M977.363 631.808l9.949 20.769 8.247-6.6zM1019.167 631.808l-30.222 24.178 9.418 19.661z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-provenienza {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000' transform='translate%28-949.265 -614.308%29'%3e%3ccircle cx='7.771' cy='7.771' r='7.771' transform='rotate%28-13.34 3430.002 -3896.982%29'/%3e%3cpath d='M977.363 631.808l9.949 20.769 8.247-6.6zM1019.167 631.808l-30.222 24.178 9.418 19.661z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-yeld {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M587.461 870.616v-13.8h1.051v-2.447h-8.321v2.447h1.232v13.8a36.043 36.043 0 0 1-2.337 3.275c4.328 6.465 6.626 5.661 6.626 13.9l-.6 38.889c6.982-.127 8.764-1.728 8.764-1.728l.62-39.819c-.004-8.493-2.445-7.377-7.035-14.517z' transform='translate%28-345 -338%29 translate%28-155.831 -508.366%29 translate%28-23.446%29'/%3e%3cpath d='M565.586 876.682v-13.664h1.1v-2.447h-8.321v2.447h1.182v13.664a35.8 35.8 0 0 1-2.457 3.424c4.406 6.66 6.747 5.77 6.747 14.08l-.6 38.556c6.978-.128 8.759-1.728 8.759-1.728l.62-39.819c.001-8.489-2.44-7.373-7.03-14.513z' transform='translate%28-345 -338%29 translate%28-155.831 -508.366%29 translate%28-13.577 -2.784%29'/%3e%3cpath d='M539.883 882.983V869.4H541v-2.447h-8.321v2.447h1.161v13.582c-4.534 7.146-6.964 6-7.014 14.462l.512 39.87s1.837 1.737 9.3 1.737c7.725 0 9.654-1.737 9.654-1.737l.619-39.82c.002-8.487-2.438-7.371-7.028-14.511z' transform='translate%28-345 -338%29 translate%28-155.831 -508.366%29 translate%280 -5.648%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-resa {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M587.461 870.616v-13.8h1.051v-2.447h-8.321v2.447h1.232v13.8a36.043 36.043 0 0 1-2.337 3.275c4.328 6.465 6.626 5.661 6.626 13.9l-.6 38.889c6.982-.127 8.764-1.728 8.764-1.728l.62-39.819c-.004-8.493-2.445-7.377-7.035-14.517z' transform='translate%28-345 -338%29 translate%28-155.831 -508.366%29 translate%28-23.446%29'/%3e%3cpath d='M565.586 876.682v-13.664h1.1v-2.447h-8.321v2.447h1.182v13.664a35.8 35.8 0 0 1-2.457 3.424c4.406 6.66 6.747 5.77 6.747 14.08l-.6 38.556c6.978-.128 8.759-1.728 8.759-1.728l.62-39.819c.001-8.489-2.44-7.373-7.03-14.513z' transform='translate%28-345 -338%29 translate%28-155.831 -508.366%29 translate%28-13.577 -2.784%29'/%3e%3cpath d='M539.883 882.983V869.4H541v-2.447h-8.321v2.447h1.161v13.582c-4.534 7.146-6.964 6-7.014 14.462l.512 39.87s1.837 1.737 9.3 1.737c7.725 0 9.654-1.737 9.654-1.737l.619-39.82c.002-8.487-2.438-7.371-7.028-14.511z' transform='translate%28-345 -338%29 translate%28-155.831 -508.366%29 translate%280 -5.648%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-production {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000' transform='translate%28-1169 -544%29 translate%281131.255 -571.413%29'%3e%3cellipse cx='30.442' cy='15.221' rx='30.442' ry='15.221' transform='translate%2854.745 1132.413%29'/%3e%3cpath d='M85.393 1190.086c-14.185 0-26.218-4.594-30.488-10.967v8.032c4.268 6.376 16.3 10.973 30.488 10.973 14.492 0 26.741-4.794 30.757-11.383v-8.033c-4.019 6.586-16.267 11.378-30.757 11.378z' transform='translate%28-.069 -20.039%29'/%3e%3cpath d='M85.393 1217.668c-14.185 0-26.218-4.594-30.488-10.968v8.032c4.268 6.376 16.3 10.974 30.488 10.974 14.262 0 26.348-4.645 30.556-11.073v-8.033c-4.208 6.424-16.294 11.068-30.556 11.068z' transform='translate%28-.069 -32.112%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-data {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000' transform='translate%28-1169 -544%29 translate%281131.255 -571.413%29'%3e%3cellipse cx='30.442' cy='15.221' rx='30.442' ry='15.221' transform='translate%2854.745 1132.413%29'/%3e%3cpath d='M85.393 1190.086c-14.185 0-26.218-4.594-30.488-10.967v8.032c4.268 6.376 16.3 10.973 30.488 10.973 14.492 0 26.741-4.794 30.757-11.383v-8.033c-4.019 6.586-16.267 11.378-30.757 11.378z' transform='translate%28-.069 -20.039%29'/%3e%3cpath d='M85.393 1217.668c-14.185 0-26.218-4.594-30.488-10.968v8.032c4.268 6.376 16.3 10.974 30.488 10.974 14.262 0 26.348-4.645 30.556-11.073v-8.033c-4.208 6.424-16.294 11.068-30.556 11.068z' transform='translate%28-.069 -32.112%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-ricavi {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000' transform='translate%28-1169 -544%29 translate%281131.255 -571.413%29'%3e%3cellipse cx='30.442' cy='15.221' rx='30.442' ry='15.221' transform='translate%2854.745 1132.413%29'/%3e%3cpath d='M85.393 1190.086c-14.185 0-26.218-4.594-30.488-10.967v8.032c4.268 6.376 16.3 10.973 30.488 10.973 14.492 0 26.741-4.794 30.757-11.383v-8.033c-4.019 6.586-16.267 11.378-30.757 11.378z' transform='translate%28-.069 -20.039%29'/%3e%3cpath d='M85.393 1217.668c-14.185 0-26.218-4.594-30.488-10.968v8.032c4.268 6.376 16.3 10.974 30.488 10.974 14.262 0 26.348-4.645 30.556-11.073v-8.033c-4.208 6.424-16.294 11.068-30.556 11.068z' transform='translate%28-.069 -32.112%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-taste {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M100.835 229.006h.3c8.994 0 24.212-1.28 24.212-6.063 0-3.835-9.76-4.268-18.266-4.743 10.069.57 15.972 2.895 15.972 4.736 0 1.434-8.119 3.78-21.918 3.78-.582 0-1.14-.009-1.7-.018-.27-.007-.538-.011-.814-.019v.009c-12.225-.278-19.4-2.263-19.4-3.733 0-1.424 5.905-4.187 15.97-4.757-8.5.475-18.264.912-18.264 4.742 0 4.3 12.273 5.769 21.288 6.024l-.354 2.011a4.565 4.565 0 0 1-4.458 3.773l-9.744.157a1.345 1.345 0 0 0-1.3 1.1v.006l30.9 5.443a1.346 1.346 0 0 0-.847-1.47l-9.1-3.478a4.567 4.567 0 0 1-2.9-5.072z' transform='translate%28-139 -338%29 translate%2886.07 223.592%29 translate%280 -41.05%29'/%3e%3cpath d='M130.024 128.029l-20.556-3.621a114.2 114.2 0 0 0-10.686 32.032 15.405 15.405 0 0 0 7.788 16.193 5.324 5.324 0 0 1 2.693 5.6l-1.59 9.015c.688.015 1.388.022 2.113.022.177 0 .337 0 .508-.006l1.52-8.584a5.33 5.33 0 0 1 4.445-4.338 15.406 15.406 0 0 0 12.862-12.55h-.007a114.205 114.205 0 0 0 .91-33.763zM111.5 172.24c-11.217-.645-11.182-11.98-9.584-15.84 0 0 2.66 10.483 14.244 1.464 13.186-10.269 17.006 15.623-4.66 14.376z' transform='translate%28-139 -338%29 translate%2886.07 223.592%29 translate%28-9.461%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-sapore {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M100.835 229.006h.3c8.994 0 24.212-1.28 24.212-6.063 0-3.835-9.76-4.268-18.266-4.743 10.069.57 15.972 2.895 15.972 4.736 0 1.434-8.119 3.78-21.918 3.78-.582 0-1.14-.009-1.7-.018-.27-.007-.538-.011-.814-.019v.009c-12.225-.278-19.4-2.263-19.4-3.733 0-1.424 5.905-4.187 15.97-4.757-8.5.475-18.264.912-18.264 4.742 0 4.3 12.273 5.769 21.288 6.024l-.354 2.011a4.565 4.565 0 0 1-4.458 3.773l-9.744.157a1.345 1.345 0 0 0-1.3 1.1v.006l30.9 5.443a1.346 1.346 0 0 0-.847-1.47l-9.1-3.478a4.567 4.567 0 0 1-2.9-5.072z' transform='translate%28-139 -338%29 translate%2886.07 223.592%29 translate%280 -41.05%29'/%3e%3cpath d='M130.024 128.029l-20.556-3.621a114.2 114.2 0 0 0-10.686 32.032 15.405 15.405 0 0 0 7.788 16.193 5.324 5.324 0 0 1 2.693 5.6l-1.59 9.015c.688.015 1.388.022 2.113.022.177 0 .337 0 .508-.006l1.52-8.584a5.33 5.33 0 0 1 4.445-4.338 15.406 15.406 0 0 0 12.862-12.55h-.007a114.205 114.205 0 0 0 .91-33.763zM111.5 172.24c-11.217-.645-11.182-11.98-9.584-15.84 0 0 2.66 10.483 14.244 1.464 13.186-10.269 17.006 15.623-4.66 14.376z' transform='translate%28-139 -338%29 translate%2886.07 223.592%29 translate%28-9.461%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-flavor {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M100.835 229.006h.3c8.994 0 24.212-1.28 24.212-6.063 0-3.835-9.76-4.268-18.266-4.743 10.069.57 15.972 2.895 15.972 4.736 0 1.434-8.119 3.78-21.918 3.78-.582 0-1.14-.009-1.7-.018-.27-.007-.538-.011-.814-.019v.009c-12.225-.278-19.4-2.263-19.4-3.733 0-1.424 5.905-4.187 15.97-4.757-8.5.475-18.264.912-18.264 4.742 0 4.3 12.273 5.769 21.288 6.024l-.354 2.011a4.565 4.565 0 0 1-4.458 3.773l-9.744.157a1.345 1.345 0 0 0-1.3 1.1v.006l30.9 5.443a1.346 1.346 0 0 0-.847-1.47l-9.1-3.478a4.567 4.567 0 0 1-2.9-5.072z' transform='translate%28-139 -338%29 translate%2886.07 223.592%29 translate%280 -41.05%29'/%3e%3cpath d='M130.024 128.029l-20.556-3.621a114.2 114.2 0 0 0-10.686 32.032 15.405 15.405 0 0 0 7.788 16.193 5.324 5.324 0 0 1 2.693 5.6l-1.59 9.015c.688.015 1.388.022 2.113.022.177 0 .337 0 .508-.006l1.52-8.584a5.33 5.33 0 0 1 4.445-4.338 15.406 15.406 0 0 0 12.862-12.55h-.007a114.205 114.205 0 0 0 .91-33.763zM111.5 172.24c-11.217-.645-11.182-11.98-9.584-15.84 0 0 2.66 10.483 14.244 1.464 13.186-10.269 17.006 15.623-4.66 14.376z' transform='translate%28-139 -338%29 translate%2886.07 223.592%29 translate%28-9.461%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-ground {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath d='M0 0h96v96H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill='%23000' clip-path='url%28%23a%29'%3e%3cpath fill-rule='evenodd' d='M71.779 76.592C63.528 64.539 51.791 53.796 36.93 44.82c-2-1.2-4.03-2.35-6.09-3.46-2.06-1.11-4.14-2.17-6.24-3.19-2.1-1.01-4.23-1.98-6.38-2.9-1.053-.453-2.114-.896-3.174-1.339 1.117-2.634 2.558-5.095 4.247-7.359.022.009.045.019.067.028 2.52 1.04 5.02 2.14 7.49 3.31 2.47 1.16 4.91 2.38 7.32 3.67.41.22.82.44 1.22.66l2.59-1.36-3.17-5.03 5.94.24-.23-5.93 5.02 3.16 2.76-5.25 2.77 5.25 5.02-3.17-.23 5.94 5.93-.24-3.17 5.03 3.09 1.62c2.9-1.37 5.84-2.67 8.82-3.88 2.608-1.065 5.239-2.066 7.894-3.002 1.643 2.311 3.003 4.834 4.04 7.52-2.651.916-5.272 1.9-7.874 2.942-3.22 1.29-6.4 2.68-9.54 4.16-3.13 1.48-6.22 3.06-9.26 4.73l-.48.26.43.35c2.01 1.58 3.93 3.19 5.71 4.77l.18.17.23-.12c2.59-1.33 5.21-2.59 7.86-3.78 2.65-1.2 5.33-2.32 8.04-3.37 2.249-.88 4.518-1.704 6.802-2.479.286 1.868.438 3.78.438 5.729 0 1.039-.043 2.067-.132 3.082-1.229.444-2.455.898-3.678 1.368-2.16.83-4.29 1.71-6.41 2.63-2.12.92-4.22 1.89-6.29 2.9l-.45.22.34.36c1.84 1.93 3.64 3.97 5.34 6.05l.18.23.26-.13c1.63-.81 3.27-1.58 4.93-2.32 1.189-.533 2.389-1.051 3.596-1.552-2.254 6.005-6.042 11.256-10.907 15.254zm-25.716 8.325C40.475 77.76 33.127 71.422 24.08 65.96c-1-.6-2.01-1.19-3.02-1.77-1.02-.57-2.04-1.14-3.07-1.68-1.03-.55-2.07-1.09-3.11-1.61-.288-.143-.576-.285-.864-.425C18.702 74.031 31.15 83.94 46.063 84.917zM12.091 51.08c1.187.495 2.363 1.005 3.539 1.53 1.67.75 3.33 1.53 4.98 2.35 1.64.81 3.27 1.66 4.88 2.54 1.61.88 3.2 1.79 4.77 2.73 11.167 6.746 19.973 14.726 26.328 23.85 2.919-.636 5.698-1.641 8.292-2.956-7.094-10.828-17.216-20.233-30.26-28.114-1.91-1.14-3.85-2.24-5.81-3.3-1.97-1.06-3.95-2.07-5.96-3.04-2.01-.97-4.04-1.89-6.08-2.77-1.394-.598-2.797-1.178-4.209-1.732-.374 2.053-.561 4.17-.561 6.332 0 .868.03 1.728.091 2.58zM41.3 37.6c2.14 1.3 4.29 2.67 6.36 4.07l.2.14.2-.12c2.57-1.5 5.18-2.94 7.83-4.31.48-2.09.08-4.32-1.15-6.13-1.45-2.13-3.86-3.41-6.44-3.41-2.58 0-4.99 1.28-6.44 3.41-1.2 1.77-1.61 3.94-1.17 5.99.2.12.4.24.61.36z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-terreno {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath d='M0 0h96v96H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill='%23000' clip-path='url%28%23a%29'%3e%3cpath fill-rule='evenodd' d='M71.779 76.592C63.528 64.539 51.791 53.796 36.93 44.82c-2-1.2-4.03-2.35-6.09-3.46-2.06-1.11-4.14-2.17-6.24-3.19-2.1-1.01-4.23-1.98-6.38-2.9-1.053-.453-2.114-.896-3.174-1.339 1.117-2.634 2.558-5.095 4.247-7.359.022.009.045.019.067.028 2.52 1.04 5.02 2.14 7.49 3.31 2.47 1.16 4.91 2.38 7.32 3.67.41.22.82.44 1.22.66l2.59-1.36-3.17-5.03 5.94.24-.23-5.93 5.02 3.16 2.76-5.25 2.77 5.25 5.02-3.17-.23 5.94 5.93-.24-3.17 5.03 3.09 1.62c2.9-1.37 5.84-2.67 8.82-3.88 2.608-1.065 5.239-2.066 7.894-3.002 1.643 2.311 3.003 4.834 4.04 7.52-2.651.916-5.272 1.9-7.874 2.942-3.22 1.29-6.4 2.68-9.54 4.16-3.13 1.48-6.22 3.06-9.26 4.73l-.48.26.43.35c2.01 1.58 3.93 3.19 5.71 4.77l.18.17.23-.12c2.59-1.33 5.21-2.59 7.86-3.78 2.65-1.2 5.33-2.32 8.04-3.37 2.249-.88 4.518-1.704 6.802-2.479.286 1.868.438 3.78.438 5.729 0 1.039-.043 2.067-.132 3.082-1.229.444-2.455.898-3.678 1.368-2.16.83-4.29 1.71-6.41 2.63-2.12.92-4.22 1.89-6.29 2.9l-.45.22.34.36c1.84 1.93 3.64 3.97 5.34 6.05l.18.23.26-.13c1.63-.81 3.27-1.58 4.93-2.32 1.189-.533 2.389-1.051 3.596-1.552-2.254 6.005-6.042 11.256-10.907 15.254zm-25.716 8.325C40.475 77.76 33.127 71.422 24.08 65.96c-1-.6-2.01-1.19-3.02-1.77-1.02-.57-2.04-1.14-3.07-1.68-1.03-.55-2.07-1.09-3.11-1.61-.288-.143-.576-.285-.864-.425C18.702 74.031 31.15 83.94 46.063 84.917zM12.091 51.08c1.187.495 2.363 1.005 3.539 1.53 1.67.75 3.33 1.53 4.98 2.35 1.64.81 3.27 1.66 4.88 2.54 1.61.88 3.2 1.79 4.77 2.73 11.167 6.746 19.973 14.726 26.328 23.85 2.919-.636 5.698-1.641 8.292-2.956-7.094-10.828-17.216-20.233-30.26-28.114-1.91-1.14-3.85-2.24-5.81-3.3-1.97-1.06-3.95-2.07-5.96-3.04-2.01-.97-4.04-1.89-6.08-2.77-1.394-.598-2.797-1.178-4.209-1.732-.374 2.053-.561 4.17-.561 6.332 0 .868.03 1.728.091 2.58zM41.3 37.6c2.14 1.3 4.29 2.67 6.36 4.07l.2.14.2-.12c2.57-1.5 5.18-2.94 7.83-4.31.48-2.09.08-4.32-1.15-6.13-1.45-2.13-3.86-3.41-6.44-3.41-2.58 0-4.99 1.28-6.44 3.41-1.2 1.77-1.61 3.94-1.17 5.99.2.12.4.24.61.36z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-terroir {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath d='M0 0h96v96H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill='%23000' clip-path='url%28%23a%29'%3e%3cpath fill-rule='evenodd' d='M3.5 44.459c4.399 2.104 8.699 4.415 12.887 6.924 17.83 10.77 29.75 24.753 35.318 41.117H40.95c-5.2-12.728-15.141-23.601-29.794-32.454-2.509-1.508-5.062-2.938-7.656-4.29V44.459zm0-19.296c8.921 3.477 17.549 7.683 25.795 12.578C52.488 51.747 67.465 70.413 73.496 92.5H62.864c-5.858-18.42-18.957-34.114-38.799-46.098-6.608-3.93-13.48-7.384-20.565-10.34V25.163zm89 8.093c-9.304 2.807-18.38 6.345-27.14 10.585q3.113 3.28 5.903 6.698c6.882-3.373 13.977-6.28 21.237-8.704V52.53c-5.132 1.835-10.17 3.929-15.096 6.275 6.93 10.208 11.848 21.644 14.491 33.695H81.499C75.381 67.55 57.685 45.384 30.15 28.754 21.631 23.692 12.717 19.341 3.5 15.74V4.924c11.059 4.071 21.731 9.146 31.882 15.169q3.63 2.195 7.048 4.506C57.208 15.809 74.157 8.88 92.5 3.986v10.485c-14.9 4.171-28.769 9.756-41.134 16.658q3.276 2.58 6.314 5.281c11.148-5.682 22.809-10.267 34.82-13.697v10.543z'/%3e%3c/g%3e%3c/svg%3e"); }
  .term.term--type-prod_features.term--class-territorio {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath d='M0 0h96v96H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill='%23000' clip-path='url%28%23a%29'%3e%3cpath fill-rule='evenodd' d='M3.5 44.459c4.399 2.104 8.699 4.415 12.887 6.924 17.83 10.77 29.75 24.753 35.318 41.117H40.95c-5.2-12.728-15.141-23.601-29.794-32.454-2.509-1.508-5.062-2.938-7.656-4.29V44.459zm0-19.296c8.921 3.477 17.549 7.683 25.795 12.578C52.488 51.747 67.465 70.413 73.496 92.5H62.864c-5.858-18.42-18.957-34.114-38.799-46.098-6.608-3.93-13.48-7.384-20.565-10.34V25.163zm89 8.093c-9.304 2.807-18.38 6.345-27.14 10.585q3.113 3.28 5.903 6.698c6.882-3.373 13.977-6.28 21.237-8.704V52.53c-5.132 1.835-10.17 3.929-15.096 6.275 6.93 10.208 11.848 21.644 14.491 33.695H81.499C75.381 67.55 57.685 45.384 30.15 28.754 21.631 23.692 12.717 19.341 3.5 15.74V4.924c11.059 4.071 21.731 9.146 31.882 15.169q3.63 2.195 7.048 4.506C57.208 15.809 74.157 8.88 92.5 3.986v10.485c-14.9 4.171-28.769 9.756-41.134 16.658q3.276 2.58 6.314 5.281c11.148-5.682 22.809-10.267 34.82-13.697v10.543z'/%3e%3c/g%3e%3c/svg%3e"); }
  .term.term--type-prod_features.term--class-grapes {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M46.047 24.72l6.618-13.22h13.236L52.665 24.72z'/%3e%3cg transform='translate%2821.529 31.558%29'%3e%3ccircle cx='6.618' cy='6.618' r='6.618'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853%29'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2839.707%29'/%3e%3cg transform='translate%289.927 19.853%29'%3e%3ccircle cx='6.618' cy='6.618' r='6.618'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853%29'/%3e%3c/g%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853 39.707%29'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-first_vintage {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M46.047 24.72l6.618-13.22h13.236L52.665 24.72z'/%3e%3cg transform='translate%2821.529 31.558%29'%3e%3ccircle cx='6.618' cy='6.618' r='6.618'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853%29'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2839.707%29'/%3e%3cg transform='translate%289.927 19.853%29'%3e%3ccircle cx='6.618' cy='6.618' r='6.618'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853%29'/%3e%3c/g%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853 39.707%29'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-uve {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M46.047 24.72l6.618-13.22h13.236L52.665 24.72z'/%3e%3cg transform='translate%2821.529 31.558%29'%3e%3ccircle cx='6.618' cy='6.618' r='6.618'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853%29'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2839.707%29'/%3e%3cg transform='translate%289.927 19.853%29'%3e%3ccircle cx='6.618' cy='6.618' r='6.618'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853%29'/%3e%3c/g%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853 39.707%29'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-wines {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M-136.213 420.422c.055-9.372 2.747-8.1 7.768-16.016v-15.04h-1.286v-2.71h5.609v-1.518h-9.214v2.71h1.286v15.04c-5.021 7.914-7.712 6.644-7.767 16.016l.568 44.153s.837.788 3.6 1.355z' transform='translate%28-963 -544%29 translate%281135.818 164.862%29 translate%281 1%29'/%3e%3cpath d='M-114.494 446.583v-14.524h11.025l.095-6.1c0-9.4-2.7-8.164-7.785-16.071v-15.04h1.242v-2.71h-9.214v2.71h1.286v15.04c-5.021 7.914-7.712 6.644-7.767 16.016l.568 44.153s2.034 1.924 10.294 1.924c8.555 0 10.692-1.924 10.692-1.924l.365-23.474z' transform='translate%28-963 -544%29 translate%281135.818 164.862%29 translate%28-6.875 -3.317%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-vini {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M-136.213 420.422c.055-9.372 2.747-8.1 7.768-16.016v-15.04h-1.286v-2.71h5.609v-1.518h-9.214v2.71h1.286v15.04c-5.021 7.914-7.712 6.644-7.767 16.016l.568 44.153s.837.788 3.6 1.355z' transform='translate%28-963 -544%29 translate%281135.818 164.862%29 translate%281 1%29'/%3e%3cpath d='M-114.494 446.583v-14.524h11.025l.095-6.1c0-9.4-2.7-8.164-7.785-16.071v-15.04h1.242v-2.71h-9.214v2.71h1.286v15.04c-5.021 7.914-7.712 6.644-7.767 16.016l.568 44.153s2.034 1.924 10.294 1.924c8.555 0 10.692-1.924 10.692-1.924l.365-23.474z' transform='translate%28-963 -544%29 translate%281135.818 164.862%29 translate%28-6.875 -3.317%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-wine {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M329.713 450.064v-15.059h11.431l.1-6.325c0-9.746-2.8-8.466-8.073-16.664v-15.595h1.287v-2.81H324.9v2.81h1.334v15.595c-5.206 8.206-8 6.889-8.054 16.607l.589 45.781s2.109 1.995 10.674 1.995c8.871 0 11.086-1.995 11.086-1.995l.379-24.34z' transform='translate%28-757 -544%29 translate%28474.817 157.389%29'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-vino {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M329.713 450.064v-15.059h11.431l.1-6.325c0-9.746-2.8-8.466-8.073-16.664v-15.595h1.287v-2.81H324.9v2.81h1.334v15.595c-5.206 8.206-8 6.889-8.054 16.607l.589 45.781s2.109 1.995 10.674 1.995c8.871 0 11.086-1.995 11.086-1.995l.379-24.34z' transform='translate%28-757 -544%29 translate%28474.817 157.389%29'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-variety {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M815.393 455.533a5.372 5.372 0 1 1 4.694-7.981 31.537 31.537 0 0 0 4.242-25.262 31.6 31.6 0 0 0-11.421-.774 5.37 5.37 0 1 1-6.485-3.205 31.617 31.617 0 0 0-11.279-12.683v36.409l16.914-8.849 1.2 2.3-18.116 9.477v8.374l17.981 9.406-1.2 2.3-16.7-8.8 1.854 10.379a27.823 27.823 0 0 0 23.389 4.511 27.918 27.918 0 0 0-1.132-17.325 5.353 5.353 0 0 1-3.941 1.723z' transform='translate%28-345 -544%29 translate%28-377.362 147.372%29 translate%28-23.545%29'/%3e%3cpath d='M769 456.449l-17.689 9.251-1.2-2.3 18.9-9.886v-8.395l-18.762-9.816 1.2-2.3 17.561 9.187v-35.975a31.626 31.626 0 0 0-10.671 12.191 5.381 5.381 0 1 1-5.792 3.44 31.624 31.624 0 0 0-12.192.692 31.54 31.54 0 0 0 3.262 23.655 5.371 5.371 0 1 1 .7 8.9 27.92 27.92 0 0 0-.739 16.279 27.817 27.817 0 0 0 23.634-4.7z' transform='translate%28-345 -544%29 translate%28-377.362 147.372%29 translate%280 -.248%29'/%3e%3cpath d='M794.044 526.8h-7.583l2.591-18.208h2.4z' transform='translate%28-345 -544%29 translate%28-377.362 147.372%29 translate%28-19.88 -43.461%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-vitigno {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M815.393 455.533a5.372 5.372 0 1 1 4.694-7.981 31.537 31.537 0 0 0 4.242-25.262 31.6 31.6 0 0 0-11.421-.774 5.37 5.37 0 1 1-6.485-3.205 31.617 31.617 0 0 0-11.279-12.683v36.409l16.914-8.849 1.2 2.3-18.116 9.477v8.374l17.981 9.406-1.2 2.3-16.7-8.8 1.854 10.379a27.823 27.823 0 0 0 23.389 4.511 27.918 27.918 0 0 0-1.132-17.325 5.353 5.353 0 0 1-3.941 1.723z' transform='translate%28-345 -544%29 translate%28-377.362 147.372%29 translate%28-23.545%29'/%3e%3cpath d='M769 456.449l-17.689 9.251-1.2-2.3 18.9-9.886v-8.395l-18.762-9.816 1.2-2.3 17.561 9.187v-35.975a31.626 31.626 0 0 0-10.671 12.191 5.381 5.381 0 1 1-5.792 3.44 31.624 31.624 0 0 0-12.192.692 31.54 31.54 0 0 0 3.262 23.655 5.371 5.371 0 1 1 .7 8.9 27.92 27.92 0 0 0-.739 16.279 27.817 27.817 0 0 0 23.634-4.7z' transform='translate%28-345 -544%29 translate%28-377.362 147.372%29 translate%280 -.248%29'/%3e%3cpath d='M794.044 526.8h-7.583l2.591-18.208h2.4z' transform='translate%28-345 -544%29 translate%28-377.362 147.372%29 translate%28-19.88 -43.461%29'/%3e%3c/g%3e%3c/svg%3e "); }

.term.term.view-mode-gallery .taxonomy-term-listing .views-element-container .view.view-taxonomy-term.view-id-taxonomy_term.view-display-id-block_term_gallery {
  max-width: unset;
  position: relative; }
  .term.term.view-mode-gallery .taxonomy-term-listing .views-element-container .view.view-taxonomy-term.view-id-taxonomy_term.view-display-id-block_term_gallery article.node {
    background-color: unset;
    margin-bottom: unset; }

.term.term-view_mode--full .views-element-container {
  background-color: unset; }

.node {
  /* theming */ }
  .node-cta .node-link.goto-node {
    font-weight: 200; }
    .node-cta .node-link.goto-node .text-label::after {
      content: none; }
  .node-view_mode--teaser .node-headings .node-link:hover, .node-view_mode--teaser .node-headings .node-link:focus, .node-view_mode--teaser .node-headings .node-link:active, .node-view_mode--card .node-headings .node-link:hover, .node-view_mode--card .node-headings .node-link:focus, .node-view_mode--card .node-headings .node-link:active {
    text-decoration: underline;
    color: #1f1d2c !important; }

.node.node--type-product.node-view_mode--full {
  overflow: hidden; }

.node--type-experience {
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-size: 1.125rem; }
  .node--type-experience.node-view_mode--reference .reference-body::before {
    content: "";
    display: block;
    height: 48px;
    width: 64px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    margin-bottom: 2rem; }
  .node--type-experience.node-view_mode--reference .reference-arrow::before {
    content: "";
    display: block;
    height: 20px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.view-experiences .view-filters .views-exposed-form legend {
  display: none; }

.view-experiences .view-filters .views-exposed-form .form--inline {
  display: flex; }
  .view-experiences .view-filters .views-exposed-form .form--inline > .form-item {
    float: none;
    flex: 1 0 100%; }

.view-experiences .view-filters .fieldset-wrapper .form-radios > .form-radios {
  padding-left: 1rem;
  padding-right: 1rem; }
  .view-experiences .view-filters .fieldset-wrapper .form-radios > .form-radios .form-item {
    display: inline-block;
    flex-grow: 0;
    margin-left: 1rem;
    margin-right: 1rem; }
    .view-experiences .view-filters .fieldset-wrapper .form-radios > .form-radios .form-item.form-type-radio input {
      display: none; }
    .view-experiences .view-filters .fieldset-wrapper .form-radios > .form-radios .form-item.form-type-radio label {
      cursor: pointer; }

.view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded {
  position: relative; }
  .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-stage-outer {
    overflow: hidden; }
    .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-stage-outer::after {
      content: none; }
    .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-stage-outer .owl-stage .owl-item {
      flex: 0 1 auto;
      opacity: 1; }
  .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-nav {
    margin-top: 0; }
    .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-nav button {
      background-color: #fff;
      position: absolute;
      top: 0;
      bottom: 0;
      padding: 1rem; }
      .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-nav button.owl-prev {
        left: 0; }
      .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-nav button.owl-next {
        right: 0; }
      .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-nav button > span {
        transition: all 0.2s ease-in-out; }
      .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-nav button.disabled {
        background-color: transparent;
        cursor: auto; }
        .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-nav button.disabled > span {
          color: transparent;
          background-image: unset !important; }

.view-experiences .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  margin-left: 0;
  margin-right: 0; }
  .view-experiences .view-content .views-row {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
    @media (min-width: 992px) {
      .view-experiences .view-content .views-row {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 1440px) {
      .view-experiences .view-content .views-row {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; } }
    @media (min-width: 2440px) {
      .view-experiences .view-content .views-row {
        flex: 0 0 25%;
        max-width: 25%; } }
    .view-experiences .view-content .views-row > article {
      position: relative;
      display: flex;
      height: 500px;
      min-width: 400px;
      background-position: top right;
      background-size: auto 100%; }
      .view-experiences .view-content .views-row > article::before {
        z-index: 0;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto; }
      .view-experiences .view-content .views-row > article .reference-wrapper {
        display: flex;
        position: relative;
        z-index: 1;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; }
      .view-experiences .view-content .views-row > article .reference-container {
        display: flex;
        flex-direction: column;
        position: relative;
        padding-left: 2.5rem;
        padding-right: 11rem; }
      .view-experiences .view-content .views-row > article .reference-body {
        flex: 1 0 auto;
        font-size: 1rem; }
      .view-experiences .view-content .views-row > article .reference-footer {
        flex: 0 1 auto; }
      .view-experiences .view-content .views-row > article.exp-theme.dark {
        color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark h1, .view-experiences .view-content .views-row > article.exp-theme.dark h2, .view-experiences .view-content .views-row > article.exp-theme.dark h3, .view-experiences .view-content .views-row > article.exp-theme.dark h4, .view-experiences .view-content .views-row > article.exp-theme.dark h5, .view-experiences .view-content .views-row > article.exp-theme.dark h6, .view-experiences .view-content .views-row > article.exp-theme.dark p {
          color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark a {
          color: #fff; }
          .view-experiences .view-content .views-row > article.exp-theme.dark a:hover, .view-experiences .view-content .views-row > article.exp-theme.dark a:focus, .view-experiences .view-content .views-row > article.exp-theme.dark a:active {
            color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.dark .reference-body::before {
          background-image: decorate_experience(#fff, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.dark .reference-arrow::before {
          background-image: decorate_experience(#fff, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.dark-magenta {
        color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark-magenta h1, .view-experiences .view-content .views-row > article.exp-theme.dark-magenta h2, .view-experiences .view-content .views-row > article.exp-theme.dark-magenta h3, .view-experiences .view-content .views-row > article.exp-theme.dark-magenta h4, .view-experiences .view-content .views-row > article.exp-theme.dark-magenta h5, .view-experiences .view-content .views-row > article.exp-theme.dark-magenta h6, .view-experiences .view-content .views-row > article.exp-theme.dark-magenta p {
          color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark-magenta a {
          color: #fff; }
          .view-experiences .view-content .views-row > article.exp-theme.dark-magenta a:hover, .view-experiences .view-content .views-row > article.exp-theme.dark-magenta a:focus, .view-experiences .view-content .views-row > article.exp-theme.dark-magenta a:active {
            color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark-magenta .reference-body::before {
          background-image: decorate_experience(#fff, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.dark-magenta .reference-arrow::before {
          background-image: decorate_experience(#fff, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.dark-orange {
        color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark-orange h1, .view-experiences .view-content .views-row > article.exp-theme.dark-orange h2, .view-experiences .view-content .views-row > article.exp-theme.dark-orange h3, .view-experiences .view-content .views-row > article.exp-theme.dark-orange h4, .view-experiences .view-content .views-row > article.exp-theme.dark-orange h5, .view-experiences .view-content .views-row > article.exp-theme.dark-orange h6, .view-experiences .view-content .views-row > article.exp-theme.dark-orange p {
          color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark-orange a {
          color: #fff; }
          .view-experiences .view-content .views-row > article.exp-theme.dark-orange a:hover, .view-experiences .view-content .views-row > article.exp-theme.dark-orange a:focus, .view-experiences .view-content .views-row > article.exp-theme.dark-orange a:active {
            color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark-orange .reference-body::before {
          background-image: decorate_experience(#fff, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.dark-orange .reference-arrow::before {
          background-image: decorate_experience(#fff, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.dark-green {
        color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark-green h1, .view-experiences .view-content .views-row > article.exp-theme.dark-green h2, .view-experiences .view-content .views-row > article.exp-theme.dark-green h3, .view-experiences .view-content .views-row > article.exp-theme.dark-green h4, .view-experiences .view-content .views-row > article.exp-theme.dark-green h5, .view-experiences .view-content .views-row > article.exp-theme.dark-green h6, .view-experiences .view-content .views-row > article.exp-theme.dark-green p {
          color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark-green a {
          color: #fff; }
          .view-experiences .view-content .views-row > article.exp-theme.dark-green a:hover, .view-experiences .view-content .views-row > article.exp-theme.dark-green a:focus, .view-experiences .view-content .views-row > article.exp-theme.dark-green a:active {
            color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark-green .reference-body::before {
          background-image: decorate_experience(#fff, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.dark-green .reference-arrow::before {
          background-image: decorate_experience(#fff, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.dark-blue {
        color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark-blue h1, .view-experiences .view-content .views-row > article.exp-theme.dark-blue h2, .view-experiences .view-content .views-row > article.exp-theme.dark-blue h3, .view-experiences .view-content .views-row > article.exp-theme.dark-blue h4, .view-experiences .view-content .views-row > article.exp-theme.dark-blue h5, .view-experiences .view-content .views-row > article.exp-theme.dark-blue h6, .view-experiences .view-content .views-row > article.exp-theme.dark-blue p {
          color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark-blue a {
          color: #fff; }
          .view-experiences .view-content .views-row > article.exp-theme.dark-blue a:hover, .view-experiences .view-content .views-row > article.exp-theme.dark-blue a:focus, .view-experiences .view-content .views-row > article.exp-theme.dark-blue a:active {
            color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark-blue .reference-body::before {
          background-image: decorate_experience(#fff, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.dark-blue .reference-arrow::before {
          background-image: decorate_experience(#fff, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.mid {
        color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.mid h1, .view-experiences .view-content .views-row > article.exp-theme.mid h2, .view-experiences .view-content .views-row > article.exp-theme.mid h3, .view-experiences .view-content .views-row > article.exp-theme.mid h4, .view-experiences .view-content .views-row > article.exp-theme.mid h5, .view-experiences .view-content .views-row > article.exp-theme.mid h6, .view-experiences .view-content .views-row > article.exp-theme.mid p {
          color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.mid a {
          color: #1f1d2c; }
          .view-experiences .view-content .views-row > article.exp-theme.mid a:hover, .view-experiences .view-content .views-row > article.exp-theme.mid a:focus, .view-experiences .view-content .views-row > article.exp-theme.mid a:active {
            color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.mid .reference-body::before {
          background-image: decorate_experience(#1f1d2c, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.mid .reference-arrow::before {
          background-image: decorate_experience(#1f1d2c, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.mid-magenta {
        color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.mid-magenta h1, .view-experiences .view-content .views-row > article.exp-theme.mid-magenta h2, .view-experiences .view-content .views-row > article.exp-theme.mid-magenta h3, .view-experiences .view-content .views-row > article.exp-theme.mid-magenta h4, .view-experiences .view-content .views-row > article.exp-theme.mid-magenta h5, .view-experiences .view-content .views-row > article.exp-theme.mid-magenta h6, .view-experiences .view-content .views-row > article.exp-theme.mid-magenta p {
          color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.mid-magenta a {
          color: #1f1d2c; }
          .view-experiences .view-content .views-row > article.exp-theme.mid-magenta a:hover, .view-experiences .view-content .views-row > article.exp-theme.mid-magenta a:focus, .view-experiences .view-content .views-row > article.exp-theme.mid-magenta a:active {
            color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.mid-magenta .reference-body::before {
          background-image: decorate_experience(#1f1d2c, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.mid-magenta .reference-arrow::before {
          background-image: decorate_experience(#1f1d2c, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.mid-orange {
        color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.mid-orange h1, .view-experiences .view-content .views-row > article.exp-theme.mid-orange h2, .view-experiences .view-content .views-row > article.exp-theme.mid-orange h3, .view-experiences .view-content .views-row > article.exp-theme.mid-orange h4, .view-experiences .view-content .views-row > article.exp-theme.mid-orange h5, .view-experiences .view-content .views-row > article.exp-theme.mid-orange h6, .view-experiences .view-content .views-row > article.exp-theme.mid-orange p {
          color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.mid-orange a {
          color: #1f1d2c; }
          .view-experiences .view-content .views-row > article.exp-theme.mid-orange a:hover, .view-experiences .view-content .views-row > article.exp-theme.mid-orange a:focus, .view-experiences .view-content .views-row > article.exp-theme.mid-orange a:active {
            color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.mid-orange .reference-body::before {
          background-image: decorate_experience(#1f1d2c, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.mid-orange .reference-arrow::before {
          background-image: decorate_experience(#1f1d2c, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.mid-green {
        color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.mid-green h1, .view-experiences .view-content .views-row > article.exp-theme.mid-green h2, .view-experiences .view-content .views-row > article.exp-theme.mid-green h3, .view-experiences .view-content .views-row > article.exp-theme.mid-green h4, .view-experiences .view-content .views-row > article.exp-theme.mid-green h5, .view-experiences .view-content .views-row > article.exp-theme.mid-green h6, .view-experiences .view-content .views-row > article.exp-theme.mid-green p {
          color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.mid-green a {
          color: #1f1d2c; }
          .view-experiences .view-content .views-row > article.exp-theme.mid-green a:hover, .view-experiences .view-content .views-row > article.exp-theme.mid-green a:focus, .view-experiences .view-content .views-row > article.exp-theme.mid-green a:active {
            color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.mid-green .reference-body::before {
          background-image: decorate_experience(#1f1d2c, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.mid-green .reference-arrow::before {
          background-image: decorate_experience(#1f1d2c, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.mid-blue {
        color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.mid-blue h1, .view-experiences .view-content .views-row > article.exp-theme.mid-blue h2, .view-experiences .view-content .views-row > article.exp-theme.mid-blue h3, .view-experiences .view-content .views-row > article.exp-theme.mid-blue h4, .view-experiences .view-content .views-row > article.exp-theme.mid-blue h5, .view-experiences .view-content .views-row > article.exp-theme.mid-blue h6, .view-experiences .view-content .views-row > article.exp-theme.mid-blue p {
          color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.mid-blue a {
          color: #1f1d2c; }
          .view-experiences .view-content .views-row > article.exp-theme.mid-blue a:hover, .view-experiences .view-content .views-row > article.exp-theme.mid-blue a:focus, .view-experiences .view-content .views-row > article.exp-theme.mid-blue a:active {
            color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.mid-blue .reference-body::before {
          background-image: decorate_experience(#1f1d2c, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.mid-blue .reference-arrow::before {
          background-image: decorate_experience(#1f1d2c, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.light {
        color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.light h1, .view-experiences .view-content .views-row > article.exp-theme.light h2, .view-experiences .view-content .views-row > article.exp-theme.light h3, .view-experiences .view-content .views-row > article.exp-theme.light h4, .view-experiences .view-content .views-row > article.exp-theme.light h5, .view-experiences .view-content .views-row > article.exp-theme.light h6, .view-experiences .view-content .views-row > article.exp-theme.light p {
          color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.light a {
          color: #1f1d2c; }
          .view-experiences .view-content .views-row > article.exp-theme.light a:hover, .view-experiences .view-content .views-row > article.exp-theme.light a:focus, .view-experiences .view-content .views-row > article.exp-theme.light a:active {
            color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.light .reference-body::before {
          background-image: decorate_experience(#1f1d2c, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.light .reference-arrow::before {
          background-image: decorate_experience(#1f1d2c, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.light-magenta {
        color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.light-magenta h1, .view-experiences .view-content .views-row > article.exp-theme.light-magenta h2, .view-experiences .view-content .views-row > article.exp-theme.light-magenta h3, .view-experiences .view-content .views-row > article.exp-theme.light-magenta h4, .view-experiences .view-content .views-row > article.exp-theme.light-magenta h5, .view-experiences .view-content .views-row > article.exp-theme.light-magenta h6, .view-experiences .view-content .views-row > article.exp-theme.light-magenta p {
          color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.light-magenta a {
          color: #1f1d2c; }
          .view-experiences .view-content .views-row > article.exp-theme.light-magenta a:hover, .view-experiences .view-content .views-row > article.exp-theme.light-magenta a:focus, .view-experiences .view-content .views-row > article.exp-theme.light-magenta a:active {
            color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.light-magenta .reference-body::before {
          background-image: decorate_experience(#1f1d2c, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.light-magenta .reference-arrow::before {
          background-image: decorate_experience(#1f1d2c, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.light-orange {
        color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.light-orange h1, .view-experiences .view-content .views-row > article.exp-theme.light-orange h2, .view-experiences .view-content .views-row > article.exp-theme.light-orange h3, .view-experiences .view-content .views-row > article.exp-theme.light-orange h4, .view-experiences .view-content .views-row > article.exp-theme.light-orange h5, .view-experiences .view-content .views-row > article.exp-theme.light-orange h6, .view-experiences .view-content .views-row > article.exp-theme.light-orange p {
          color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.light-orange a {
          color: #1f1d2c; }
          .view-experiences .view-content .views-row > article.exp-theme.light-orange a:hover, .view-experiences .view-content .views-row > article.exp-theme.light-orange a:focus, .view-experiences .view-content .views-row > article.exp-theme.light-orange a:active {
            color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.light-orange .reference-body::before {
          background-image: decorate_experience(#1f1d2c, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.light-orange .reference-arrow::before {
          background-image: decorate_experience(#1f1d2c, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.light-green {
        color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.light-green h1, .view-experiences .view-content .views-row > article.exp-theme.light-green h2, .view-experiences .view-content .views-row > article.exp-theme.light-green h3, .view-experiences .view-content .views-row > article.exp-theme.light-green h4, .view-experiences .view-content .views-row > article.exp-theme.light-green h5, .view-experiences .view-content .views-row > article.exp-theme.light-green h6, .view-experiences .view-content .views-row > article.exp-theme.light-green p {
          color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.light-green a {
          color: #1f1d2c; }
          .view-experiences .view-content .views-row > article.exp-theme.light-green a:hover, .view-experiences .view-content .views-row > article.exp-theme.light-green a:focus, .view-experiences .view-content .views-row > article.exp-theme.light-green a:active {
            color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.light-green .reference-body::before {
          background-image: decorate_experience(#1f1d2c, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.light-green .reference-arrow::before {
          background-image: decorate_experience(#1f1d2c, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.light-blue {
        color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.light-blue h1, .view-experiences .view-content .views-row > article.exp-theme.light-blue h2, .view-experiences .view-content .views-row > article.exp-theme.light-blue h3, .view-experiences .view-content .views-row > article.exp-theme.light-blue h4, .view-experiences .view-content .views-row > article.exp-theme.light-blue h5, .view-experiences .view-content .views-row > article.exp-theme.light-blue h6, .view-experiences .view-content .views-row > article.exp-theme.light-blue p {
          color: #1f1d2c; }
        .view-experiences .view-content .views-row > article.exp-theme.light-blue a {
          color: #1f1d2c; }
          .view-experiences .view-content .views-row > article.exp-theme.light-blue a:hover, .view-experiences .view-content .views-row > article.exp-theme.light-blue a:focus, .view-experiences .view-content .views-row > article.exp-theme.light-blue a:active {
            color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.light-blue .reference-body::before {
          background-image: decorate_experience(#1f1d2c, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.light-blue .reference-arrow::before {
          background-image: decorate_experience(#1f1d2c, "arrow"); }
    .view-experiences .view-content .views-row:nth-of-type(odd) > article::before {
      background-position: bottom right; }
    .view-experiences .view-content .views-row:nth-of-type(odd) > article .reference-body {
      flex: 1 0 auto; }
    .view-experiences .view-content .views-row:nth-of-type(odd) > article .reference-footer {
      flex: 0 1 auto; }
    .view-experiences .view-content .views-row:nth-of-type(even) > article::before {
      background-position: top right; }
    .view-experiences .view-content .views-row:nth-of-type(even) > article .reference-body {
      order: 1;
      flex: 0 1 auto; }
    .view-experiences .view-content .views-row:nth-of-type(even) > article .reference-footer {
      order: 0;
      flex: 1 0 auto; }

.path-user #auth_box #middle_part {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 1rem 0;
  overflow: auto; }
  .path-user #auth_box #middle_part form .form-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1.5rem; }
    .path-user #auth_box #middle_part form .form-item label {
      color: #333333;
      font-weight: 200;
      font-size: 1rem;
      margin-bottom: 0.5rem;
      line-height: 1; }
    .path-user #auth_box #middle_part form .form-item input:hover, .path-user #auth_box #middle_part form .form-item input:focus, .path-user #auth_box #middle_part form .form-item input:active {
      color: #333333; }
  .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part #edit-submit:focus, .path-user #auth_box #middle_part #edit-submit:active {
    color: #fff; }

.path-user #auth_box #bottom_part {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0; }
  .path-user #auth_box #bottom_part .back_link {
    padding: 0; }
  .path-user #auth_box #bottom_part a {
    color: #bfbfbf;
    text-decoration: none; }
    .path-user #auth_box #bottom_part a:hover, .path-user #auth_box #bottom_part a:focus, .path-user #auth_box #bottom_part a:active {
      color: #333333;
      text-decoration: underline; }

.path-user #auth_box .region.region-content {
  background-color: transparent !important; }

.components.paragraph .wrapper .title,
.components.paragraph .wrapper .subtitle {
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-weight: 200;
  line-height: 1.1; }

.components.paragraph .wrapper .title {
  font-size: 2.25rem;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .components.paragraph .wrapper .title {
      font-size: 7vw; } }

.components.paragraph .wrapper .subtitle {
  font-size: 1.5rem; }
  @media (max-width: 767.98px) {
    .components.paragraph .wrapper .subtitle {
      font-size: 4vw; } }

.components.has-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .2; }

.components.component-hero > .wrapper .container-fluid .hero-heading, .components.component-hero > .wrapper .container-sm .hero-heading, .components.component-hero > .wrapper .container-md .hero-heading, .components.component-hero > .wrapper .container-lg .hero-heading, .components.component-hero > .wrapper .container-xl .hero-heading, .components.component-hero > .wrapper .container-xxl .hero-heading, .components.component-hero > .wrapper .container-xxxl .hero-heading {
  order: 2;
  margin-top: 1.5rem; }
  .components.component-hero > .wrapper .container-fluid .hero-heading .page-heading, .components.component-hero > .wrapper .container-sm .hero-heading .page-heading, .components.component-hero > .wrapper .container-md .hero-heading .page-heading, .components.component-hero > .wrapper .container-lg .hero-heading .page-heading, .components.component-hero > .wrapper .container-xl .hero-heading .page-heading, .components.component-hero > .wrapper .container-xxl .hero-heading .page-heading, .components.component-hero > .wrapper .container-xxxl .hero-heading .page-heading {
    text-align: center; }
  @media (min-width: 992px) {
    .components.component-hero > .wrapper .container-fluid .hero-heading, .components.component-hero > .wrapper .container-sm .hero-heading, .components.component-hero > .wrapper .container-md .hero-heading, .components.component-hero > .wrapper .container-lg .hero-heading, .components.component-hero > .wrapper .container-xl .hero-heading, .components.component-hero > .wrapper .container-xxl .hero-heading, .components.component-hero > .wrapper .container-xxxl .hero-heading {
      order: 1;
      margin-top: 0; } }

.components.component-hero > .wrapper .container-fluid .hero-subtitle, .components.component-hero > .wrapper .container-sm .hero-subtitle, .components.component-hero > .wrapper .container-md .hero-subtitle, .components.component-hero > .wrapper .container-lg .hero-subtitle, .components.component-hero > .wrapper .container-xl .hero-subtitle, .components.component-hero > .wrapper .container-xxl .hero-subtitle, .components.component-hero > .wrapper .container-xxxl .hero-subtitle {
  order: 3;
  margin-top: 1rem; }
  .components.component-hero > .wrapper .container-fluid .hero-subtitle .page-subtitle, .components.component-hero > .wrapper .container-sm .hero-subtitle .page-subtitle, .components.component-hero > .wrapper .container-md .hero-subtitle .page-subtitle, .components.component-hero > .wrapper .container-lg .hero-subtitle .page-subtitle, .components.component-hero > .wrapper .container-xl .hero-subtitle .page-subtitle, .components.component-hero > .wrapper .container-xxl .hero-subtitle .page-subtitle, .components.component-hero > .wrapper .container-xxxl .hero-subtitle .page-subtitle {
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center; }
  @media (min-width: 992px) {
    .components.component-hero > .wrapper .container-fluid .hero-subtitle, .components.component-hero > .wrapper .container-sm .hero-subtitle, .components.component-hero > .wrapper .container-md .hero-subtitle, .components.component-hero > .wrapper .container-lg .hero-subtitle, .components.component-hero > .wrapper .container-xl .hero-subtitle, .components.component-hero > .wrapper .container-xxl .hero-subtitle, .components.component-hero > .wrapper .container-xxxl .hero-subtitle {
      margin-top: 0; } }

.components.component-hero > .wrapper .container-fluid .hero-image, .components.component-hero > .wrapper .container-sm .hero-image, .components.component-hero > .wrapper .container-md .hero-image, .components.component-hero > .wrapper .container-lg .hero-image, .components.component-hero > .wrapper .container-xl .hero-image, .components.component-hero > .wrapper .container-xxl .hero-image, .components.component-hero > .wrapper .container-xxxl .hero-image {
  order: 1; }
  @media (min-width: 992px) {
    .components.component-hero > .wrapper .container-fluid .hero-image, .components.component-hero > .wrapper .container-sm .hero-image, .components.component-hero > .wrapper .container-md .hero-image, .components.component-hero > .wrapper .container-lg .hero-image, .components.component-hero > .wrapper .container-xl .hero-image, .components.component-hero > .wrapper .container-xxl .hero-image, .components.component-hero > .wrapper .container-xxxl .hero-image {
      order: 2;
      padding-left: 0;
      padding-right: 0; } }

.components.component-hero > .wrapper .container-fluid .hero-cta, .components.component-hero > .wrapper .container-sm .hero-cta, .components.component-hero > .wrapper .container-md .hero-cta, .components.component-hero > .wrapper .container-lg .hero-cta, .components.component-hero > .wrapper .container-xl .hero-cta, .components.component-hero > .wrapper .container-xxl .hero-cta, .components.component-hero > .wrapper .container-xxxl .hero-cta {
  order: 4;
  margin-top: 4.125rem;
  display: flex;
  justify-content: center; }
  @media (min-width: 992px) {
    .components.component-hero > .wrapper .container-fluid .hero-cta, .components.component-hero > .wrapper .container-sm .hero-cta, .components.component-hero > .wrapper .container-md .hero-cta, .components.component-hero > .wrapper .container-lg .hero-cta, .components.component-hero > .wrapper .container-xl .hero-cta, .components.component-hero > .wrapper .container-xxl .hero-cta, .components.component-hero > .wrapper .container-xxxl .hero-cta {
      margin-top: 0; } }
  .components.component-hero > .wrapper .container-fluid .hero-cta .goto, .components.component-hero > .wrapper .container-sm .hero-cta .goto, .components.component-hero > .wrapper .container-md .hero-cta .goto, .components.component-hero > .wrapper .container-lg .hero-cta .goto, .components.component-hero > .wrapper .container-xl .hero-cta .goto, .components.component-hero > .wrapper .container-xxl .hero-cta .goto, .components.component-hero > .wrapper .container-xxxl .hero-cta .goto {
    background-color: transparent;
    box-shadow: 5px 5px; }
    .components.component-hero > .wrapper .container-fluid .hero-cta .goto:active, .components.component-hero > .wrapper .container-sm .hero-cta .goto:active, .components.component-hero > .wrapper .container-md .hero-cta .goto:active, .components.component-hero > .wrapper .container-lg .hero-cta .goto:active, .components.component-hero > .wrapper .container-xl .hero-cta .goto:active, .components.component-hero > .wrapper .container-xxl .hero-cta .goto:active, .components.component-hero > .wrapper .container-xxxl .hero-cta .goto:active {
      box-shadow: none;
      margin: 5px 0 0 5px; }

.components.component-hero > .wrapper .hero-heading h1.page-heading em {
  font-family: "ElBrush", Poppins, serif, Palatino Linotype, Book Antiqua, Palatino, Times New Roman, Times;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  transform: rotate(-3deg);
  text-transform: uppercase; }
  .components.component-hero > .wrapper .hero-heading h1.page-heading em.big {
    font-size: 4.5rem; }
    @media (min-width: 1200px) {
      .components.component-hero > .wrapper .hero-heading h1.page-heading em.big {
        font-size: 8.5rem; } }
  .components.component-hero > .wrapper .hero-heading h1.page-heading em.normal {
    font-size: 4.5rem; }
    @media (min-width: 1200px) {
      .components.component-hero > .wrapper .hero-heading h1.page-heading em.normal {
        font-size: 4.5rem; } }
  .components.component-hero > .wrapper .hero-heading h1.page-heading em.small {
    font-size: 4.5rem; }
    @media (min-width: 1200px) {
      .components.component-hero > .wrapper .hero-heading h1.page-heading em.small {
        font-size: 3rem; } }

.components.component-hero.theme-vertical > .wrapper > .container .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-image {
  text-align: center; }

.components.component-hero.theme-vertical > .wrapper > .container .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-heading {
  order: 1; }
  .components.component-hero.theme-vertical > .wrapper > .container .hero-heading h1.page-heading,
  .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-heading h1.page-heading,
  .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-heading h1.page-heading,
  .components.component-hero.theme-vertical > .wrapper > .container-md .hero-heading h1.page-heading,
  .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-heading h1.page-heading,
  .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-heading h1.page-heading,
  .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-heading h1.page-heading,
  .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-heading h1.page-heading {
    margin-bottom: 1rem; }

.components.component-hero.theme-vertical > .wrapper > .container .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-subtitle {
  order: 2;
  max-width: 600px;
  margin: 1rem auto; }

.components.component-hero.theme-vertical > .wrapper > .container .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-image {
  order: 0;
  margin: 3rem 0; }

.components.component-rich_content .component-row {
  flex-direction: column; }
  @media (min-width: 1200px) {
    .components.component-rich_content .component-row {
      flex-direction: row !important; } }

.components.component-rich_content .component-col-content {
  justify-content: flex-start;
  order: 1; }
  @media (min-width: 1200px) {
    .components.component-rich_content .component-col-content {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      order: 0;
      flex-direction: row;
      align-content: flex-start; } }
  .components.component-rich_content .component-col-content .header {
    margin-bottom: 0; }
    .components.component-rich_content .component-col-content .header .title {
      text-align: center;
      font-weight: 600; }
      .components.component-rich_content .component-col-content .header .title em {
        font-family: "ElBrush", Poppins, serif, Palatino Linotype, Book Antiqua, Palatino, Times New Roman, Times;
        font-style: normal;
        display: block;
        text-transform: uppercase;
        font-size: 5rem; }
      @media (min-width: 992px) {
        .components.component-rich_content .component-col-content .header .title {
          text-align: center;
          font-size: 3rem;
          line-height: 1.1; } }
    .components.component-rich_content .component-col-content .header .subtitle {
      font-size: 1.25rem;
      line-height: 1.5; }
  .components.component-rich_content .component-col-content .body {
    margin-bottom: 3.5rem;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 200;
    letter-spacing: 0.32px;
    text-align: center; }
    @media (min-width: 992px) {
      .components.component-rich_content .component-col-content .body {
        font-size: 1.25rem;
        line-height: 1.5; } }
  .components.component-rich_content .component-col-content .footer {
    flex: 0 0 100%;
    margin-top: 0; }

.components.component-rich_content.theme-featured .goto.goto-link .text-label {
  color: #fff; }

.components.component-rich_content.theme-featured .goto.goto-link:hover .text-label {
  color: #fff; }

.components.component-rich_content.paragraph--view-mode--rc-2cols .component-row, .components.component-rich_content.paragraph--view-mode--rich-content-local-video .component-row {
  position: relative; }

.components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-footer, .components.component-rich_content.paragraph--view-mode--rich-content-local-video .component-col-footer {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

@media (min-width: 1200px) {
  .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content, .components.component-rich_content.paragraph--view-mode--rich-content-local-video .component-col-content {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }

@media (min-width: 1200px) {
  .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .header, .components.component-rich_content.paragraph--view-mode--rich-content-local-video .component-col-content .header {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1200px) {
  .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .header .title, .components.component-rich_content.paragraph--view-mode--rich-content-local-video .component-col-content .header .title {
    padding-right: 0; } }

.components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .header .subtitle, .components.component-rich_content.paragraph--view-mode--rich-content-local-video .component-col-content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

@media (min-width: 1200px) {
  .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .body, .components.component-rich_content.paragraph--view-mode--rich-content-local-video .component-col-content .body {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; } }

.components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-media, .components.component-rich_content.paragraph--view-mode--rich-content-local-video .component-col-media {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center; }
  @media (min-width: 1200px) {
    .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-media, .components.component-rich_content.paragraph--view-mode--rich-content-local-video .component-col-media {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
      margin-top: 0; } }
  .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-media > .row, .components.component-rich_content.paragraph--view-mode--rich-content-local-video .component-col-media > .row {
    width: 100%; }

.components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-image .image, .components.component-rich_content.paragraph--view-mode--rich-content-local-video .component-col-image .image {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-image .image .thumbnail, .components.component-rich_content.paragraph--view-mode--rich-content-local-video .component-col-image .image .thumbnail {
    display: block;
    width: 100%;
    height: auto;
    flex: 0 0 0; }

@media (min-width: 992px) {
  .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-video:first-of-type, .components.component-rich_content.paragraph--view-mode--rich-content-local-video .component-col-video:first-of-type {
    margin-top: 0; } }

.components.component-rich_content.layout-right .component-row {
  flex-direction: column; }
  @media (min-width: 1200px) {
    .components.component-rich_content.layout-right .component-row {
      flex-direction: row-reverse !important; } }

.components.component-filelist .component-row .files .files-wrapper .files-container .field__items {
  border-top-color: #1f1d2c;
  border-bottom-color: #1f1d2c; }
  .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item {
    border-bottom-color: #1f1d2c; }
    .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download {
      color: #1f1d2c;
      align-items: flex-end;
      background-color: transparent; }
      @media (min-width: 992px) {
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-size {
          line-height: 1; } }
      .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label {
        color: #1f1d2c;
        font-size: 1.2rem;
        font-weight: 200; }
        @media (min-width: 1200px) {
          .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label {
            align-self: center;
            align-items: flex-end;
            margin-bottom: 0.2rem; } }
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label::before {
          content: none; }
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label::after {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30.342' height='23'%3e%3cpath fill='%231f1d2c' d='M7.667,30.342h0L0,22.756l7.667-7.586L0,7.585,7.667,0,23,15.171Z' transform='translate%2830.342%29 rotate%2890%29'/%3e%3c/svg%3e");
          background-size: 1.5rem;
          background-position: center;
          height: 1.5rem;
          width: 4.5rem;
          margin: 0 auto;
          padding: 0 0.5rem !important; }
      .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active {
        color: #1f1d2c;
        background-color: rgba(31, 29, 44, 0.1); }
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover .file-label, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus .file-label, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active .file-label {
          color: #1f1d2c; }
          .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover .file-label::before, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus .file-label::before, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active .file-label::before {
            background-image: none; }
          .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover .file-label::after, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus .file-label::after, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active .file-label::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30.342' height='23'%3e%3cpath fill='%231f1d2c' d='M7.667,30.342h0L0,22.756l7.667-7.586L0,7.585,7.667,0,23,15.171Z' transform='translate%2830.342%29 rotate%2890%29'/%3e%3c/svg%3e"); }

.components.component-text_group .component-col-content .header .title {
  font-weight: 600; }

.components.component-contentbrowser .cta {
  justify-content: flex-end; }

.components.component-contentbrowser_experience > .wrapper {
  position: relative;
  background-size: 25rem;
  background-repeat: no-repeat;
  background-position: center 46%;
  background-color: transparent; }
  @media (min-width: 768px) {
    .components.component-contentbrowser_experience > .wrapper {
      background-position: center center; } }
  .components.component-contentbrowser_experience > .wrapper::before {
    content: "";
    background-color: transparent;
    background-position: center center;
    background-size: 30rem;
    position: absolute;
    top: -3rem;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) {
      .components.component-contentbrowser_experience > .wrapper::before {
        top: 0;
        background-size: 30rem; } }
  .components.component-contentbrowser_experience > .wrapper .container,
  .components.component-contentbrowser_experience > .wrapper .container-fluid,
  .components.component-contentbrowser_experience > .wrapper .container-sm,
  .components.component-contentbrowser_experience > .wrapper .container-md,
  .components.component-contentbrowser_experience > .wrapper .container-lg,
  .components.component-contentbrowser_experience > .wrapper .container-xl,
  .components.component-contentbrowser_experience > .wrapper .container-xxl,
  .components.component-contentbrowser_experience > .wrapper .container-xxxl {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .components.component-contentbrowser_experience > .wrapper .component-row {
    padding-top: 0;
    padding-bottom: 0; }
  .components.component-contentbrowser_experience > .wrapper .component-col-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .components.component-contentbrowser_experience > .wrapper .component-col-content {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; } }
    .components.component-contentbrowser_experience > .wrapper .component-col-content .header,
    .components.component-contentbrowser_experience > .wrapper .component-col-content .body,
    .components.component-contentbrowser_experience > .wrapper .component-col-content .footer {
      flex: 0; }
    .components.component-contentbrowser_experience > .wrapper .component-col-content .header .title {
      text-align: center;
      font-weight: 600; }
      @media (min-width: 992px) {
        .components.component-contentbrowser_experience > .wrapper .component-col-content .header .title {
          text-align: center;
          font-size: 3rem;
          line-height: 1.1; } }
    .components.component-contentbrowser_experience > .wrapper .component-col-content .body {
      max-width: 75%;
      margin: 0 auto 2.5rem; }
    .components.component-contentbrowser_experience > .wrapper .component-col-content .footer .cta .goto {
      display: inline-flex; }
  .components.component-contentbrowser_experience > .wrapper .carousel-bgimage {
    background-repeat: no-repeat;
    background-position: initial;
    background-size: initial;
    background-image: none;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .components.component-contentbrowser_experience > .wrapper .carousel-bgimage {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        margin-left: 16.6666666667%; } }
  .components.component-contentbrowser_experience > .wrapper .carousel-wrapper {
    padding-top: 25rem;
    margin: 0 auto;
    padding-left: 0;
    max-width: calc(100% - 3rem); }
    @media (min-width: 1200px) {
      .components.component-contentbrowser_experience > .wrapper .carousel-wrapper {
        padding-top: 0;
        max-width: calc(100%); } }
    .components.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-item {
      margin-left: -0.2rem; }
    .components.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
      overflow: hidden;
      border: 4px solid; }
    .components.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-dots {
      left: 0;
      bottom: -1rem;
      justify-content: left; }

@media (max-width: 767.98px) {
  .components.component-infographic .wrapper .component-row .col-full .header .title {
    font-size: 7vw; } }

.components.component-infographic .wrapper .container .infographic-items-carousel .components.component-infocard .infocard-header {
  text-align: center; }
  .components.component-infographic .wrapper .container .infographic-items-carousel .components.component-infocard .infocard-header article.media--type-image {
    margin-bottom: 2.5rem; }
  .components.component-infographic .wrapper .container .infographic-items-carousel .components.component-infocard .infocard-header .title {
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center; }

.components.component-infographic .wrapper .container .infographic-items-carousel .components.component-infocard .infocard-body {
  text-align: center;
  font-size: 1rem; }

.components.component-infographic .wrapper .container .infographic-items-carousel .components.component-highlight {
  text-align: center; }
  .components.component-infographic .wrapper .container .infographic-items-carousel .components.component-highlight .highlight-header article.media--type-image {
    margin-bottom: 2.5rem; }
  .components.component-infographic .wrapper .container .infographic-items-carousel .components.component-highlight .highlight-header .title {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    text-transform: uppercase; }
    .components.component-infographic .wrapper .container .infographic-items-carousel .components.component-highlight .highlight-header .title .data {
      font-size: 1.5rem;
      display: inline; }
      .components.component-infographic .wrapper .container .infographic-items-carousel .components.component-highlight .highlight-header .title .data > * {
        display: inline; }
  .components.component-infographic .wrapper .container .infographic-items-carousel .components.component-highlight .highlight-body {
    font-size: 1rem; }

.components.component-reference .reference-wrapper {
  padding-bottom: 3rem; }

.components.component-reference .reference-container-fluid article.media::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 75%;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%); }

.components.component-reference .reference-container .component-row .component-col-content {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .components.component-reference .reference-container .component-row .component-col-content::before {
    content: none; }
  .components.component-reference .reference-container .component-row .component-col-content .header {
    margin-bottom: 2rem;
    padding-right: 0; }
    .components.component-reference .reference-container .component-row .component-col-content .header .title {
      font-size: 2.25rem;
      line-height: 1.1;
      letter-spacing: 0.95px;
      text-transform: none; }
      @media (min-width: 992px) {
        .components.component-reference .reference-container .component-row .component-col-content .header .title {
          font-size: 2.625rem;
          line-height: 1;
          letter-spacing: 1.05px; } }
  .components.component-reference .reference-container .component-row .component-col-content .body {
    margin-bottom: 3.5rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.32px; }
    @media (min-width: 992px) {
      .components.component-reference .reference-container .component-row .component-col-content .body {
        font-size: 1.125rem; } }
  .components.component-reference .reference-container .component-row .component-col-content .footer .cta {
    display: flex;
    justify-content: flex-start; }
  @media (min-width: 992px) {
    .components.component-reference .reference-container .component-row .component-col-content {
      padding-left: 3rem;
      padding-right: 3rem; } }

.components.component-reference .reference-container .component-row .component-col-image {
  position: relative; }
  .components.component-reference .reference-container .component-row .component-col-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100%;
    display: block;
    width: 120px;
    height: 120px; }

.components.component-reference .reference-container .component-row .footer.d-xl-none {
  margin-top: 2.5rem; }

@media (min-width: 992px) {
  .components.component-reference .reference-container .component-row {
    align-items: center; } }

.components.component-reference.-product .wrapper {
  background-image: none; }

.components.component-reference.-product .component-col-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 400px; }
  @media (min-width: 992px) {
    .components.component-reference.-product .component-col-image {
      order: 1; } }

.components.component-reference.-product .component-col-content .header {
  margin-bottom: 0; }
  .components.component-reference.-product .component-col-content .header .title {
    font-family: "ElBrush", Poppins, serif, Palatino Linotype, Book Antiqua, Palatino, Times New Roman, Times;
    font-size: 4rem;
    line-height: 3rem;
    letter-spacing: -3.3px;
    transform: rotate(-3deg);
    text-transform: uppercase; }

.components.component-reference.-product .component-col-content .footer .cta .goto::after {
  content: none; }

.components.component-reference.-product .component-col-content .footer .cta .goto:hover::after, .components.component-reference.-product .component-col-content .footer .cta .goto:focus::after, .components.component-reference.-product .component-col-content .footer .cta .goto:active::after {
  content: none; }

@media (min-width: 992px) {
  .components.component-reference.-product .component-col-content {
    order: 2; } }

.components.component-reference.paragraph--type--par-contentpreview .reference-wrapper {
  padding-bottom: 3rem; }

.components.component-relatedcontent_exp > .wrapper {
  padding: 6rem 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: calc(50% - (400px/2)) 50%;
  background-size: 400px; }
  .components.component-relatedcontent_exp > .wrapper > .container {
    background-repeat: no-repeat;
    background-position: initial;
    background-size: initial; }
    @media (max-width: 1199.98px) {
      .components.component-relatedcontent_exp > .wrapper > .container .component-row {
        justify-content: center; } }
    .components.component-relatedcontent_exp > .wrapper > .container .component-row .body {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
      @media (min-width: 576px) {
        .components.component-relatedcontent_exp > .wrapper > .container .component-row .body {
          flex: 0 0 66.6666666667%;
          max-width: 66.6666666667%;
          margin-left: 0; } }
      @media (min-width: 992px) {
        .components.component-relatedcontent_exp > .wrapper > .container .component-row .body {
          flex: 0 0 33.3333333333%;
          max-width: 33.3333333333%;
          margin-left: 50%;
          padding-right: 0; } }
    .components.component-relatedcontent_exp > .wrapper > .container .component-row .owl-loaded.--one_item .owl-stage {
      width: auto !important; }
    .components.component-relatedcontent_exp > .wrapper > .container .component-row .owl-loaded .owl-stage-outer {
      overflow: hidden; }
    .components.component-relatedcontent_exp > .wrapper > .container .component-row .owl-loaded .owl-dots {
      position: absolute;
      top: auto;
      left: 0;
      bottom: -2rem;
      right: auto;
      justify-content: left;
      width: auto; }

.components.component-productgallery .wrapper {
  background-image: none;
  background-color: #1f1d2c;
  background-repeat: repeat;
  background-position: top left;
  position: relative; }

.components.component-productgallery .header {
  color: #fff; }
  .components.component-productgallery .header .title,
  .components.component-productgallery .header .subtitle {
    color: inherit; }

.components.component-productgallery .body {
  color: #fff; }
  .components.component-productgallery .body .field.field--name-field-body > *,
  .components.component-productgallery .body > * {
    color: inherit; }

.components.component-productgallery .product-gallery-carousel .owl-item > article.node .content .title,
.components.component-productgallery .product-gallery-carousel .owl-item > article.node .content .categories,
.components.component-productgallery .product-gallery-carousel .owl-item > article.node .content .year {
  color: #fff; }

.components.component-productgallery .product-gallery-carousel .owl-item:hover > article.node .content .title,
.components.component-productgallery .product-gallery-carousel .owl-item:hover > article.node .content .categories,
.components.component-productgallery .product-gallery-carousel .owl-item:hover > article.node .content .year, .components.component-productgallery .product-gallery-carousel .owl-item:focus > article.node .content .title,
.components.component-productgallery .product-gallery-carousel .owl-item:focus > article.node .content .categories,
.components.component-productgallery .product-gallery-carousel .owl-item:focus > article.node .content .year, .components.component-productgallery .product-gallery-carousel .owl-item:active > article.node .content .title,
.components.component-productgallery .product-gallery-carousel .owl-item:active > article.node .content .categories,
.components.component-productgallery .product-gallery-carousel .owl-item:active > article.node .content .year {
  color: #fff; }

.components.component-productgallery .product-gallery-nav.-next, .components.component-productgallery .product-gallery-nav.-prev {
  bottom: 0; }
  .components.component-productgallery .product-gallery-nav.-next span, .components.component-productgallery .product-gallery-nav.-prev span {
    visibility: unset;
    background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .components.component-productgallery .product-gallery-nav.-next, .components.component-productgallery .product-gallery-nav.-prev {
      bottom: 1rem; } }

.components.component-productgallery .product-gallery-nav.-next {
  right: 5%; }
  .components.component-productgallery .product-gallery-nav.-next span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23fff' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }
  .components.component-productgallery .product-gallery-nav.-next:hover span, .components.component-productgallery .product-gallery-nav.-next:focus span, .components.component-productgallery .product-gallery-nav.-next:active span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='rgba%28255, 255, 255, 0.5%29' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.component-productgallery .product-gallery-nav.-prev {
  left: 5%; }
  .components.component-productgallery .product-gallery-nav.-prev span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23fff' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }
  .components.component-productgallery .product-gallery-nav.-prev:hover span, .components.component-productgallery .product-gallery-nav.-prev:focus span, .components.component-productgallery .product-gallery-nav.-prev:active span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='rgba%28255, 255, 255, 0.5%29' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.component-termgallery .wrapper {
  background-image: none;
  background-repeat: repeat-x;
  background-size: 700px;
  background-position: 0 -300px; }

.components.component-termgallery .term-gallery-nav.-next, .components.component-termgallery .term-gallery-nav.-prev {
  bottom: 0; }
  .components.component-termgallery .term-gallery-nav.-next span, .components.component-termgallery .term-gallery-nav.-prev span {
    visibility: unset;
    background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .components.component-termgallery .term-gallery-nav.-next, .components.component-termgallery .term-gallery-nav.-prev {
      bottom: 1rem; } }

.components.component-termgallery .term-gallery-nav.-next {
  right: 5%; }
  .components.component-termgallery .term-gallery-nav.-next span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23000' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.component-termgallery .term-gallery-nav.-prev {
  left: 5%; }
  .components.component-termgallery .term-gallery-nav.-prev span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23000' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.component-taglist .taxonomies .field__item .btn .text-label::before, .components.component-taglist .taxonomies .field__item .path-user #auth_box #middle_part #edit-submit .text-label::before, .path-user #auth_box #middle_part .components.component-taglist .taxonomies .field__item #edit-submit .text-label::before {
  content: '#'; }

.components.component-productintro > .wrapper {
  background-image: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 50vw; }
  @media (min-width: 1200px) {
    .components.component-productintro > .wrapper {
      background-position: center right;
      padding-bottom: 0; } }

@media (min-width: 1200px) {
  .components.component-productintro .component-row {
    flex-direction: row-reverse; } }

.components.component-productintro .component-col-image {
  background: none transparent no-repeat bottom center;
  background-size: 35rem; }

.components.component-productintro .component-col-content {
  justify-content: center; }
  .components.component-productintro .component-col-content .header {
    margin-top: 0; }

.components.component-productintro .header .title {
  font-family: "ElBrush", Poppins, serif, Palatino Linotype, Book Antiqua, Palatino, Times New Roman, Times;
  font-size: 4rem;
  line-height: 0.83;
  letter-spacing: -3.3px;
  transform: rotate(-3deg);
  text-transform: uppercase; }

.components.component-productintro .header .subtitle.-categories {
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  color: inherit;
  margin-top: 2rem; }

.components.component-productintro .body {
  font-size: 1.125rem; }

.components.component-productintro .properties .field {
  margin-bottom: 0; }
  .components.component-productintro .properties .field .field__label {
    font-size: 1.125rem;
    font-weight: 600; }
  .components.component-productintro .properties .field .field__item {
    font-size: 1.125rem; }

.components.component-productintro .image .image-thumbnail {
  margin-bottom: 2rem; }
  @media (min-width: 1200px) {
    .components.component-productintro .image .image-thumbnail {
      height: auto;
      min-height: 720px;
      max-height: 90vh; } }

.components.component-features .owl-loaded .owl-dots {
  display: none; }
  @media (min-width: 1200px) {
    .components.component-features .owl-loaded .owl-dots {
      display: flex; } }

.components .owl-loaded .owl-nav > button > span {
  background-size: contain;
  background-repeat: no-repeat;
  visibility: unset;
  height: 1.25rem;
  width: 2rem;
  padding: 0; }
  .components .owl-loaded .owl-nav > button > span::after {
    content: none; }

.components.theme-dark .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23fff' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-dark .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-dark .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-dark .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23fff' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-dark .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-dark .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-dark .owl-loaded .owl-dots .owl-dot {
  margin-left: 0.5rem; }
  .components.theme-dark .owl-loaded .owl-dots .owl-dot:first-of-type {
    margin-left: 0; }
  .components.theme-dark .owl-loaded .owl-dots .owl-dot span {
    opacity: 1;
    color: #fff;
    width: 2.5rem;
    height: 0.5rem;
    background-color: rgba(255, 255, 255, 0.25);
    max-height: 0.5rem;
    padding: 0; }
    .components.theme-dark .owl-loaded .owl-dots .owl-dot span::after {
      content: none; }
  .components.theme-dark .owl-loaded .owl-dots .owl-dot.active span, .components.theme-dark .owl-loaded .owl-dots .owl-dot:hover span, .components.theme-dark .owl-loaded .owl-dots .owl-dot:focus span, .components.theme-dark .owl-loaded .owl-dots .owl-dot:active span {
    background-color: #fff; }

.components.theme-dark-magenta .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23e21d76' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-dark-magenta .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-dark-magenta .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-dark-magenta .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23e21d76' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-dark-magenta .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-dark-magenta .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-dark-magenta .owl-loaded .owl-dots .owl-dot {
  margin-left: 0.5rem; }
  .components.theme-dark-magenta .owl-loaded .owl-dots .owl-dot:first-of-type {
    margin-left: 0; }
  .components.theme-dark-magenta .owl-loaded .owl-dots .owl-dot span {
    opacity: 1;
    color: #e21d76;
    width: 2.5rem;
    height: 0.5rem;
    background-color: rgba(226, 29, 118, 0.25);
    max-height: 0.5rem;
    padding: 0; }
    .components.theme-dark-magenta .owl-loaded .owl-dots .owl-dot span::after {
      content: none; }
  .components.theme-dark-magenta .owl-loaded .owl-dots .owl-dot.active span, .components.theme-dark-magenta .owl-loaded .owl-dots .owl-dot:hover span, .components.theme-dark-magenta .owl-loaded .owl-dots .owl-dot:focus span, .components.theme-dark-magenta .owl-loaded .owl-dots .owl-dot:active span {
    background-color: #e21d76; }

.components.theme-dark-orange .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23f29124' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-dark-orange .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-dark-orange .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-dark-orange .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23f29124' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-dark-orange .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-dark-orange .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-dark-orange .owl-loaded .owl-dots .owl-dot {
  margin-left: 0.5rem; }
  .components.theme-dark-orange .owl-loaded .owl-dots .owl-dot:first-of-type {
    margin-left: 0; }
  .components.theme-dark-orange .owl-loaded .owl-dots .owl-dot span {
    opacity: 1;
    color: #f29124;
    width: 2.5rem;
    height: 0.5rem;
    background-color: rgba(242, 145, 36, 0.25);
    max-height: 0.5rem;
    padding: 0; }
    .components.theme-dark-orange .owl-loaded .owl-dots .owl-dot span::after {
      content: none; }
  .components.theme-dark-orange .owl-loaded .owl-dots .owl-dot.active span, .components.theme-dark-orange .owl-loaded .owl-dots .owl-dot:hover span, .components.theme-dark-orange .owl-loaded .owl-dots .owl-dot:focus span, .components.theme-dark-orange .owl-loaded .owl-dots .owl-dot:active span {
    background-color: #f29124; }

.components.theme-dark-green .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%2356b56c' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-dark-green .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-dark-green .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-dark-green .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%2356b56c' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-dark-green .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-dark-green .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-dark-green .owl-loaded .owl-dots .owl-dot {
  margin-left: 0.5rem; }
  .components.theme-dark-green .owl-loaded .owl-dots .owl-dot:first-of-type {
    margin-left: 0; }
  .components.theme-dark-green .owl-loaded .owl-dots .owl-dot span {
    opacity: 1;
    color: #56b56c;
    width: 2.5rem;
    height: 0.5rem;
    background-color: rgba(86, 181, 108, 0.25);
    max-height: 0.5rem;
    padding: 0; }
    .components.theme-dark-green .owl-loaded .owl-dots .owl-dot span::after {
      content: none; }
  .components.theme-dark-green .owl-loaded .owl-dots .owl-dot.active span, .components.theme-dark-green .owl-loaded .owl-dots .owl-dot:hover span, .components.theme-dark-green .owl-loaded .owl-dots .owl-dot:focus span, .components.theme-dark-green .owl-loaded .owl-dots .owl-dot:active span {
    background-color: #56b56c; }

.components.theme-dark-blue .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%235363ab' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-dark-blue .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-dark-blue .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-dark-blue .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%235363ab' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-dark-blue .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-dark-blue .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-dark-blue .owl-loaded .owl-dots .owl-dot {
  margin-left: 0.5rem; }
  .components.theme-dark-blue .owl-loaded .owl-dots .owl-dot:first-of-type {
    margin-left: 0; }
  .components.theme-dark-blue .owl-loaded .owl-dots .owl-dot span {
    opacity: 1;
    color: #5363ab;
    width: 2.5rem;
    height: 0.5rem;
    background-color: rgba(83, 99, 171, 0.25);
    max-height: 0.5rem;
    padding: 0; }
    .components.theme-dark-blue .owl-loaded .owl-dots .owl-dot span::after {
      content: none; }
  .components.theme-dark-blue .owl-loaded .owl-dots .owl-dot.active span, .components.theme-dark-blue .owl-loaded .owl-dots .owl-dot:hover span, .components.theme-dark-blue .owl-loaded .owl-dots .owl-dot:focus span, .components.theme-dark-blue .owl-loaded .owl-dots .owl-dot:active span {
    background-color: #5363ab; }

.components.theme-mid .owl-loaded .owl-nav > button.owl-prev > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%231f1d2c' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-mid .owl-loaded .owl-nav > button.owl-prev:hover > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-mid .owl-loaded .owl-nav > button.owl-prev:focus > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-mid .owl-loaded .owl-nav > button.owl-next > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%231f1d2c' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-mid .owl-loaded .owl-nav > button.owl-next:hover > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-mid .owl-loaded .owl-nav > button.owl-next:focus > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-mid .owl-loaded .owl-dots .owl-dot, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-dots .owl-dot {
  margin-left: 0.5rem; }
  .components.theme-mid .owl-loaded .owl-dots .owl-dot:first-of-type, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-dots .owl-dot:first-of-type {
    margin-left: 0; }
  .components.theme-mid .owl-loaded .owl-dots .owl-dot span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-dots .owl-dot span {
    opacity: 1;
    color: #1f1d2c;
    width: 2.5rem;
    height: 0.5rem;
    background-color: rgba(31, 29, 44, 0.25);
    max-height: 0.5rem;
    padding: 0; }
    .components.theme-mid .owl-loaded .owl-dots .owl-dot span::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-dots .owl-dot span::after {
      content: none; }
  .components.theme-mid .owl-loaded .owl-dots .owl-dot.active span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-dots .owl-dot.active span, .components.theme-mid .owl-loaded .owl-dots .owl-dot:hover span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-dots .owl-dot:hover span, .components.theme-mid .owl-loaded .owl-dots .owl-dot:focus span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-dots .owl-dot:focus span, .components.theme-mid .owl-loaded .owl-dots .owl-dot:active span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-dots .owl-dot:active span {
    background-color: #1f1d2c; }

.components.theme-mid-magenta .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23e21d76' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-mid-magenta .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-mid-magenta .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-mid-magenta .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23e21d76' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-mid-magenta .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-mid-magenta .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-mid-magenta .owl-loaded .owl-dots .owl-dot {
  margin-left: 0.5rem; }
  .components.theme-mid-magenta .owl-loaded .owl-dots .owl-dot:first-of-type {
    margin-left: 0; }
  .components.theme-mid-magenta .owl-loaded .owl-dots .owl-dot span {
    opacity: 1;
    color: #e21d76;
    width: 2.5rem;
    height: 0.5rem;
    background-color: rgba(226, 29, 118, 0.25);
    max-height: 0.5rem;
    padding: 0; }
    .components.theme-mid-magenta .owl-loaded .owl-dots .owl-dot span::after {
      content: none; }
  .components.theme-mid-magenta .owl-loaded .owl-dots .owl-dot.active span, .components.theme-mid-magenta .owl-loaded .owl-dots .owl-dot:hover span, .components.theme-mid-magenta .owl-loaded .owl-dots .owl-dot:focus span, .components.theme-mid-magenta .owl-loaded .owl-dots .owl-dot:active span {
    background-color: #e21d76; }

.components.theme-mid-orange .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23f29124' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-mid-orange .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-mid-orange .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-mid-orange .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23f29124' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-mid-orange .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-mid-orange .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-mid-orange .owl-loaded .owl-dots .owl-dot {
  margin-left: 0.5rem; }
  .components.theme-mid-orange .owl-loaded .owl-dots .owl-dot:first-of-type {
    margin-left: 0; }
  .components.theme-mid-orange .owl-loaded .owl-dots .owl-dot span {
    opacity: 1;
    color: #f29124;
    width: 2.5rem;
    height: 0.5rem;
    background-color: rgba(242, 145, 36, 0.25);
    max-height: 0.5rem;
    padding: 0; }
    .components.theme-mid-orange .owl-loaded .owl-dots .owl-dot span::after {
      content: none; }
  .components.theme-mid-orange .owl-loaded .owl-dots .owl-dot.active span, .components.theme-mid-orange .owl-loaded .owl-dots .owl-dot:hover span, .components.theme-mid-orange .owl-loaded .owl-dots .owl-dot:focus span, .components.theme-mid-orange .owl-loaded .owl-dots .owl-dot:active span {
    background-color: #f29124; }

.components.theme-mid-green .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%2356b56c' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-mid-green .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-mid-green .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-mid-green .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%2356b56c' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-mid-green .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-mid-green .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-mid-green .owl-loaded .owl-dots .owl-dot {
  margin-left: 0.5rem; }
  .components.theme-mid-green .owl-loaded .owl-dots .owl-dot:first-of-type {
    margin-left: 0; }
  .components.theme-mid-green .owl-loaded .owl-dots .owl-dot span {
    opacity: 1;
    color: #56b56c;
    width: 2.5rem;
    height: 0.5rem;
    background-color: rgba(86, 181, 108, 0.25);
    max-height: 0.5rem;
    padding: 0; }
    .components.theme-mid-green .owl-loaded .owl-dots .owl-dot span::after {
      content: none; }
  .components.theme-mid-green .owl-loaded .owl-dots .owl-dot.active span, .components.theme-mid-green .owl-loaded .owl-dots .owl-dot:hover span, .components.theme-mid-green .owl-loaded .owl-dots .owl-dot:focus span, .components.theme-mid-green .owl-loaded .owl-dots .owl-dot:active span {
    background-color: #56b56c; }

.components.theme-mid-blue .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%235363ab' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-mid-blue .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-mid-blue .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-mid-blue .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%235363ab' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-mid-blue .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-mid-blue .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-mid-blue .owl-loaded .owl-dots .owl-dot {
  margin-left: 0.5rem; }
  .components.theme-mid-blue .owl-loaded .owl-dots .owl-dot:first-of-type {
    margin-left: 0; }
  .components.theme-mid-blue .owl-loaded .owl-dots .owl-dot span {
    opacity: 1;
    color: #5363ab;
    width: 2.5rem;
    height: 0.5rem;
    background-color: rgba(83, 99, 171, 0.25);
    max-height: 0.5rem;
    padding: 0; }
    .components.theme-mid-blue .owl-loaded .owl-dots .owl-dot span::after {
      content: none; }
  .components.theme-mid-blue .owl-loaded .owl-dots .owl-dot.active span, .components.theme-mid-blue .owl-loaded .owl-dots .owl-dot:hover span, .components.theme-mid-blue .owl-loaded .owl-dots .owl-dot:focus span, .components.theme-mid-blue .owl-loaded .owl-dots .owl-dot:active span {
    background-color: #5363ab; }

.components.theme-light .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%231f1d2c' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-light .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-light .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-light .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%231f1d2c' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-light .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-light .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-light .owl-loaded .owl-dots .owl-dot {
  margin-left: 0.5rem; }
  .components.theme-light .owl-loaded .owl-dots .owl-dot:first-of-type {
    margin-left: 0; }
  .components.theme-light .owl-loaded .owl-dots .owl-dot span {
    opacity: 1;
    color: #1f1d2c;
    width: 2.5rem;
    height: 0.5rem;
    background-color: rgba(31, 29, 44, 0.25);
    max-height: 0.5rem;
    padding: 0; }
    .components.theme-light .owl-loaded .owl-dots .owl-dot span::after {
      content: none; }
  .components.theme-light .owl-loaded .owl-dots .owl-dot.active span, .components.theme-light .owl-loaded .owl-dots .owl-dot:hover span, .components.theme-light .owl-loaded .owl-dots .owl-dot:focus span, .components.theme-light .owl-loaded .owl-dots .owl-dot:active span {
    background-color: #1f1d2c; }

.components.theme-light-magenta .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23e21d76' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-light-magenta .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-light-magenta .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-light-magenta .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23e21d76' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-light-magenta .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-light-magenta .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-light-magenta .owl-loaded .owl-dots .owl-dot {
  margin-left: 0.5rem; }
  .components.theme-light-magenta .owl-loaded .owl-dots .owl-dot:first-of-type {
    margin-left: 0; }
  .components.theme-light-magenta .owl-loaded .owl-dots .owl-dot span {
    opacity: 1;
    color: #e21d76;
    width: 2.5rem;
    height: 0.5rem;
    background-color: rgba(226, 29, 118, 0.25);
    max-height: 0.5rem;
    padding: 0; }
    .components.theme-light-magenta .owl-loaded .owl-dots .owl-dot span::after {
      content: none; }
  .components.theme-light-magenta .owl-loaded .owl-dots .owl-dot.active span, .components.theme-light-magenta .owl-loaded .owl-dots .owl-dot:hover span, .components.theme-light-magenta .owl-loaded .owl-dots .owl-dot:focus span, .components.theme-light-magenta .owl-loaded .owl-dots .owl-dot:active span {
    background-color: #e21d76; }

.components.theme-light-orange .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23f29124' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-light-orange .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-light-orange .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-light-orange .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23f29124' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-light-orange .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-light-orange .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-light-orange .owl-loaded .owl-dots .owl-dot {
  margin-left: 0.5rem; }
  .components.theme-light-orange .owl-loaded .owl-dots .owl-dot:first-of-type {
    margin-left: 0; }
  .components.theme-light-orange .owl-loaded .owl-dots .owl-dot span {
    opacity: 1;
    color: #f29124;
    width: 2.5rem;
    height: 0.5rem;
    background-color: rgba(242, 145, 36, 0.25);
    max-height: 0.5rem;
    padding: 0; }
    .components.theme-light-orange .owl-loaded .owl-dots .owl-dot span::after {
      content: none; }
  .components.theme-light-orange .owl-loaded .owl-dots .owl-dot.active span, .components.theme-light-orange .owl-loaded .owl-dots .owl-dot:hover span, .components.theme-light-orange .owl-loaded .owl-dots .owl-dot:focus span, .components.theme-light-orange .owl-loaded .owl-dots .owl-dot:active span {
    background-color: #f29124; }

.components.theme-light-green .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%2356b56c' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-light-green .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-light-green .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-light-green .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%2356b56c' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-light-green .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-light-green .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-light-green .owl-loaded .owl-dots .owl-dot {
  margin-left: 0.5rem; }
  .components.theme-light-green .owl-loaded .owl-dots .owl-dot:first-of-type {
    margin-left: 0; }
  .components.theme-light-green .owl-loaded .owl-dots .owl-dot span {
    opacity: 1;
    color: #56b56c;
    width: 2.5rem;
    height: 0.5rem;
    background-color: rgba(86, 181, 108, 0.25);
    max-height: 0.5rem;
    padding: 0; }
    .components.theme-light-green .owl-loaded .owl-dots .owl-dot span::after {
      content: none; }
  .components.theme-light-green .owl-loaded .owl-dots .owl-dot.active span, .components.theme-light-green .owl-loaded .owl-dots .owl-dot:hover span, .components.theme-light-green .owl-loaded .owl-dots .owl-dot:focus span, .components.theme-light-green .owl-loaded .owl-dots .owl-dot:active span {
    background-color: #56b56c; }

.components.theme-light-blue .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%235363ab' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-light-blue .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-light-blue .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }

.components.theme-light-blue .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%235363ab' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-light-blue .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-light-blue .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%23707070' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }

.components.theme-light-blue .owl-loaded .owl-dots .owl-dot {
  margin-left: 0.5rem; }
  .components.theme-light-blue .owl-loaded .owl-dots .owl-dot:first-of-type {
    margin-left: 0; }
  .components.theme-light-blue .owl-loaded .owl-dots .owl-dot span {
    opacity: 1;
    color: #5363ab;
    width: 2.5rem;
    height: 0.5rem;
    background-color: rgba(83, 99, 171, 0.25);
    max-height: 0.5rem;
    padding: 0; }
    .components.theme-light-blue .owl-loaded .owl-dots .owl-dot span::after {
      content: none; }
  .components.theme-light-blue .owl-loaded .owl-dots .owl-dot.active span, .components.theme-light-blue .owl-loaded .owl-dots .owl-dot:hover span, .components.theme-light-blue .owl-loaded .owl-dots .owl-dot:focus span, .components.theme-light-blue .owl-loaded .owl-dots .owl-dot:active span {
    background-color: #5363ab; }

body header .components.theme-dark h1,
body header .components.theme-dark h2,
body header .components.theme-dark h3,
body header .components.theme-dark h4,
body header .components.theme-dark h5,
body header .components.theme-dark h6,
body header .components.theme-dark .h1,
body header .components.theme-dark .h2,
body header .components.theme-dark .h3,
body header .components.theme-dark .h4,
body header .components.theme-dark .h5,
body header .components.theme-dark .h6,
body main .components.theme-dark h1,
body main .components.theme-dark h2,
body main .components.theme-dark h3,
body main .components.theme-dark h4,
body main .components.theme-dark h5,
body main .components.theme-dark h6,
body main .components.theme-dark .h1,
body main .components.theme-dark .h2,
body main .components.theme-dark .h3,
body main .components.theme-dark .h4,
body main .components.theme-dark .h5,
body main .components.theme-dark .h6,
body footer .components.theme-dark h1,
body footer .components.theme-dark h2,
body footer .components.theme-dark h3,
body footer .components.theme-dark h4,
body footer .components.theme-dark h5,
body footer .components.theme-dark h6,
body footer .components.theme-dark .h1,
body footer .components.theme-dark .h2,
body footer .components.theme-dark .h3,
body footer .components.theme-dark .h4,
body footer .components.theme-dark .h5,
body footer .components.theme-dark .h6 {
  color: #fff; }

body header .components.theme-dark a.goto:not(.goto-video-modal),
body main .components.theme-dark a.goto:not(.goto-video-modal),
body footer .components.theme-dark a.goto:not(.goto-video-modal) {
  background-color: #fff;
  border-color: #fff;
  padding: 0.75rem 1.25rem; }
  body header .components.theme-dark a.goto:not(.goto-video-modal) .text-label,
  body main .components.theme-dark a.goto:not(.goto-video-modal) .text-label,
  body footer .components.theme-dark a.goto:not(.goto-video-modal) .text-label {
    color: #1f1d2c; }
  body header .components.theme-dark a.goto:not(.goto-video-modal):hover,
  body main .components.theme-dark a.goto:not(.goto-video-modal):hover,
  body footer .components.theme-dark a.goto:not(.goto-video-modal):hover {
    background-color: #fff;
    border-color: #1f1d2c; }
    body header .components.theme-dark a.goto:not(.goto-video-modal):hover .text-label,
    body main .components.theme-dark a.goto:not(.goto-video-modal):hover .text-label,
    body footer .components.theme-dark a.goto:not(.goto-video-modal):hover .text-label {
      color: #1f1d2c; }
  body header .components.theme-dark a.goto:not(.goto-video-modal):focus, body header .components.theme-dark a.goto:not(.goto-video-modal):active,
  body main .components.theme-dark a.goto:not(.goto-video-modal):focus,
  body main .components.theme-dark a.goto:not(.goto-video-modal):active,
  body footer .components.theme-dark a.goto:not(.goto-video-modal):focus,
  body footer .components.theme-dark a.goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #fff; }
    body header .components.theme-dark a.goto:not(.goto-video-modal):focus .text-label, body header .components.theme-dark a.goto:not(.goto-video-modal):active .text-label,
    body main .components.theme-dark a.goto:not(.goto-video-modal):focus .text-label,
    body main .components.theme-dark a.goto:not(.goto-video-modal):active .text-label,
    body footer .components.theme-dark a.goto:not(.goto-video-modal):focus .text-label,
    body footer .components.theme-dark a.goto:not(.goto-video-modal):active .text-label {
      color: #fff; }

body header .components.theme-dark.component-reference .component-col-image .media--type-image::after,
body main .components.theme-dark.component-reference .component-col-image .media--type-image::after,
body footer .components.theme-dark.component-reference .component-col-image .media--type-image::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%231f1d2c' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }

body header .components.theme-dark.component-reference .btn, body header .components.theme-dark.component-reference .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .components.theme-dark.component-reference #edit-submit,
body main .components.theme-dark.component-reference .btn,
body main .components.theme-dark.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .components.theme-dark.component-reference #edit-submit,
body footer .components.theme-dark.component-reference .btn,
body footer .components.theme-dark.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .components.theme-dark.component-reference #edit-submit {
  color: #1f1d2c;
  background-color: #fff;
  border-color: #1f1d2c; }
  body header .components.theme-dark.component-reference .btn:hover, body header .components.theme-dark.component-reference .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .components.theme-dark.component-reference #edit-submit:hover,
  body main .components.theme-dark.component-reference .btn:hover,
  body main .components.theme-dark.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .components.theme-dark.component-reference #edit-submit:hover,
  body footer .components.theme-dark.component-reference .btn:hover,
  body footer .components.theme-dark.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .components.theme-dark.component-reference #edit-submit:hover {
    color: #1f1d2c; }

body header .components.theme-dark.component-reference.-product .component-col-image,
body main .components.theme-dark.component-reference.-product .component-col-image,
body footer .components.theme-dark.component-reference.-product .component-col-image {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='217.292' height='217.292'%3e%3cg transform='translate%28-525.435 193.49%29'%3e%3cpath fill='%23fff' d='M631.379-190.656l24.112,24.112v28.315h28.315l1.09,1.09v28.315h28.315l24.112,24.112L631.378,21.232,525.434-84.712Z' transform='translate%280.001 2.57%29'/%3e%3cpath fill='%23fff' d='M621.948-135.659l-28.315-28.315v-.11h29.405V-193.49h28.425v29.406H680.87v28.426H651.464v29.405h-.11l-28.315-28.315Z' transform='translate%2861.857%29'/%3e%3c/g%3e%3c/svg%3e"); }
  body header .components.theme-dark.component-reference.-product .component-col-image::after,
  body main .components.theme-dark.component-reference.-product .component-col-image::after,
  body footer .components.theme-dark.component-reference.-product .component-col-image::after {
    content: none; }

body header .components.theme-dark.component-contentbrowser_experience > .wrapper::before,
body main .components.theme-dark.component-contentbrowser_experience > .wrapper::before,
body footer .components.theme-dark.component-contentbrowser_experience > .wrapper::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3e%3cpath fill='%231f1d2c' fill-rule='evenodd' d='M-15 -15L515 -15L515 515L-15 515L-15 -15ZM249.06 49.46L49.45 248.31L249.83 447.92L449.45 249.08L249.06 49.46Z' /%3e%3c/svg%3e"); }

body header .components.theme-dark.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .components.theme-dark.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .components.theme-dark.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
  border-color: #fff;
  background-color: #fff; }

body header .components.theme-dark.component-contentbrowser_experience > .wrapper .header .title,
body main .components.theme-dark.component-contentbrowser_experience > .wrapper .header .title,
body footer .components.theme-dark.component-contentbrowser_experience > .wrapper .header .title {
  color: #fff; }
  body header .components.theme-dark.component-contentbrowser_experience > .wrapper .header .title em,
  body main .components.theme-dark.component-contentbrowser_experience > .wrapper .header .title em,
  body footer .components.theme-dark.component-contentbrowser_experience > .wrapper .header .title em {
    color: #fff; }

body header .components.theme-dark.component-contentbrowser_experience > .wrapper .header .subtitle,
body main .components.theme-dark.component-contentbrowser_experience > .wrapper .header .subtitle,
body footer .components.theme-dark.component-contentbrowser_experience > .wrapper .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-dark.component-contentbrowser_experience > .wrapper .header::after,
body main .components.theme-dark.component-contentbrowser_experience > .wrapper .header::after,
body footer .components.theme-dark.component-contentbrowser_experience > .wrapper .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23fff' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-dark.component-contentbrowser_experience > .wrapper .header::after,
    body main .components.theme-dark.component-contentbrowser_experience > .wrapper .header::after,
    body footer .components.theme-dark.component-contentbrowser_experience > .wrapper .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-dark.component-rich_content .header .title,
body main .components.theme-dark.component-rich_content .header .title,
body footer .components.theme-dark.component-rich_content .header .title {
  color: #fff; }
  body header .components.theme-dark.component-rich_content .header .title em,
  body main .components.theme-dark.component-rich_content .header .title em,
  body footer .components.theme-dark.component-rich_content .header .title em {
    color: #fff; }

body header .components.theme-dark.component-rich_content .header .subtitle,
body main .components.theme-dark.component-rich_content .header .subtitle,
body footer .components.theme-dark.component-rich_content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-dark.component-rich_content .header::after,
body main .components.theme-dark.component-rich_content .header::after,
body footer .components.theme-dark.component-rich_content .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23fff' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-dark.component-rich_content .header::after,
    body main .components.theme-dark.component-rich_content .header::after,
    body footer .components.theme-dark.component-rich_content .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-dark.component-hero,
body main .components.theme-dark.component-hero,
body footer .components.theme-dark.component-hero {
  color: #1f1d2c; }
  body header .components.theme-dark.component-hero.has-overlay:before,
  body main .components.theme-dark.component-hero.has-overlay:before,
  body footer .components.theme-dark.component-hero.has-overlay:before {
    color: #1f1d2c; }
  body header .components.theme-dark.component-hero > .wrapper > .container .hero-heading .page-heading, body header .components.theme-dark.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body header .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .components.theme-dark.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body header .components.theme-dark.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body header .components.theme-dark.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body header .components.theme-dark.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body header .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .components.theme-dark.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .components.theme-dark.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .components.theme-dark.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .components.theme-dark.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container .hero-heading .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container .hero-heading .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    color: #fff; }
  body header .components.theme-dark.component-hero > .wrapper > .container .hero-heading .page-subtitle, body header .components.theme-dark.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body header .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .components.theme-dark.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .components.theme-dark.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .components.theme-dark.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .components.theme-dark.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .components.theme-dark.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .components.theme-dark.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .components.theme-dark.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .components.theme-dark.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    color: #fff; }
  body header .components.theme-dark.component-hero > .wrapper > .container .hero-heading::after,
  body header .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body header .components.theme-dark.component-hero > .wrapper > .container-sm .hero-heading::after,
  body header .components.theme-dark.component-hero > .wrapper > .container-md .hero-heading::after,
  body header .components.theme-dark.component-hero > .wrapper > .container-lg .hero-heading::after,
  body header .components.theme-dark.component-hero > .wrapper > .container-xl .hero-heading::after,
  body header .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body header .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body main .components.theme-dark.component-hero > .wrapper > .container .hero-heading::after,
  body main .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body main .components.theme-dark.component-hero > .wrapper > .container-sm .hero-heading::after,
  body main .components.theme-dark.component-hero > .wrapper > .container-md .hero-heading::after,
  body main .components.theme-dark.component-hero > .wrapper > .container-lg .hero-heading::after,
  body main .components.theme-dark.component-hero > .wrapper > .container-xl .hero-heading::after,
  body main .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body main .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body footer .components.theme-dark.component-hero > .wrapper > .container .hero-heading::after,
  body footer .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body footer .components.theme-dark.component-hero > .wrapper > .container-sm .hero-heading::after,
  body footer .components.theme-dark.component-hero > .wrapper > .container-md .hero-heading::after,
  body footer .components.theme-dark.component-hero > .wrapper > .container-lg .hero-heading::after,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xl .hero-heading::after,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-heading::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2rem;
    margin: 0 auto 1rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23fff' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
    @media (min-width: 1200px) {
      body header .components.theme-dark.component-hero > .wrapper > .container .hero-heading::after,
      body header .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body header .components.theme-dark.component-hero > .wrapper > .container-sm .hero-heading::after,
      body header .components.theme-dark.component-hero > .wrapper > .container-md .hero-heading::after,
      body header .components.theme-dark.component-hero > .wrapper > .container-lg .hero-heading::after,
      body header .components.theme-dark.component-hero > .wrapper > .container-xl .hero-heading::after,
      body header .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body header .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body main .components.theme-dark.component-hero > .wrapper > .container .hero-heading::after,
      body main .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body main .components.theme-dark.component-hero > .wrapper > .container-sm .hero-heading::after,
      body main .components.theme-dark.component-hero > .wrapper > .container-md .hero-heading::after,
      body main .components.theme-dark.component-hero > .wrapper > .container-lg .hero-heading::after,
      body main .components.theme-dark.component-hero > .wrapper > .container-xl .hero-heading::after,
      body main .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body main .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body footer .components.theme-dark.component-hero > .wrapper > .container .hero-heading::after,
      body footer .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body footer .components.theme-dark.component-hero > .wrapper > .container-sm .hero-heading::after,
      body footer .components.theme-dark.component-hero > .wrapper > .container-md .hero-heading::after,
      body footer .components.theme-dark.component-hero > .wrapper > .container-lg .hero-heading::after,
      body footer .components.theme-dark.component-hero > .wrapper > .container-xl .hero-heading::after,
      body footer .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-heading::after {
        margin: -1rem auto 1rem; } }
  body header .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto,
  body header .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body header .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body header .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto,
  body header .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body header .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body header .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body header .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body main .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto,
  body main .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body main .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body main .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto,
  body main .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body main .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body main .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body main .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto,
  body footer .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body footer .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body footer .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto,
  body footer .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto {
    background-color: #fff;
    border-color: #fff; }
    body header .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body header .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body main .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body footer .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label {
      color: #1f1d2c; }
    body header .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body header .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body header .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body main .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body main .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body footer .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover {
      background-color: #fff;
      border-color: #1f1d2c; }
      body header .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label {
        color: #1f1d2c; }
    body header .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:focus, body header .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:active,
    body header .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body header .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body header .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body header .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body header .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body header .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body main .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:active,
    body main .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body main .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body main .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body main .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body main .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body main .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body footer .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:active,
    body footer .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body footer .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active {
      background-color: transparent;
      border-color: #fff; }
      body header .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label, body header .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label {
        color: #fff; }

body header .components.theme-dark.component-text_group .component-col-content .header::after,
body main .components.theme-dark.component-text_group .component-col-content .header::after,
body footer .components.theme-dark.component-text_group .component-col-content .header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23fff' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

body header .components.theme-dark-magenta h1,
body header .components.theme-dark-magenta h2,
body header .components.theme-dark-magenta h3,
body header .components.theme-dark-magenta h4,
body header .components.theme-dark-magenta h5,
body header .components.theme-dark-magenta h6,
body header .components.theme-dark-magenta .h1,
body header .components.theme-dark-magenta .h2,
body header .components.theme-dark-magenta .h3,
body header .components.theme-dark-magenta .h4,
body header .components.theme-dark-magenta .h5,
body header .components.theme-dark-magenta .h6,
body main .components.theme-dark-magenta h1,
body main .components.theme-dark-magenta h2,
body main .components.theme-dark-magenta h3,
body main .components.theme-dark-magenta h4,
body main .components.theme-dark-magenta h5,
body main .components.theme-dark-magenta h6,
body main .components.theme-dark-magenta .h1,
body main .components.theme-dark-magenta .h2,
body main .components.theme-dark-magenta .h3,
body main .components.theme-dark-magenta .h4,
body main .components.theme-dark-magenta .h5,
body main .components.theme-dark-magenta .h6,
body footer .components.theme-dark-magenta h1,
body footer .components.theme-dark-magenta h2,
body footer .components.theme-dark-magenta h3,
body footer .components.theme-dark-magenta h4,
body footer .components.theme-dark-magenta h5,
body footer .components.theme-dark-magenta h6,
body footer .components.theme-dark-magenta .h1,
body footer .components.theme-dark-magenta .h2,
body footer .components.theme-dark-magenta .h3,
body footer .components.theme-dark-magenta .h4,
body footer .components.theme-dark-magenta .h5,
body footer .components.theme-dark-magenta .h6 {
  color: #e21d76; }

body header .components.theme-dark-magenta a.goto:not(.goto-video-modal),
body main .components.theme-dark-magenta a.goto:not(.goto-video-modal),
body footer .components.theme-dark-magenta a.goto:not(.goto-video-modal) {
  background-color: #e21d76;
  border-color: #e21d76;
  padding: 0.75rem 1.25rem; }
  body header .components.theme-dark-magenta a.goto:not(.goto-video-modal) .text-label,
  body main .components.theme-dark-magenta a.goto:not(.goto-video-modal) .text-label,
  body footer .components.theme-dark-magenta a.goto:not(.goto-video-modal) .text-label {
    color: #fff; }
  body header .components.theme-dark-magenta a.goto:not(.goto-video-modal):hover,
  body main .components.theme-dark-magenta a.goto:not(.goto-video-modal):hover,
  body footer .components.theme-dark-magenta a.goto:not(.goto-video-modal):hover {
    background-color: #e21d76;
    border-color: #fff; }
    body header .components.theme-dark-magenta a.goto:not(.goto-video-modal):hover .text-label,
    body main .components.theme-dark-magenta a.goto:not(.goto-video-modal):hover .text-label,
    body footer .components.theme-dark-magenta a.goto:not(.goto-video-modal):hover .text-label {
      color: #fff; }
  body header .components.theme-dark-magenta a.goto:not(.goto-video-modal):focus, body header .components.theme-dark-magenta a.goto:not(.goto-video-modal):active,
  body main .components.theme-dark-magenta a.goto:not(.goto-video-modal):focus,
  body main .components.theme-dark-magenta a.goto:not(.goto-video-modal):active,
  body footer .components.theme-dark-magenta a.goto:not(.goto-video-modal):focus,
  body footer .components.theme-dark-magenta a.goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #e21d76; }
    body header .components.theme-dark-magenta a.goto:not(.goto-video-modal):focus .text-label, body header .components.theme-dark-magenta a.goto:not(.goto-video-modal):active .text-label,
    body main .components.theme-dark-magenta a.goto:not(.goto-video-modal):focus .text-label,
    body main .components.theme-dark-magenta a.goto:not(.goto-video-modal):active .text-label,
    body footer .components.theme-dark-magenta a.goto:not(.goto-video-modal):focus .text-label,
    body footer .components.theme-dark-magenta a.goto:not(.goto-video-modal):active .text-label {
      color: #e21d76; }

body header .components.theme-dark-magenta.component-reference .component-col-image .media--type-image::after,
body main .components.theme-dark-magenta.component-reference .component-col-image .media--type-image::after,
body footer .components.theme-dark-magenta.component-reference .component-col-image .media--type-image::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%231f1d2c' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }

body header .components.theme-dark-magenta.component-reference .btn, body header .components.theme-dark-magenta.component-reference .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .components.theme-dark-magenta.component-reference #edit-submit,
body main .components.theme-dark-magenta.component-reference .btn,
body main .components.theme-dark-magenta.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .components.theme-dark-magenta.component-reference #edit-submit,
body footer .components.theme-dark-magenta.component-reference .btn,
body footer .components.theme-dark-magenta.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .components.theme-dark-magenta.component-reference #edit-submit {
  color: #1f1d2c;
  background-color: #e21d76;
  border-color: #1f1d2c; }
  body header .components.theme-dark-magenta.component-reference .btn:hover, body header .components.theme-dark-magenta.component-reference .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .components.theme-dark-magenta.component-reference #edit-submit:hover,
  body main .components.theme-dark-magenta.component-reference .btn:hover,
  body main .components.theme-dark-magenta.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .components.theme-dark-magenta.component-reference #edit-submit:hover,
  body footer .components.theme-dark-magenta.component-reference .btn:hover,
  body footer .components.theme-dark-magenta.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .components.theme-dark-magenta.component-reference #edit-submit:hover {
    color: #1f1d2c; }

body header .components.theme-dark-magenta.component-reference.-product .component-col-image,
body main .components.theme-dark-magenta.component-reference.-product .component-col-image,
body footer .components.theme-dark-magenta.component-reference.-product .component-col-image {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='217.292' height='217.292'%3e%3cg transform='translate%28-525.435 193.49%29'%3e%3cpath fill='%23e21d76' d='M631.379-190.656l24.112,24.112v28.315h28.315l1.09,1.09v28.315h28.315l24.112,24.112L631.378,21.232,525.434-84.712Z' transform='translate%280.001 2.57%29'/%3e%3cpath fill='%23e21d76' d='M621.948-135.659l-28.315-28.315v-.11h29.405V-193.49h28.425v29.406H680.87v28.426H651.464v29.405h-.11l-28.315-28.315Z' transform='translate%2861.857%29'/%3e%3c/g%3e%3c/svg%3e"); }
  body header .components.theme-dark-magenta.component-reference.-product .component-col-image::after,
  body main .components.theme-dark-magenta.component-reference.-product .component-col-image::after,
  body footer .components.theme-dark-magenta.component-reference.-product .component-col-image::after {
    content: none; }

body header .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper::before,
body main .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper::before,
body footer .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3e%3cpath fill='%231f1d2c' fill-rule='evenodd' d='M-15 -15L515 -15L515 515L-15 515L-15 -15ZM249.06 49.46L49.45 248.31L249.83 447.92L449.45 249.08L249.06 49.46Z' /%3e%3c/svg%3e"); }

body header .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
  border-color: #e21d76;
  background-color: #e21d76; }

body header .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .header .title,
body main .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .header .title,
body footer .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .header .title {
  color: #fff; }
  body header .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .header .title em,
  body main .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .header .title em,
  body footer .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .header .title em {
    color: #e21d76; }

body header .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .header .subtitle,
body main .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .header .subtitle,
body footer .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .header::after,
body main .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .header::after,
body footer .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .header::after,
    body main .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .header::after,
    body footer .components.theme-dark-magenta.component-contentbrowser_experience > .wrapper .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-dark-magenta.component-rich_content .header .title,
body main .components.theme-dark-magenta.component-rich_content .header .title,
body footer .components.theme-dark-magenta.component-rich_content .header .title {
  color: #fff; }
  body header .components.theme-dark-magenta.component-rich_content .header .title em,
  body main .components.theme-dark-magenta.component-rich_content .header .title em,
  body footer .components.theme-dark-magenta.component-rich_content .header .title em {
    color: #e21d76; }

body header .components.theme-dark-magenta.component-rich_content .header .subtitle,
body main .components.theme-dark-magenta.component-rich_content .header .subtitle,
body footer .components.theme-dark-magenta.component-rich_content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-dark-magenta.component-rich_content .header::after,
body main .components.theme-dark-magenta.component-rich_content .header::after,
body footer .components.theme-dark-magenta.component-rich_content .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-dark-magenta.component-rich_content .header::after,
    body main .components.theme-dark-magenta.component-rich_content .header::after,
    body footer .components.theme-dark-magenta.component-rich_content .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-dark-magenta.component-hero,
body main .components.theme-dark-magenta.component-hero,
body footer .components.theme-dark-magenta.component-hero {
  color: #1f1d2c; }
  body header .components.theme-dark-magenta.component-hero.has-overlay:before,
  body main .components.theme-dark-magenta.component-hero.has-overlay:before,
  body footer .components.theme-dark-magenta.component-hero.has-overlay:before {
    color: #1f1d2c; }
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-heading .page-heading, body header .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-heading .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-heading .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    color: #fff; }
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-heading .page-subtitle, body header .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    color: #fff; }
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-heading::after,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-heading::after,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-heading::after,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2rem;
    margin: 0 auto 1rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
    @media (min-width: 1200px) {
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-heading::after,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-heading::after,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-heading::after,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after {
        margin: -1rem auto 1rem; } }
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto {
    background-color: #e21d76;
    border-color: #e21d76; }
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label {
      color: #fff; }
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover {
      background-color: #e21d76;
      border-color: #fff; }
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label {
        color: #fff; }
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus, body header .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:active,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:active,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:active,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active {
      background-color: transparent;
      border-color: #e21d76; }
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label, body header .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label {
        color: #e21d76; }

body header .components.theme-dark-magenta.component-text_group .component-col-content .header::after,
body main .components.theme-dark-magenta.component-text_group .component-col-content .header::after,
body footer .components.theme-dark-magenta.component-text_group .component-col-content .header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

body header .components.theme-dark-orange h1,
body header .components.theme-dark-orange h2,
body header .components.theme-dark-orange h3,
body header .components.theme-dark-orange h4,
body header .components.theme-dark-orange h5,
body header .components.theme-dark-orange h6,
body header .components.theme-dark-orange .h1,
body header .components.theme-dark-orange .h2,
body header .components.theme-dark-orange .h3,
body header .components.theme-dark-orange .h4,
body header .components.theme-dark-orange .h5,
body header .components.theme-dark-orange .h6,
body main .components.theme-dark-orange h1,
body main .components.theme-dark-orange h2,
body main .components.theme-dark-orange h3,
body main .components.theme-dark-orange h4,
body main .components.theme-dark-orange h5,
body main .components.theme-dark-orange h6,
body main .components.theme-dark-orange .h1,
body main .components.theme-dark-orange .h2,
body main .components.theme-dark-orange .h3,
body main .components.theme-dark-orange .h4,
body main .components.theme-dark-orange .h5,
body main .components.theme-dark-orange .h6,
body footer .components.theme-dark-orange h1,
body footer .components.theme-dark-orange h2,
body footer .components.theme-dark-orange h3,
body footer .components.theme-dark-orange h4,
body footer .components.theme-dark-orange h5,
body footer .components.theme-dark-orange h6,
body footer .components.theme-dark-orange .h1,
body footer .components.theme-dark-orange .h2,
body footer .components.theme-dark-orange .h3,
body footer .components.theme-dark-orange .h4,
body footer .components.theme-dark-orange .h5,
body footer .components.theme-dark-orange .h6 {
  color: #f29124; }

body header .components.theme-dark-orange a.goto:not(.goto-video-modal),
body main .components.theme-dark-orange a.goto:not(.goto-video-modal),
body footer .components.theme-dark-orange a.goto:not(.goto-video-modal) {
  background-color: #f29124;
  border-color: #f29124;
  padding: 0.75rem 1.25rem; }
  body header .components.theme-dark-orange a.goto:not(.goto-video-modal) .text-label,
  body main .components.theme-dark-orange a.goto:not(.goto-video-modal) .text-label,
  body footer .components.theme-dark-orange a.goto:not(.goto-video-modal) .text-label {
    color: #fff; }
  body header .components.theme-dark-orange a.goto:not(.goto-video-modal):hover,
  body main .components.theme-dark-orange a.goto:not(.goto-video-modal):hover,
  body footer .components.theme-dark-orange a.goto:not(.goto-video-modal):hover {
    background-color: #f29124;
    border-color: #fff; }
    body header .components.theme-dark-orange a.goto:not(.goto-video-modal):hover .text-label,
    body main .components.theme-dark-orange a.goto:not(.goto-video-modal):hover .text-label,
    body footer .components.theme-dark-orange a.goto:not(.goto-video-modal):hover .text-label {
      color: #fff; }
  body header .components.theme-dark-orange a.goto:not(.goto-video-modal):focus, body header .components.theme-dark-orange a.goto:not(.goto-video-modal):active,
  body main .components.theme-dark-orange a.goto:not(.goto-video-modal):focus,
  body main .components.theme-dark-orange a.goto:not(.goto-video-modal):active,
  body footer .components.theme-dark-orange a.goto:not(.goto-video-modal):focus,
  body footer .components.theme-dark-orange a.goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #f29124; }
    body header .components.theme-dark-orange a.goto:not(.goto-video-modal):focus .text-label, body header .components.theme-dark-orange a.goto:not(.goto-video-modal):active .text-label,
    body main .components.theme-dark-orange a.goto:not(.goto-video-modal):focus .text-label,
    body main .components.theme-dark-orange a.goto:not(.goto-video-modal):active .text-label,
    body footer .components.theme-dark-orange a.goto:not(.goto-video-modal):focus .text-label,
    body footer .components.theme-dark-orange a.goto:not(.goto-video-modal):active .text-label {
      color: #f29124; }

body header .components.theme-dark-orange.component-reference .component-col-image .media--type-image::after,
body main .components.theme-dark-orange.component-reference .component-col-image .media--type-image::after,
body footer .components.theme-dark-orange.component-reference .component-col-image .media--type-image::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%231f1d2c' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }

body header .components.theme-dark-orange.component-reference .btn, body header .components.theme-dark-orange.component-reference .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .components.theme-dark-orange.component-reference #edit-submit,
body main .components.theme-dark-orange.component-reference .btn,
body main .components.theme-dark-orange.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .components.theme-dark-orange.component-reference #edit-submit,
body footer .components.theme-dark-orange.component-reference .btn,
body footer .components.theme-dark-orange.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .components.theme-dark-orange.component-reference #edit-submit {
  color: #1f1d2c;
  background-color: #f29124;
  border-color: #1f1d2c; }
  body header .components.theme-dark-orange.component-reference .btn:hover, body header .components.theme-dark-orange.component-reference .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .components.theme-dark-orange.component-reference #edit-submit:hover,
  body main .components.theme-dark-orange.component-reference .btn:hover,
  body main .components.theme-dark-orange.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .components.theme-dark-orange.component-reference #edit-submit:hover,
  body footer .components.theme-dark-orange.component-reference .btn:hover,
  body footer .components.theme-dark-orange.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .components.theme-dark-orange.component-reference #edit-submit:hover {
    color: #1f1d2c; }

body header .components.theme-dark-orange.component-reference.-product .component-col-image,
body main .components.theme-dark-orange.component-reference.-product .component-col-image,
body footer .components.theme-dark-orange.component-reference.-product .component-col-image {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='217.292' height='217.292'%3e%3cg transform='translate%28-525.435 193.49%29'%3e%3cpath fill='%23f29124' d='M631.379-190.656l24.112,24.112v28.315h28.315l1.09,1.09v28.315h28.315l24.112,24.112L631.378,21.232,525.434-84.712Z' transform='translate%280.001 2.57%29'/%3e%3cpath fill='%23f29124' d='M621.948-135.659l-28.315-28.315v-.11h29.405V-193.49h28.425v29.406H680.87v28.426H651.464v29.405h-.11l-28.315-28.315Z' transform='translate%2861.857%29'/%3e%3c/g%3e%3c/svg%3e"); }
  body header .components.theme-dark-orange.component-reference.-product .component-col-image::after,
  body main .components.theme-dark-orange.component-reference.-product .component-col-image::after,
  body footer .components.theme-dark-orange.component-reference.-product .component-col-image::after {
    content: none; }

body header .components.theme-dark-orange.component-contentbrowser_experience > .wrapper::before,
body main .components.theme-dark-orange.component-contentbrowser_experience > .wrapper::before,
body footer .components.theme-dark-orange.component-contentbrowser_experience > .wrapper::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3e%3cpath fill='%231f1d2c' fill-rule='evenodd' d='M-15 -15L515 -15L515 515L-15 515L-15 -15ZM249.06 49.46L49.45 248.31L249.83 447.92L449.45 249.08L249.06 49.46Z' /%3e%3c/svg%3e"); }

body header .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
  border-color: #f29124;
  background-color: #f29124; }

body header .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .header .title,
body main .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .header .title,
body footer .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .header .title {
  color: #fff; }
  body header .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .header .title em,
  body main .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .header .title em,
  body footer .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .header .title em {
    color: #f29124; }

body header .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .header .subtitle,
body main .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .header .subtitle,
body footer .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .header::after,
body main .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .header::after,
body footer .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .header::after,
    body main .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .header::after,
    body footer .components.theme-dark-orange.component-contentbrowser_experience > .wrapper .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-dark-orange.component-rich_content .header .title,
body main .components.theme-dark-orange.component-rich_content .header .title,
body footer .components.theme-dark-orange.component-rich_content .header .title {
  color: #fff; }
  body header .components.theme-dark-orange.component-rich_content .header .title em,
  body main .components.theme-dark-orange.component-rich_content .header .title em,
  body footer .components.theme-dark-orange.component-rich_content .header .title em {
    color: #f29124; }

body header .components.theme-dark-orange.component-rich_content .header .subtitle,
body main .components.theme-dark-orange.component-rich_content .header .subtitle,
body footer .components.theme-dark-orange.component-rich_content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-dark-orange.component-rich_content .header::after,
body main .components.theme-dark-orange.component-rich_content .header::after,
body footer .components.theme-dark-orange.component-rich_content .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-dark-orange.component-rich_content .header::after,
    body main .components.theme-dark-orange.component-rich_content .header::after,
    body footer .components.theme-dark-orange.component-rich_content .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-dark-orange.component-hero,
body main .components.theme-dark-orange.component-hero,
body footer .components.theme-dark-orange.component-hero {
  color: #1f1d2c; }
  body header .components.theme-dark-orange.component-hero.has-overlay:before,
  body main .components.theme-dark-orange.component-hero.has-overlay:before,
  body footer .components.theme-dark-orange.component-hero.has-overlay:before {
    color: #1f1d2c; }
  body header .components.theme-dark-orange.component-hero > .wrapper > .container .hero-heading .page-heading, body header .components.theme-dark-orange.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container .hero-heading .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container .hero-heading .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    color: #fff; }
  body header .components.theme-dark-orange.component-hero > .wrapper > .container .hero-heading .page-subtitle, body header .components.theme-dark-orange.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    color: #fff; }
  body header .components.theme-dark-orange.component-hero > .wrapper > .container .hero-heading::after,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-heading::after,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container .hero-heading::after,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-heading::after,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container .hero-heading::after,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-heading::after,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2rem;
    margin: 0 auto 1rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
    @media (min-width: 1200px) {
      body header .components.theme-dark-orange.component-hero > .wrapper > .container .hero-heading::after,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-heading::after,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container .hero-heading::after,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-heading::after,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container .hero-heading::after,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-heading::after,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after {
        margin: -1rem auto 1rem; } }
  body header .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto {
    background-color: #f29124;
    border-color: #f29124; }
    body header .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label {
      color: #fff; }
    body header .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover {
      background-color: #f29124;
      border-color: #fff; }
      body header .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label {
        color: #fff; }
    body header .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:focus, body header .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:active,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:active,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:active,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active {
      background-color: transparent;
      border-color: #f29124; }
      body header .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label, body header .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label {
        color: #f29124; }

body header .components.theme-dark-orange.component-text_group .component-col-content .header::after,
body main .components.theme-dark-orange.component-text_group .component-col-content .header::after,
body footer .components.theme-dark-orange.component-text_group .component-col-content .header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

body header .components.theme-dark-green h1,
body header .components.theme-dark-green h2,
body header .components.theme-dark-green h3,
body header .components.theme-dark-green h4,
body header .components.theme-dark-green h5,
body header .components.theme-dark-green h6,
body header .components.theme-dark-green .h1,
body header .components.theme-dark-green .h2,
body header .components.theme-dark-green .h3,
body header .components.theme-dark-green .h4,
body header .components.theme-dark-green .h5,
body header .components.theme-dark-green .h6,
body main .components.theme-dark-green h1,
body main .components.theme-dark-green h2,
body main .components.theme-dark-green h3,
body main .components.theme-dark-green h4,
body main .components.theme-dark-green h5,
body main .components.theme-dark-green h6,
body main .components.theme-dark-green .h1,
body main .components.theme-dark-green .h2,
body main .components.theme-dark-green .h3,
body main .components.theme-dark-green .h4,
body main .components.theme-dark-green .h5,
body main .components.theme-dark-green .h6,
body footer .components.theme-dark-green h1,
body footer .components.theme-dark-green h2,
body footer .components.theme-dark-green h3,
body footer .components.theme-dark-green h4,
body footer .components.theme-dark-green h5,
body footer .components.theme-dark-green h6,
body footer .components.theme-dark-green .h1,
body footer .components.theme-dark-green .h2,
body footer .components.theme-dark-green .h3,
body footer .components.theme-dark-green .h4,
body footer .components.theme-dark-green .h5,
body footer .components.theme-dark-green .h6 {
  color: #56b56c; }

body header .components.theme-dark-green a.goto:not(.goto-video-modal),
body main .components.theme-dark-green a.goto:not(.goto-video-modal),
body footer .components.theme-dark-green a.goto:not(.goto-video-modal) {
  background-color: #56b56c;
  border-color: #56b56c;
  padding: 0.75rem 1.25rem; }
  body header .components.theme-dark-green a.goto:not(.goto-video-modal) .text-label,
  body main .components.theme-dark-green a.goto:not(.goto-video-modal) .text-label,
  body footer .components.theme-dark-green a.goto:not(.goto-video-modal) .text-label {
    color: #fff; }
  body header .components.theme-dark-green a.goto:not(.goto-video-modal):hover,
  body main .components.theme-dark-green a.goto:not(.goto-video-modal):hover,
  body footer .components.theme-dark-green a.goto:not(.goto-video-modal):hover {
    background-color: #56b56c;
    border-color: #fff; }
    body header .components.theme-dark-green a.goto:not(.goto-video-modal):hover .text-label,
    body main .components.theme-dark-green a.goto:not(.goto-video-modal):hover .text-label,
    body footer .components.theme-dark-green a.goto:not(.goto-video-modal):hover .text-label {
      color: #fff; }
  body header .components.theme-dark-green a.goto:not(.goto-video-modal):focus, body header .components.theme-dark-green a.goto:not(.goto-video-modal):active,
  body main .components.theme-dark-green a.goto:not(.goto-video-modal):focus,
  body main .components.theme-dark-green a.goto:not(.goto-video-modal):active,
  body footer .components.theme-dark-green a.goto:not(.goto-video-modal):focus,
  body footer .components.theme-dark-green a.goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #56b56c; }
    body header .components.theme-dark-green a.goto:not(.goto-video-modal):focus .text-label, body header .components.theme-dark-green a.goto:not(.goto-video-modal):active .text-label,
    body main .components.theme-dark-green a.goto:not(.goto-video-modal):focus .text-label,
    body main .components.theme-dark-green a.goto:not(.goto-video-modal):active .text-label,
    body footer .components.theme-dark-green a.goto:not(.goto-video-modal):focus .text-label,
    body footer .components.theme-dark-green a.goto:not(.goto-video-modal):active .text-label {
      color: #56b56c; }

body header .components.theme-dark-green.component-reference .component-col-image .media--type-image::after,
body main .components.theme-dark-green.component-reference .component-col-image .media--type-image::after,
body footer .components.theme-dark-green.component-reference .component-col-image .media--type-image::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%231f1d2c' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }

body header .components.theme-dark-green.component-reference .btn, body header .components.theme-dark-green.component-reference .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .components.theme-dark-green.component-reference #edit-submit,
body main .components.theme-dark-green.component-reference .btn,
body main .components.theme-dark-green.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .components.theme-dark-green.component-reference #edit-submit,
body footer .components.theme-dark-green.component-reference .btn,
body footer .components.theme-dark-green.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .components.theme-dark-green.component-reference #edit-submit {
  color: #1f1d2c;
  background-color: #56b56c;
  border-color: #1f1d2c; }
  body header .components.theme-dark-green.component-reference .btn:hover, body header .components.theme-dark-green.component-reference .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .components.theme-dark-green.component-reference #edit-submit:hover,
  body main .components.theme-dark-green.component-reference .btn:hover,
  body main .components.theme-dark-green.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .components.theme-dark-green.component-reference #edit-submit:hover,
  body footer .components.theme-dark-green.component-reference .btn:hover,
  body footer .components.theme-dark-green.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .components.theme-dark-green.component-reference #edit-submit:hover {
    color: #1f1d2c; }

body header .components.theme-dark-green.component-reference.-product .component-col-image,
body main .components.theme-dark-green.component-reference.-product .component-col-image,
body footer .components.theme-dark-green.component-reference.-product .component-col-image {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='217.292' height='217.292'%3e%3cg transform='translate%28-525.435 193.49%29'%3e%3cpath fill='%2356b56c' d='M631.379-190.656l24.112,24.112v28.315h28.315l1.09,1.09v28.315h28.315l24.112,24.112L631.378,21.232,525.434-84.712Z' transform='translate%280.001 2.57%29'/%3e%3cpath fill='%2356b56c' d='M621.948-135.659l-28.315-28.315v-.11h29.405V-193.49h28.425v29.406H680.87v28.426H651.464v29.405h-.11l-28.315-28.315Z' transform='translate%2861.857%29'/%3e%3c/g%3e%3c/svg%3e"); }
  body header .components.theme-dark-green.component-reference.-product .component-col-image::after,
  body main .components.theme-dark-green.component-reference.-product .component-col-image::after,
  body footer .components.theme-dark-green.component-reference.-product .component-col-image::after {
    content: none; }

body header .components.theme-dark-green.component-contentbrowser_experience > .wrapper::before,
body main .components.theme-dark-green.component-contentbrowser_experience > .wrapper::before,
body footer .components.theme-dark-green.component-contentbrowser_experience > .wrapper::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3e%3cpath fill='%231f1d2c' fill-rule='evenodd' d='M-15 -15L515 -15L515 515L-15 515L-15 -15ZM249.06 49.46L49.45 248.31L249.83 447.92L449.45 249.08L249.06 49.46Z' /%3e%3c/svg%3e"); }

body header .components.theme-dark-green.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .components.theme-dark-green.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .components.theme-dark-green.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
  border-color: #56b56c;
  background-color: #56b56c; }

body header .components.theme-dark-green.component-contentbrowser_experience > .wrapper .header .title,
body main .components.theme-dark-green.component-contentbrowser_experience > .wrapper .header .title,
body footer .components.theme-dark-green.component-contentbrowser_experience > .wrapper .header .title {
  color: #fff; }
  body header .components.theme-dark-green.component-contentbrowser_experience > .wrapper .header .title em,
  body main .components.theme-dark-green.component-contentbrowser_experience > .wrapper .header .title em,
  body footer .components.theme-dark-green.component-contentbrowser_experience > .wrapper .header .title em {
    color: #56b56c; }

body header .components.theme-dark-green.component-contentbrowser_experience > .wrapper .header .subtitle,
body main .components.theme-dark-green.component-contentbrowser_experience > .wrapper .header .subtitle,
body footer .components.theme-dark-green.component-contentbrowser_experience > .wrapper .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-dark-green.component-contentbrowser_experience > .wrapper .header::after,
body main .components.theme-dark-green.component-contentbrowser_experience > .wrapper .header::after,
body footer .components.theme-dark-green.component-contentbrowser_experience > .wrapper .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-dark-green.component-contentbrowser_experience > .wrapper .header::after,
    body main .components.theme-dark-green.component-contentbrowser_experience > .wrapper .header::after,
    body footer .components.theme-dark-green.component-contentbrowser_experience > .wrapper .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-dark-green.component-rich_content .header .title,
body main .components.theme-dark-green.component-rich_content .header .title,
body footer .components.theme-dark-green.component-rich_content .header .title {
  color: #fff; }
  body header .components.theme-dark-green.component-rich_content .header .title em,
  body main .components.theme-dark-green.component-rich_content .header .title em,
  body footer .components.theme-dark-green.component-rich_content .header .title em {
    color: #56b56c; }

body header .components.theme-dark-green.component-rich_content .header .subtitle,
body main .components.theme-dark-green.component-rich_content .header .subtitle,
body footer .components.theme-dark-green.component-rich_content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-dark-green.component-rich_content .header::after,
body main .components.theme-dark-green.component-rich_content .header::after,
body footer .components.theme-dark-green.component-rich_content .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-dark-green.component-rich_content .header::after,
    body main .components.theme-dark-green.component-rich_content .header::after,
    body footer .components.theme-dark-green.component-rich_content .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-dark-green.component-hero,
body main .components.theme-dark-green.component-hero,
body footer .components.theme-dark-green.component-hero {
  color: #1f1d2c; }
  body header .components.theme-dark-green.component-hero.has-overlay:before,
  body main .components.theme-dark-green.component-hero.has-overlay:before,
  body footer .components.theme-dark-green.component-hero.has-overlay:before {
    color: #1f1d2c; }
  body header .components.theme-dark-green.component-hero > .wrapper > .container .hero-heading .page-heading, body header .components.theme-dark-green.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container .hero-heading .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container .hero-heading .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    color: #fff; }
  body header .components.theme-dark-green.component-hero > .wrapper > .container .hero-heading .page-subtitle, body header .components.theme-dark-green.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    color: #fff; }
  body header .components.theme-dark-green.component-hero > .wrapper > .container .hero-heading::after,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-heading::after,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-heading::after,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-heading::after,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-heading::after,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body main .components.theme-dark-green.component-hero > .wrapper > .container .hero-heading::after,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-heading::after,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-heading::after,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-heading::after,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-heading::after,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container .hero-heading::after,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-heading::after,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-heading::after,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-heading::after,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-heading::after,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-heading::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2rem;
    margin: 0 auto 1rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
    @media (min-width: 1200px) {
      body header .components.theme-dark-green.component-hero > .wrapper > .container .hero-heading::after,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-heading::after,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-heading::after,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-heading::after,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-heading::after,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body main .components.theme-dark-green.component-hero > .wrapper > .container .hero-heading::after,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-heading::after,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-heading::after,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-heading::after,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-heading::after,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container .hero-heading::after,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-heading::after,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-heading::after,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-heading::after,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-heading::after,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-heading::after {
        margin: -1rem auto 1rem; } }
  body header .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body header .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body main .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body main .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto {
    background-color: #56b56c;
    border-color: #56b56c; }
    body header .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label {
      color: #fff; }
    body header .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover {
      background-color: #56b56c;
      border-color: #fff; }
      body header .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label {
        color: #fff; }
    body header .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:focus, body header .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:active,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body main .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:active,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:active,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active {
      background-color: transparent;
      border-color: #56b56c; }
      body header .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label, body header .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label {
        color: #56b56c; }

body header .components.theme-dark-green.component-text_group .component-col-content .header::after,
body main .components.theme-dark-green.component-text_group .component-col-content .header::after,
body footer .components.theme-dark-green.component-text_group .component-col-content .header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

body header .components.theme-dark-blue h1,
body header .components.theme-dark-blue h2,
body header .components.theme-dark-blue h3,
body header .components.theme-dark-blue h4,
body header .components.theme-dark-blue h5,
body header .components.theme-dark-blue h6,
body header .components.theme-dark-blue .h1,
body header .components.theme-dark-blue .h2,
body header .components.theme-dark-blue .h3,
body header .components.theme-dark-blue .h4,
body header .components.theme-dark-blue .h5,
body header .components.theme-dark-blue .h6,
body main .components.theme-dark-blue h1,
body main .components.theme-dark-blue h2,
body main .components.theme-dark-blue h3,
body main .components.theme-dark-blue h4,
body main .components.theme-dark-blue h5,
body main .components.theme-dark-blue h6,
body main .components.theme-dark-blue .h1,
body main .components.theme-dark-blue .h2,
body main .components.theme-dark-blue .h3,
body main .components.theme-dark-blue .h4,
body main .components.theme-dark-blue .h5,
body main .components.theme-dark-blue .h6,
body footer .components.theme-dark-blue h1,
body footer .components.theme-dark-blue h2,
body footer .components.theme-dark-blue h3,
body footer .components.theme-dark-blue h4,
body footer .components.theme-dark-blue h5,
body footer .components.theme-dark-blue h6,
body footer .components.theme-dark-blue .h1,
body footer .components.theme-dark-blue .h2,
body footer .components.theme-dark-blue .h3,
body footer .components.theme-dark-blue .h4,
body footer .components.theme-dark-blue .h5,
body footer .components.theme-dark-blue .h6 {
  color: #5363ab; }

body header .components.theme-dark-blue a.goto:not(.goto-video-modal),
body main .components.theme-dark-blue a.goto:not(.goto-video-modal),
body footer .components.theme-dark-blue a.goto:not(.goto-video-modal) {
  background-color: #5363ab;
  border-color: #5363ab;
  padding: 0.75rem 1.25rem; }
  body header .components.theme-dark-blue a.goto:not(.goto-video-modal) .text-label,
  body main .components.theme-dark-blue a.goto:not(.goto-video-modal) .text-label,
  body footer .components.theme-dark-blue a.goto:not(.goto-video-modal) .text-label {
    color: #fff; }
  body header .components.theme-dark-blue a.goto:not(.goto-video-modal):hover,
  body main .components.theme-dark-blue a.goto:not(.goto-video-modal):hover,
  body footer .components.theme-dark-blue a.goto:not(.goto-video-modal):hover {
    background-color: #5363ab;
    border-color: #fff; }
    body header .components.theme-dark-blue a.goto:not(.goto-video-modal):hover .text-label,
    body main .components.theme-dark-blue a.goto:not(.goto-video-modal):hover .text-label,
    body footer .components.theme-dark-blue a.goto:not(.goto-video-modal):hover .text-label {
      color: #fff; }
  body header .components.theme-dark-blue a.goto:not(.goto-video-modal):focus, body header .components.theme-dark-blue a.goto:not(.goto-video-modal):active,
  body main .components.theme-dark-blue a.goto:not(.goto-video-modal):focus,
  body main .components.theme-dark-blue a.goto:not(.goto-video-modal):active,
  body footer .components.theme-dark-blue a.goto:not(.goto-video-modal):focus,
  body footer .components.theme-dark-blue a.goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #5363ab; }
    body header .components.theme-dark-blue a.goto:not(.goto-video-modal):focus .text-label, body header .components.theme-dark-blue a.goto:not(.goto-video-modal):active .text-label,
    body main .components.theme-dark-blue a.goto:not(.goto-video-modal):focus .text-label,
    body main .components.theme-dark-blue a.goto:not(.goto-video-modal):active .text-label,
    body footer .components.theme-dark-blue a.goto:not(.goto-video-modal):focus .text-label,
    body footer .components.theme-dark-blue a.goto:not(.goto-video-modal):active .text-label {
      color: #5363ab; }

body header .components.theme-dark-blue.component-reference .component-col-image .media--type-image::after,
body main .components.theme-dark-blue.component-reference .component-col-image .media--type-image::after,
body footer .components.theme-dark-blue.component-reference .component-col-image .media--type-image::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%231f1d2c' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }

body header .components.theme-dark-blue.component-reference .btn, body header .components.theme-dark-blue.component-reference .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .components.theme-dark-blue.component-reference #edit-submit,
body main .components.theme-dark-blue.component-reference .btn,
body main .components.theme-dark-blue.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .components.theme-dark-blue.component-reference #edit-submit,
body footer .components.theme-dark-blue.component-reference .btn,
body footer .components.theme-dark-blue.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .components.theme-dark-blue.component-reference #edit-submit {
  color: #1f1d2c;
  background-color: #5363ab;
  border-color: #1f1d2c; }
  body header .components.theme-dark-blue.component-reference .btn:hover, body header .components.theme-dark-blue.component-reference .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .components.theme-dark-blue.component-reference #edit-submit:hover,
  body main .components.theme-dark-blue.component-reference .btn:hover,
  body main .components.theme-dark-blue.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .components.theme-dark-blue.component-reference #edit-submit:hover,
  body footer .components.theme-dark-blue.component-reference .btn:hover,
  body footer .components.theme-dark-blue.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .components.theme-dark-blue.component-reference #edit-submit:hover {
    color: #1f1d2c; }

body header .components.theme-dark-blue.component-reference.-product .component-col-image,
body main .components.theme-dark-blue.component-reference.-product .component-col-image,
body footer .components.theme-dark-blue.component-reference.-product .component-col-image {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='217.292' height='217.292'%3e%3cg transform='translate%28-525.435 193.49%29'%3e%3cpath fill='%235363ab' d='M631.379-190.656l24.112,24.112v28.315h28.315l1.09,1.09v28.315h28.315l24.112,24.112L631.378,21.232,525.434-84.712Z' transform='translate%280.001 2.57%29'/%3e%3cpath fill='%235363ab' d='M621.948-135.659l-28.315-28.315v-.11h29.405V-193.49h28.425v29.406H680.87v28.426H651.464v29.405h-.11l-28.315-28.315Z' transform='translate%2861.857%29'/%3e%3c/g%3e%3c/svg%3e"); }
  body header .components.theme-dark-blue.component-reference.-product .component-col-image::after,
  body main .components.theme-dark-blue.component-reference.-product .component-col-image::after,
  body footer .components.theme-dark-blue.component-reference.-product .component-col-image::after {
    content: none; }

body header .components.theme-dark-blue.component-contentbrowser_experience > .wrapper::before,
body main .components.theme-dark-blue.component-contentbrowser_experience > .wrapper::before,
body footer .components.theme-dark-blue.component-contentbrowser_experience > .wrapper::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3e%3cpath fill='%231f1d2c' fill-rule='evenodd' d='M-15 -15L515 -15L515 515L-15 515L-15 -15ZM249.06 49.46L49.45 248.31L249.83 447.92L449.45 249.08L249.06 49.46Z' /%3e%3c/svg%3e"); }

body header .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
  border-color: #5363ab;
  background-color: #5363ab; }

body header .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .header .title,
body main .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .header .title,
body footer .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .header .title {
  color: #fff; }
  body header .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .header .title em,
  body main .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .header .title em,
  body footer .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .header .title em {
    color: #5363ab; }

body header .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .header .subtitle,
body main .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .header .subtitle,
body footer .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .header::after,
body main .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .header::after,
body footer .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .header::after,
    body main .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .header::after,
    body footer .components.theme-dark-blue.component-contentbrowser_experience > .wrapper .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-dark-blue.component-rich_content .header .title,
body main .components.theme-dark-blue.component-rich_content .header .title,
body footer .components.theme-dark-blue.component-rich_content .header .title {
  color: #fff; }
  body header .components.theme-dark-blue.component-rich_content .header .title em,
  body main .components.theme-dark-blue.component-rich_content .header .title em,
  body footer .components.theme-dark-blue.component-rich_content .header .title em {
    color: #5363ab; }

body header .components.theme-dark-blue.component-rich_content .header .subtitle,
body main .components.theme-dark-blue.component-rich_content .header .subtitle,
body footer .components.theme-dark-blue.component-rich_content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-dark-blue.component-rich_content .header::after,
body main .components.theme-dark-blue.component-rich_content .header::after,
body footer .components.theme-dark-blue.component-rich_content .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-dark-blue.component-rich_content .header::after,
    body main .components.theme-dark-blue.component-rich_content .header::after,
    body footer .components.theme-dark-blue.component-rich_content .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-dark-blue.component-hero,
body main .components.theme-dark-blue.component-hero,
body footer .components.theme-dark-blue.component-hero {
  color: #1f1d2c; }
  body header .components.theme-dark-blue.component-hero.has-overlay:before,
  body main .components.theme-dark-blue.component-hero.has-overlay:before,
  body footer .components.theme-dark-blue.component-hero.has-overlay:before {
    color: #1f1d2c; }
  body header .components.theme-dark-blue.component-hero > .wrapper > .container .hero-heading .page-heading, body header .components.theme-dark-blue.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container .hero-heading .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container .hero-heading .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    color: #fff; }
  body header .components.theme-dark-blue.component-hero > .wrapper > .container .hero-heading .page-subtitle, body header .components.theme-dark-blue.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    color: #fff; }
  body header .components.theme-dark-blue.component-hero > .wrapper > .container .hero-heading::after,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-heading::after,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container .hero-heading::after,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-heading::after,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container .hero-heading::after,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-heading::after,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2rem;
    margin: 0 auto 1rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
    @media (min-width: 1200px) {
      body header .components.theme-dark-blue.component-hero > .wrapper > .container .hero-heading::after,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-heading::after,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container .hero-heading::after,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-heading::after,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container .hero-heading::after,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-heading::after,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after {
        margin: -1rem auto 1rem; } }
  body header .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto {
    background-color: #5363ab;
    border-color: #5363ab; }
    body header .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label {
      color: #fff; }
    body header .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover {
      background-color: #5363ab;
      border-color: #fff; }
      body header .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label {
        color: #fff; }
    body header .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:focus, body header .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:active,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:active,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:active,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active {
      background-color: transparent;
      border-color: #5363ab; }
      body header .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label, body header .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .components.theme-dark-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label {
        color: #5363ab; }

body header .components.theme-dark-blue.component-text_group .component-col-content .header::after,
body main .components.theme-dark-blue.component-text_group .component-col-content .header::after,
body footer .components.theme-dark-blue.component-text_group .component-col-content .header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

body header .components.theme-mid h1, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h1, body header .components.theme-mid h2, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h2, body header .components.theme-mid h3, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h3, body header .components.theme-mid h4, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h4, body header .components.theme-mid h5, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h5, body header .components.theme-mid h6, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h6, body header .components.theme-mid .h1, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h1, body header .components.theme-mid .h2, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h2, body header .components.theme-mid .h3, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h3, body header .components.theme-mid .h4, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h4, body header .components.theme-mid .h5, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h5, body header .components.theme-mid .h6, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h6, body main .components.theme-mid h1, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h1, body main .components.theme-mid h2, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h2, body main .components.theme-mid h3, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h3, body main .components.theme-mid h4, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h4, body main .components.theme-mid h5, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h5, body main .components.theme-mid h6, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h6, body main .components.theme-mid .h1, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h1, body main .components.theme-mid .h2, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h2, body main .components.theme-mid .h3, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h3, body main .components.theme-mid .h4, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h4, body main .components.theme-mid .h5, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h5, body main .components.theme-mid .h6, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h6, body footer .components.theme-mid h1, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h1, body footer .components.theme-mid h2, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h2, body footer .components.theme-mid h3, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h3, body footer .components.theme-mid h4, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h4, body footer .components.theme-mid h5, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h5, body footer .components.theme-mid h6, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h6, body footer .components.theme-mid .h1, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h1, body footer .components.theme-mid .h2, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h2, body footer .components.theme-mid .h3, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h3, body footer .components.theme-mid .h4, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h4, body footer .components.theme-mid .h5, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h5, body footer .components.theme-mid .h6, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h6 {
  color: #1f1d2c; }

body header .components.theme-mid a.goto:not(.goto-video-modal), body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto:not(.goto-video-modal),
body main .components.theme-mid a.goto:not(.goto-video-modal),
body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal),
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto:not(.goto-video-modal),
body footer .components.theme-mid a.goto:not(.goto-video-modal),
body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal),
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto:not(.goto-video-modal) {
  background-color: #1f1d2c;
  border-color: #1f1d2c;
  padding: 0.75rem 1.25rem; }
  body header .components.theme-mid a.goto:not(.goto-video-modal) .text-label, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal) .text-label, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto:not(.goto-video-modal) .text-label,
  body main .components.theme-mid a.goto:not(.goto-video-modal) .text-label,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal) .text-label,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto:not(.goto-video-modal) .text-label,
  body footer .components.theme-mid a.goto:not(.goto-video-modal) .text-label,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal) .text-label,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto:not(.goto-video-modal) .text-label {
    color: #fff; }
  body header .components.theme-mid a.goto:not(.goto-video-modal):hover, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto:not(.goto-video-modal):hover,
  body main .components.theme-mid a.goto:not(.goto-video-modal):hover,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):hover,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto:not(.goto-video-modal):hover,
  body footer .components.theme-mid a.goto:not(.goto-video-modal):hover,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):hover,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto:not(.goto-video-modal):hover {
    background-color: #1f1d2c;
    border-color: #fff; }
    body header .components.theme-mid a.goto:not(.goto-video-modal):hover .text-label, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):hover .text-label, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto:not(.goto-video-modal):hover .text-label,
    body main .components.theme-mid a.goto:not(.goto-video-modal):hover .text-label,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):hover .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto:not(.goto-video-modal):hover .text-label,
    body footer .components.theme-mid a.goto:not(.goto-video-modal):hover .text-label,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):hover .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto:not(.goto-video-modal):hover .text-label {
      color: #fff; }
  body header .components.theme-mid a.goto:not(.goto-video-modal):focus, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto:not(.goto-video-modal):focus, body header .components.theme-mid a.goto:not(.goto-video-modal):active, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto:not(.goto-video-modal):active,
  body main .components.theme-mid a.goto:not(.goto-video-modal):focus,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):focus,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto:not(.goto-video-modal):focus,
  body main .components.theme-mid a.goto:not(.goto-video-modal):active,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):active,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto:not(.goto-video-modal):active,
  body footer .components.theme-mid a.goto:not(.goto-video-modal):focus,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):focus,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto:not(.goto-video-modal):focus,
  body footer .components.theme-mid a.goto:not(.goto-video-modal):active,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):active,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #1f1d2c; }
    body header .components.theme-mid a.goto:not(.goto-video-modal):focus .text-label, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):focus .text-label, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto:not(.goto-video-modal):focus .text-label, body header .components.theme-mid a.goto:not(.goto-video-modal):active .text-label, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):active .text-label, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto:not(.goto-video-modal):active .text-label,
    body main .components.theme-mid a.goto:not(.goto-video-modal):focus .text-label,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):focus .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto:not(.goto-video-modal):focus .text-label,
    body main .components.theme-mid a.goto:not(.goto-video-modal):active .text-label,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):active .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto:not(.goto-video-modal):active .text-label,
    body footer .components.theme-mid a.goto:not(.goto-video-modal):focus .text-label,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):focus .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto:not(.goto-video-modal):focus .text-label,
    body footer .components.theme-mid a.goto:not(.goto-video-modal):active .text-label,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:not(.goto-video-modal):active .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto:not(.goto-video-modal):active .text-label {
      color: #1f1d2c; }

body header .components.theme-mid.component-reference .component-col-image .media--type-image::after, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light .component-col-image .media--type-image::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-reference.component-text_group.theme-light .component-col-image .media--type-image::after,
body main .components.theme-mid.component-reference .component-col-image .media--type-image::after,
body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light .component-col-image .media--type-image::after,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-reference.component-text_group.theme-light .component-col-image .media--type-image::after,
body footer .components.theme-mid.component-reference .component-col-image .media--type-image::after,
body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light .component-col-image .media--type-image::after,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-reference.component-text_group.theme-light .component-col-image .media--type-image::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fafafa' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }

body header .components.theme-mid.component-reference .btn, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light .btn, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-reference.component-text_group.theme-light .btn, body header .components.theme-mid.component-reference .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .components.theme-mid.component-reference #edit-submit, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light #edit-submit, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-reference.component-text_group.theme-light .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-reference.component-text_group.theme-light #edit-submit,
body main .components.theme-mid.component-reference .btn,
body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light .btn,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-reference.component-text_group.theme-light .btn,
body main .components.theme-mid.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .components.theme-mid.component-reference #edit-submit,
body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light #edit-submit,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-reference.component-text_group.theme-light .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-reference.component-text_group.theme-light #edit-submit,
body footer .components.theme-mid.component-reference .btn,
body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light .btn,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-reference.component-text_group.theme-light .btn,
body footer .components.theme-mid.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .components.theme-mid.component-reference #edit-submit,
body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light #edit-submit,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-reference.component-text_group.theme-light .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-reference.component-text_group.theme-light #edit-submit {
  color: #fafafa;
  background-color: #1f1d2c;
  border-color: #fafafa; }
  body header .components.theme-mid.component-reference .btn:hover, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light .btn:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-reference.component-text_group.theme-light .btn:hover, body header .components.theme-mid.component-reference .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .components.theme-mid.component-reference #edit-submit:hover, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light #edit-submit:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-reference.component-text_group.theme-light .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-reference.component-text_group.theme-light #edit-submit:hover,
  body main .components.theme-mid.component-reference .btn:hover,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light .btn:hover,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-reference.component-text_group.theme-light .btn:hover,
  body main .components.theme-mid.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .components.theme-mid.component-reference #edit-submit:hover,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light #edit-submit:hover,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-reference.component-text_group.theme-light .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-reference.component-text_group.theme-light #edit-submit:hover,
  body footer .components.theme-mid.component-reference .btn:hover,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light .btn:hover,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-reference.component-text_group.theme-light .btn:hover,
  body footer .components.theme-mid.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .components.theme-mid.component-reference #edit-submit:hover,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.component-text_group.theme-light #edit-submit:hover,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-reference.component-text_group.theme-light .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-reference.component-text_group.theme-light #edit-submit:hover {
    color: #fafafa; }

body header .components.theme-mid.component-reference.-product .component-col-image, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.-product.component-text_group.theme-light .component-col-image, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-reference.-product.component-text_group.theme-light .component-col-image,
body main .components.theme-mid.component-reference.-product .component-col-image,
body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.-product.component-text_group.theme-light .component-col-image,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-reference.-product.component-text_group.theme-light .component-col-image,
body footer .components.theme-mid.component-reference.-product .component-col-image,
body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.-product.component-text_group.theme-light .component-col-image,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-reference.-product.component-text_group.theme-light .component-col-image {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='217.292' height='217.292'%3e%3cg transform='translate%28-525.435 193.49%29'%3e%3cpath fill='%231f1d2c' d='M631.379-190.656l24.112,24.112v28.315h28.315l1.09,1.09v28.315h28.315l24.112,24.112L631.378,21.232,525.434-84.712Z' transform='translate%280.001 2.57%29'/%3e%3cpath fill='%231f1d2c' d='M621.948-135.659l-28.315-28.315v-.11h29.405V-193.49h28.425v29.406H680.87v28.426H651.464v29.405h-.11l-28.315-28.315Z' transform='translate%2861.857%29'/%3e%3c/g%3e%3c/svg%3e"); }
  body header .components.theme-mid.component-reference.-product .component-col-image::after, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.-product.component-text_group.theme-light .component-col-image::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-reference.-product.component-text_group.theme-light .component-col-image::after,
  body main .components.theme-mid.component-reference.-product .component-col-image::after,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.-product.component-text_group.theme-light .component-col-image::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-reference.-product.component-text_group.theme-light .component-col-image::after,
  body footer .components.theme-mid.component-reference.-product .component-col-image::after,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-reference.-product.component-text_group.theme-light .component-col-image::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-reference.-product.component-text_group.theme-light .component-col-image::after {
    content: none; }

body header .components.theme-mid.component-contentbrowser_experience > .wrapper::before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper::before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper::before,
body main .components.theme-mid.component-contentbrowser_experience > .wrapper::before,
body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper::before,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper::before,
body footer .components.theme-mid.component-contentbrowser_experience > .wrapper::before,
body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper::before,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3e%3cpath fill='%23fafafa' fill-rule='evenodd' d='M-15 -15L515 -15L515 515L-15 515L-15 -15ZM249.06 49.46L49.45 248.31L249.83 447.92L449.45 249.08L249.06 49.46Z' /%3e%3c/svg%3e"); }

body header .components.theme-mid.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .components.theme-mid.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .components.theme-mid.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
  border-color: #1f1d2c;
  background-color: #1f1d2c; }

body header .components.theme-mid.component-contentbrowser_experience > .wrapper .header .title, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .title, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .title,
body main .components.theme-mid.component-contentbrowser_experience > .wrapper .header .title,
body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .title,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .title,
body footer .components.theme-mid.component-contentbrowser_experience > .wrapper .header .title,
body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .title,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .title {
  color: #1f1d2c; }
  body header .components.theme-mid.component-contentbrowser_experience > .wrapper .header .title em, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .title em, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .title em,
  body main .components.theme-mid.component-contentbrowser_experience > .wrapper .header .title em,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .title em,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .title em,
  body footer .components.theme-mid.component-contentbrowser_experience > .wrapper .header .title em,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .title em,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .title em {
    color: #1f1d2c; }

body header .components.theme-mid.component-contentbrowser_experience > .wrapper .header .subtitle, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .subtitle,
body main .components.theme-mid.component-contentbrowser_experience > .wrapper .header .subtitle,
body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .subtitle,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .subtitle,
body footer .components.theme-mid.component-contentbrowser_experience > .wrapper .header .subtitle,
body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .subtitle,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-mid.component-contentbrowser_experience > .wrapper .header::after, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header::after,
body main .components.theme-mid.component-contentbrowser_experience > .wrapper .header::after,
body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header::after,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header::after,
body footer .components.theme-mid.component-contentbrowser_experience > .wrapper .header::after,
body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header::after,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%231f1d2c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-mid.component-contentbrowser_experience > .wrapper .header::after, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header::after,
    body main .components.theme-mid.component-contentbrowser_experience > .wrapper .header::after,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header::after,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header::after,
    body footer .components.theme-mid.component-contentbrowser_experience > .wrapper .header::after,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header::after,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-contentbrowser_experience.component-text_group.theme-light > .wrapper .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-mid.component-rich_content .header .title, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-rich_content.component-text_group.theme-light .header .title, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-rich_content.component-text_group.theme-light .header .title,
body main .components.theme-mid.component-rich_content .header .title,
body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-rich_content.component-text_group.theme-light .header .title,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-rich_content.component-text_group.theme-light .header .title,
body footer .components.theme-mid.component-rich_content .header .title,
body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-rich_content.component-text_group.theme-light .header .title,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-rich_content.component-text_group.theme-light .header .title {
  color: #1f1d2c; }
  body header .components.theme-mid.component-rich_content .header .title em, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-rich_content.component-text_group.theme-light .header .title em, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-rich_content.component-text_group.theme-light .header .title em,
  body main .components.theme-mid.component-rich_content .header .title em,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-rich_content.component-text_group.theme-light .header .title em,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-rich_content.component-text_group.theme-light .header .title em,
  body footer .components.theme-mid.component-rich_content .header .title em,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-rich_content.component-text_group.theme-light .header .title em,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-rich_content.component-text_group.theme-light .header .title em {
    color: #1f1d2c; }

body header .components.theme-mid.component-rich_content .header .subtitle, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-rich_content.component-text_group.theme-light .header .subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-rich_content.component-text_group.theme-light .header .subtitle,
body main .components.theme-mid.component-rich_content .header .subtitle,
body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-rich_content.component-text_group.theme-light .header .subtitle,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-rich_content.component-text_group.theme-light .header .subtitle,
body footer .components.theme-mid.component-rich_content .header .subtitle,
body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-rich_content.component-text_group.theme-light .header .subtitle,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-rich_content.component-text_group.theme-light .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-mid.component-rich_content .header::after, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-rich_content.component-text_group.theme-light .header::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-rich_content.component-text_group.theme-light .header::after,
body main .components.theme-mid.component-rich_content .header::after,
body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-rich_content.component-text_group.theme-light .header::after,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-rich_content.component-text_group.theme-light .header::after,
body footer .components.theme-mid.component-rich_content .header::after,
body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-rich_content.component-text_group.theme-light .header::after,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-rich_content.component-text_group.theme-light .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%231f1d2c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-mid.component-rich_content .header::after, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-rich_content.component-text_group.theme-light .header::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-rich_content.component-text_group.theme-light .header::after,
    body main .components.theme-mid.component-rich_content .header::after,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-rich_content.component-text_group.theme-light .header::after,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-rich_content.component-text_group.theme-light .header::after,
    body footer .components.theme-mid.component-rich_content .header::after,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-rich_content.component-text_group.theme-light .header::after,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-rich_content.component-text_group.theme-light .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-mid.component-hero, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light,
body main .components.theme-mid.component-hero,
body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light,
body footer .components.theme-mid.component-hero,
body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light {
  color: #fafafa; }
  body header .components.theme-mid.component-hero.has-overlay:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.has-overlay.component-text_group.theme-light:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.has-overlay.component-text_group.theme-light:before,
  body main .components.theme-mid.component-hero.has-overlay:before,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.has-overlay.component-text_group.theme-light:before,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.has-overlay.component-text_group.theme-light:before,
  body footer .components.theme-mid.component-hero.has-overlay:before,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.has-overlay.component-text_group.theme-light:before,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.has-overlay.component-text_group.theme-light:before {
    color: #fafafa; }
  body header .components.theme-mid.component-hero > .wrapper > .container .hero-heading .page-heading, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading .page-heading, body header .components.theme-mid.component-hero > .wrapper > .container .hero-subtitle .page-heading, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-subtitle .page-heading,
  body header .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .components.theme-mid.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading .page-heading,
  body header .components.theme-mid.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading .page-heading,
  body header .components.theme-mid.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading .page-heading,
  body header .components.theme-mid.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading .page-heading,
  body header .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .components.theme-mid.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .components.theme-mid.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .components.theme-mid.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .components.theme-mid.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container .hero-heading .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-subtitle .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container .hero-heading .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-subtitle .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    color: #1f1d2c; }
  body header .components.theme-mid.component-hero > .wrapper > .container .hero-heading .page-subtitle, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading .page-subtitle, body header .components.theme-mid.component-hero > .wrapper > .container .hero-subtitle .page-subtitle, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-subtitle .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-subtitle .page-subtitle,
  body header .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .components.theme-mid.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .components.theme-mid.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .components.theme-mid.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .components.theme-mid.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .components.theme-mid.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .components.theme-mid.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .components.theme-mid.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .components.theme-mid.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
  body header .components.theme-mid.component-hero > .wrapper > .container .hero-heading::after, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading::after,
  body header .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading::after,
  body header .components.theme-mid.component-hero > .wrapper > .container-sm .hero-heading::after,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading::after,
  body header .components.theme-mid.component-hero > .wrapper > .container-md .hero-heading::after,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading::after,
  body header .components.theme-mid.component-hero > .wrapper > .container-lg .hero-heading::after,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading::after,
  body header .components.theme-mid.component-hero > .wrapper > .container-xl .hero-heading::after,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading::after,
  body header .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading::after,
  body header .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading::after,
  body main .components.theme-mid.component-hero > .wrapper > .container .hero-heading::after,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading::after,
  body main .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading::after,
  body main .components.theme-mid.component-hero > .wrapper > .container-sm .hero-heading::after,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading::after,
  body main .components.theme-mid.component-hero > .wrapper > .container-md .hero-heading::after,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading::after,
  body main .components.theme-mid.component-hero > .wrapper > .container-lg .hero-heading::after,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading::after,
  body main .components.theme-mid.component-hero > .wrapper > .container-xl .hero-heading::after,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading::after,
  body main .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading::after,
  body main .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading::after,
  body footer .components.theme-mid.component-hero > .wrapper > .container .hero-heading::after,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading::after,
  body footer .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading::after,
  body footer .components.theme-mid.component-hero > .wrapper > .container-sm .hero-heading::after,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading::after,
  body footer .components.theme-mid.component-hero > .wrapper > .container-md .hero-heading::after,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading::after,
  body footer .components.theme-mid.component-hero > .wrapper > .container-lg .hero-heading::after,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading::after,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xl .hero-heading::after,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading::after,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading::after,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading::after,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2rem;
    margin: 0 auto 1rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%231f1d2c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
    @media (min-width: 1200px) {
      body header .components.theme-mid.component-hero > .wrapper > .container .hero-heading::after, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading::after,
      body header .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading::after,
      body header .components.theme-mid.component-hero > .wrapper > .container-sm .hero-heading::after,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading::after,
      body header .components.theme-mid.component-hero > .wrapper > .container-md .hero-heading::after,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading::after,
      body header .components.theme-mid.component-hero > .wrapper > .container-lg .hero-heading::after,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading::after,
      body header .components.theme-mid.component-hero > .wrapper > .container-xl .hero-heading::after,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading::after,
      body header .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading::after,
      body header .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading::after,
      body main .components.theme-mid.component-hero > .wrapper > .container .hero-heading::after,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading::after,
      body main .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading::after,
      body main .components.theme-mid.component-hero > .wrapper > .container-sm .hero-heading::after,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading::after,
      body main .components.theme-mid.component-hero > .wrapper > .container-md .hero-heading::after,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading::after,
      body main .components.theme-mid.component-hero > .wrapper > .container-lg .hero-heading::after,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading::after,
      body main .components.theme-mid.component-hero > .wrapper > .container-xl .hero-heading::after,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading::after,
      body main .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading::after,
      body main .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading::after,
      body footer .components.theme-mid.component-hero > .wrapper > .container .hero-heading::after,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-heading::after,
      body footer .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-heading::after,
      body footer .components.theme-mid.component-hero > .wrapper > .container-sm .hero-heading::after,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-heading::after,
      body footer .components.theme-mid.component-hero > .wrapper > .container-md .hero-heading::after,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-heading::after,
      body footer .components.theme-mid.component-hero > .wrapper > .container-lg .hero-heading::after,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-heading::after,
      body footer .components.theme-mid.component-hero > .wrapper > .container-xl .hero-heading::after,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-heading::after,
      body footer .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-heading::after,
      body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading::after,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-heading::after {
        margin: -1rem auto 1rem; } }
  body header .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto,
  body header .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto,
  body header .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto,
  body header .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto,
  body header .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto,
  body header .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto,
  body header .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto,
  body header .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto,
  body main .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto,
  body main .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto,
  body main .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto,
  body main .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto,
  body main .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto,
  body main .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto,
  body main .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto,
  body main .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto,
  body footer .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto,
  body footer .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto,
  body footer .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto,
  body footer .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto,
  body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto,
  .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto {
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
    body header .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto .text-label, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto .text-label, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto .text-label,
    body header .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto .text-label,
    body main .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto .text-label,
    body footer .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto .text-label {
      color: #fff; }
    body header .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:hover, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:hover,
    body header .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:hover,
    body header .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:hover,
    body main .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:hover,
    body main .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:hover,
    body footer .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:hover,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:hover {
      background-color: #1f1d2c;
      border-color: #fff; }
      body header .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:hover .text-label, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:hover .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label {
        color: #fff; }
    body header .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:focus, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:focus, body header .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:active, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:active,
    body header .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:focus,
    body header .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:active,
    body header .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:active,
    body header .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:active,
    body header .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:active,
    body header .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:focus,
    body main .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:active,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:active,
    body main .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:focus,
    body main .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:active,
    body main .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:active,
    body main .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:active,
    body main .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:active,
    body main .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:focus,
    body footer .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:active,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:active,
    body footer .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:focus,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:active,
    body footer .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:active,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:active {
      background-color: transparent;
      border-color: #1f1d2c; }
      body header .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:focus .text-label, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:focus .text-label, body header .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:active .text-label, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:active .text-label, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:active .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl .hero-cta .goto:active .text-label {
        color: #1f1d2c; }

body header .components.theme-mid.component-text_group .component-col-content .header::after, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-col-content .header::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .component-col-content .header::after,
body main .components.theme-mid.component-text_group .component-col-content .header::after,
body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-col-content .header::after,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .component-col-content .header::after,
body footer .components.theme-mid.component-text_group .component-col-content .header::after,
body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-col-content .header::after,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .component-col-content .header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%231f1d2c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

body header .components.theme-mid-magenta h1,
body header .components.theme-mid-magenta h2,
body header .components.theme-mid-magenta h3,
body header .components.theme-mid-magenta h4,
body header .components.theme-mid-magenta h5,
body header .components.theme-mid-magenta h6,
body header .components.theme-mid-magenta .h1,
body header .components.theme-mid-magenta .h2,
body header .components.theme-mid-magenta .h3,
body header .components.theme-mid-magenta .h4,
body header .components.theme-mid-magenta .h5,
body header .components.theme-mid-magenta .h6,
body main .components.theme-mid-magenta h1,
body main .components.theme-mid-magenta h2,
body main .components.theme-mid-magenta h3,
body main .components.theme-mid-magenta h4,
body main .components.theme-mid-magenta h5,
body main .components.theme-mid-magenta h6,
body main .components.theme-mid-magenta .h1,
body main .components.theme-mid-magenta .h2,
body main .components.theme-mid-magenta .h3,
body main .components.theme-mid-magenta .h4,
body main .components.theme-mid-magenta .h5,
body main .components.theme-mid-magenta .h6,
body footer .components.theme-mid-magenta h1,
body footer .components.theme-mid-magenta h2,
body footer .components.theme-mid-magenta h3,
body footer .components.theme-mid-magenta h4,
body footer .components.theme-mid-magenta h5,
body footer .components.theme-mid-magenta h6,
body footer .components.theme-mid-magenta .h1,
body footer .components.theme-mid-magenta .h2,
body footer .components.theme-mid-magenta .h3,
body footer .components.theme-mid-magenta .h4,
body footer .components.theme-mid-magenta .h5,
body footer .components.theme-mid-magenta .h6 {
  color: #e21d76; }

body header .components.theme-mid-magenta a.goto:not(.goto-video-modal),
body main .components.theme-mid-magenta a.goto:not(.goto-video-modal),
body footer .components.theme-mid-magenta a.goto:not(.goto-video-modal) {
  background-color: #e21d76;
  border-color: #e21d76;
  padding: 0.75rem 1.25rem; }
  body header .components.theme-mid-magenta a.goto:not(.goto-video-modal) .text-label,
  body main .components.theme-mid-magenta a.goto:not(.goto-video-modal) .text-label,
  body footer .components.theme-mid-magenta a.goto:not(.goto-video-modal) .text-label {
    color: #fff; }
  body header .components.theme-mid-magenta a.goto:not(.goto-video-modal):hover,
  body main .components.theme-mid-magenta a.goto:not(.goto-video-modal):hover,
  body footer .components.theme-mid-magenta a.goto:not(.goto-video-modal):hover {
    background-color: #e21d76;
    border-color: #fff; }
    body header .components.theme-mid-magenta a.goto:not(.goto-video-modal):hover .text-label,
    body main .components.theme-mid-magenta a.goto:not(.goto-video-modal):hover .text-label,
    body footer .components.theme-mid-magenta a.goto:not(.goto-video-modal):hover .text-label {
      color: #fff; }
  body header .components.theme-mid-magenta a.goto:not(.goto-video-modal):focus, body header .components.theme-mid-magenta a.goto:not(.goto-video-modal):active,
  body main .components.theme-mid-magenta a.goto:not(.goto-video-modal):focus,
  body main .components.theme-mid-magenta a.goto:not(.goto-video-modal):active,
  body footer .components.theme-mid-magenta a.goto:not(.goto-video-modal):focus,
  body footer .components.theme-mid-magenta a.goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #e21d76; }
    body header .components.theme-mid-magenta a.goto:not(.goto-video-modal):focus .text-label, body header .components.theme-mid-magenta a.goto:not(.goto-video-modal):active .text-label,
    body main .components.theme-mid-magenta a.goto:not(.goto-video-modal):focus .text-label,
    body main .components.theme-mid-magenta a.goto:not(.goto-video-modal):active .text-label,
    body footer .components.theme-mid-magenta a.goto:not(.goto-video-modal):focus .text-label,
    body footer .components.theme-mid-magenta a.goto:not(.goto-video-modal):active .text-label {
      color: #e21d76; }

body header .components.theme-mid-magenta.component-reference .component-col-image .media--type-image::after,
body main .components.theme-mid-magenta.component-reference .component-col-image .media--type-image::after,
body footer .components.theme-mid-magenta.component-reference .component-col-image .media--type-image::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fafafa' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }

body header .components.theme-mid-magenta.component-reference .btn, body header .components.theme-mid-magenta.component-reference .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .components.theme-mid-magenta.component-reference #edit-submit,
body main .components.theme-mid-magenta.component-reference .btn,
body main .components.theme-mid-magenta.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .components.theme-mid-magenta.component-reference #edit-submit,
body footer .components.theme-mid-magenta.component-reference .btn,
body footer .components.theme-mid-magenta.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .components.theme-mid-magenta.component-reference #edit-submit {
  color: #fafafa;
  background-color: #e21d76;
  border-color: #fafafa; }
  body header .components.theme-mid-magenta.component-reference .btn:hover, body header .components.theme-mid-magenta.component-reference .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .components.theme-mid-magenta.component-reference #edit-submit:hover,
  body main .components.theme-mid-magenta.component-reference .btn:hover,
  body main .components.theme-mid-magenta.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .components.theme-mid-magenta.component-reference #edit-submit:hover,
  body footer .components.theme-mid-magenta.component-reference .btn:hover,
  body footer .components.theme-mid-magenta.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .components.theme-mid-magenta.component-reference #edit-submit:hover {
    color: #fafafa; }

body header .components.theme-mid-magenta.component-reference.-product .component-col-image,
body main .components.theme-mid-magenta.component-reference.-product .component-col-image,
body footer .components.theme-mid-magenta.component-reference.-product .component-col-image {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='217.292' height='217.292'%3e%3cg transform='translate%28-525.435 193.49%29'%3e%3cpath fill='%23e21d76' d='M631.379-190.656l24.112,24.112v28.315h28.315l1.09,1.09v28.315h28.315l24.112,24.112L631.378,21.232,525.434-84.712Z' transform='translate%280.001 2.57%29'/%3e%3cpath fill='%23e21d76' d='M621.948-135.659l-28.315-28.315v-.11h29.405V-193.49h28.425v29.406H680.87v28.426H651.464v29.405h-.11l-28.315-28.315Z' transform='translate%2861.857%29'/%3e%3c/g%3e%3c/svg%3e"); }
  body header .components.theme-mid-magenta.component-reference.-product .component-col-image::after,
  body main .components.theme-mid-magenta.component-reference.-product .component-col-image::after,
  body footer .components.theme-mid-magenta.component-reference.-product .component-col-image::after {
    content: none; }

body header .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper::before,
body main .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper::before,
body footer .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3e%3cpath fill='%23fafafa' fill-rule='evenodd' d='M-15 -15L515 -15L515 515L-15 515L-15 -15ZM249.06 49.46L49.45 248.31L249.83 447.92L449.45 249.08L249.06 49.46Z' /%3e%3c/svg%3e"); }

body header .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
  border-color: #e21d76;
  background-color: #e21d76; }

body header .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .header .title,
body main .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .header .title,
body footer .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .header .title {
  color: #1f1d2c; }
  body header .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .header .title em,
  body main .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .header .title em,
  body footer .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .header .title em {
    color: #e21d76; }

body header .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .header .subtitle,
body main .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .header .subtitle,
body footer .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .header::after,
body main .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .header::after,
body footer .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .header::after,
    body main .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .header::after,
    body footer .components.theme-mid-magenta.component-contentbrowser_experience > .wrapper .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-mid-magenta.component-rich_content .header .title,
body main .components.theme-mid-magenta.component-rich_content .header .title,
body footer .components.theme-mid-magenta.component-rich_content .header .title {
  color: #1f1d2c; }
  body header .components.theme-mid-magenta.component-rich_content .header .title em,
  body main .components.theme-mid-magenta.component-rich_content .header .title em,
  body footer .components.theme-mid-magenta.component-rich_content .header .title em {
    color: #e21d76; }

body header .components.theme-mid-magenta.component-rich_content .header .subtitle,
body main .components.theme-mid-magenta.component-rich_content .header .subtitle,
body footer .components.theme-mid-magenta.component-rich_content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-mid-magenta.component-rich_content .header::after,
body main .components.theme-mid-magenta.component-rich_content .header::after,
body footer .components.theme-mid-magenta.component-rich_content .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-mid-magenta.component-rich_content .header::after,
    body main .components.theme-mid-magenta.component-rich_content .header::after,
    body footer .components.theme-mid-magenta.component-rich_content .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-mid-magenta.component-hero,
body main .components.theme-mid-magenta.component-hero,
body footer .components.theme-mid-magenta.component-hero {
  color: #fafafa; }
  body header .components.theme-mid-magenta.component-hero.has-overlay:before,
  body main .components.theme-mid-magenta.component-hero.has-overlay:before,
  body footer .components.theme-mid-magenta.component-hero.has-overlay:before {
    color: #fafafa; }
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-heading .page-heading, body header .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-heading .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-heading .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    color: #1f1d2c; }
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-heading .page-subtitle, body header .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-heading::after,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-heading::after,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-heading::after,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2rem;
    margin: 0 auto 1rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
    @media (min-width: 1200px) {
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-heading::after,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-heading::after,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-heading::after,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after {
        margin: -1rem auto 1rem; } }
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto {
    background-color: #e21d76;
    border-color: #e21d76; }
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label {
      color: #fff; }
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover {
      background-color: #e21d76;
      border-color: #fff; }
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label {
        color: #fff; }
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus, body header .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:active,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:active,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:active,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active {
      background-color: transparent;
      border-color: #e21d76; }
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label, body header .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label {
        color: #e21d76; }

body header .components.theme-mid-magenta.component-text_group .component-col-content .header::after,
body main .components.theme-mid-magenta.component-text_group .component-col-content .header::after,
body footer .components.theme-mid-magenta.component-text_group .component-col-content .header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

body header .components.theme-mid-orange h1,
body header .components.theme-mid-orange h2,
body header .components.theme-mid-orange h3,
body header .components.theme-mid-orange h4,
body header .components.theme-mid-orange h5,
body header .components.theme-mid-orange h6,
body header .components.theme-mid-orange .h1,
body header .components.theme-mid-orange .h2,
body header .components.theme-mid-orange .h3,
body header .components.theme-mid-orange .h4,
body header .components.theme-mid-orange .h5,
body header .components.theme-mid-orange .h6,
body main .components.theme-mid-orange h1,
body main .components.theme-mid-orange h2,
body main .components.theme-mid-orange h3,
body main .components.theme-mid-orange h4,
body main .components.theme-mid-orange h5,
body main .components.theme-mid-orange h6,
body main .components.theme-mid-orange .h1,
body main .components.theme-mid-orange .h2,
body main .components.theme-mid-orange .h3,
body main .components.theme-mid-orange .h4,
body main .components.theme-mid-orange .h5,
body main .components.theme-mid-orange .h6,
body footer .components.theme-mid-orange h1,
body footer .components.theme-mid-orange h2,
body footer .components.theme-mid-orange h3,
body footer .components.theme-mid-orange h4,
body footer .components.theme-mid-orange h5,
body footer .components.theme-mid-orange h6,
body footer .components.theme-mid-orange .h1,
body footer .components.theme-mid-orange .h2,
body footer .components.theme-mid-orange .h3,
body footer .components.theme-mid-orange .h4,
body footer .components.theme-mid-orange .h5,
body footer .components.theme-mid-orange .h6 {
  color: #f29124; }

body header .components.theme-mid-orange a.goto:not(.goto-video-modal),
body main .components.theme-mid-orange a.goto:not(.goto-video-modal),
body footer .components.theme-mid-orange a.goto:not(.goto-video-modal) {
  background-color: #f29124;
  border-color: #f29124;
  padding: 0.75rem 1.25rem; }
  body header .components.theme-mid-orange a.goto:not(.goto-video-modal) .text-label,
  body main .components.theme-mid-orange a.goto:not(.goto-video-modal) .text-label,
  body footer .components.theme-mid-orange a.goto:not(.goto-video-modal) .text-label {
    color: #fff; }
  body header .components.theme-mid-orange a.goto:not(.goto-video-modal):hover,
  body main .components.theme-mid-orange a.goto:not(.goto-video-modal):hover,
  body footer .components.theme-mid-orange a.goto:not(.goto-video-modal):hover {
    background-color: #f29124;
    border-color: #fff; }
    body header .components.theme-mid-orange a.goto:not(.goto-video-modal):hover .text-label,
    body main .components.theme-mid-orange a.goto:not(.goto-video-modal):hover .text-label,
    body footer .components.theme-mid-orange a.goto:not(.goto-video-modal):hover .text-label {
      color: #fff; }
  body header .components.theme-mid-orange a.goto:not(.goto-video-modal):focus, body header .components.theme-mid-orange a.goto:not(.goto-video-modal):active,
  body main .components.theme-mid-orange a.goto:not(.goto-video-modal):focus,
  body main .components.theme-mid-orange a.goto:not(.goto-video-modal):active,
  body footer .components.theme-mid-orange a.goto:not(.goto-video-modal):focus,
  body footer .components.theme-mid-orange a.goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #f29124; }
    body header .components.theme-mid-orange a.goto:not(.goto-video-modal):focus .text-label, body header .components.theme-mid-orange a.goto:not(.goto-video-modal):active .text-label,
    body main .components.theme-mid-orange a.goto:not(.goto-video-modal):focus .text-label,
    body main .components.theme-mid-orange a.goto:not(.goto-video-modal):active .text-label,
    body footer .components.theme-mid-orange a.goto:not(.goto-video-modal):focus .text-label,
    body footer .components.theme-mid-orange a.goto:not(.goto-video-modal):active .text-label {
      color: #f29124; }

body header .components.theme-mid-orange.component-reference .component-col-image .media--type-image::after,
body main .components.theme-mid-orange.component-reference .component-col-image .media--type-image::after,
body footer .components.theme-mid-orange.component-reference .component-col-image .media--type-image::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fafafa' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }

body header .components.theme-mid-orange.component-reference .btn, body header .components.theme-mid-orange.component-reference .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .components.theme-mid-orange.component-reference #edit-submit,
body main .components.theme-mid-orange.component-reference .btn,
body main .components.theme-mid-orange.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .components.theme-mid-orange.component-reference #edit-submit,
body footer .components.theme-mid-orange.component-reference .btn,
body footer .components.theme-mid-orange.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .components.theme-mid-orange.component-reference #edit-submit {
  color: #fafafa;
  background-color: #f29124;
  border-color: #fafafa; }
  body header .components.theme-mid-orange.component-reference .btn:hover, body header .components.theme-mid-orange.component-reference .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .components.theme-mid-orange.component-reference #edit-submit:hover,
  body main .components.theme-mid-orange.component-reference .btn:hover,
  body main .components.theme-mid-orange.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .components.theme-mid-orange.component-reference #edit-submit:hover,
  body footer .components.theme-mid-orange.component-reference .btn:hover,
  body footer .components.theme-mid-orange.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .components.theme-mid-orange.component-reference #edit-submit:hover {
    color: #fafafa; }

body header .components.theme-mid-orange.component-reference.-product .component-col-image,
body main .components.theme-mid-orange.component-reference.-product .component-col-image,
body footer .components.theme-mid-orange.component-reference.-product .component-col-image {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='217.292' height='217.292'%3e%3cg transform='translate%28-525.435 193.49%29'%3e%3cpath fill='%23f29124' d='M631.379-190.656l24.112,24.112v28.315h28.315l1.09,1.09v28.315h28.315l24.112,24.112L631.378,21.232,525.434-84.712Z' transform='translate%280.001 2.57%29'/%3e%3cpath fill='%23f29124' d='M621.948-135.659l-28.315-28.315v-.11h29.405V-193.49h28.425v29.406H680.87v28.426H651.464v29.405h-.11l-28.315-28.315Z' transform='translate%2861.857%29'/%3e%3c/g%3e%3c/svg%3e"); }
  body header .components.theme-mid-orange.component-reference.-product .component-col-image::after,
  body main .components.theme-mid-orange.component-reference.-product .component-col-image::after,
  body footer .components.theme-mid-orange.component-reference.-product .component-col-image::after {
    content: none; }

body header .components.theme-mid-orange.component-contentbrowser_experience > .wrapper::before,
body main .components.theme-mid-orange.component-contentbrowser_experience > .wrapper::before,
body footer .components.theme-mid-orange.component-contentbrowser_experience > .wrapper::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3e%3cpath fill='%23fafafa' fill-rule='evenodd' d='M-15 -15L515 -15L515 515L-15 515L-15 -15ZM249.06 49.46L49.45 248.31L249.83 447.92L449.45 249.08L249.06 49.46Z' /%3e%3c/svg%3e"); }

body header .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
  border-color: #f29124;
  background-color: #f29124; }

body header .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .header .title,
body main .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .header .title,
body footer .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .header .title {
  color: #1f1d2c; }
  body header .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .header .title em,
  body main .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .header .title em,
  body footer .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .header .title em {
    color: #f29124; }

body header .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .header .subtitle,
body main .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .header .subtitle,
body footer .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .header::after,
body main .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .header::after,
body footer .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .header::after,
    body main .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .header::after,
    body footer .components.theme-mid-orange.component-contentbrowser_experience > .wrapper .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-mid-orange.component-rich_content .header .title,
body main .components.theme-mid-orange.component-rich_content .header .title,
body footer .components.theme-mid-orange.component-rich_content .header .title {
  color: #1f1d2c; }
  body header .components.theme-mid-orange.component-rich_content .header .title em,
  body main .components.theme-mid-orange.component-rich_content .header .title em,
  body footer .components.theme-mid-orange.component-rich_content .header .title em {
    color: #f29124; }

body header .components.theme-mid-orange.component-rich_content .header .subtitle,
body main .components.theme-mid-orange.component-rich_content .header .subtitle,
body footer .components.theme-mid-orange.component-rich_content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-mid-orange.component-rich_content .header::after,
body main .components.theme-mid-orange.component-rich_content .header::after,
body footer .components.theme-mid-orange.component-rich_content .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-mid-orange.component-rich_content .header::after,
    body main .components.theme-mid-orange.component-rich_content .header::after,
    body footer .components.theme-mid-orange.component-rich_content .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-mid-orange.component-hero,
body main .components.theme-mid-orange.component-hero,
body footer .components.theme-mid-orange.component-hero {
  color: #fafafa; }
  body header .components.theme-mid-orange.component-hero.has-overlay:before,
  body main .components.theme-mid-orange.component-hero.has-overlay:before,
  body footer .components.theme-mid-orange.component-hero.has-overlay:before {
    color: #fafafa; }
  body header .components.theme-mid-orange.component-hero > .wrapper > .container .hero-heading .page-heading, body header .components.theme-mid-orange.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container .hero-heading .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container .hero-heading .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    color: #1f1d2c; }
  body header .components.theme-mid-orange.component-hero > .wrapper > .container .hero-heading .page-subtitle, body header .components.theme-mid-orange.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
  body header .components.theme-mid-orange.component-hero > .wrapper > .container .hero-heading::after,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-heading::after,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container .hero-heading::after,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-heading::after,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container .hero-heading::after,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-heading::after,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2rem;
    margin: 0 auto 1rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
    @media (min-width: 1200px) {
      body header .components.theme-mid-orange.component-hero > .wrapper > .container .hero-heading::after,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-heading::after,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container .hero-heading::after,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-heading::after,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container .hero-heading::after,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-heading::after,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after {
        margin: -1rem auto 1rem; } }
  body header .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto {
    background-color: #f29124;
    border-color: #f29124; }
    body header .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label {
      color: #fff; }
    body header .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover {
      background-color: #f29124;
      border-color: #fff; }
      body header .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label {
        color: #fff; }
    body header .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:focus, body header .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:active,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:active,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:active,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active {
      background-color: transparent;
      border-color: #f29124; }
      body header .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label, body header .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label {
        color: #f29124; }

body header .components.theme-mid-orange.component-text_group .component-col-content .header::after,
body main .components.theme-mid-orange.component-text_group .component-col-content .header::after,
body footer .components.theme-mid-orange.component-text_group .component-col-content .header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

body header .components.theme-mid-green h1,
body header .components.theme-mid-green h2,
body header .components.theme-mid-green h3,
body header .components.theme-mid-green h4,
body header .components.theme-mid-green h5,
body header .components.theme-mid-green h6,
body header .components.theme-mid-green .h1,
body header .components.theme-mid-green .h2,
body header .components.theme-mid-green .h3,
body header .components.theme-mid-green .h4,
body header .components.theme-mid-green .h5,
body header .components.theme-mid-green .h6,
body main .components.theme-mid-green h1,
body main .components.theme-mid-green h2,
body main .components.theme-mid-green h3,
body main .components.theme-mid-green h4,
body main .components.theme-mid-green h5,
body main .components.theme-mid-green h6,
body main .components.theme-mid-green .h1,
body main .components.theme-mid-green .h2,
body main .components.theme-mid-green .h3,
body main .components.theme-mid-green .h4,
body main .components.theme-mid-green .h5,
body main .components.theme-mid-green .h6,
body footer .components.theme-mid-green h1,
body footer .components.theme-mid-green h2,
body footer .components.theme-mid-green h3,
body footer .components.theme-mid-green h4,
body footer .components.theme-mid-green h5,
body footer .components.theme-mid-green h6,
body footer .components.theme-mid-green .h1,
body footer .components.theme-mid-green .h2,
body footer .components.theme-mid-green .h3,
body footer .components.theme-mid-green .h4,
body footer .components.theme-mid-green .h5,
body footer .components.theme-mid-green .h6 {
  color: #56b56c; }

body header .components.theme-mid-green a.goto:not(.goto-video-modal),
body main .components.theme-mid-green a.goto:not(.goto-video-modal),
body footer .components.theme-mid-green a.goto:not(.goto-video-modal) {
  background-color: #56b56c;
  border-color: #56b56c;
  padding: 0.75rem 1.25rem; }
  body header .components.theme-mid-green a.goto:not(.goto-video-modal) .text-label,
  body main .components.theme-mid-green a.goto:not(.goto-video-modal) .text-label,
  body footer .components.theme-mid-green a.goto:not(.goto-video-modal) .text-label {
    color: #fff; }
  body header .components.theme-mid-green a.goto:not(.goto-video-modal):hover,
  body main .components.theme-mid-green a.goto:not(.goto-video-modal):hover,
  body footer .components.theme-mid-green a.goto:not(.goto-video-modal):hover {
    background-color: #56b56c;
    border-color: #fff; }
    body header .components.theme-mid-green a.goto:not(.goto-video-modal):hover .text-label,
    body main .components.theme-mid-green a.goto:not(.goto-video-modal):hover .text-label,
    body footer .components.theme-mid-green a.goto:not(.goto-video-modal):hover .text-label {
      color: #fff; }
  body header .components.theme-mid-green a.goto:not(.goto-video-modal):focus, body header .components.theme-mid-green a.goto:not(.goto-video-modal):active,
  body main .components.theme-mid-green a.goto:not(.goto-video-modal):focus,
  body main .components.theme-mid-green a.goto:not(.goto-video-modal):active,
  body footer .components.theme-mid-green a.goto:not(.goto-video-modal):focus,
  body footer .components.theme-mid-green a.goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #56b56c; }
    body header .components.theme-mid-green a.goto:not(.goto-video-modal):focus .text-label, body header .components.theme-mid-green a.goto:not(.goto-video-modal):active .text-label,
    body main .components.theme-mid-green a.goto:not(.goto-video-modal):focus .text-label,
    body main .components.theme-mid-green a.goto:not(.goto-video-modal):active .text-label,
    body footer .components.theme-mid-green a.goto:not(.goto-video-modal):focus .text-label,
    body footer .components.theme-mid-green a.goto:not(.goto-video-modal):active .text-label {
      color: #56b56c; }

body header .components.theme-mid-green.component-reference .component-col-image .media--type-image::after,
body main .components.theme-mid-green.component-reference .component-col-image .media--type-image::after,
body footer .components.theme-mid-green.component-reference .component-col-image .media--type-image::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fafafa' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }

body header .components.theme-mid-green.component-reference .btn, body header .components.theme-mid-green.component-reference .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .components.theme-mid-green.component-reference #edit-submit,
body main .components.theme-mid-green.component-reference .btn,
body main .components.theme-mid-green.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .components.theme-mid-green.component-reference #edit-submit,
body footer .components.theme-mid-green.component-reference .btn,
body footer .components.theme-mid-green.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .components.theme-mid-green.component-reference #edit-submit {
  color: #fafafa;
  background-color: #56b56c;
  border-color: #fafafa; }
  body header .components.theme-mid-green.component-reference .btn:hover, body header .components.theme-mid-green.component-reference .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .components.theme-mid-green.component-reference #edit-submit:hover,
  body main .components.theme-mid-green.component-reference .btn:hover,
  body main .components.theme-mid-green.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .components.theme-mid-green.component-reference #edit-submit:hover,
  body footer .components.theme-mid-green.component-reference .btn:hover,
  body footer .components.theme-mid-green.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .components.theme-mid-green.component-reference #edit-submit:hover {
    color: #fafafa; }

body header .components.theme-mid-green.component-reference.-product .component-col-image,
body main .components.theme-mid-green.component-reference.-product .component-col-image,
body footer .components.theme-mid-green.component-reference.-product .component-col-image {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='217.292' height='217.292'%3e%3cg transform='translate%28-525.435 193.49%29'%3e%3cpath fill='%2356b56c' d='M631.379-190.656l24.112,24.112v28.315h28.315l1.09,1.09v28.315h28.315l24.112,24.112L631.378,21.232,525.434-84.712Z' transform='translate%280.001 2.57%29'/%3e%3cpath fill='%2356b56c' d='M621.948-135.659l-28.315-28.315v-.11h29.405V-193.49h28.425v29.406H680.87v28.426H651.464v29.405h-.11l-28.315-28.315Z' transform='translate%2861.857%29'/%3e%3c/g%3e%3c/svg%3e"); }
  body header .components.theme-mid-green.component-reference.-product .component-col-image::after,
  body main .components.theme-mid-green.component-reference.-product .component-col-image::after,
  body footer .components.theme-mid-green.component-reference.-product .component-col-image::after {
    content: none; }

body header .components.theme-mid-green.component-contentbrowser_experience > .wrapper::before,
body main .components.theme-mid-green.component-contentbrowser_experience > .wrapper::before,
body footer .components.theme-mid-green.component-contentbrowser_experience > .wrapper::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3e%3cpath fill='%23fafafa' fill-rule='evenodd' d='M-15 -15L515 -15L515 515L-15 515L-15 -15ZM249.06 49.46L49.45 248.31L249.83 447.92L449.45 249.08L249.06 49.46Z' /%3e%3c/svg%3e"); }

body header .components.theme-mid-green.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .components.theme-mid-green.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .components.theme-mid-green.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
  border-color: #56b56c;
  background-color: #56b56c; }

body header .components.theme-mid-green.component-contentbrowser_experience > .wrapper .header .title,
body main .components.theme-mid-green.component-contentbrowser_experience > .wrapper .header .title,
body footer .components.theme-mid-green.component-contentbrowser_experience > .wrapper .header .title {
  color: #1f1d2c; }
  body header .components.theme-mid-green.component-contentbrowser_experience > .wrapper .header .title em,
  body main .components.theme-mid-green.component-contentbrowser_experience > .wrapper .header .title em,
  body footer .components.theme-mid-green.component-contentbrowser_experience > .wrapper .header .title em {
    color: #56b56c; }

body header .components.theme-mid-green.component-contentbrowser_experience > .wrapper .header .subtitle,
body main .components.theme-mid-green.component-contentbrowser_experience > .wrapper .header .subtitle,
body footer .components.theme-mid-green.component-contentbrowser_experience > .wrapper .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-mid-green.component-contentbrowser_experience > .wrapper .header::after,
body main .components.theme-mid-green.component-contentbrowser_experience > .wrapper .header::after,
body footer .components.theme-mid-green.component-contentbrowser_experience > .wrapper .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-mid-green.component-contentbrowser_experience > .wrapper .header::after,
    body main .components.theme-mid-green.component-contentbrowser_experience > .wrapper .header::after,
    body footer .components.theme-mid-green.component-contentbrowser_experience > .wrapper .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-mid-green.component-rich_content .header .title,
body main .components.theme-mid-green.component-rich_content .header .title,
body footer .components.theme-mid-green.component-rich_content .header .title {
  color: #1f1d2c; }
  body header .components.theme-mid-green.component-rich_content .header .title em,
  body main .components.theme-mid-green.component-rich_content .header .title em,
  body footer .components.theme-mid-green.component-rich_content .header .title em {
    color: #56b56c; }

body header .components.theme-mid-green.component-rich_content .header .subtitle,
body main .components.theme-mid-green.component-rich_content .header .subtitle,
body footer .components.theme-mid-green.component-rich_content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-mid-green.component-rich_content .header::after,
body main .components.theme-mid-green.component-rich_content .header::after,
body footer .components.theme-mid-green.component-rich_content .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-mid-green.component-rich_content .header::after,
    body main .components.theme-mid-green.component-rich_content .header::after,
    body footer .components.theme-mid-green.component-rich_content .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-mid-green.component-hero,
body main .components.theme-mid-green.component-hero,
body footer .components.theme-mid-green.component-hero {
  color: #fafafa; }
  body header .components.theme-mid-green.component-hero.has-overlay:before,
  body main .components.theme-mid-green.component-hero.has-overlay:before,
  body footer .components.theme-mid-green.component-hero.has-overlay:before {
    color: #fafafa; }
  body header .components.theme-mid-green.component-hero > .wrapper > .container .hero-heading .page-heading, body header .components.theme-mid-green.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container .hero-heading .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container .hero-heading .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    color: #1f1d2c; }
  body header .components.theme-mid-green.component-hero > .wrapper > .container .hero-heading .page-subtitle, body header .components.theme-mid-green.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
  body header .components.theme-mid-green.component-hero > .wrapper > .container .hero-heading::after,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-heading::after,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-heading::after,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-heading::after,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-heading::after,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body main .components.theme-mid-green.component-hero > .wrapper > .container .hero-heading::after,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-heading::after,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-heading::after,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-heading::after,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-heading::after,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container .hero-heading::after,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-heading::after,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-heading::after,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-heading::after,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-heading::after,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-heading::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2rem;
    margin: 0 auto 1rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
    @media (min-width: 1200px) {
      body header .components.theme-mid-green.component-hero > .wrapper > .container .hero-heading::after,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-heading::after,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-heading::after,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-heading::after,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-heading::after,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body main .components.theme-mid-green.component-hero > .wrapper > .container .hero-heading::after,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-heading::after,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-heading::after,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-heading::after,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-heading::after,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container .hero-heading::after,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-heading::after,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-heading::after,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-heading::after,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-heading::after,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-heading::after {
        margin: -1rem auto 1rem; } }
  body header .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body header .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body main .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body main .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto {
    background-color: #56b56c;
    border-color: #56b56c; }
    body header .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label {
      color: #fff; }
    body header .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover {
      background-color: #56b56c;
      border-color: #fff; }
      body header .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label {
        color: #fff; }
    body header .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:focus, body header .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:active,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body main .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:active,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:active,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active {
      background-color: transparent;
      border-color: #56b56c; }
      body header .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label, body header .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label {
        color: #56b56c; }

body header .components.theme-mid-green.component-text_group .component-col-content .header::after,
body main .components.theme-mid-green.component-text_group .component-col-content .header::after,
body footer .components.theme-mid-green.component-text_group .component-col-content .header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

body header .components.theme-mid-blue h1,
body header .components.theme-mid-blue h2,
body header .components.theme-mid-blue h3,
body header .components.theme-mid-blue h4,
body header .components.theme-mid-blue h5,
body header .components.theme-mid-blue h6,
body header .components.theme-mid-blue .h1,
body header .components.theme-mid-blue .h2,
body header .components.theme-mid-blue .h3,
body header .components.theme-mid-blue .h4,
body header .components.theme-mid-blue .h5,
body header .components.theme-mid-blue .h6,
body main .components.theme-mid-blue h1,
body main .components.theme-mid-blue h2,
body main .components.theme-mid-blue h3,
body main .components.theme-mid-blue h4,
body main .components.theme-mid-blue h5,
body main .components.theme-mid-blue h6,
body main .components.theme-mid-blue .h1,
body main .components.theme-mid-blue .h2,
body main .components.theme-mid-blue .h3,
body main .components.theme-mid-blue .h4,
body main .components.theme-mid-blue .h5,
body main .components.theme-mid-blue .h6,
body footer .components.theme-mid-blue h1,
body footer .components.theme-mid-blue h2,
body footer .components.theme-mid-blue h3,
body footer .components.theme-mid-blue h4,
body footer .components.theme-mid-blue h5,
body footer .components.theme-mid-blue h6,
body footer .components.theme-mid-blue .h1,
body footer .components.theme-mid-blue .h2,
body footer .components.theme-mid-blue .h3,
body footer .components.theme-mid-blue .h4,
body footer .components.theme-mid-blue .h5,
body footer .components.theme-mid-blue .h6 {
  color: #5363ab; }

body header .components.theme-mid-blue a.goto:not(.goto-video-modal),
body main .components.theme-mid-blue a.goto:not(.goto-video-modal),
body footer .components.theme-mid-blue a.goto:not(.goto-video-modal) {
  background-color: #5363ab;
  border-color: #5363ab;
  padding: 0.75rem 1.25rem; }
  body header .components.theme-mid-blue a.goto:not(.goto-video-modal) .text-label,
  body main .components.theme-mid-blue a.goto:not(.goto-video-modal) .text-label,
  body footer .components.theme-mid-blue a.goto:not(.goto-video-modal) .text-label {
    color: #fff; }
  body header .components.theme-mid-blue a.goto:not(.goto-video-modal):hover,
  body main .components.theme-mid-blue a.goto:not(.goto-video-modal):hover,
  body footer .components.theme-mid-blue a.goto:not(.goto-video-modal):hover {
    background-color: #5363ab;
    border-color: #fff; }
    body header .components.theme-mid-blue a.goto:not(.goto-video-modal):hover .text-label,
    body main .components.theme-mid-blue a.goto:not(.goto-video-modal):hover .text-label,
    body footer .components.theme-mid-blue a.goto:not(.goto-video-modal):hover .text-label {
      color: #fff; }
  body header .components.theme-mid-blue a.goto:not(.goto-video-modal):focus, body header .components.theme-mid-blue a.goto:not(.goto-video-modal):active,
  body main .components.theme-mid-blue a.goto:not(.goto-video-modal):focus,
  body main .components.theme-mid-blue a.goto:not(.goto-video-modal):active,
  body footer .components.theme-mid-blue a.goto:not(.goto-video-modal):focus,
  body footer .components.theme-mid-blue a.goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #5363ab; }
    body header .components.theme-mid-blue a.goto:not(.goto-video-modal):focus .text-label, body header .components.theme-mid-blue a.goto:not(.goto-video-modal):active .text-label,
    body main .components.theme-mid-blue a.goto:not(.goto-video-modal):focus .text-label,
    body main .components.theme-mid-blue a.goto:not(.goto-video-modal):active .text-label,
    body footer .components.theme-mid-blue a.goto:not(.goto-video-modal):focus .text-label,
    body footer .components.theme-mid-blue a.goto:not(.goto-video-modal):active .text-label {
      color: #5363ab; }

body header .components.theme-mid-blue.component-reference .component-col-image .media--type-image::after,
body main .components.theme-mid-blue.component-reference .component-col-image .media--type-image::after,
body footer .components.theme-mid-blue.component-reference .component-col-image .media--type-image::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fafafa' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }

body header .components.theme-mid-blue.component-reference .btn, body header .components.theme-mid-blue.component-reference .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .components.theme-mid-blue.component-reference #edit-submit,
body main .components.theme-mid-blue.component-reference .btn,
body main .components.theme-mid-blue.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .components.theme-mid-blue.component-reference #edit-submit,
body footer .components.theme-mid-blue.component-reference .btn,
body footer .components.theme-mid-blue.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .components.theme-mid-blue.component-reference #edit-submit {
  color: #fafafa;
  background-color: #5363ab;
  border-color: #fafafa; }
  body header .components.theme-mid-blue.component-reference .btn:hover, body header .components.theme-mid-blue.component-reference .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .components.theme-mid-blue.component-reference #edit-submit:hover,
  body main .components.theme-mid-blue.component-reference .btn:hover,
  body main .components.theme-mid-blue.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .components.theme-mid-blue.component-reference #edit-submit:hover,
  body footer .components.theme-mid-blue.component-reference .btn:hover,
  body footer .components.theme-mid-blue.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .components.theme-mid-blue.component-reference #edit-submit:hover {
    color: #fafafa; }

body header .components.theme-mid-blue.component-reference.-product .component-col-image,
body main .components.theme-mid-blue.component-reference.-product .component-col-image,
body footer .components.theme-mid-blue.component-reference.-product .component-col-image {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='217.292' height='217.292'%3e%3cg transform='translate%28-525.435 193.49%29'%3e%3cpath fill='%235363ab' d='M631.379-190.656l24.112,24.112v28.315h28.315l1.09,1.09v28.315h28.315l24.112,24.112L631.378,21.232,525.434-84.712Z' transform='translate%280.001 2.57%29'/%3e%3cpath fill='%235363ab' d='M621.948-135.659l-28.315-28.315v-.11h29.405V-193.49h28.425v29.406H680.87v28.426H651.464v29.405h-.11l-28.315-28.315Z' transform='translate%2861.857%29'/%3e%3c/g%3e%3c/svg%3e"); }
  body header .components.theme-mid-blue.component-reference.-product .component-col-image::after,
  body main .components.theme-mid-blue.component-reference.-product .component-col-image::after,
  body footer .components.theme-mid-blue.component-reference.-product .component-col-image::after {
    content: none; }

body header .components.theme-mid-blue.component-contentbrowser_experience > .wrapper::before,
body main .components.theme-mid-blue.component-contentbrowser_experience > .wrapper::before,
body footer .components.theme-mid-blue.component-contentbrowser_experience > .wrapper::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3e%3cpath fill='%23fafafa' fill-rule='evenodd' d='M-15 -15L515 -15L515 515L-15 515L-15 -15ZM249.06 49.46L49.45 248.31L249.83 447.92L449.45 249.08L249.06 49.46Z' /%3e%3c/svg%3e"); }

body header .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
  border-color: #5363ab;
  background-color: #5363ab; }

body header .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .header .title,
body main .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .header .title,
body footer .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .header .title {
  color: #1f1d2c; }
  body header .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .header .title em,
  body main .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .header .title em,
  body footer .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .header .title em {
    color: #5363ab; }

body header .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .header .subtitle,
body main .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .header .subtitle,
body footer .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .header::after,
body main .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .header::after,
body footer .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .header::after,
    body main .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .header::after,
    body footer .components.theme-mid-blue.component-contentbrowser_experience > .wrapper .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-mid-blue.component-rich_content .header .title,
body main .components.theme-mid-blue.component-rich_content .header .title,
body footer .components.theme-mid-blue.component-rich_content .header .title {
  color: #1f1d2c; }
  body header .components.theme-mid-blue.component-rich_content .header .title em,
  body main .components.theme-mid-blue.component-rich_content .header .title em,
  body footer .components.theme-mid-blue.component-rich_content .header .title em {
    color: #5363ab; }

body header .components.theme-mid-blue.component-rich_content .header .subtitle,
body main .components.theme-mid-blue.component-rich_content .header .subtitle,
body footer .components.theme-mid-blue.component-rich_content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-mid-blue.component-rich_content .header::after,
body main .components.theme-mid-blue.component-rich_content .header::after,
body footer .components.theme-mid-blue.component-rich_content .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-mid-blue.component-rich_content .header::after,
    body main .components.theme-mid-blue.component-rich_content .header::after,
    body footer .components.theme-mid-blue.component-rich_content .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-mid-blue.component-hero,
body main .components.theme-mid-blue.component-hero,
body footer .components.theme-mid-blue.component-hero {
  color: #fafafa; }
  body header .components.theme-mid-blue.component-hero.has-overlay:before,
  body main .components.theme-mid-blue.component-hero.has-overlay:before,
  body footer .components.theme-mid-blue.component-hero.has-overlay:before {
    color: #fafafa; }
  body header .components.theme-mid-blue.component-hero > .wrapper > .container .hero-heading .page-heading, body header .components.theme-mid-blue.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container .hero-heading .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container .hero-heading .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    color: #1f1d2c; }
  body header .components.theme-mid-blue.component-hero > .wrapper > .container .hero-heading .page-subtitle, body header .components.theme-mid-blue.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
  body header .components.theme-mid-blue.component-hero > .wrapper > .container .hero-heading::after,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-heading::after,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container .hero-heading::after,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-heading::after,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container .hero-heading::after,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-heading::after,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2rem;
    margin: 0 auto 1rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
    @media (min-width: 1200px) {
      body header .components.theme-mid-blue.component-hero > .wrapper > .container .hero-heading::after,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-heading::after,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container .hero-heading::after,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-heading::after,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container .hero-heading::after,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-heading::after,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after {
        margin: -1rem auto 1rem; } }
  body header .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto {
    background-color: #5363ab;
    border-color: #5363ab; }
    body header .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label {
      color: #fff; }
    body header .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover {
      background-color: #5363ab;
      border-color: #fff; }
      body header .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label {
        color: #fff; }
    body header .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:focus, body header .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:active,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:active,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:active,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active {
      background-color: transparent;
      border-color: #5363ab; }
      body header .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label, body header .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .components.theme-mid-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label {
        color: #5363ab; }

body header .components.theme-mid-blue.component-text_group .component-col-content .header::after,
body main .components.theme-mid-blue.component-text_group .component-col-content .header::after,
body footer .components.theme-mid-blue.component-text_group .component-col-content .header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

body header .components.theme-light h1,
body header .components.theme-light h2,
body header .components.theme-light h3,
body header .components.theme-light h4,
body header .components.theme-light h5,
body header .components.theme-light h6,
body header .components.theme-light .h1,
body header .components.theme-light .h2,
body header .components.theme-light .h3,
body header .components.theme-light .h4,
body header .components.theme-light .h5,
body header .components.theme-light .h6,
body main .components.theme-light h1,
body main .components.theme-light h2,
body main .components.theme-light h3,
body main .components.theme-light h4,
body main .components.theme-light h5,
body main .components.theme-light h6,
body main .components.theme-light .h1,
body main .components.theme-light .h2,
body main .components.theme-light .h3,
body main .components.theme-light .h4,
body main .components.theme-light .h5,
body main .components.theme-light .h6,
body footer .components.theme-light h1,
body footer .components.theme-light h2,
body footer .components.theme-light h3,
body footer .components.theme-light h4,
body footer .components.theme-light h5,
body footer .components.theme-light h6,
body footer .components.theme-light .h1,
body footer .components.theme-light .h2,
body footer .components.theme-light .h3,
body footer .components.theme-light .h4,
body footer .components.theme-light .h5,
body footer .components.theme-light .h6 {
  color: #1f1d2c; }

body header .components.theme-light a.goto:not(.goto-video-modal),
body main .components.theme-light a.goto:not(.goto-video-modal),
body footer .components.theme-light a.goto:not(.goto-video-modal) {
  background-color: #1f1d2c;
  border-color: #1f1d2c;
  padding: 0.75rem 1.25rem; }
  body header .components.theme-light a.goto:not(.goto-video-modal) .text-label,
  body main .components.theme-light a.goto:not(.goto-video-modal) .text-label,
  body footer .components.theme-light a.goto:not(.goto-video-modal) .text-label {
    color: #fff; }
  body header .components.theme-light a.goto:not(.goto-video-modal):hover,
  body main .components.theme-light a.goto:not(.goto-video-modal):hover,
  body footer .components.theme-light a.goto:not(.goto-video-modal):hover {
    background-color: #1f1d2c;
    border-color: #fff; }
    body header .components.theme-light a.goto:not(.goto-video-modal):hover .text-label,
    body main .components.theme-light a.goto:not(.goto-video-modal):hover .text-label,
    body footer .components.theme-light a.goto:not(.goto-video-modal):hover .text-label {
      color: #fff; }
  body header .components.theme-light a.goto:not(.goto-video-modal):focus, body header .components.theme-light a.goto:not(.goto-video-modal):active,
  body main .components.theme-light a.goto:not(.goto-video-modal):focus,
  body main .components.theme-light a.goto:not(.goto-video-modal):active,
  body footer .components.theme-light a.goto:not(.goto-video-modal):focus,
  body footer .components.theme-light a.goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #1f1d2c; }
    body header .components.theme-light a.goto:not(.goto-video-modal):focus .text-label, body header .components.theme-light a.goto:not(.goto-video-modal):active .text-label,
    body main .components.theme-light a.goto:not(.goto-video-modal):focus .text-label,
    body main .components.theme-light a.goto:not(.goto-video-modal):active .text-label,
    body footer .components.theme-light a.goto:not(.goto-video-modal):focus .text-label,
    body footer .components.theme-light a.goto:not(.goto-video-modal):active .text-label {
      color: #1f1d2c; }

body header .components.theme-light.component-reference .component-col-image .media--type-image::after,
body main .components.theme-light.component-reference .component-col-image .media--type-image::after,
body footer .components.theme-light.component-reference .component-col-image .media--type-image::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fff' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }

body header .components.theme-light.component-reference .btn, body header .components.theme-light.component-reference .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .components.theme-light.component-reference #edit-submit,
body main .components.theme-light.component-reference .btn,
body main .components.theme-light.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .components.theme-light.component-reference #edit-submit,
body footer .components.theme-light.component-reference .btn,
body footer .components.theme-light.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .components.theme-light.component-reference #edit-submit {
  color: #fff;
  background-color: #1f1d2c;
  border-color: #fff; }
  body header .components.theme-light.component-reference .btn:hover, body header .components.theme-light.component-reference .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .components.theme-light.component-reference #edit-submit:hover,
  body main .components.theme-light.component-reference .btn:hover,
  body main .components.theme-light.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .components.theme-light.component-reference #edit-submit:hover,
  body footer .components.theme-light.component-reference .btn:hover,
  body footer .components.theme-light.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .components.theme-light.component-reference #edit-submit:hover {
    color: #fff; }

body header .components.theme-light.component-reference.-product .component-col-image,
body main .components.theme-light.component-reference.-product .component-col-image,
body footer .components.theme-light.component-reference.-product .component-col-image {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='217.292' height='217.292'%3e%3cg transform='translate%28-525.435 193.49%29'%3e%3cpath fill='%231f1d2c' d='M631.379-190.656l24.112,24.112v28.315h28.315l1.09,1.09v28.315h28.315l24.112,24.112L631.378,21.232,525.434-84.712Z' transform='translate%280.001 2.57%29'/%3e%3cpath fill='%231f1d2c' d='M621.948-135.659l-28.315-28.315v-.11h29.405V-193.49h28.425v29.406H680.87v28.426H651.464v29.405h-.11l-28.315-28.315Z' transform='translate%2861.857%29'/%3e%3c/g%3e%3c/svg%3e"); }
  body header .components.theme-light.component-reference.-product .component-col-image::after,
  body main .components.theme-light.component-reference.-product .component-col-image::after,
  body footer .components.theme-light.component-reference.-product .component-col-image::after {
    content: none; }

body header .components.theme-light.component-contentbrowser_experience > .wrapper::before,
body main .components.theme-light.component-contentbrowser_experience > .wrapper::before,
body footer .components.theme-light.component-contentbrowser_experience > .wrapper::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M-15 -15L515 -15L515 515L-15 515L-15 -15ZM249.06 49.46L49.45 248.31L249.83 447.92L449.45 249.08L249.06 49.46Z' /%3e%3c/svg%3e"); }

body header .components.theme-light.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .components.theme-light.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .components.theme-light.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
  border-color: #1f1d2c;
  background-color: #1f1d2c; }

body header .components.theme-light.component-contentbrowser_experience > .wrapper .header .title,
body main .components.theme-light.component-contentbrowser_experience > .wrapper .header .title,
body footer .components.theme-light.component-contentbrowser_experience > .wrapper .header .title {
  color: #1f1d2c; }
  body header .components.theme-light.component-contentbrowser_experience > .wrapper .header .title em,
  body main .components.theme-light.component-contentbrowser_experience > .wrapper .header .title em,
  body footer .components.theme-light.component-contentbrowser_experience > .wrapper .header .title em {
    color: #1f1d2c; }

body header .components.theme-light.component-contentbrowser_experience > .wrapper .header .subtitle,
body main .components.theme-light.component-contentbrowser_experience > .wrapper .header .subtitle,
body footer .components.theme-light.component-contentbrowser_experience > .wrapper .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-light.component-contentbrowser_experience > .wrapper .header::after,
body main .components.theme-light.component-contentbrowser_experience > .wrapper .header::after,
body footer .components.theme-light.component-contentbrowser_experience > .wrapper .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%231f1d2c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-light.component-contentbrowser_experience > .wrapper .header::after,
    body main .components.theme-light.component-contentbrowser_experience > .wrapper .header::after,
    body footer .components.theme-light.component-contentbrowser_experience > .wrapper .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-light.component-rich_content .header .title,
body main .components.theme-light.component-rich_content .header .title,
body footer .components.theme-light.component-rich_content .header .title {
  color: #1f1d2c; }
  body header .components.theme-light.component-rich_content .header .title em,
  body main .components.theme-light.component-rich_content .header .title em,
  body footer .components.theme-light.component-rich_content .header .title em {
    color: #1f1d2c; }

body header .components.theme-light.component-rich_content .header .subtitle,
body main .components.theme-light.component-rich_content .header .subtitle,
body footer .components.theme-light.component-rich_content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-light.component-rich_content .header::after,
body main .components.theme-light.component-rich_content .header::after,
body footer .components.theme-light.component-rich_content .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%231f1d2c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-light.component-rich_content .header::after,
    body main .components.theme-light.component-rich_content .header::after,
    body footer .components.theme-light.component-rich_content .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-light.component-hero,
body main .components.theme-light.component-hero,
body footer .components.theme-light.component-hero {
  color: #fff; }
  body header .components.theme-light.component-hero.has-overlay:before,
  body main .components.theme-light.component-hero.has-overlay:before,
  body footer .components.theme-light.component-hero.has-overlay:before {
    color: #fff; }
  body header .components.theme-light.component-hero > .wrapper > .container .hero-heading .page-heading, body header .components.theme-light.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body header .components.theme-light.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .components.theme-light.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body header .components.theme-light.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body header .components.theme-light.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body header .components.theme-light.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body header .components.theme-light.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .components.theme-light.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .components.theme-light.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .components.theme-light.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .components.theme-light.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .components.theme-light.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .components.theme-light.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container .hero-heading .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container .hero-heading .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    color: #1f1d2c; }
  body header .components.theme-light.component-hero > .wrapper > .container .hero-heading .page-subtitle, body header .components.theme-light.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body header .components.theme-light.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .components.theme-light.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .components.theme-light.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .components.theme-light.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .components.theme-light.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .components.theme-light.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .components.theme-light.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .components.theme-light.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .components.theme-light.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .components.theme-light.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .components.theme-light.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .components.theme-light.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
  body header .components.theme-light.component-hero > .wrapper > .container .hero-heading::after,
  body header .components.theme-light.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body header .components.theme-light.component-hero > .wrapper > .container-sm .hero-heading::after,
  body header .components.theme-light.component-hero > .wrapper > .container-md .hero-heading::after,
  body header .components.theme-light.component-hero > .wrapper > .container-lg .hero-heading::after,
  body header .components.theme-light.component-hero > .wrapper > .container-xl .hero-heading::after,
  body header .components.theme-light.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body header .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body main .components.theme-light.component-hero > .wrapper > .container .hero-heading::after,
  body main .components.theme-light.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body main .components.theme-light.component-hero > .wrapper > .container-sm .hero-heading::after,
  body main .components.theme-light.component-hero > .wrapper > .container-md .hero-heading::after,
  body main .components.theme-light.component-hero > .wrapper > .container-lg .hero-heading::after,
  body main .components.theme-light.component-hero > .wrapper > .container-xl .hero-heading::after,
  body main .components.theme-light.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body main .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body footer .components.theme-light.component-hero > .wrapper > .container .hero-heading::after,
  body footer .components.theme-light.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body footer .components.theme-light.component-hero > .wrapper > .container-sm .hero-heading::after,
  body footer .components.theme-light.component-hero > .wrapper > .container-md .hero-heading::after,
  body footer .components.theme-light.component-hero > .wrapper > .container-lg .hero-heading::after,
  body footer .components.theme-light.component-hero > .wrapper > .container-xl .hero-heading::after,
  body footer .components.theme-light.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body footer .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-heading::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2rem;
    margin: 0 auto 1rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%231f1d2c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
    @media (min-width: 1200px) {
      body header .components.theme-light.component-hero > .wrapper > .container .hero-heading::after,
      body header .components.theme-light.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body header .components.theme-light.component-hero > .wrapper > .container-sm .hero-heading::after,
      body header .components.theme-light.component-hero > .wrapper > .container-md .hero-heading::after,
      body header .components.theme-light.component-hero > .wrapper > .container-lg .hero-heading::after,
      body header .components.theme-light.component-hero > .wrapper > .container-xl .hero-heading::after,
      body header .components.theme-light.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body header .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body main .components.theme-light.component-hero > .wrapper > .container .hero-heading::after,
      body main .components.theme-light.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body main .components.theme-light.component-hero > .wrapper > .container-sm .hero-heading::after,
      body main .components.theme-light.component-hero > .wrapper > .container-md .hero-heading::after,
      body main .components.theme-light.component-hero > .wrapper > .container-lg .hero-heading::after,
      body main .components.theme-light.component-hero > .wrapper > .container-xl .hero-heading::after,
      body main .components.theme-light.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body main .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body footer .components.theme-light.component-hero > .wrapper > .container .hero-heading::after,
      body footer .components.theme-light.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body footer .components.theme-light.component-hero > .wrapper > .container-sm .hero-heading::after,
      body footer .components.theme-light.component-hero > .wrapper > .container-md .hero-heading::after,
      body footer .components.theme-light.component-hero > .wrapper > .container-lg .hero-heading::after,
      body footer .components.theme-light.component-hero > .wrapper > .container-xl .hero-heading::after,
      body footer .components.theme-light.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body footer .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-heading::after {
        margin: -1rem auto 1rem; } }
  body header .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto,
  body header .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body header .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body header .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto,
  body header .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body header .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body header .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body header .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body main .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto,
  body main .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body main .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body main .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto,
  body main .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body main .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body main .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body main .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto,
  body footer .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body footer .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body footer .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto,
  body footer .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body footer .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body footer .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body footer .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto {
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
    body header .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body header .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body main .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body footer .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label {
      color: #fff; }
    body header .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body header .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body header .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body main .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body main .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body footer .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover {
      background-color: #1f1d2c;
      border-color: #fff; }
      body header .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label {
        color: #fff; }
    body header .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:focus, body header .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:active,
    body header .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body header .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body header .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body header .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body header .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body header .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body main .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:active,
    body main .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body main .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body main .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body main .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body main .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body main .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body footer .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:active,
    body footer .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body footer .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active {
      background-color: transparent;
      border-color: #1f1d2c; }
      body header .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label, body header .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .components.theme-light.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label {
        color: #1f1d2c; }

body header .components.theme-light.component-text_group .component-col-content .header::after,
body main .components.theme-light.component-text_group .component-col-content .header::after,
body footer .components.theme-light.component-text_group .component-col-content .header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%231f1d2c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

body header .components.theme-light-magenta h1,
body header .components.theme-light-magenta h2,
body header .components.theme-light-magenta h3,
body header .components.theme-light-magenta h4,
body header .components.theme-light-magenta h5,
body header .components.theme-light-magenta h6,
body header .components.theme-light-magenta .h1,
body header .components.theme-light-magenta .h2,
body header .components.theme-light-magenta .h3,
body header .components.theme-light-magenta .h4,
body header .components.theme-light-magenta .h5,
body header .components.theme-light-magenta .h6,
body main .components.theme-light-magenta h1,
body main .components.theme-light-magenta h2,
body main .components.theme-light-magenta h3,
body main .components.theme-light-magenta h4,
body main .components.theme-light-magenta h5,
body main .components.theme-light-magenta h6,
body main .components.theme-light-magenta .h1,
body main .components.theme-light-magenta .h2,
body main .components.theme-light-magenta .h3,
body main .components.theme-light-magenta .h4,
body main .components.theme-light-magenta .h5,
body main .components.theme-light-magenta .h6,
body footer .components.theme-light-magenta h1,
body footer .components.theme-light-magenta h2,
body footer .components.theme-light-magenta h3,
body footer .components.theme-light-magenta h4,
body footer .components.theme-light-magenta h5,
body footer .components.theme-light-magenta h6,
body footer .components.theme-light-magenta .h1,
body footer .components.theme-light-magenta .h2,
body footer .components.theme-light-magenta .h3,
body footer .components.theme-light-magenta .h4,
body footer .components.theme-light-magenta .h5,
body footer .components.theme-light-magenta .h6 {
  color: #e21d76; }

body header .components.theme-light-magenta a.goto:not(.goto-video-modal),
body main .components.theme-light-magenta a.goto:not(.goto-video-modal),
body footer .components.theme-light-magenta a.goto:not(.goto-video-modal) {
  background-color: #e21d76;
  border-color: #e21d76;
  padding: 0.75rem 1.25rem; }
  body header .components.theme-light-magenta a.goto:not(.goto-video-modal) .text-label,
  body main .components.theme-light-magenta a.goto:not(.goto-video-modal) .text-label,
  body footer .components.theme-light-magenta a.goto:not(.goto-video-modal) .text-label {
    color: #fff; }
  body header .components.theme-light-magenta a.goto:not(.goto-video-modal):hover,
  body main .components.theme-light-magenta a.goto:not(.goto-video-modal):hover,
  body footer .components.theme-light-magenta a.goto:not(.goto-video-modal):hover {
    background-color: #e21d76;
    border-color: #fff; }
    body header .components.theme-light-magenta a.goto:not(.goto-video-modal):hover .text-label,
    body main .components.theme-light-magenta a.goto:not(.goto-video-modal):hover .text-label,
    body footer .components.theme-light-magenta a.goto:not(.goto-video-modal):hover .text-label {
      color: #fff; }
  body header .components.theme-light-magenta a.goto:not(.goto-video-modal):focus, body header .components.theme-light-magenta a.goto:not(.goto-video-modal):active,
  body main .components.theme-light-magenta a.goto:not(.goto-video-modal):focus,
  body main .components.theme-light-magenta a.goto:not(.goto-video-modal):active,
  body footer .components.theme-light-magenta a.goto:not(.goto-video-modal):focus,
  body footer .components.theme-light-magenta a.goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #e21d76; }
    body header .components.theme-light-magenta a.goto:not(.goto-video-modal):focus .text-label, body header .components.theme-light-magenta a.goto:not(.goto-video-modal):active .text-label,
    body main .components.theme-light-magenta a.goto:not(.goto-video-modal):focus .text-label,
    body main .components.theme-light-magenta a.goto:not(.goto-video-modal):active .text-label,
    body footer .components.theme-light-magenta a.goto:not(.goto-video-modal):focus .text-label,
    body footer .components.theme-light-magenta a.goto:not(.goto-video-modal):active .text-label {
      color: #e21d76; }

body header .components.theme-light-magenta.component-reference .component-col-image .media--type-image::after,
body main .components.theme-light-magenta.component-reference .component-col-image .media--type-image::after,
body footer .components.theme-light-magenta.component-reference .component-col-image .media--type-image::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fff' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }

body header .components.theme-light-magenta.component-reference .btn, body header .components.theme-light-magenta.component-reference .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .components.theme-light-magenta.component-reference #edit-submit,
body main .components.theme-light-magenta.component-reference .btn,
body main .components.theme-light-magenta.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .components.theme-light-magenta.component-reference #edit-submit,
body footer .components.theme-light-magenta.component-reference .btn,
body footer .components.theme-light-magenta.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .components.theme-light-magenta.component-reference #edit-submit {
  color: #fff;
  background-color: #e21d76;
  border-color: #fff; }
  body header .components.theme-light-magenta.component-reference .btn:hover, body header .components.theme-light-magenta.component-reference .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .components.theme-light-magenta.component-reference #edit-submit:hover,
  body main .components.theme-light-magenta.component-reference .btn:hover,
  body main .components.theme-light-magenta.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .components.theme-light-magenta.component-reference #edit-submit:hover,
  body footer .components.theme-light-magenta.component-reference .btn:hover,
  body footer .components.theme-light-magenta.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .components.theme-light-magenta.component-reference #edit-submit:hover {
    color: #fff; }

body header .components.theme-light-magenta.component-reference.-product .component-col-image,
body main .components.theme-light-magenta.component-reference.-product .component-col-image,
body footer .components.theme-light-magenta.component-reference.-product .component-col-image {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='217.292' height='217.292'%3e%3cg transform='translate%28-525.435 193.49%29'%3e%3cpath fill='%23e21d76' d='M631.379-190.656l24.112,24.112v28.315h28.315l1.09,1.09v28.315h28.315l24.112,24.112L631.378,21.232,525.434-84.712Z' transform='translate%280.001 2.57%29'/%3e%3cpath fill='%23e21d76' d='M621.948-135.659l-28.315-28.315v-.11h29.405V-193.49h28.425v29.406H680.87v28.426H651.464v29.405h-.11l-28.315-28.315Z' transform='translate%2861.857%29'/%3e%3c/g%3e%3c/svg%3e"); }
  body header .components.theme-light-magenta.component-reference.-product .component-col-image::after,
  body main .components.theme-light-magenta.component-reference.-product .component-col-image::after,
  body footer .components.theme-light-magenta.component-reference.-product .component-col-image::after {
    content: none; }

body header .components.theme-light-magenta.component-contentbrowser_experience > .wrapper::before,
body main .components.theme-light-magenta.component-contentbrowser_experience > .wrapper::before,
body footer .components.theme-light-magenta.component-contentbrowser_experience > .wrapper::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M-15 -15L515 -15L515 515L-15 515L-15 -15ZM249.06 49.46L49.45 248.31L249.83 447.92L449.45 249.08L249.06 49.46Z' /%3e%3c/svg%3e"); }

body header .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
  border-color: #e21d76;
  background-color: #e21d76; }

body header .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .header .title,
body main .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .header .title,
body footer .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .header .title {
  color: #1f1d2c; }
  body header .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .header .title em,
  body main .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .header .title em,
  body footer .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .header .title em {
    color: #e21d76; }

body header .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .header .subtitle,
body main .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .header .subtitle,
body footer .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .header::after,
body main .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .header::after,
body footer .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .header::after,
    body main .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .header::after,
    body footer .components.theme-light-magenta.component-contentbrowser_experience > .wrapper .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-light-magenta.component-rich_content .header .title,
body main .components.theme-light-magenta.component-rich_content .header .title,
body footer .components.theme-light-magenta.component-rich_content .header .title {
  color: #1f1d2c; }
  body header .components.theme-light-magenta.component-rich_content .header .title em,
  body main .components.theme-light-magenta.component-rich_content .header .title em,
  body footer .components.theme-light-magenta.component-rich_content .header .title em {
    color: #e21d76; }

body header .components.theme-light-magenta.component-rich_content .header .subtitle,
body main .components.theme-light-magenta.component-rich_content .header .subtitle,
body footer .components.theme-light-magenta.component-rich_content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-light-magenta.component-rich_content .header::after,
body main .components.theme-light-magenta.component-rich_content .header::after,
body footer .components.theme-light-magenta.component-rich_content .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-light-magenta.component-rich_content .header::after,
    body main .components.theme-light-magenta.component-rich_content .header::after,
    body footer .components.theme-light-magenta.component-rich_content .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-light-magenta.component-hero,
body main .components.theme-light-magenta.component-hero,
body footer .components.theme-light-magenta.component-hero {
  color: #fff; }
  body header .components.theme-light-magenta.component-hero.has-overlay:before,
  body main .components.theme-light-magenta.component-hero.has-overlay:before,
  body footer .components.theme-light-magenta.component-hero.has-overlay:before {
    color: #fff; }
  body header .components.theme-light-magenta.component-hero > .wrapper > .container .hero-heading .page-heading, body header .components.theme-light-magenta.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container .hero-heading .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container .hero-heading .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    color: #1f1d2c; }
  body header .components.theme-light-magenta.component-hero > .wrapper > .container .hero-heading .page-subtitle, body header .components.theme-light-magenta.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
  body header .components.theme-light-magenta.component-hero > .wrapper > .container .hero-heading::after,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container .hero-heading::after,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container .hero-heading::after,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2rem;
    margin: 0 auto 1rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
    @media (min-width: 1200px) {
      body header .components.theme-light-magenta.component-hero > .wrapper > .container .hero-heading::after,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container .hero-heading::after,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container .hero-heading::after,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-heading::after,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-heading::after,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-heading::after,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-heading::after,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-heading::after {
        margin: -1rem auto 1rem; } }
  body header .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto {
    background-color: #e21d76;
    border-color: #e21d76; }
    body header .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label {
      color: #fff; }
    body header .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover {
      background-color: #e21d76;
      border-color: #fff; }
      body header .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label {
        color: #fff; }
    body header .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus, body header .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:active,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:active,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:active,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active {
      background-color: transparent;
      border-color: #e21d76; }
      body header .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label, body header .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .components.theme-light-magenta.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label {
        color: #e21d76; }

body header .components.theme-light-magenta.component-text_group .component-col-content .header::after,
body main .components.theme-light-magenta.component-text_group .component-col-content .header::after,
body footer .components.theme-light-magenta.component-text_group .component-col-content .header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

body header .components.theme-light-orange h1,
body header .components.theme-light-orange h2,
body header .components.theme-light-orange h3,
body header .components.theme-light-orange h4,
body header .components.theme-light-orange h5,
body header .components.theme-light-orange h6,
body header .components.theme-light-orange .h1,
body header .components.theme-light-orange .h2,
body header .components.theme-light-orange .h3,
body header .components.theme-light-orange .h4,
body header .components.theme-light-orange .h5,
body header .components.theme-light-orange .h6,
body main .components.theme-light-orange h1,
body main .components.theme-light-orange h2,
body main .components.theme-light-orange h3,
body main .components.theme-light-orange h4,
body main .components.theme-light-orange h5,
body main .components.theme-light-orange h6,
body main .components.theme-light-orange .h1,
body main .components.theme-light-orange .h2,
body main .components.theme-light-orange .h3,
body main .components.theme-light-orange .h4,
body main .components.theme-light-orange .h5,
body main .components.theme-light-orange .h6,
body footer .components.theme-light-orange h1,
body footer .components.theme-light-orange h2,
body footer .components.theme-light-orange h3,
body footer .components.theme-light-orange h4,
body footer .components.theme-light-orange h5,
body footer .components.theme-light-orange h6,
body footer .components.theme-light-orange .h1,
body footer .components.theme-light-orange .h2,
body footer .components.theme-light-orange .h3,
body footer .components.theme-light-orange .h4,
body footer .components.theme-light-orange .h5,
body footer .components.theme-light-orange .h6 {
  color: #f29124; }

body header .components.theme-light-orange a.goto:not(.goto-video-modal),
body main .components.theme-light-orange a.goto:not(.goto-video-modal),
body footer .components.theme-light-orange a.goto:not(.goto-video-modal) {
  background-color: #f29124;
  border-color: #f29124;
  padding: 0.75rem 1.25rem; }
  body header .components.theme-light-orange a.goto:not(.goto-video-modal) .text-label,
  body main .components.theme-light-orange a.goto:not(.goto-video-modal) .text-label,
  body footer .components.theme-light-orange a.goto:not(.goto-video-modal) .text-label {
    color: #fff; }
  body header .components.theme-light-orange a.goto:not(.goto-video-modal):hover,
  body main .components.theme-light-orange a.goto:not(.goto-video-modal):hover,
  body footer .components.theme-light-orange a.goto:not(.goto-video-modal):hover {
    background-color: #f29124;
    border-color: #fff; }
    body header .components.theme-light-orange a.goto:not(.goto-video-modal):hover .text-label,
    body main .components.theme-light-orange a.goto:not(.goto-video-modal):hover .text-label,
    body footer .components.theme-light-orange a.goto:not(.goto-video-modal):hover .text-label {
      color: #fff; }
  body header .components.theme-light-orange a.goto:not(.goto-video-modal):focus, body header .components.theme-light-orange a.goto:not(.goto-video-modal):active,
  body main .components.theme-light-orange a.goto:not(.goto-video-modal):focus,
  body main .components.theme-light-orange a.goto:not(.goto-video-modal):active,
  body footer .components.theme-light-orange a.goto:not(.goto-video-modal):focus,
  body footer .components.theme-light-orange a.goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #f29124; }
    body header .components.theme-light-orange a.goto:not(.goto-video-modal):focus .text-label, body header .components.theme-light-orange a.goto:not(.goto-video-modal):active .text-label,
    body main .components.theme-light-orange a.goto:not(.goto-video-modal):focus .text-label,
    body main .components.theme-light-orange a.goto:not(.goto-video-modal):active .text-label,
    body footer .components.theme-light-orange a.goto:not(.goto-video-modal):focus .text-label,
    body footer .components.theme-light-orange a.goto:not(.goto-video-modal):active .text-label {
      color: #f29124; }

body header .components.theme-light-orange.component-reference .component-col-image .media--type-image::after,
body main .components.theme-light-orange.component-reference .component-col-image .media--type-image::after,
body footer .components.theme-light-orange.component-reference .component-col-image .media--type-image::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fff' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }

body header .components.theme-light-orange.component-reference .btn, body header .components.theme-light-orange.component-reference .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .components.theme-light-orange.component-reference #edit-submit,
body main .components.theme-light-orange.component-reference .btn,
body main .components.theme-light-orange.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .components.theme-light-orange.component-reference #edit-submit,
body footer .components.theme-light-orange.component-reference .btn,
body footer .components.theme-light-orange.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .components.theme-light-orange.component-reference #edit-submit {
  color: #fff;
  background-color: #f29124;
  border-color: #fff; }
  body header .components.theme-light-orange.component-reference .btn:hover, body header .components.theme-light-orange.component-reference .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .components.theme-light-orange.component-reference #edit-submit:hover,
  body main .components.theme-light-orange.component-reference .btn:hover,
  body main .components.theme-light-orange.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .components.theme-light-orange.component-reference #edit-submit:hover,
  body footer .components.theme-light-orange.component-reference .btn:hover,
  body footer .components.theme-light-orange.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .components.theme-light-orange.component-reference #edit-submit:hover {
    color: #fff; }

body header .components.theme-light-orange.component-reference.-product .component-col-image,
body main .components.theme-light-orange.component-reference.-product .component-col-image,
body footer .components.theme-light-orange.component-reference.-product .component-col-image {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='217.292' height='217.292'%3e%3cg transform='translate%28-525.435 193.49%29'%3e%3cpath fill='%23f29124' d='M631.379-190.656l24.112,24.112v28.315h28.315l1.09,1.09v28.315h28.315l24.112,24.112L631.378,21.232,525.434-84.712Z' transform='translate%280.001 2.57%29'/%3e%3cpath fill='%23f29124' d='M621.948-135.659l-28.315-28.315v-.11h29.405V-193.49h28.425v29.406H680.87v28.426H651.464v29.405h-.11l-28.315-28.315Z' transform='translate%2861.857%29'/%3e%3c/g%3e%3c/svg%3e"); }
  body header .components.theme-light-orange.component-reference.-product .component-col-image::after,
  body main .components.theme-light-orange.component-reference.-product .component-col-image::after,
  body footer .components.theme-light-orange.component-reference.-product .component-col-image::after {
    content: none; }

body header .components.theme-light-orange.component-contentbrowser_experience > .wrapper::before,
body main .components.theme-light-orange.component-contentbrowser_experience > .wrapper::before,
body footer .components.theme-light-orange.component-contentbrowser_experience > .wrapper::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M-15 -15L515 -15L515 515L-15 515L-15 -15ZM249.06 49.46L49.45 248.31L249.83 447.92L449.45 249.08L249.06 49.46Z' /%3e%3c/svg%3e"); }

body header .components.theme-light-orange.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .components.theme-light-orange.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .components.theme-light-orange.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
  border-color: #f29124;
  background-color: #f29124; }

body header .components.theme-light-orange.component-contentbrowser_experience > .wrapper .header .title,
body main .components.theme-light-orange.component-contentbrowser_experience > .wrapper .header .title,
body footer .components.theme-light-orange.component-contentbrowser_experience > .wrapper .header .title {
  color: #1f1d2c; }
  body header .components.theme-light-orange.component-contentbrowser_experience > .wrapper .header .title em,
  body main .components.theme-light-orange.component-contentbrowser_experience > .wrapper .header .title em,
  body footer .components.theme-light-orange.component-contentbrowser_experience > .wrapper .header .title em {
    color: #f29124; }

body header .components.theme-light-orange.component-contentbrowser_experience > .wrapper .header .subtitle,
body main .components.theme-light-orange.component-contentbrowser_experience > .wrapper .header .subtitle,
body footer .components.theme-light-orange.component-contentbrowser_experience > .wrapper .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-light-orange.component-contentbrowser_experience > .wrapper .header::after,
body main .components.theme-light-orange.component-contentbrowser_experience > .wrapper .header::after,
body footer .components.theme-light-orange.component-contentbrowser_experience > .wrapper .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-light-orange.component-contentbrowser_experience > .wrapper .header::after,
    body main .components.theme-light-orange.component-contentbrowser_experience > .wrapper .header::after,
    body footer .components.theme-light-orange.component-contentbrowser_experience > .wrapper .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-light-orange.component-rich_content .header .title,
body main .components.theme-light-orange.component-rich_content .header .title,
body footer .components.theme-light-orange.component-rich_content .header .title {
  color: #1f1d2c; }
  body header .components.theme-light-orange.component-rich_content .header .title em,
  body main .components.theme-light-orange.component-rich_content .header .title em,
  body footer .components.theme-light-orange.component-rich_content .header .title em {
    color: #f29124; }

body header .components.theme-light-orange.component-rich_content .header .subtitle,
body main .components.theme-light-orange.component-rich_content .header .subtitle,
body footer .components.theme-light-orange.component-rich_content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-light-orange.component-rich_content .header::after,
body main .components.theme-light-orange.component-rich_content .header::after,
body footer .components.theme-light-orange.component-rich_content .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-light-orange.component-rich_content .header::after,
    body main .components.theme-light-orange.component-rich_content .header::after,
    body footer .components.theme-light-orange.component-rich_content .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-light-orange.component-hero,
body main .components.theme-light-orange.component-hero,
body footer .components.theme-light-orange.component-hero {
  color: #fff; }
  body header .components.theme-light-orange.component-hero.has-overlay:before,
  body main .components.theme-light-orange.component-hero.has-overlay:before,
  body footer .components.theme-light-orange.component-hero.has-overlay:before {
    color: #fff; }
  body header .components.theme-light-orange.component-hero > .wrapper > .container .hero-heading .page-heading, body header .components.theme-light-orange.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container .hero-heading .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container .hero-heading .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    color: #1f1d2c; }
  body header .components.theme-light-orange.component-hero > .wrapper > .container .hero-heading .page-subtitle, body header .components.theme-light-orange.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
  body header .components.theme-light-orange.component-hero > .wrapper > .container .hero-heading::after,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-heading::after,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body main .components.theme-light-orange.component-hero > .wrapper > .container .hero-heading::after,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-heading::after,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container .hero-heading::after,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-heading::after,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2rem;
    margin: 0 auto 1rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
    @media (min-width: 1200px) {
      body header .components.theme-light-orange.component-hero > .wrapper > .container .hero-heading::after,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-heading::after,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body main .components.theme-light-orange.component-hero > .wrapper > .container .hero-heading::after,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-heading::after,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container .hero-heading::after,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-heading::after,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-heading::after,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-heading::after,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-heading::after,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-heading::after {
        margin: -1rem auto 1rem; } }
  body header .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body header .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body main .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body main .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto {
    background-color: #f29124;
    border-color: #f29124; }
    body header .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label {
      color: #fff; }
    body header .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover {
      background-color: #f29124;
      border-color: #fff; }
      body header .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label {
        color: #fff; }
    body header .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:focus, body header .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:active,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body main .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:active,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:active,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active {
      background-color: transparent;
      border-color: #f29124; }
      body header .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label, body header .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .components.theme-light-orange.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label {
        color: #f29124; }

body header .components.theme-light-orange.component-text_group .component-col-content .header::after,
body main .components.theme-light-orange.component-text_group .component-col-content .header::after,
body footer .components.theme-light-orange.component-text_group .component-col-content .header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

body header .components.theme-light-green h1,
body header .components.theme-light-green h2,
body header .components.theme-light-green h3,
body header .components.theme-light-green h4,
body header .components.theme-light-green h5,
body header .components.theme-light-green h6,
body header .components.theme-light-green .h1,
body header .components.theme-light-green .h2,
body header .components.theme-light-green .h3,
body header .components.theme-light-green .h4,
body header .components.theme-light-green .h5,
body header .components.theme-light-green .h6,
body main .components.theme-light-green h1,
body main .components.theme-light-green h2,
body main .components.theme-light-green h3,
body main .components.theme-light-green h4,
body main .components.theme-light-green h5,
body main .components.theme-light-green h6,
body main .components.theme-light-green .h1,
body main .components.theme-light-green .h2,
body main .components.theme-light-green .h3,
body main .components.theme-light-green .h4,
body main .components.theme-light-green .h5,
body main .components.theme-light-green .h6,
body footer .components.theme-light-green h1,
body footer .components.theme-light-green h2,
body footer .components.theme-light-green h3,
body footer .components.theme-light-green h4,
body footer .components.theme-light-green h5,
body footer .components.theme-light-green h6,
body footer .components.theme-light-green .h1,
body footer .components.theme-light-green .h2,
body footer .components.theme-light-green .h3,
body footer .components.theme-light-green .h4,
body footer .components.theme-light-green .h5,
body footer .components.theme-light-green .h6 {
  color: #56b56c; }

body header .components.theme-light-green a.goto:not(.goto-video-modal),
body main .components.theme-light-green a.goto:not(.goto-video-modal),
body footer .components.theme-light-green a.goto:not(.goto-video-modal) {
  background-color: #56b56c;
  border-color: #56b56c;
  padding: 0.75rem 1.25rem; }
  body header .components.theme-light-green a.goto:not(.goto-video-modal) .text-label,
  body main .components.theme-light-green a.goto:not(.goto-video-modal) .text-label,
  body footer .components.theme-light-green a.goto:not(.goto-video-modal) .text-label {
    color: #fff; }
  body header .components.theme-light-green a.goto:not(.goto-video-modal):hover,
  body main .components.theme-light-green a.goto:not(.goto-video-modal):hover,
  body footer .components.theme-light-green a.goto:not(.goto-video-modal):hover {
    background-color: #56b56c;
    border-color: #fff; }
    body header .components.theme-light-green a.goto:not(.goto-video-modal):hover .text-label,
    body main .components.theme-light-green a.goto:not(.goto-video-modal):hover .text-label,
    body footer .components.theme-light-green a.goto:not(.goto-video-modal):hover .text-label {
      color: #fff; }
  body header .components.theme-light-green a.goto:not(.goto-video-modal):focus, body header .components.theme-light-green a.goto:not(.goto-video-modal):active,
  body main .components.theme-light-green a.goto:not(.goto-video-modal):focus,
  body main .components.theme-light-green a.goto:not(.goto-video-modal):active,
  body footer .components.theme-light-green a.goto:not(.goto-video-modal):focus,
  body footer .components.theme-light-green a.goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #56b56c; }
    body header .components.theme-light-green a.goto:not(.goto-video-modal):focus .text-label, body header .components.theme-light-green a.goto:not(.goto-video-modal):active .text-label,
    body main .components.theme-light-green a.goto:not(.goto-video-modal):focus .text-label,
    body main .components.theme-light-green a.goto:not(.goto-video-modal):active .text-label,
    body footer .components.theme-light-green a.goto:not(.goto-video-modal):focus .text-label,
    body footer .components.theme-light-green a.goto:not(.goto-video-modal):active .text-label {
      color: #56b56c; }

body header .components.theme-light-green.component-reference .component-col-image .media--type-image::after,
body main .components.theme-light-green.component-reference .component-col-image .media--type-image::after,
body footer .components.theme-light-green.component-reference .component-col-image .media--type-image::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fff' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }

body header .components.theme-light-green.component-reference .btn, body header .components.theme-light-green.component-reference .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .components.theme-light-green.component-reference #edit-submit,
body main .components.theme-light-green.component-reference .btn,
body main .components.theme-light-green.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .components.theme-light-green.component-reference #edit-submit,
body footer .components.theme-light-green.component-reference .btn,
body footer .components.theme-light-green.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .components.theme-light-green.component-reference #edit-submit {
  color: #fff;
  background-color: #56b56c;
  border-color: #fff; }
  body header .components.theme-light-green.component-reference .btn:hover, body header .components.theme-light-green.component-reference .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .components.theme-light-green.component-reference #edit-submit:hover,
  body main .components.theme-light-green.component-reference .btn:hover,
  body main .components.theme-light-green.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .components.theme-light-green.component-reference #edit-submit:hover,
  body footer .components.theme-light-green.component-reference .btn:hover,
  body footer .components.theme-light-green.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .components.theme-light-green.component-reference #edit-submit:hover {
    color: #fff; }

body header .components.theme-light-green.component-reference.-product .component-col-image,
body main .components.theme-light-green.component-reference.-product .component-col-image,
body footer .components.theme-light-green.component-reference.-product .component-col-image {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='217.292' height='217.292'%3e%3cg transform='translate%28-525.435 193.49%29'%3e%3cpath fill='%2356b56c' d='M631.379-190.656l24.112,24.112v28.315h28.315l1.09,1.09v28.315h28.315l24.112,24.112L631.378,21.232,525.434-84.712Z' transform='translate%280.001 2.57%29'/%3e%3cpath fill='%2356b56c' d='M621.948-135.659l-28.315-28.315v-.11h29.405V-193.49h28.425v29.406H680.87v28.426H651.464v29.405h-.11l-28.315-28.315Z' transform='translate%2861.857%29'/%3e%3c/g%3e%3c/svg%3e"); }
  body header .components.theme-light-green.component-reference.-product .component-col-image::after,
  body main .components.theme-light-green.component-reference.-product .component-col-image::after,
  body footer .components.theme-light-green.component-reference.-product .component-col-image::after {
    content: none; }

body header .components.theme-light-green.component-contentbrowser_experience > .wrapper::before,
body main .components.theme-light-green.component-contentbrowser_experience > .wrapper::before,
body footer .components.theme-light-green.component-contentbrowser_experience > .wrapper::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M-15 -15L515 -15L515 515L-15 515L-15 -15ZM249.06 49.46L49.45 248.31L249.83 447.92L449.45 249.08L249.06 49.46Z' /%3e%3c/svg%3e"); }

body header .components.theme-light-green.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .components.theme-light-green.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .components.theme-light-green.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
  border-color: #56b56c;
  background-color: #56b56c; }

body header .components.theme-light-green.component-contentbrowser_experience > .wrapper .header .title,
body main .components.theme-light-green.component-contentbrowser_experience > .wrapper .header .title,
body footer .components.theme-light-green.component-contentbrowser_experience > .wrapper .header .title {
  color: #1f1d2c; }
  body header .components.theme-light-green.component-contentbrowser_experience > .wrapper .header .title em,
  body main .components.theme-light-green.component-contentbrowser_experience > .wrapper .header .title em,
  body footer .components.theme-light-green.component-contentbrowser_experience > .wrapper .header .title em {
    color: #56b56c; }

body header .components.theme-light-green.component-contentbrowser_experience > .wrapper .header .subtitle,
body main .components.theme-light-green.component-contentbrowser_experience > .wrapper .header .subtitle,
body footer .components.theme-light-green.component-contentbrowser_experience > .wrapper .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-light-green.component-contentbrowser_experience > .wrapper .header::after,
body main .components.theme-light-green.component-contentbrowser_experience > .wrapper .header::after,
body footer .components.theme-light-green.component-contentbrowser_experience > .wrapper .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-light-green.component-contentbrowser_experience > .wrapper .header::after,
    body main .components.theme-light-green.component-contentbrowser_experience > .wrapper .header::after,
    body footer .components.theme-light-green.component-contentbrowser_experience > .wrapper .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-light-green.component-rich_content .header .title,
body main .components.theme-light-green.component-rich_content .header .title,
body footer .components.theme-light-green.component-rich_content .header .title {
  color: #1f1d2c; }
  body header .components.theme-light-green.component-rich_content .header .title em,
  body main .components.theme-light-green.component-rich_content .header .title em,
  body footer .components.theme-light-green.component-rich_content .header .title em {
    color: #56b56c; }

body header .components.theme-light-green.component-rich_content .header .subtitle,
body main .components.theme-light-green.component-rich_content .header .subtitle,
body footer .components.theme-light-green.component-rich_content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-light-green.component-rich_content .header::after,
body main .components.theme-light-green.component-rich_content .header::after,
body footer .components.theme-light-green.component-rich_content .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-light-green.component-rich_content .header::after,
    body main .components.theme-light-green.component-rich_content .header::after,
    body footer .components.theme-light-green.component-rich_content .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-light-green.component-hero,
body main .components.theme-light-green.component-hero,
body footer .components.theme-light-green.component-hero {
  color: #fff; }
  body header .components.theme-light-green.component-hero.has-overlay:before,
  body main .components.theme-light-green.component-hero.has-overlay:before,
  body footer .components.theme-light-green.component-hero.has-overlay:before {
    color: #fff; }
  body header .components.theme-light-green.component-hero > .wrapper > .container .hero-heading .page-heading, body header .components.theme-light-green.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body header .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body header .components.theme-light-green.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body header .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .components.theme-light-green.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container .hero-heading .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container .hero-heading .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    color: #1f1d2c; }
  body header .components.theme-light-green.component-hero > .wrapper > .container .hero-heading .page-subtitle, body header .components.theme-light-green.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body header .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .components.theme-light-green.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .components.theme-light-green.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
  body header .components.theme-light-green.component-hero > .wrapper > .container .hero-heading::after,
  body header .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body header .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-heading::after,
  body header .components.theme-light-green.component-hero > .wrapper > .container-md .hero-heading::after,
  body header .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-heading::after,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-heading::after,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body main .components.theme-light-green.component-hero > .wrapper > .container .hero-heading::after,
  body main .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body main .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-heading::after,
  body main .components.theme-light-green.component-hero > .wrapper > .container-md .hero-heading::after,
  body main .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-heading::after,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-heading::after,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body footer .components.theme-light-green.component-hero > .wrapper > .container .hero-heading::after,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-heading::after,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-md .hero-heading::after,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-heading::after,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-heading::after,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-heading::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2rem;
    margin: 0 auto 1rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
    @media (min-width: 1200px) {
      body header .components.theme-light-green.component-hero > .wrapper > .container .hero-heading::after,
      body header .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body header .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-heading::after,
      body header .components.theme-light-green.component-hero > .wrapper > .container-md .hero-heading::after,
      body header .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-heading::after,
      body header .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-heading::after,
      body header .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body header .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body main .components.theme-light-green.component-hero > .wrapper > .container .hero-heading::after,
      body main .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body main .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-heading::after,
      body main .components.theme-light-green.component-hero > .wrapper > .container-md .hero-heading::after,
      body main .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-heading::after,
      body main .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-heading::after,
      body main .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body main .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body footer .components.theme-light-green.component-hero > .wrapper > .container .hero-heading::after,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-heading::after,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-md .hero-heading::after,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-heading::after,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-heading::after,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-heading::after {
        margin: -1rem auto 1rem; } }
  body header .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto,
  body header .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body header .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body header .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto,
  body header .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body header .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body main .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto,
  body main .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body main .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body main .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto,
  body main .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body main .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body footer .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto {
    background-color: #56b56c;
    border-color: #56b56c; }
    body header .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body header .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body main .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label {
      color: #fff; }
    body header .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body header .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body header .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body main .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body main .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover {
      background-color: #56b56c;
      border-color: #fff; }
      body header .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label {
        color: #fff; }
    body header .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:focus, body header .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:active,
    body header .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body header .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body header .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body header .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body header .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body header .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body main .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:active,
    body main .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body main .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body main .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body main .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body main .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body main .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body footer .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:active,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active {
      background-color: transparent;
      border-color: #56b56c; }
      body header .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label, body header .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .components.theme-light-green.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label {
        color: #56b56c; }

body header .components.theme-light-green.component-text_group .component-col-content .header::after,
body main .components.theme-light-green.component-text_group .component-col-content .header::after,
body footer .components.theme-light-green.component-text_group .component-col-content .header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

body header .components.theme-light-blue h1,
body header .components.theme-light-blue h2,
body header .components.theme-light-blue h3,
body header .components.theme-light-blue h4,
body header .components.theme-light-blue h5,
body header .components.theme-light-blue h6,
body header .components.theme-light-blue .h1,
body header .components.theme-light-blue .h2,
body header .components.theme-light-blue .h3,
body header .components.theme-light-blue .h4,
body header .components.theme-light-blue .h5,
body header .components.theme-light-blue .h6,
body main .components.theme-light-blue h1,
body main .components.theme-light-blue h2,
body main .components.theme-light-blue h3,
body main .components.theme-light-blue h4,
body main .components.theme-light-blue h5,
body main .components.theme-light-blue h6,
body main .components.theme-light-blue .h1,
body main .components.theme-light-blue .h2,
body main .components.theme-light-blue .h3,
body main .components.theme-light-blue .h4,
body main .components.theme-light-blue .h5,
body main .components.theme-light-blue .h6,
body footer .components.theme-light-blue h1,
body footer .components.theme-light-blue h2,
body footer .components.theme-light-blue h3,
body footer .components.theme-light-blue h4,
body footer .components.theme-light-blue h5,
body footer .components.theme-light-blue h6,
body footer .components.theme-light-blue .h1,
body footer .components.theme-light-blue .h2,
body footer .components.theme-light-blue .h3,
body footer .components.theme-light-blue .h4,
body footer .components.theme-light-blue .h5,
body footer .components.theme-light-blue .h6 {
  color: #5363ab; }

body header .components.theme-light-blue a.goto:not(.goto-video-modal),
body main .components.theme-light-blue a.goto:not(.goto-video-modal),
body footer .components.theme-light-blue a.goto:not(.goto-video-modal) {
  background-color: #5363ab;
  border-color: #5363ab;
  padding: 0.75rem 1.25rem; }
  body header .components.theme-light-blue a.goto:not(.goto-video-modal) .text-label,
  body main .components.theme-light-blue a.goto:not(.goto-video-modal) .text-label,
  body footer .components.theme-light-blue a.goto:not(.goto-video-modal) .text-label {
    color: #fff; }
  body header .components.theme-light-blue a.goto:not(.goto-video-modal):hover,
  body main .components.theme-light-blue a.goto:not(.goto-video-modal):hover,
  body footer .components.theme-light-blue a.goto:not(.goto-video-modal):hover {
    background-color: #5363ab;
    border-color: #fff; }
    body header .components.theme-light-blue a.goto:not(.goto-video-modal):hover .text-label,
    body main .components.theme-light-blue a.goto:not(.goto-video-modal):hover .text-label,
    body footer .components.theme-light-blue a.goto:not(.goto-video-modal):hover .text-label {
      color: #fff; }
  body header .components.theme-light-blue a.goto:not(.goto-video-modal):focus, body header .components.theme-light-blue a.goto:not(.goto-video-modal):active,
  body main .components.theme-light-blue a.goto:not(.goto-video-modal):focus,
  body main .components.theme-light-blue a.goto:not(.goto-video-modal):active,
  body footer .components.theme-light-blue a.goto:not(.goto-video-modal):focus,
  body footer .components.theme-light-blue a.goto:not(.goto-video-modal):active {
    background-color: transparent;
    border-color: #5363ab; }
    body header .components.theme-light-blue a.goto:not(.goto-video-modal):focus .text-label, body header .components.theme-light-blue a.goto:not(.goto-video-modal):active .text-label,
    body main .components.theme-light-blue a.goto:not(.goto-video-modal):focus .text-label,
    body main .components.theme-light-blue a.goto:not(.goto-video-modal):active .text-label,
    body footer .components.theme-light-blue a.goto:not(.goto-video-modal):focus .text-label,
    body footer .components.theme-light-blue a.goto:not(.goto-video-modal):active .text-label {
      color: #5363ab; }

body header .components.theme-light-blue.component-reference .component-col-image .media--type-image::after,
body main .components.theme-light-blue.component-reference .component-col-image .media--type-image::after,
body footer .components.theme-light-blue.component-reference .component-col-image .media--type-image::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fff' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }

body header .components.theme-light-blue.component-reference .btn, body header .components.theme-light-blue.component-reference .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part body header .components.theme-light-blue.component-reference #edit-submit,
body main .components.theme-light-blue.component-reference .btn,
body main .components.theme-light-blue.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body main .components.theme-light-blue.component-reference #edit-submit,
body footer .components.theme-light-blue.component-reference .btn,
body footer .components.theme-light-blue.component-reference .path-user #auth_box #middle_part #edit-submit,
.path-user #auth_box #middle_part body footer .components.theme-light-blue.component-reference #edit-submit {
  color: #fff;
  background-color: #5363ab;
  border-color: #fff; }
  body header .components.theme-light-blue.component-reference .btn:hover, body header .components.theme-light-blue.component-reference .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part body header .components.theme-light-blue.component-reference #edit-submit:hover,
  body main .components.theme-light-blue.component-reference .btn:hover,
  body main .components.theme-light-blue.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body main .components.theme-light-blue.component-reference #edit-submit:hover,
  body footer .components.theme-light-blue.component-reference .btn:hover,
  body footer .components.theme-light-blue.component-reference .path-user #auth_box #middle_part #edit-submit:hover,
  .path-user #auth_box #middle_part body footer .components.theme-light-blue.component-reference #edit-submit:hover {
    color: #fff; }

body header .components.theme-light-blue.component-reference.-product .component-col-image,
body main .components.theme-light-blue.component-reference.-product .component-col-image,
body footer .components.theme-light-blue.component-reference.-product .component-col-image {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='217.292' height='217.292'%3e%3cg transform='translate%28-525.435 193.49%29'%3e%3cpath fill='%235363ab' d='M631.379-190.656l24.112,24.112v28.315h28.315l1.09,1.09v28.315h28.315l24.112,24.112L631.378,21.232,525.434-84.712Z' transform='translate%280.001 2.57%29'/%3e%3cpath fill='%235363ab' d='M621.948-135.659l-28.315-28.315v-.11h29.405V-193.49h28.425v29.406H680.87v28.426H651.464v29.405h-.11l-28.315-28.315Z' transform='translate%2861.857%29'/%3e%3c/g%3e%3c/svg%3e"); }
  body header .components.theme-light-blue.component-reference.-product .component-col-image::after,
  body main .components.theme-light-blue.component-reference.-product .component-col-image::after,
  body footer .components.theme-light-blue.component-reference.-product .component-col-image::after {
    content: none; }

body header .components.theme-light-blue.component-contentbrowser_experience > .wrapper::before,
body main .components.theme-light-blue.component-contentbrowser_experience > .wrapper::before,
body footer .components.theme-light-blue.component-contentbrowser_experience > .wrapper::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M-15 -15L515 -15L515 515L-15 515L-15 -15ZM249.06 49.46L49.45 248.31L249.83 447.92L449.45 249.08L249.06 49.46Z' /%3e%3c/svg%3e"); }

body header .components.theme-light-blue.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body main .components.theme-light-blue.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer,
body footer .components.theme-light-blue.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
  border-color: #5363ab;
  background-color: #5363ab; }

body header .components.theme-light-blue.component-contentbrowser_experience > .wrapper .header .title,
body main .components.theme-light-blue.component-contentbrowser_experience > .wrapper .header .title,
body footer .components.theme-light-blue.component-contentbrowser_experience > .wrapper .header .title {
  color: #1f1d2c; }
  body header .components.theme-light-blue.component-contentbrowser_experience > .wrapper .header .title em,
  body main .components.theme-light-blue.component-contentbrowser_experience > .wrapper .header .title em,
  body footer .components.theme-light-blue.component-contentbrowser_experience > .wrapper .header .title em {
    color: #5363ab; }

body header .components.theme-light-blue.component-contentbrowser_experience > .wrapper .header .subtitle,
body main .components.theme-light-blue.component-contentbrowser_experience > .wrapper .header .subtitle,
body footer .components.theme-light-blue.component-contentbrowser_experience > .wrapper .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-light-blue.component-contentbrowser_experience > .wrapper .header::after,
body main .components.theme-light-blue.component-contentbrowser_experience > .wrapper .header::after,
body footer .components.theme-light-blue.component-contentbrowser_experience > .wrapper .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-light-blue.component-contentbrowser_experience > .wrapper .header::after,
    body main .components.theme-light-blue.component-contentbrowser_experience > .wrapper .header::after,
    body footer .components.theme-light-blue.component-contentbrowser_experience > .wrapper .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-light-blue.component-rich_content .header .title,
body main .components.theme-light-blue.component-rich_content .header .title,
body footer .components.theme-light-blue.component-rich_content .header .title {
  color: #1f1d2c; }
  body header .components.theme-light-blue.component-rich_content .header .title em,
  body main .components.theme-light-blue.component-rich_content .header .title em,
  body footer .components.theme-light-blue.component-rich_content .header .title em {
    color: #5363ab; }

body header .components.theme-light-blue.component-rich_content .header .subtitle,
body main .components.theme-light-blue.component-rich_content .header .subtitle,
body footer .components.theme-light-blue.component-rich_content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

body header .components.theme-light-blue.component-rich_content .header::after,
body main .components.theme-light-blue.component-rich_content .header::after,
body footer .components.theme-light-blue.component-rich_content .header::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2rem;
  margin: 0 auto 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    body header .components.theme-light-blue.component-rich_content .header::after,
    body main .components.theme-light-blue.component-rich_content .header::after,
    body footer .components.theme-light-blue.component-rich_content .header::after {
      margin: -1rem auto 1rem; } }

body header .components.theme-light-blue.component-hero,
body main .components.theme-light-blue.component-hero,
body footer .components.theme-light-blue.component-hero {
  color: #fff; }
  body header .components.theme-light-blue.component-hero.has-overlay:before,
  body main .components.theme-light-blue.component-hero.has-overlay:before,
  body footer .components.theme-light-blue.component-hero.has-overlay:before {
    color: #fff; }
  body header .components.theme-light-blue.component-hero > .wrapper > .container .hero-heading .page-heading, body header .components.theme-light-blue.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container .hero-heading .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container .hero-heading .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container .hero-subtitle .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-heading .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-heading .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-heading .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-heading .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-heading,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    color: #1f1d2c; }
  body header .components.theme-light-blue.component-hero > .wrapper > .container .hero-heading .page-subtitle, body header .components.theme-light-blue.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container .hero-heading .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container .hero-subtitle .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-heading .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-heading .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-heading .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-heading .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-heading .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-heading .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-heading .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
  body header .components.theme-light-blue.component-hero > .wrapper > .container .hero-heading::after,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-heading::after,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body main .components.theme-light-blue.component-hero > .wrapper > .container .hero-heading::after,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-heading::after,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container .hero-heading::after,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-heading::after,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2rem;
    margin: 0 auto 1rem;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
    @media (min-width: 1200px) {
      body header .components.theme-light-blue.component-hero > .wrapper > .container .hero-heading::after,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-heading::after,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body main .components.theme-light-blue.component-hero > .wrapper > .container .hero-heading::after,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-heading::after,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container .hero-heading::after,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-heading::after,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-heading::after,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-heading::after,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-heading::after,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-heading::after,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-heading::after,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-heading::after {
        margin: -1rem auto 1rem; } }
  body header .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body header .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body main .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body main .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto,
  body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto {
    background-color: #5363ab;
    border-color: #5363ab; }
    body header .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body main .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto .text-label,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto .text-label,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto .text-label,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto .text-label,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto .text-label,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto .text-label,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto .text-label,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto .text-label {
      color: #fff; }
    body header .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body main .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:hover,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover {
      background-color: #5363ab;
      border-color: #fff; }
      body header .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover .text-label {
        color: #fff; }
    body header .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:focus, body header .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:active,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body header .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body main .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body main .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:active,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body main .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:focus,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:active,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active,
    body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active {
      background-color: transparent;
      border-color: #5363ab; }
      body header .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label, body header .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body header .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body main .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container .hero-cta .goto:active .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-fluid .hero-cta .goto:active .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-sm .hero-cta .goto:active .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-md .hero-cta .goto:active .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-lg .hero-cta .goto:active .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-xl .hero-cta .goto:active .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxl .hero-cta .goto:active .text-label,
      body footer .components.theme-light-blue.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active .text-label {
        color: #5363ab; }

body header .components.theme-light-blue.component-text_group .component-col-content .header::after,
body main .components.theme-light-blue.component-text_group .component-col-content .header::after,
body footer .components.theme-light-blue.component-text_group .component-col-content .header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.block-system-branding-block .site-logo {
  display: inline-block; }
  .block-system-branding-block .site-logo img.logo {
    max-width: 300px;
    display: none; }
  .block-system-branding-block .site-logo::before {
    content: "";
    height: 44px;
    width: 126px;
    max-width: 300px;
    display: inline-block;
    background-size: contain !important; }
    @media (min-width: 1200px) {
      .block-system-branding-block .site-logo::before {
        height: 87px;
        width: 250px; } }

.block-local-tasks-block {
  position: unset;
  left: unset;
  z-index: unset; }

#CollapseNavBars #ContentNavBar.navbar-container {
  padding-top: 1rem; }
  #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link, #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .language-link {
      padding: 1rem 0;
      flex: 1 1 auto;
      transition: all 0.2s ease-in-out; }
      @media (min-width: 992px) {
        #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link, #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .language-link {
          flex: 0 1 30%; } }
    #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item.has-items .menu-toggler {
      border: 0 none;
      background: transparent; }
    #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item.has-items .sub-nav {
      padding: 0;
      flex: 1 0 100%; }
      @media (min-width: 992px) {
        #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item.has-items .sub-nav {
          width: auto;
          flex: 1 1 auto;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; }
          #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item.has-items .sub-nav .nav-item {
            flex: 0 1 25%;
            display: block; }
            #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item.has-items .sub-nav .nav-item .nav-link {
              margin: 0 1rem; } }
    #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .menu-toggler {
      padding: 1rem; }
      #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .menu-toggler > span {
        display: inline;
        vertical-align: middle; }
      @media (min-width: 992px) {
        #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .menu-toggler {
          display: none; } }
  #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
    border-bottom: 1px solid; }
    #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item > .nav-link {
      text-transform: uppercase; }

#CollapseNavBars #ContentNavBar .mobile-language-switcher .block-language .nav-item .language-link {
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-size: 1.25rem;
  text-transform: uppercase; }
  #CollapseNavBars #ContentNavBar .mobile-language-switcher .block-language .nav-item .language-link:hover {
    text-decoration: none; }

.theme-dark #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #707070; }

.theme-dark #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-decoration: none; }
  .theme-dark #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-dark #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-dark #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #fff;
    text-decoration: underline; }

.theme-dark-magenta #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #707070; }

.theme-dark-magenta #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-decoration: none; }
  .theme-dark-magenta #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-dark-magenta #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-dark-magenta #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #e21d76;
    text-decoration: underline; }

.theme-dark-orange #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #707070; }

.theme-dark-orange #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-decoration: none; }
  .theme-dark-orange #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-dark-orange #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-dark-orange #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #f29124;
    text-decoration: underline; }

.theme-dark-green #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #707070; }

.theme-dark-green #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-decoration: none; }
  .theme-dark-green #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-dark-green #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-dark-green #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #56b56c;
    text-decoration: underline; }

.theme-dark-blue #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #707070; }

.theme-dark-blue #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-decoration: none; }
  .theme-dark-blue #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-dark-blue #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-dark-blue #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #5363ab;
    text-decoration: underline; }

.theme-mid #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #707070; }

.theme-mid #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #1f1d2c;
  text-decoration: none; }
  .theme-mid #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-mid #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-mid #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #1f1d2c;
    text-decoration: underline; }

.theme-mid-magenta #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #707070; }

.theme-mid-magenta #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #1f1d2c;
  text-decoration: none; }
  .theme-mid-magenta #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-mid-magenta #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-mid-magenta #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #e21d76;
    text-decoration: underline; }

.theme-mid-orange #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #707070; }

.theme-mid-orange #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #1f1d2c;
  text-decoration: none; }
  .theme-mid-orange #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-mid-orange #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-mid-orange #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #f29124;
    text-decoration: underline; }

.theme-mid-green #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #707070; }

.theme-mid-green #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #1f1d2c;
  text-decoration: none; }
  .theme-mid-green #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-mid-green #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-mid-green #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #56b56c;
    text-decoration: underline; }

.theme-mid-blue #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #707070; }

.theme-mid-blue #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #1f1d2c;
  text-decoration: none; }
  .theme-mid-blue #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-mid-blue #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-mid-blue #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #5363ab;
    text-decoration: underline; }

.theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #707070; }

.theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #1f1d2c;
  text-decoration: none; }
  .theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #1f1d2c;
    text-decoration: underline; }

.theme-light-magenta #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #707070; }

.theme-light-magenta #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #1f1d2c;
  text-decoration: none; }
  .theme-light-magenta #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-light-magenta #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-light-magenta #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #e21d76;
    text-decoration: underline; }

.theme-light-orange #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #707070; }

.theme-light-orange #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #1f1d2c;
  text-decoration: none; }
  .theme-light-orange #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-light-orange #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-light-orange #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #f29124;
    text-decoration: underline; }

.theme-light-green #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #707070; }

.theme-light-green #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #1f1d2c;
  text-decoration: none; }
  .theme-light-green #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-light-green #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-light-green #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #56b56c;
    text-decoration: underline; }

.theme-light-blue #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #707070; }

.theme-light-blue #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #1f1d2c;
  text-decoration: none; }
  .theme-light-blue #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-light-blue #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-light-blue #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #5363ab;
    text-decoration: underline; }

body {
  background-color: #fff;
  color: #1f1d2c; }

.region.theme-dark {
  background-color: #1f1d2c;
  color: #fff; }
  .region.theme-dark .block-system-branding-block .site-logo::before {
    background-position: left center; }
  .region.theme-dark a {
    color: #fff; }
    .region.theme-dark a:hover, .region.theme-dark a:focus, .region.theme-dark a:active {
      color: #1f1d2c; }
  .region.theme-dark .muted {
    color: #707070; }

.region.theme-dark-magenta {
  background-color: #1f1d2c;
  color: #fff; }
  .region.theme-dark-magenta .block-system-branding-block .site-logo::before {
    background-position: left center; }
  .region.theme-dark-magenta a {
    color: #e21d76; }
    .region.theme-dark-magenta a:hover, .region.theme-dark-magenta a:focus, .region.theme-dark-magenta a:active {
      color: #fff; }
  .region.theme-dark-magenta .muted {
    color: #707070; }

.region.theme-dark-orange {
  background-color: #1f1d2c;
  color: #fff; }
  .region.theme-dark-orange .block-system-branding-block .site-logo::before {
    background-position: left center; }
  .region.theme-dark-orange a {
    color: #f29124; }
    .region.theme-dark-orange a:hover, .region.theme-dark-orange a:focus, .region.theme-dark-orange a:active {
      color: #fff; }
  .region.theme-dark-orange .muted {
    color: #707070; }

.region.theme-dark-green {
  background-color: #1f1d2c;
  color: #fff; }
  .region.theme-dark-green .block-system-branding-block .site-logo::before {
    background-position: left center; }
  .region.theme-dark-green a {
    color: #56b56c; }
    .region.theme-dark-green a:hover, .region.theme-dark-green a:focus, .region.theme-dark-green a:active {
      color: #fff; }
  .region.theme-dark-green .muted {
    color: #707070; }

.region.theme-dark-blue {
  background-color: #1f1d2c;
  color: #fff; }
  .region.theme-dark-blue .block-system-branding-block .site-logo::before {
    background-position: left center; }
  .region.theme-dark-blue a {
    color: #5363ab; }
    .region.theme-dark-blue a:hover, .region.theme-dark-blue a:focus, .region.theme-dark-blue a:active {
      color: #fff; }
  .region.theme-dark-blue .muted {
    color: #707070; }

.region.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light {
  background-color: #fafafa;
  color: #1f1d2c; }
  .region.theme-mid .block-system-branding-block .site-logo::before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light .block-system-branding-block .site-logo::before {
    background-position: left center; }
  .region.theme-mid a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a {
    color: #1f1d2c; }
    .region.theme-mid a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:hover, .region.theme-mid a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:focus, .region.theme-mid a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:active {
      color: #fff; }
  .region.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light .muted {
    color: #707070; }

.region.theme-mid-magenta {
  background-color: #fafafa;
  color: #1f1d2c; }
  .region.theme-mid-magenta .block-system-branding-block .site-logo::before {
    background-position: left center; }
  .region.theme-mid-magenta a {
    color: #e21d76; }
    .region.theme-mid-magenta a:hover, .region.theme-mid-magenta a:focus, .region.theme-mid-magenta a:active {
      color: #fff; }
  .region.theme-mid-magenta .muted {
    color: #707070; }

.region.theme-mid-orange {
  background-color: #fafafa;
  color: #1f1d2c; }
  .region.theme-mid-orange .block-system-branding-block .site-logo::before {
    background-position: left center; }
  .region.theme-mid-orange a {
    color: #f29124; }
    .region.theme-mid-orange a:hover, .region.theme-mid-orange a:focus, .region.theme-mid-orange a:active {
      color: #fff; }
  .region.theme-mid-orange .muted {
    color: #707070; }

.region.theme-mid-green {
  background-color: #fafafa;
  color: #1f1d2c; }
  .region.theme-mid-green .block-system-branding-block .site-logo::before {
    background-position: left center; }
  .region.theme-mid-green a {
    color: #56b56c; }
    .region.theme-mid-green a:hover, .region.theme-mid-green a:focus, .region.theme-mid-green a:active {
      color: #fff; }
  .region.theme-mid-green .muted {
    color: #707070; }

.region.theme-mid-blue {
  background-color: #fafafa;
  color: #1f1d2c; }
  .region.theme-mid-blue .block-system-branding-block .site-logo::before {
    background-position: left center; }
  .region.theme-mid-blue a {
    color: #5363ab; }
    .region.theme-mid-blue a:hover, .region.theme-mid-blue a:focus, .region.theme-mid-blue a:active {
      color: #fff; }
  .region.theme-mid-blue .muted {
    color: #707070; }

.region.theme-light {
  background-color: #fff;
  color: #1f1d2c; }
  .region.theme-light .block-system-branding-block .site-logo::before {
    background-position: left center; }
  .region.theme-light a {
    color: #1f1d2c; }
    .region.theme-light a:hover, .region.theme-light a:focus, .region.theme-light a:active {
      color: #fff; }
  .region.theme-light .muted {
    color: #707070; }

.region.theme-light-magenta {
  background-color: #fff;
  color: #1f1d2c; }
  .region.theme-light-magenta .block-system-branding-block .site-logo::before {
    background-position: left center; }
  .region.theme-light-magenta a {
    color: #e21d76; }
    .region.theme-light-magenta a:hover, .region.theme-light-magenta a:focus, .region.theme-light-magenta a:active {
      color: #fff; }
  .region.theme-light-magenta .muted {
    color: #707070; }

.region.theme-light-orange {
  background-color: #fff;
  color: #1f1d2c; }
  .region.theme-light-orange .block-system-branding-block .site-logo::before {
    background-position: left center; }
  .region.theme-light-orange a {
    color: #f29124; }
    .region.theme-light-orange a:hover, .region.theme-light-orange a:focus, .region.theme-light-orange a:active {
      color: #fff; }
  .region.theme-light-orange .muted {
    color: #707070; }

.region.theme-light-green {
  background-color: #fff;
  color: #1f1d2c; }
  .region.theme-light-green .block-system-branding-block .site-logo::before {
    background-position: left center; }
  .region.theme-light-green a {
    color: #56b56c; }
    .region.theme-light-green a:hover, .region.theme-light-green a:focus, .region.theme-light-green a:active {
      color: #fff; }
  .region.theme-light-green .muted {
    color: #707070; }

.region.theme-light-blue {
  background-color: #fff;
  color: #1f1d2c; }
  .region.theme-light-blue .block-system-branding-block .site-logo::before {
    background-position: left center; }
  .region.theme-light-blue a {
    color: #5363ab; }
    .region.theme-light-blue a:hover, .region.theme-light-blue a:focus, .region.theme-light-blue a:active {
      color: #fff; }
  .region.theme-light-blue .muted {
    color: #707070; }

.region.region-header {
  position: relative; }
  .region.region-header.show-bg, .region.region-header.show-backlayer {
    box-shadow: none; }
  .region.region-header.show-backlayer {
    box-shadow: none;
    z-index: 101; }
    .region.region-header.show-backlayer:before {
      height: 100vh;
      top: 0; }
  @media (max-width: 1199.98px) {
    .region.region-header:before {
      top: 4.5rem; } }
  .region.region-header #HeaderNavbar.navbar .block-system-branding-block {
    flex: 1 0 0;
    text-align: left; }
    .region.region-header #HeaderNavbar.navbar .block-system-branding-block .site-logo {
      display: block; }
      @media (min-width: 1200px) {
        .region.region-header #HeaderNavbar.navbar .block-system-branding-block .site-logo {
          max-width: 25%; } }
      .region.region-header #HeaderNavbar.navbar .block-system-branding-block .site-logo img.logo {
        height: 44px;
        width: auto;
        min-width: auto; }
        @media (min-width: 1200px) {
          .region.region-header #HeaderNavbar.navbar .block-system-branding-block .site-logo img.logo {
            height: 87px; } }
  .region.region-header #HeaderNavbar.navbar #ToolsNavBar {
    width: 68px;
    justify-content: start; }
    @media (max-width: 1199.98px) {
      .region.region-header #HeaderNavbar.navbar #ToolsNavBar {
        display: none; } }
    .region.region-header #HeaderNavbar.navbar #ToolsNavBar .nav-item .language-link {
      padding: 0 1rem 2rem 1rem;
      font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
      font-size: 1.25rem;
      font-weight: 600; }
      .region.region-header #HeaderNavbar.navbar #ToolsNavBar .nav-item .language-link:hover {
        text-decoration: none; }
  .region.region-header #HeaderNavbar.navbar .navbar-toggler {
    order: 2;
    width: 68px;
    font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    .region.region-header #HeaderNavbar.navbar .navbar-toggler > span {
      display: block; }
    .region.region-header #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
      background-image: url("../images/menu.svg");
      background-repeat: no-repeat;
      background-position: center;
      width: auto;
      height: 40px;
      margin-bottom: 0.5rem; }
    .region.region-header #HeaderNavbar.navbar .navbar-toggler .material-icons {
      font-size: 40px;
      margin-bottom: 0.5rem; }
  .region.region-header #HeaderNavbar.navbar .nav-item .language-link {
    color: #000;
    text-decoration: none; }
    .region.region-header #HeaderNavbar.navbar .nav-item .language-link:hover, .region.region-header #HeaderNavbar.navbar .nav-item .language-link:focus, .region.region-header #HeaderNavbar.navbar .nav-item .language-link:active {
      text-decoration: underline; }
  .region.region-header #CollapseNavBars {
    z-index: 2;
    position: absolute;
    width: 100%;
    top: calc(4.5rem - 1px); }
    @media (min-width: 1200px) {
      .region.region-header #CollapseNavBars {
        top: calc(8.5rem - 1px); } }
    @media (min-width: 1200px) {
      .region.region-header #CollapseNavBars .mobile-language-switcher {
        display: none; } }

.region.region-header.theme-dark #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23fff' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%23fff' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark #HeaderNavbar.navbar .nav-item .language-link {
  color: #fff; }

.region.region-header.theme-dark.bg-transparent #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23fff' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark.bg-transparent #HeaderNavbar.navbar .navbar-toggler {
  color: #fff; }
  .region.region-header.theme-dark.bg-transparent #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%23fff' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark.bg-transparent #HeaderNavbar.navbar .nav-item .language-link {
  color: #fff; }

.region.region-header.theme-dark-magenta #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23e21d76' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-magenta #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%23e21d76' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-magenta #HeaderNavbar.navbar .nav-item .language-link {
  color: #e21d76; }

.region.region-header.theme-dark-magenta.bg-transparent #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23e21d76' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-magenta.bg-transparent #HeaderNavbar.navbar .navbar-toggler {
  color: #e21d76; }
  .region.region-header.theme-dark-magenta.bg-transparent #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%23e21d76' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-magenta.bg-transparent #HeaderNavbar.navbar .nav-item .language-link {
  color: #e21d76; }

.region.region-header.theme-dark-orange #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23f29124' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-orange #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%23f29124' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-orange #HeaderNavbar.navbar .nav-item .language-link {
  color: #f29124; }

.region.region-header.theme-dark-orange.bg-transparent #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23f29124' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-orange.bg-transparent #HeaderNavbar.navbar .navbar-toggler {
  color: #f29124; }
  .region.region-header.theme-dark-orange.bg-transparent #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%23f29124' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-orange.bg-transparent #HeaderNavbar.navbar .nav-item .language-link {
  color: #f29124; }

.region.region-header.theme-dark-green #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%2356b56c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-green #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%2356b56c' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-green #HeaderNavbar.navbar .nav-item .language-link {
  color: #56b56c; }

.region.region-header.theme-dark-green.bg-transparent #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%2356b56c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-green.bg-transparent #HeaderNavbar.navbar .navbar-toggler {
  color: #56b56c; }
  .region.region-header.theme-dark-green.bg-transparent #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%2356b56c' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-green.bg-transparent #HeaderNavbar.navbar .nav-item .language-link {
  color: #56b56c; }

.region.region-header.theme-dark-blue #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%235363ab' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-blue #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%235363ab' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-blue #HeaderNavbar.navbar .nav-item .language-link {
  color: #5363ab; }

.region.region-header.theme-dark-blue.bg-transparent #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%235363ab' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-blue.bg-transparent #HeaderNavbar.navbar .navbar-toggler {
  color: #5363ab; }
  .region.region-header.theme-dark-blue.bg-transparent #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%235363ab' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-dark-blue.bg-transparent #HeaderNavbar.navbar .nav-item .language-link {
  color: #5363ab; }

.region.region-header.theme-mid #HeaderNavbar.navbar .block-system-branding-block .site-logo::before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.region-header.components.component-text_group.theme-light #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%231f1d2c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.region-header.components.component-text_group.theme-light #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%231f1d2c' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid #HeaderNavbar.navbar .nav-item .language-link, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.region-header.components.component-text_group.theme-light #HeaderNavbar.navbar .nav-item .language-link {
  color: #1f1d2c; }

.region.region-header.theme-mid.bg-transparent #HeaderNavbar.navbar .block-system-branding-block .site-logo::before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.region-header.bg-transparent.components.component-text_group.theme-light #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%231f1d2c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid.bg-transparent #HeaderNavbar.navbar .navbar-toggler, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.region-header.bg-transparent.components.component-text_group.theme-light #HeaderNavbar.navbar .navbar-toggler {
  color: #1f1d2c; }
  .region.region-header.theme-mid.bg-transparent #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.region-header.bg-transparent.components.component-text_group.theme-light #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%231f1d2c' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid.bg-transparent #HeaderNavbar.navbar .nav-item .language-link, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.region-header.bg-transparent.components.component-text_group.theme-light #HeaderNavbar.navbar .nav-item .language-link {
  color: #1f1d2c; }

.region.region-header.theme-mid-magenta #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23e21d76' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-magenta #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%23e21d76' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-magenta #HeaderNavbar.navbar .nav-item .language-link {
  color: #e21d76; }

.region.region-header.theme-mid-magenta.bg-transparent #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23e21d76' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-magenta.bg-transparent #HeaderNavbar.navbar .navbar-toggler {
  color: #e21d76; }
  .region.region-header.theme-mid-magenta.bg-transparent #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%23e21d76' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-magenta.bg-transparent #HeaderNavbar.navbar .nav-item .language-link {
  color: #e21d76; }

.region.region-header.theme-mid-orange #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23f29124' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-orange #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%23f29124' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-orange #HeaderNavbar.navbar .nav-item .language-link {
  color: #f29124; }

.region.region-header.theme-mid-orange.bg-transparent #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23f29124' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-orange.bg-transparent #HeaderNavbar.navbar .navbar-toggler {
  color: #f29124; }
  .region.region-header.theme-mid-orange.bg-transparent #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%23f29124' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-orange.bg-transparent #HeaderNavbar.navbar .nav-item .language-link {
  color: #f29124; }

.region.region-header.theme-mid-green #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%2356b56c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-green #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%2356b56c' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-green #HeaderNavbar.navbar .nav-item .language-link {
  color: #56b56c; }

.region.region-header.theme-mid-green.bg-transparent #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%2356b56c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-green.bg-transparent #HeaderNavbar.navbar .navbar-toggler {
  color: #56b56c; }
  .region.region-header.theme-mid-green.bg-transparent #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%2356b56c' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-green.bg-transparent #HeaderNavbar.navbar .nav-item .language-link {
  color: #56b56c; }

.region.region-header.theme-mid-blue #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%235363ab' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-blue #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%235363ab' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-blue #HeaderNavbar.navbar .nav-item .language-link {
  color: #5363ab; }

.region.region-header.theme-mid-blue.bg-transparent #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%235363ab' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-blue.bg-transparent #HeaderNavbar.navbar .navbar-toggler {
  color: #5363ab; }
  .region.region-header.theme-mid-blue.bg-transparent #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%235363ab' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-mid-blue.bg-transparent #HeaderNavbar.navbar .nav-item .language-link {
  color: #5363ab; }

.region.region-header.theme-light #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%231f1d2c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%231f1d2c' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light #HeaderNavbar.navbar .nav-item .language-link {
  color: #1f1d2c; }

.region.region-header.theme-light.bg-transparent #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%231f1d2c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light.bg-transparent #HeaderNavbar.navbar .navbar-toggler {
  color: #1f1d2c; }
  .region.region-header.theme-light.bg-transparent #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%231f1d2c' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light.bg-transparent #HeaderNavbar.navbar .nav-item .language-link {
  color: #1f1d2c; }

.region.region-header.theme-light-magenta #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23e21d76' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-magenta #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%23e21d76' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-magenta #HeaderNavbar.navbar .nav-item .language-link {
  color: #e21d76; }

.region.region-header.theme-light-magenta.bg-transparent #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23e21d76' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-magenta.bg-transparent #HeaderNavbar.navbar .navbar-toggler {
  color: #e21d76; }
  .region.region-header.theme-light-magenta.bg-transparent #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%23e21d76' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-magenta.bg-transparent #HeaderNavbar.navbar .nav-item .language-link {
  color: #e21d76; }

.region.region-header.theme-light-orange #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23f29124' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-orange #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%23f29124' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-orange #HeaderNavbar.navbar .nav-item .language-link {
  color: #f29124; }

.region.region-header.theme-light-orange.bg-transparent #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23f29124' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-orange.bg-transparent #HeaderNavbar.navbar .navbar-toggler {
  color: #f29124; }
  .region.region-header.theme-light-orange.bg-transparent #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%23f29124' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-orange.bg-transparent #HeaderNavbar.navbar .nav-item .language-link {
  color: #f29124; }

.region.region-header.theme-light-green #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%2356b56c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-green #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%2356b56c' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-green #HeaderNavbar.navbar .nav-item .language-link {
  color: #56b56c; }

.region.region-header.theme-light-green.bg-transparent #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%2356b56c' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-green.bg-transparent #HeaderNavbar.navbar .navbar-toggler {
  color: #56b56c; }
  .region.region-header.theme-light-green.bg-transparent #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%2356b56c' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-green.bg-transparent #HeaderNavbar.navbar .nav-item .language-link {
  color: #56b56c; }

.region.region-header.theme-light-blue #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%235363ab' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-blue #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%235363ab' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-blue #HeaderNavbar.navbar .nav-item .language-link {
  color: #5363ab; }

.region.region-header.theme-light-blue.bg-transparent #HeaderNavbar.navbar .block-system-branding-block .site-logo::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%235363ab' d='M399.1,157.99v-25.55h26v-23.03h-26v-26h-23.03v26h-25.55L249.66,8.54L8.26,249.93l241.39,241.39l241.39-241.39 L399.1,157.99z M350.07,132.44h26v26h-26V132.44z M165.28,337.92l-51.14-151.62h34.09l25.96,82.01l20.33,69.61H165.28z M204.24,332.82l-13.91-47.61c0.04-0.13,0.08-0.27,0.12-0.4l31.51-98.5h31.31L204.24,332.82z M320.58,341.16v-23.14 c11.87-1.83,21.02-9.77,21.02-23.97c0-16.54-11.88-24.17-26.51-24.17c-14.62,0-26.5,7.63-26.5,24.17c0,14.26,9.37,22.21,21.19,24 v23.16c-34.73-1.72-55.11-20.46-55.11-46.32c0-21.84,13.56-33.7,30.31-37.95v-0.63c-13.78-4.66-25.02-15.69-25.02-34.77 c0-23.56,17.57-41.17,49.82-42.88v23.84c-9.96,1.8-17.37,8.97-17.37,22.01c0,14.83,10.17,22.26,22.68,22.26 c12.31,0,22.48-7.43,22.48-22.26c0-12.92-7.28-20.07-16.98-21.96v-23.89c32.14,1.78,49.64,19.39,49.64,43.1 c0,19.07-11.45,29.68-25.24,34.56v0.63c17.18,4.25,30.53,15.27,30.53,37.95C375.52,319.63,353.76,339.21,320.58,341.16z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-blue.bg-transparent #HeaderNavbar.navbar .navbar-toggler {
  color: #5363ab; }
  .region.region-header.theme-light-blue.bg-transparent #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3e%3cpath fill='%235363ab' d='M14.84 7.09L19.09 2.84L23.34 7.09L19.09 11.34L14.84 7.09ZM15 18.25L19.25 14L23.5 18.25L19.25 22.5L15 18.25ZM15 29.25L19.25 25L23.5 29.25L19.25 33.5L15 29.25Z'/%3e%3c/svg%3e"); }

.region.region-header.theme-light-blue.bg-transparent #HeaderNavbar.navbar .nav-item .language-link {
  color: #5363ab; }

.region.region-footer .footer {
  font-weight: 200; }
  .region.region-footer .footer-branding {
    margin-bottom: 1.5rem; }
    .region.region-footer .footer-branding .logo {
      max-width: 200px; }
  .region.region-footer .footer-content {
    font-size: 0.875rem;
    letter-spacing: 0.3333333333px;
    line-height: 1.5; }
  .region.region-footer .footer-menu .navbar-nav, .region.region-footer .footer-privacy .navbar-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .region.region-footer .footer-menu .navbar-nav, .region.region-footer .footer-privacy .navbar-nav {
        max-height: 8rem; } }
  .region.region-footer .footer-menu .nav-item, .region.region-footer .footer-privacy .nav-item {
    min-height: 2rem; }
    .region.region-footer .footer-menu .nav-item a:hover, .region.region-footer .footer-privacy .nav-item a:hover {
      color: #000 !important; }
  .region.region-footer .footer-menu .nav-link, .region.region-footer .footer-privacy .nav-link {
    font-weight: 200; }
  @media (min-width: 768px) {
    .region.region-footer .footer-menu {
      flex: 0 0 40% !important;
      max-width: 40% !important; } }
  @media (min-width: 768px) {
    .region.region-footer .footer-privacy .nav {
      flex-direction: row;
      justify-content: flex-start; }
      .region.region-footer .footer-privacy .nav .nav-item {
        margin-right: 1.5rem; } }

@media (min-width: 768px) {
  .region.region-footer .row:last-child::before {
    content: none; } }

.region.region-footer .row:nth-child(2)::after {
  content: '';
  margin: 1.5rem;
  width: 100%;
  height: 1px;
  background: #1f1d2c; }
  @media (min-width: 768px) {
    .region.region-footer .row:nth-child(2)::after {
      margin: 0;
      height: 0; } }

@media (min-width: 768px) {
  .region.region-footer .row:nth-child(2) {
    justify-content: space-between; } }

.region.region-content.underlapping {
  margin-top: -4.5rem; }
  @media (min-width: 992px) {
    .region.region-content.underlapping {
      margin-top: -8.5rem; } }

.term.term-view_mode--full .views-element-container {
  padding-top: 4.5rem; }
  @media (min-width: 1200px) {
    .term.term-view_mode--full .views-element-container {
      padding-top: 8.5rem; } }
  .term.term-view_mode--full .views-element-container .node-container {
    padding-left: 0;
    padding-right: 0; }
  .term.term-view_mode--full .views-element-container .node-image {
    margin-bottom: 1.5rem; }
  .term.term-view_mode--full .views-element-container .node-headings {
    margin-bottom: 1rem; }
    .term.term-view_mode--full .views-element-container .node-headings .title {
      font-size: 2.25rem; }
  .term.term-view_mode--full .views-element-container .node-body {
    margin-bottom: 2rem;
    line-height: 1.5;
    font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times; }
  .term.term-view_mode--full .views-element-container .node-footer-cta-link .text-label {
    display: flex;
    justify-content: space-between; }

.term.magazine_related-term .taxonomy-term-header .views-element-container {
  padding-top: 0; }

.term.magazine_related-term .taxonomy-term-header .view {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }
  .term.magazine_related-term .taxonomy-term-header .view .view-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0; }
  .term.magazine_related-term .taxonomy-term-header .view .views-row {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto; }
  .term.magazine_related-term .taxonomy-term-header .view .view-col {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 1.5rem; }
    @media (min-width: 1200px) {
      .term.magazine_related-term .taxonomy-term-header .view .view-col {
        flex: 0 0 100%;
        max-width: 100%; } }

.term.magazine_related-term .taxonomy-term-header .node {
  margin-bottom: 0; }
  .term.magazine_related-term .taxonomy-term-header .node .node-wrapper {
    width: 100%;
    max-width: 100%; }
  .term.magazine_related-term .taxonomy-term-header .node .node-container {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto; }

.node--type-article {
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-size: 1.125rem; }

.node-headings .title {
  font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-weight: 200; }
  .node-headings .title::first-letter {
    text-transform: uppercase; }

.node-headings .node-label {
  margin-bottom: 1rem; }

.node-headings .tag-container .field__items {
  display: flex;
  justify-content: center; }
  .node-headings .tag-container .field__items .field__item {
    margin: 1rem; }

.node-image {
  display: flex;
  justify-content: center;
  padding: 0 3.5rem; }

.node-body {
  line-height: 1.5; }

.node-view_mode--teaser .node-link {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero > .wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 1200px) {
    .node-view_mode--article_magazine_hero_promoted.components.component-hero > .wrapper {
      height: auto;
      padding: 5rem 1.5rem; } }

.node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5rem; }
  @media (min-width: 1200px) {
    .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl {
      margin-top: 0; } }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .component-row, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .component-row, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .component-row, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .component-row, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .component-row, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .component-row, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .component-row {
    display: block;
    margin: 0 auto;
    padding: 0; }
    .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .component-row .component-col-content, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .component-row .component-col-content, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .component-row .component-col-content, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .component-row .component-col-content, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .component-row .component-col-content, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .component-row .component-col-content, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .component-row .component-col-content {
      background-color: #1a1b1af0;
      padding: 2rem; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-subtitle {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center; }
    .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-heading::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-heading::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-heading::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-heading::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-heading::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-heading::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-heading::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-subtitle::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-subtitle::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-subtitle::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-subtitle::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-subtitle::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-subtitle::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-subtitle::after {
      content: none !important; }
    @media (min-width: 992px) {
      .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-subtitle {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center; } }
    .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-subtitle h1.page-heading {
      font-size: 2rem;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: 0.1rem; }
      @media (min-width: 768px) {
        .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-subtitle h1.page-heading {
          font-size: 3rem; } }
    .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-subtitle .page-heading {
      margin-top: 0;
      margin-bottom: 0.5rem; }
      @media (min-width: 992px) {
        .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-subtitle .page-heading {
          margin-top: 2rem; } }
    .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .hero-subtitle .page-subtitle {
      margin-bottom: 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .page-category {
    font-family: "ElBrush", Poppins, serif, Palatino Linotype, Book Antiqua, Palatino, Times New Roman, Times;
    font-style: normal;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    font-size: 80px;
    transform: rotate(-3deg);
    letter-spacing: -0.5rem;
    letter-spacing: -0.3rem !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 0.8; }
    .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .page-category::after {
      content: "";
      transform: rotate(3deg);
      margin-top: 1rem !important;
      display: block;
      width: 4rem;
      height: 2rem;
      margin: 0 auto 1rem;
      background-color: transparent;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media (min-width: 1200px) {
        .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .page-category::after {
          margin: -1rem auto 1rem; } }
      @media (min-width: 1200px) {
        .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .page-category::after {
          margin: 0 auto !important; } }
    @media (min-width: 1200px) {
      .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .page-category {
        font-family: "ElBrush", Poppins, serif, Palatino Linotype, Book Antiqua, Palatino, Times New Roman, Times;
        font-style: normal;
        font-weight: 600;
        display: block;
        text-transform: uppercase;
        font-size: 200px;
        transform: rotate(-3deg);
        letter-spacing: -0.5rem;
        letter-spacing: -0.5rem !important; } }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .page-metadata {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .page-metadata {
        margin-top: 2rem; } }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .page-body {
    margin-top: 1rem;
    font-size: 0.875rem; }
    @media (max-width: 991.98px) {
      .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .page-body {
        font-size: 1rem; } }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .page-cta, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .page-cta, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .page-cta, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .page-cta, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .page-cta, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .page-cta, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .page-cta {
    margin-top: 2rem; }
    .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .page-cta .goto-featured {
      display: inline-flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      background-color: transparent;
      padding: 0.6rem 3rem;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 1.2;
      font-weight: bold;
      font-size: 0.8rem;
      border: 0.25rem solid;
      box-shadow: 0.5rem 0.5rem 0 0;
      transform: translate(0, 0);
      transition: 250ms all linear; }
      .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .page-cta .goto-featured:active {
        box-shadow: 0 0 0 0;
        transform: translate(0.5rem, 0.5rem);
        transition: 250ms all linear; }
      @media (min-width: 768px) {
        .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero .container-xxxl .page-cta .goto-featured {
          font-size: 1.125rem; } }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxxl .hero-subtitle h1.page-heading {
  color: #fff; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxxl .page-category {
  color: #fff; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxxl .page-category::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23fff' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxxl .page-metadata {
  color: #fff; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxxl .page-metadata .field.field--name-field-article-date {
    color: #fff; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxxl .page-body {
  color: #fff; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxxl .page-cta .goto-featured {
  color: #fff;
  border-color: #fff;
  box-shadow: #fff 0.5rem 0.5rem 0 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark .container-xxxl .page-cta .goto-featured:hover {
    background-color: #fff;
    color: #1f1d2c;
    box-shadow: #fff 0 0 0 0; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxxl .hero-subtitle h1.page-heading {
  color: #fff; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxxl .page-category {
  color: #fff; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxxl .page-category::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxxl .page-metadata {
  color: #fff; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxxl .page-metadata .field.field--name-field-article-date {
    color: #fff; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxxl .page-body {
  color: #fff; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxxl .page-cta .goto-featured {
  color: #fff;
  border-color: #fff;
  box-shadow: #fff 0.5rem 0.5rem 0 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-magenta .container-xxxl .page-cta .goto-featured:hover {
    background-color: #fff;
    color: #1f1d2c;
    box-shadow: #fff 0 0 0 0; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxxl .hero-subtitle h1.page-heading {
  color: #fff; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxxl .page-category {
  color: #fff; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxxl .page-category::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxxl .page-metadata {
  color: #fff; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxxl .page-metadata .field.field--name-field-article-date {
    color: #fff; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxxl .page-body {
  color: #fff; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxxl .page-cta .goto-featured {
  color: #fff;
  border-color: #fff;
  box-shadow: #fff 0.5rem 0.5rem 0 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-orange .container-xxxl .page-cta .goto-featured:hover {
    background-color: #fff;
    color: #1f1d2c;
    box-shadow: #fff 0 0 0 0; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxxl .hero-subtitle h1.page-heading {
  color: #fff; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxxl .page-category {
  color: #fff; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxxl .page-category::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxxl .page-metadata {
  color: #fff; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxxl .page-metadata .field.field--name-field-article-date {
    color: #fff; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxxl .page-body {
  color: #fff; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxxl .page-cta .goto-featured {
  color: #fff;
  border-color: #fff;
  box-shadow: #fff 0.5rem 0.5rem 0 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-green .container-xxxl .page-cta .goto-featured:hover {
    background-color: #fff;
    color: #1f1d2c;
    box-shadow: #fff 0 0 0 0; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxxl .hero-subtitle h1.page-heading {
  color: #fff; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxxl .page-category {
  color: #fff; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxxl .page-category::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxxl .page-metadata {
  color: #fff; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxxl .page-metadata .field.field--name-field-article-date {
    color: #fff; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxxl .page-body {
  color: #fff; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxxl .page-cta .goto-featured {
  color: #fff;
  border-color: #fff;
  box-shadow: #fff 0.5rem 0.5rem 0 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-dark-blue .container-xxxl .page-cta .goto-featured:hover {
    background-color: #fff;
    color: #1f1d2c;
    box-shadow: #fff 0 0 0 0; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-fluid .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-sm .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-md .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-lg .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xl .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxl .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxxl .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-fluid .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-sm .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-md .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-lg .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xl .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxl .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxxl .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-fluid .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-sm .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-md .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-lg .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xl .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxl .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxxl .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-fluid .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-sm .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-md .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-lg .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xl .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxl .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxxl .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxxl .hero-subtitle h1.page-heading {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-fluid .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-sm .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-md .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-lg .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xl .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxl .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxxl .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxxl .page-category {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-fluid .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-sm .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-md .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-lg .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xl .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxl .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxxl .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxxl .page-category::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%231f1d2c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-fluid .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-sm .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-md .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-lg .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xl .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxl .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxxl .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxxl .page-metadata {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-fluid .page-metadata .field.field--name-field-article-date, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-sm .page-metadata .field.field--name-field-article-date, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-md .page-metadata .field.field--name-field-article-date, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-lg .page-metadata .field.field--name-field-article-date, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xl .page-metadata .field.field--name-field-article-date, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxl .page-metadata .field.field--name-field-article-date, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxxl .page-metadata .field.field--name-field-article-date, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxxl .page-metadata .field.field--name-field-article-date {
    color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-fluid .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-sm .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-md .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-lg .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xl .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxl .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxxl .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxxl .page-body {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-fluid .page-cta .goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-sm .page-cta .goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-md .page-cta .goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-lg .page-cta .goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xl .page-cta .goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxl .page-cta .goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxxl .page-cta .goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxxl .page-cta .goto-featured {
  color: #1f1d2c;
  border-color: #1f1d2c;
  box-shadow: #1f1d2c 0.5rem 0.5rem 0 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-fluid .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-sm .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-md .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-lg .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xl .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxl .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid .container-xxxl .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_hero_promoted.components.component-hero.component-text_group.theme-light .container-xxxl .page-cta .goto-featured:hover {
    background-color: #1f1d2c;
    color: #fafafa;
    box-shadow: #1f1d2c 0 0 0 0; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxxl .hero-subtitle h1.page-heading {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxxl .page-category {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxxl .page-category::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxxl .page-metadata {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxxl .page-metadata .field.field--name-field-article-date {
    color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxxl .page-body {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxxl .page-cta .goto-featured {
  color: #1f1d2c;
  border-color: #1f1d2c;
  box-shadow: #1f1d2c 0.5rem 0.5rem 0 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-magenta .container-xxxl .page-cta .goto-featured:hover {
    background-color: #1f1d2c;
    color: #fafafa;
    box-shadow: #1f1d2c 0 0 0 0; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxxl .hero-subtitle h1.page-heading {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxxl .page-category {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxxl .page-category::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxxl .page-metadata {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxxl .page-metadata .field.field--name-field-article-date {
    color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxxl .page-body {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxxl .page-cta .goto-featured {
  color: #1f1d2c;
  border-color: #1f1d2c;
  box-shadow: #1f1d2c 0.5rem 0.5rem 0 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-orange .container-xxxl .page-cta .goto-featured:hover {
    background-color: #1f1d2c;
    color: #fafafa;
    box-shadow: #1f1d2c 0 0 0 0; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxxl .hero-subtitle h1.page-heading {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxxl .page-category {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxxl .page-category::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxxl .page-metadata {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxxl .page-metadata .field.field--name-field-article-date {
    color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxxl .page-body {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxxl .page-cta .goto-featured {
  color: #1f1d2c;
  border-color: #1f1d2c;
  box-shadow: #1f1d2c 0.5rem 0.5rem 0 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-green .container-xxxl .page-cta .goto-featured:hover {
    background-color: #1f1d2c;
    color: #fafafa;
    box-shadow: #1f1d2c 0 0 0 0; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxxl .hero-subtitle h1.page-heading {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxxl .page-category {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxxl .page-category::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxxl .page-metadata {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxxl .page-metadata .field.field--name-field-article-date {
    color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxxl .page-body {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxxl .page-cta .goto-featured {
  color: #1f1d2c;
  border-color: #1f1d2c;
  box-shadow: #1f1d2c 0.5rem 0.5rem 0 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-mid-blue .container-xxxl .page-cta .goto-featured:hover {
    background-color: #1f1d2c;
    color: #fafafa;
    box-shadow: #1f1d2c 0 0 0 0; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxxl .hero-subtitle h1.page-heading {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxxl .page-category {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxxl .page-category::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%231f1d2c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxxl .page-metadata {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxxl .page-metadata .field.field--name-field-article-date {
    color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxxl .page-body {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxxl .page-cta .goto-featured {
  color: #1f1d2c;
  border-color: #1f1d2c;
  box-shadow: #1f1d2c 0.5rem 0.5rem 0 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light .container-xxxl .page-cta .goto-featured:hover {
    background-color: #1f1d2c;
    color: #fff;
    box-shadow: #1f1d2c 0 0 0 0; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxxl .hero-subtitle h1.page-heading {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxxl .page-category {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxxl .page-category::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxxl .page-metadata {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxxl .page-metadata .field.field--name-field-article-date {
    color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxxl .page-body {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxxl .page-cta .goto-featured {
  color: #1f1d2c;
  border-color: #1f1d2c;
  box-shadow: #1f1d2c 0.5rem 0.5rem 0 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-magenta .container-xxxl .page-cta .goto-featured:hover {
    background-color: #1f1d2c;
    color: #fff;
    box-shadow: #1f1d2c 0 0 0 0; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxxl .hero-subtitle h1.page-heading {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxxl .page-category {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxxl .page-category::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxxl .page-metadata {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxxl .page-metadata .field.field--name-field-article-date {
    color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxxl .page-body {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxxl .page-cta .goto-featured {
  color: #1f1d2c;
  border-color: #1f1d2c;
  box-shadow: #1f1d2c 0.5rem 0.5rem 0 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-orange .container-xxxl .page-cta .goto-featured:hover {
    background-color: #1f1d2c;
    color: #fff;
    box-shadow: #1f1d2c 0 0 0 0; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxxl .hero-subtitle h1.page-heading {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxxl .page-category {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxxl .page-category::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxxl .page-metadata {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxxl .page-metadata .field.field--name-field-article-date {
    color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxxl .page-body {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxxl .page-cta .goto-featured {
  color: #1f1d2c;
  border-color: #1f1d2c;
  box-shadow: #1f1d2c 0.5rem 0.5rem 0 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-green .container-xxxl .page-cta .goto-featured:hover {
    background-color: #1f1d2c;
    color: #fff;
    box-shadow: #1f1d2c 0 0 0 0; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxxl .hero-subtitle h1.page-heading {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-fluid .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-sm .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-md .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-lg .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxl .page-category, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxxl .page-category {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-fluid .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-sm .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-md .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-lg .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxl .page-category::after, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxxl .page-category::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-fluid .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-sm .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-md .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-lg .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxl .page-metadata, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxxl .page-metadata {
  color: #1f1d2c; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxxl .page-metadata .field.field--name-field-article-date {
    color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-fluid .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-sm .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-md .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-lg .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxl .page-body, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxxl .page-body {
  color: #1f1d2c; }

.node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxxl .page-cta .goto-featured {
  color: #1f1d2c;
  border-color: #1f1d2c;
  box-shadow: #1f1d2c 0.5rem 0.5rem 0 0; }
  .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_hero_promoted.components.component-hero.theme-light-blue .container-xxxl .page-cta .goto-featured:hover {
    background-color: #1f1d2c;
    color: #fff;
    box-shadow: #1f1d2c 0 0 0 0; }

.node-view_mode--article_magazine_card_sticky.components.component-card {
  background-color: transparent !important; }
  .node-view_mode--article_magazine_card_sticky.components.component-card > .wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0; }
  .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl {
    display: block;
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl {
        padding: 0; } }
    .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .component-row, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .component-row, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .component-row, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .component-row, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .component-row, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .component-row, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .component-row {
      display: block;
      margin: 0 auto;
      padding: 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .component-col-content, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .component-col-content, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .component-col-content, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .component-col-content, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .component-col-content, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .component-col-content, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .component-col-content {
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 992px) {
        .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .component-col-content, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .component-col-content, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .component-col-content, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .component-col-content, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .component-col-content, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .component-col-content, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .component-col-content {
          padding: 0; } }
    .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: left; }
      .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading::after, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading::after, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading::after, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading::after, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading::after, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading::after, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading::after, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle::after, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle::after, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle::after, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle::after, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle::after, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle::after, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle::after {
        content: none !important; }
      @media (min-width: 992px) {
        .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle {
          flex: 0 0 100%;
          max-width: 100%;
          text-align: left; } }
      .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle .page-subtitle {
        line-height: 1;
        margin-top: 0;
        margin-bottom: 0; }
        .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle .page-subtitle a {
          display: block;
          line-height: 1; }
          .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle .page-subtitle a:active {
            text-decoration: none; }
      .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle h1.page-heading {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0.1rem; }
      .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-subtitle .page-subtitle {
        font-size: 1rem;
        letter-spacing: 0.38px; }
    .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .hero-heading + .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .hero-heading + .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .hero-heading + .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .hero-heading + .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .hero-heading + .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .hero-heading + .hero-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .hero-heading + .hero-subtitle {
      margin-bottom: 1rem; }
    .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .page-category {
      display: none; }
    .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .page-image, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .page-image, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .page-image, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .page-image, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .page-image, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .page-image, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .page-image {
      margin-bottom: 2rem; }
      .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .page-image .media.media--view-mode-media-article-magazine-card-sticky, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .page-image .media.media--view-mode-media-article-magazine-card-sticky, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .page-image .media.media--view-mode-media-article-magazine-card-sticky, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .page-image .media.media--view-mode-media-article-magazine-card-sticky, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .page-image .media.media--view-mode-media-article-magazine-card-sticky, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .page-image .media.media--view-mode-media-article-magazine-card-sticky, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .page-image .media.media--view-mode-media-article-magazine-card-sticky {
        display: block; }
        .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .page-image .media.media--view-mode-media-article-magazine-card-sticky img, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .page-image .media.media--view-mode-media-article-magazine-card-sticky img, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .page-image .media.media--view-mode-media-article-magazine-card-sticky img, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .page-image .media.media--view-mode-media-article-magazine-card-sticky img, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .page-image .media.media--view-mode-media-article-magazine-card-sticky img, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .page-image .media.media--view-mode-media-article-magazine-card-sticky img, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .page-image .media.media--view-mode-media-article-magazine-card-sticky img {
          width: 100%;
          height: auto; }
    .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .page-metadata {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      margin-top: 0;
      margin-bottom: 0.5rem;
      font-size: 0.7rem;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: 0.1rem;
      text-align: left; }
      .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .page-metadata .field.field--name-uid,
      .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .page-metadata .field.field--name-field-article-date,
      .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .page-metadata .field.field--name-field-article-date,
      .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .page-metadata .field.field--name-field-article-date,
      .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .page-metadata .field.field--name-field-article-date,
      .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .page-metadata .field.field--name-field-article-date,
      .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .page-metadata .field.field--name-field-article-date,
      .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .page-metadata .field.field--name-field-article-date {
        line-height: 1; }
      .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .page-metadata .field.field--name-uid + .field.field--name-field-article-date::before, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .page-metadata .field.field--name-uid + .field.field--name-field-article-date::before, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .page-metadata .field.field--name-uid + .field.field--name-field-article-date::before, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .page-metadata .field.field--name-uid + .field.field--name-field-article-date::before, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .page-metadata .field.field--name-uid + .field.field--name-field-article-date::before, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .page-metadata .field.field--name-uid + .field.field--name-field-article-date::before, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .page-metadata .field.field--name-uid + .field.field--name-field-article-date::before {
        content: "-";
        padding: 0 0.5rem; }
    .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .page-body {
      margin-top: 1rem;
      font-size: 1rem; }
    .node-view_mode--article_magazine_card_sticky.components.component-card .container-fluid .page-cta, .node-view_mode--article_magazine_card_sticky.components.component-card .container-sm .page-cta, .node-view_mode--article_magazine_card_sticky.components.component-card .container-md .page-cta, .node-view_mode--article_magazine_card_sticky.components.component-card .container-lg .page-cta, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xl .page-cta, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxl .page-cta, .node-view_mode--article_magazine_card_sticky.components.component-card .container-xxxl .page-cta {
      display: none; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-subtitle .page-subtitle {
    color: #fff; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-subtitle .page-subtitle a {
      color: #fff; }
      .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .hero-subtitle .page-subtitle a:active {
        color: #e6e5e5; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .page-category {
    color: #fff; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .page-category::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23fff' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .page-metadata {
    color: #fff; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #fff; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .page-body {
    color: #fff; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .page-cta .goto-featured {
    color: #fff;
    border-color: #fff;
    box-shadow: #fff 0.5rem 0.5rem 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .page-cta .goto-featured:active {
      box-shadow: #fff 0 0 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark .container-xxxl .page-cta .goto-featured:hover {
      background-color: #fff;
      color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-subtitle .page-subtitle {
    color: #fff; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-subtitle .page-subtitle a {
      color: #e21d76; }
      .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .hero-subtitle .page-subtitle a:active {
        color: #b5175e; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .page-category {
    color: #fff; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .page-category::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .page-metadata {
    color: #fff; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #fff; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .page-body {
    color: #fff; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .page-cta .goto-featured {
    color: #e21d76;
    border-color: #e21d76;
    box-shadow: #e21d76 0.5rem 0.5rem 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .page-cta .goto-featured:active {
      box-shadow: #fff 0 0 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-magenta .container-xxxl .page-cta .goto-featured:hover {
      background-color: #e21d76;
      color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-subtitle .page-subtitle {
    color: #fff; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-subtitle .page-subtitle a {
      color: #f29124; }
      .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .hero-subtitle .page-subtitle a:active {
        color: #d6770d; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .page-category {
    color: #fff; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .page-category::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .page-metadata {
    color: #fff; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #fff; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .page-body {
    color: #fff; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .page-cta .goto-featured {
    color: #f29124;
    border-color: #f29124;
    box-shadow: #f29124 0.5rem 0.5rem 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .page-cta .goto-featured:active {
      box-shadow: #fff 0 0 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-orange .container-xxxl .page-cta .goto-featured:hover {
      background-color: #f29124;
      color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-subtitle .page-subtitle {
    color: #fff; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-subtitle .page-subtitle a {
      color: #56b56c; }
      .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .hero-subtitle .page-subtitle a:active {
        color: #429655; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .page-category {
    color: #fff; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .page-category::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .page-metadata {
    color: #fff; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #fff; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .page-body {
    color: #fff; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .page-cta .goto-featured {
    color: #56b56c;
    border-color: #56b56c;
    box-shadow: #56b56c 0.5rem 0.5rem 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .page-cta .goto-featured:active {
      box-shadow: #fff 0 0 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-green .container-xxxl .page-cta .goto-featured:hover {
      background-color: #56b56c;
      color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-subtitle .page-subtitle {
    color: #fff; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-subtitle .page-subtitle a {
      color: #5363ab; }
      .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .hero-subtitle .page-subtitle a:active {
        color: #424f89; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .page-category {
    color: #fff; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .page-category::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%23fff' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .page-metadata {
    color: #fff; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #fff; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .page-body {
    color: #fff; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .page-cta .goto-featured {
    color: #5363ab;
    border-color: #5363ab;
    box-shadow: #5363ab 0.5rem 0.5rem 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .page-cta .goto-featured:active {
      box-shadow: #fff 0 0 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-dark-blue .container-xxxl .page-cta .goto-featured:hover {
      background-color: #5363ab;
      color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-heading .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-heading .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-heading .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-heading .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-heading .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-heading .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-heading .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-subtitle .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-subtitle .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-subtitle .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-subtitle .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-subtitle .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-subtitle .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-subtitle .page-subtitle, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-heading .page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-heading .page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-heading .page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-heading .page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-heading .page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-heading .page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-heading .page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-heading h1.page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-heading h1.page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-heading h1.page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-heading h1.page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-heading h1.page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-heading h1.page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-heading h1.page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-heading .page-subtitle a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-heading .page-subtitle a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-heading .page-subtitle a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-heading .page-subtitle a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-heading .page-subtitle a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-heading .page-subtitle a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-heading .page-subtitle a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-subtitle .page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-subtitle .page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-subtitle .page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-subtitle .page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-subtitle .page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-subtitle .page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-subtitle .page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-subtitle h1.page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-subtitle h1.page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-subtitle h1.page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-subtitle h1.page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-subtitle h1.page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-subtitle h1.page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-subtitle h1.page-heading a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-subtitle .page-subtitle a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-subtitle .page-subtitle a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-subtitle .page-subtitle a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-subtitle .page-subtitle a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-subtitle .page-subtitle a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-subtitle .page-subtitle a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-subtitle .page-subtitle a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-subtitle .page-subtitle a {
      color: #1f1d2c; }
      .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-heading .page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-heading .page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-heading .page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-heading .page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-heading .page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-heading .page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-heading .page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-heading .page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-heading .page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-heading .page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-heading .page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-heading .page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-heading .page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-heading .page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-heading .page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-heading .page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-heading .page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-heading .page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-heading .page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-heading .page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-heading .page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-heading h1.page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-heading h1.page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-heading h1.page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-heading h1.page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-heading h1.page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-heading h1.page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-heading h1.page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-heading h1.page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-heading h1.page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-heading h1.page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-heading h1.page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-heading h1.page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-heading h1.page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-heading h1.page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-heading h1.page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-heading h1.page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-heading h1.page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-heading h1.page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-heading h1.page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-heading h1.page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-heading h1.page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-heading .page-subtitle a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-heading .page-subtitle a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-heading .page-subtitle a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-heading .page-subtitle a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-heading .page-subtitle a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-heading .page-subtitle a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-heading .page-subtitle a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-heading .page-subtitle a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-heading .page-subtitle a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-heading .page-subtitle a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-heading .page-subtitle a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-heading .page-subtitle a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-heading .page-subtitle a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-heading .page-subtitle a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-heading .page-subtitle a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-heading .page-subtitle a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-heading .page-subtitle a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-heading .page-subtitle a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-heading .page-subtitle a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-heading .page-subtitle a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-heading .page-subtitle a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-subtitle .page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-subtitle .page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-subtitle .page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-subtitle .page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-subtitle .page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-subtitle .page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-subtitle .page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-subtitle .page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-subtitle .page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-subtitle .page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-subtitle .page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-subtitle .page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-subtitle .page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-subtitle .page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-subtitle .page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-subtitle .page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-subtitle .page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-subtitle .page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-subtitle .page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-subtitle .page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-subtitle .page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-subtitle h1.page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-subtitle h1.page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-subtitle h1.page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-subtitle h1.page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-subtitle h1.page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-subtitle h1.page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-subtitle h1.page-heading a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-subtitle h1.page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-subtitle h1.page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-subtitle h1.page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-subtitle h1.page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-subtitle h1.page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-subtitle h1.page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-subtitle h1.page-heading a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-subtitle h1.page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-subtitle h1.page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-subtitle h1.page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-subtitle h1.page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-subtitle h1.page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-subtitle h1.page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-subtitle h1.page-heading a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-subtitle .page-subtitle a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-subtitle .page-subtitle a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-subtitle .page-subtitle a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-subtitle .page-subtitle a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-subtitle .page-subtitle a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-subtitle .page-subtitle a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-subtitle .page-subtitle a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-subtitle .page-subtitle a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-subtitle .page-subtitle a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-subtitle .page-subtitle a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-subtitle .page-subtitle a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-subtitle .page-subtitle a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-subtitle .page-subtitle a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-subtitle .page-subtitle a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .hero-subtitle .page-subtitle a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .hero-subtitle .page-subtitle a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .hero-subtitle .page-subtitle a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .hero-subtitle .page-subtitle a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .hero-subtitle .page-subtitle a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .hero-subtitle .page-subtitle a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .hero-subtitle .page-subtitle a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .hero-subtitle .page-subtitle a:active {
        color: #09090d; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .page-category {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .page-category::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%231f1d2c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .page-metadata .field.field--name-field-article-date, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .page-metadata .field.field--name-field-article-date, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .page-metadata .field.field--name-field-article-date, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .page-metadata .field.field--name-field-article-date, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .page-metadata .field.field--name-field-article-date, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .page-metadata .field.field--name-field-article-date, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .page-metadata .field.field--name-field-article-date, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .page-cta .goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .page-cta .goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .page-cta .goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .page-cta .goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .page-cta .goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .page-cta .goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .page-cta .goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .page-cta .goto-featured {
    color: #1f1d2c;
    border-color: #1f1d2c;
    box-shadow: #1f1d2c 0.5rem 0.5rem 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .page-cta .goto-featured:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .page-cta .goto-featured:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .page-cta .goto-featured:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .page-cta .goto-featured:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .page-cta .goto-featured:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .page-cta .goto-featured:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .page-cta .goto-featured:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .page-cta .goto-featured:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .page-cta .goto-featured:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .page-cta .goto-featured:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .page-cta .goto-featured:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .page-cta .goto-featured:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .page-cta .goto-featured:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .page-cta .goto-featured:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .page-cta .goto-featured:active {
      box-shadow: #1f1d2c 0 0 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-fluid .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-sm .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-md .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-lg .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xl .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxl .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid .container-xxxl .page-cta .goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_card_sticky.components.component-card.component-text_group.theme-light .container-xxxl .page-cta .goto-featured:hover {
      background-color: #1f1d2c;
      color: #fafafa; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-subtitle .page-subtitle a {
      color: #e21d76; }
      .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .hero-subtitle .page-subtitle a:active {
        color: #b5175e; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .page-category {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .page-category::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .page-cta .goto-featured {
    color: #e21d76;
    border-color: #e21d76;
    box-shadow: #e21d76 0.5rem 0.5rem 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .page-cta .goto-featured:active {
      box-shadow: #1f1d2c 0 0 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-magenta .container-xxxl .page-cta .goto-featured:hover {
      background-color: #e21d76;
      color: #fafafa; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-subtitle .page-subtitle a {
      color: #f29124; }
      .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .hero-subtitle .page-subtitle a:active {
        color: #d6770d; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .page-category {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .page-category::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .page-cta .goto-featured {
    color: #f29124;
    border-color: #f29124;
    box-shadow: #f29124 0.5rem 0.5rem 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .page-cta .goto-featured:active {
      box-shadow: #1f1d2c 0 0 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-orange .container-xxxl .page-cta .goto-featured:hover {
      background-color: #f29124;
      color: #fafafa; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-subtitle .page-subtitle a {
      color: #56b56c; }
      .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .hero-subtitle .page-subtitle a:active {
        color: #429655; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .page-category {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .page-category::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .page-cta .goto-featured {
    color: #56b56c;
    border-color: #56b56c;
    box-shadow: #56b56c 0.5rem 0.5rem 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .page-cta .goto-featured:active {
      box-shadow: #1f1d2c 0 0 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-green .container-xxxl .page-cta .goto-featured:hover {
      background-color: #56b56c;
      color: #fafafa; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-subtitle .page-subtitle a {
      color: #5363ab; }
      .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .hero-subtitle .page-subtitle a:active {
        color: #424f89; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .page-category {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .page-category::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .page-cta .goto-featured {
    color: #5363ab;
    border-color: #5363ab;
    box-shadow: #5363ab 0.5rem 0.5rem 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .page-cta .goto-featured:active {
      box-shadow: #1f1d2c 0 0 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-mid-blue .container-xxxl .page-cta .goto-featured:hover {
      background-color: #5363ab;
      color: #fafafa; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-subtitle .page-subtitle a {
      color: #1f1d2c; }
      .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .hero-subtitle .page-subtitle a:active {
        color: #09090d; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .page-category {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .page-category::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%231f1d2c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .page-cta .goto-featured {
    color: #1f1d2c;
    border-color: #1f1d2c;
    box-shadow: #1f1d2c 0.5rem 0.5rem 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .page-cta .goto-featured:active {
      box-shadow: #1f1d2c 0 0 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light .container-xxxl .page-cta .goto-featured:hover {
      background-color: #1f1d2c;
      color: #fff; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-subtitle .page-subtitle a {
      color: #e21d76; }
      .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .hero-subtitle .page-subtitle a:active {
        color: #b5175e; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .page-category {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .page-category::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23e21d76' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .page-cta .goto-featured {
    color: #e21d76;
    border-color: #e21d76;
    box-shadow: #e21d76 0.5rem 0.5rem 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .page-cta .goto-featured:active {
      box-shadow: #1f1d2c 0 0 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-magenta .container-xxxl .page-cta .goto-featured:hover {
      background-color: #e21d76;
      color: #fff; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-subtitle .page-subtitle a {
      color: #f29124; }
      .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .hero-subtitle .page-subtitle a:active {
        color: #d6770d; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .page-category {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .page-category::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%23f29124' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .page-cta .goto-featured {
    color: #f29124;
    border-color: #f29124;
    box-shadow: #f29124 0.5rem 0.5rem 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .page-cta .goto-featured:active {
      box-shadow: #1f1d2c 0 0 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-orange .container-xxxl .page-cta .goto-featured:hover {
      background-color: #f29124;
      color: #fff; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-subtitle .page-subtitle a {
      color: #56b56c; }
      .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .hero-subtitle .page-subtitle a:active {
        color: #429655; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .page-category {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .page-category::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%2356b56c' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .page-cta .goto-featured {
    color: #56b56c;
    border-color: #56b56c;
    box-shadow: #56b56c 0.5rem 0.5rem 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .page-cta .goto-featured:active {
      box-shadow: #1f1d2c 0 0 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-green .container-xxxl .page-cta .goto-featured:hover {
      background-color: #56b56c;
      color: #fff; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-subtitle .page-subtitle {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-heading h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-subtitle h1.page-heading a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-subtitle .page-subtitle a {
      color: #5363ab; }
      .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-heading .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-heading .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-heading .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-heading h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-heading h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-heading h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-heading .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-heading .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-heading .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-subtitle .page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-subtitle .page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-subtitle .page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-subtitle h1.page-heading a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-subtitle h1.page-heading a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-subtitle h1.page-heading a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-subtitle .page-subtitle a:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-subtitle .page-subtitle a:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .hero-subtitle .page-subtitle a:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .hero-subtitle .page-subtitle a:active {
        color: #424f89; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .page-category, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .page-category {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .page-category::after, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .page-category::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='28.284'%3e%3cg transform='translate%28-481.359 -680.748%29'%3e%3cline stroke='%231f1d2c' stroke-width='4' x2='60' transform='translate%28481.359 694.248%29' /%3e%3crect fill='%235363ab' width='20' height='20' transform='translate%28512.001 680.748%29 rotate%2845%29'/%3e%3c/g%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .page-metadata, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .page-body, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .page-cta .goto-featured, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .page-cta .goto-featured {
    color: #5363ab;
    border-color: #5363ab;
    box-shadow: #5363ab 0.5rem 0.5rem 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .page-cta .goto-featured:focus, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .page-cta .goto-featured:active, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .page-cta .goto-featured:active {
      box-shadow: #1f1d2c 0 0 0 0; }
    .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-fluid .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-sm .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-md .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-lg .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxl .page-cta .goto-featured:hover, .node-view_mode--article_magazine_card_sticky.components.component-card.theme-light-blue .container-xxxl .page-cta .goto-featured:hover {
      background-color: #5363ab;
      color: #fff; }

.node-view_mode--article_magazine_item_reference.components.component-reference {
  background-color: transparent !important; }
  .node-view_mode--article_magazine_item_reference.components.component-reference > .wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0; }
  .node-view_mode--article_magazine_item_reference.components.component-reference .container .component-row, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .component-row, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .component-row, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .component-row, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .component-row, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .component-row, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .component-row, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .component-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    flex-direction: column-reverse; }
    @media (min-width: 992px) {
      .node-view_mode--article_magazine_item_reference.components.component-reference .container .component-row, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .component-row, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .component-row, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .component-row, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .component-row, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .component-row, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .component-row, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .component-row {
        flex-direction: row; } }
  .node-view_mode--article_magazine_item_reference.components.component-reference .container .component-col-content, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .component-col-content, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .component-col-content, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .component-col-content, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .component-col-content, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .component-col-content, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .component-col-content, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .component-col-content {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start; }
    @media (min-width: 992px) {
      .node-view_mode--article_magazine_item_reference.components.component-reference .container .component-col-content, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .component-col-content, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .component-col-content, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .component-col-content, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .component-col-content, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .component-col-content, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .component-col-content, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .component-col-content {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; } }
  .node-view_mode--article_magazine_item_reference.components.component-reference .container .component-col-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .component-col-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .component-col-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .component-col-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .component-col-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .component-col-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .component-col-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .component-col-image {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative; }
    @media (min-width: 992px) {
      .node-view_mode--article_magazine_item_reference.components.component-reference .container .component-col-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .component-col-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .component-col-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .component-col-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .component-col-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .component-col-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .component-col-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .component-col-image {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; } }
    .node-view_mode--article_magazine_item_reference.components.component-reference .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .component-col-image .media--type-image::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: bottom left;
      background-size: 100%;
      display: block;
      width: 120px;
      height: 120px; }
  .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-cta {
    flex: 0 0 auto !important; }
  .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-subtitle {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left; }
    .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-heading::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-subtitle::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-heading::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-heading::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-heading::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-heading::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-heading::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-heading::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-heading::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-subtitle::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-subtitle::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-subtitle::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-subtitle::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-subtitle::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-subtitle::after, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-subtitle::after {
      content: none !important; }
    @media (min-width: 992px) {
      .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-subtitle {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left; } }
    .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-subtitle .page-subtitle {
      line-height: 1;
      margin-top: 0;
      margin-bottom: 0; }
      .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-heading .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-heading .page-subtitle a, .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-subtitle .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-heading .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-heading .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-heading .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-heading .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-heading .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-heading .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-heading .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-heading .page-subtitle a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-heading .page-subtitle a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-heading .page-subtitle a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-heading .page-subtitle a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-heading .page-subtitle a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-subtitle .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-subtitle .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-subtitle .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-subtitle .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-subtitle .page-heading a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-subtitle .page-subtitle a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-subtitle .page-subtitle a {
        display: block;
        line-height: 1; }
    .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-subtitle h1.page-heading {
      font-size: 2.25rem;
      font-weight: 600;
      letter-spacing: 0.1rem; }
    .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-heading .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-subtitle .page-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-subtitle .page-subtitle {
      font-size: 1rem;
      letter-spacing: 0.38px;
      margin-top: 1rem; }
  .node-view_mode--article_magazine_item_reference.components.component-reference .container .hero-heading + .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .hero-heading + .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .hero-heading + .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .hero-heading + .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .hero-heading + .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .hero-heading + .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .hero-heading + .hero-subtitle, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .hero-heading + .hero-subtitle {
    margin-bottom: 1rem; }
  .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-category {
    display: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-category a {
      padding: 0.5rem 1rem;
      border-radius: 0.6rem;
      margin-bottom: 1.5rem; }
  .node-view_mode--article_magazine_item_reference.components.component-reference .container .field.field--name-field-media-image .media, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .field.field--name-field-media-image .media, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .field.field--name-field-media-image .media, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .field.field--name-field-media-image .media, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .field.field--name-field-media-image .media, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .field.field--name-field-media-image .media, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .field.field--name-field-media-image .media, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .field.field--name-field-media-image .media {
    width: 100%; }
    .node-view_mode--article_magazine_item_reference.components.component-reference .container .field.field--name-field-media-image .media .field.field--name-field-media-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .field.field--name-field-media-image .media .field.field--name-field-media-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .field.field--name-field-media-image .media .field.field--name-field-media-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .field.field--name-field-media-image .media .field.field--name-field-media-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .field.field--name-field-media-image .media .field.field--name-field-media-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .field.field--name-field-media-image .media .field.field--name-field-media-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .field.field--name-field-media-image .media .field.field--name-field-media-image, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .field.field--name-field-media-image .media .field.field--name-field-media-image {
      display: block;
      width: 100%; }
      .node-view_mode--article_magazine_item_reference.components.component-reference .container .field.field--name-field-media-image .media .field.field--name-field-media-image img, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .field.field--name-field-media-image .media .field.field--name-field-media-image img, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .field.field--name-field-media-image .media .field.field--name-field-media-image img, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .field.field--name-field-media-image .media .field.field--name-field-media-image img, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .field.field--name-field-media-image .media .field.field--name-field-media-image img, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .field.field--name-field-media-image .media .field.field--name-field-media-image img, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .field.field--name-field-media-image .media .field.field--name-field-media-image img, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .field.field--name-field-media-image .media .field.field--name-field-media-image img {
        display: block;
        width: 100%;
        height: auto; }
  .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-metadata {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.1rem;
    text-align: left; }
    .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-metadata .field.field--name-field-article-date {
      line-height: 1; }
  .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-body {
    margin-top: 1rem;
    font-size: 1rem; }
    .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-body p:last-of-type, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-body p:last-of-type, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-body p:last-of-type, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-body p:last-of-type, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-body p:last-of-type, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-body p:last-of-type, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-body p:last-of-type, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-body p:last-of-type {
      margin-bottom: 1rem; }
  .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-cta {
    margin-top: 1rem; }
    .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-cta .goto.goto-featured {
      padding: 0.5rem 3rem;
      display: inline-block;
      font-weight: 600; }
  .node-view_mode--article_magazine_item_reference.components.component-reference .container .page-body + .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .page-body + .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .page-body + .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .page-body + .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .page-body + .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .page-body + .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .page-body + .page-cta, .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .page-body + .page-cta {
    margin-top: 0; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .component-col-image .media--type-image::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%231f1d2c' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .hero-subtitle h1.page-heading {
    color: #fff; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-category {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-category::after {
      content: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-category a {
      color: #1f1d2c;
      background-color: #fff; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-category a:hover, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-category a:focus {
        color: #1f1d2c;
        background-color: #e6e5e5; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-category a:focus, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-category a.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
      .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-category a:active {
        color: #1f1d2c;
        background-color: #bfbfbf; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-metadata {
    color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #fff; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-body {
    color: #fff; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-cta .goto.goto-featured {
    color: #fff;
    background-color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-cta .goto.goto-featured:active {
      color: #1f1d2c;
      background-color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark .container-xxxl .page-cta .goto.goto-featured:hover {
      color: #1f1d2c;
      background-color: #fff; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .component-col-image .media--type-image::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%231f1d2c' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .hero-subtitle h1.page-heading {
    color: #e21d76; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-category {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-category::after {
      content: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-category a {
      color: #fff;
      background-color: #e21d76; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-category a:hover, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-category a:focus {
        color: #fff;
        background-color: #b5175e; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-category a:focus, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-category a.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(226, 29, 118, 0.5); }
      .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-category a:active {
        color: #fff;
        background-color: #710f3b; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-metadata {
    color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #fff; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-body {
    color: #fff; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-cta .goto.goto-featured {
    color: #e21d76;
    background-color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-cta .goto.goto-featured:active {
      color: #1f1d2c;
      background-color: #e21d76; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-magenta .container-xxxl .page-cta .goto.goto-featured:hover {
      color: #1f1d2c;
      background-color: #e21d76; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .component-col-image .media--type-image::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%231f1d2c' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .hero-subtitle h1.page-heading {
    color: #f29124; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-category {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-category::after {
      content: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-category a {
      color: #1f1d2c;
      background-color: #f29124; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-category a:hover, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-category a:focus {
        color: #1f1d2c;
        background-color: #d6770d; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-category a:focus, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-category a.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(242, 145, 36, 0.5); }
      .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-category a:active {
        color: #1f1d2c;
        background-color: #8e4f08; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-metadata {
    color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #fff; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-body {
    color: #fff; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-cta .goto.goto-featured {
    color: #f29124;
    background-color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-cta .goto.goto-featured:active {
      color: #1f1d2c;
      background-color: #f29124; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-orange .container-xxxl .page-cta .goto.goto-featured:hover {
      color: #1f1d2c;
      background-color: #f29124; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .component-col-image .media--type-image::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%231f1d2c' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .hero-subtitle h1.page-heading {
    color: #56b56c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-category {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-category::after {
      content: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-category a {
      color: #fff;
      background-color: #56b56c; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-category a:hover, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-category a:focus {
        color: #fff;
        background-color: #429655; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-category a:focus, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-category a.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.5); }
      .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-category a:active {
        color: #fff;
        background-color: #2a6137; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-metadata {
    color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #fff; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-body {
    color: #fff; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-cta .goto.goto-featured {
    color: #56b56c;
    background-color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-cta .goto.goto-featured:active {
      color: #1f1d2c;
      background-color: #56b56c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-green .container-xxxl .page-cta .goto.goto-featured:hover {
      color: #1f1d2c;
      background-color: #56b56c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .component-col-image .media--type-image::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%231f1d2c' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .hero-subtitle h1.page-heading {
    color: #5363ab; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-category {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-category::after {
      content: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-category a {
      color: #fff;
      background-color: #5363ab; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-category a:hover, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-category a:focus {
        color: #fff;
        background-color: #424f89; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-category a:focus, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-category a.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(83, 99, 171, 0.5); }
      .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-category a:active {
        color: #fff;
        background-color: #293155; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-metadata {
    color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #fff; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-body {
    color: #fff; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-cta .goto.goto-featured {
    color: #5363ab;
    background-color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-cta .goto.goto-featured:active {
      color: #1f1d2c;
      background-color: #5363ab; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-dark-blue .container-xxxl .page-cta .goto.goto-featured:hover {
      color: #1f1d2c;
      background-color: #5363ab; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .component-col-image .media--type-image::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .component-col-image .media--type-image::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .component-col-image .media--type-image::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .component-col-image .media--type-image::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .component-col-image .media--type-image::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .component-col-image .media--type-image::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .component-col-image .media--type-image::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .component-col-image .media--type-image::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .component-col-image .media--type-image::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fafafa' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .hero-heading .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .hero-heading h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .hero-subtitle .page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .hero-subtitle h1.page-heading, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .hero-subtitle h1.page-heading {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-category, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-category {
    color: #fafafa; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-category::after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-category::after {
      content: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-category a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-category a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-category a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-category a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-category a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-category a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-category a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-category a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-category a {
      color: #fff;
      background-color: #1f1d2c; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description a.node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-category a:hover, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description a.node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-category a:focus {
        color: #fff;
        background-color: #09090d; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description a.node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-category a:focus, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-category a.focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description a.node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-category a.focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-category a.focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-category a.focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-category a.focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-category a.focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-category a.focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-category a.focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-category a.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.5); }
      .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-category a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-category a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-category a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-category a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-category a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-category a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-category a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-category a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-category a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-category a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-category a:active {
        color: #fff;
        background-color: black; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-metadata, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-metadata .field.field--name-uid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-metadata .field.field--name-field-article-date,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-metadata .field.field--name-uid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-metadata .field.field--name-uid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-metadata .field.field--name-uid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-metadata .field.field--name-uid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-metadata .field.field--name-uid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-metadata .field.field--name-uid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-metadata .field.field--name-uid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-metadata .field.field--name-field-article-date,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-metadata .field.field--name-field-article-date,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-metadata .field.field--name-field-article-date,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-metadata .field.field--name-field-article-date,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-metadata .field.field--name-field-article-date,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-metadata .field.field--name-field-article-date,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-metadata .field.field--name-field-article-date,
    .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-body, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-cta .goto.goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-cta .goto.goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-cta .goto.goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-cta .goto.goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-cta .goto.goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-cta .goto.goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-cta .goto.goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-cta .goto.goto-featured, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-cta .goto.goto-featured {
    color: #1f1d2c;
    background-color: #fafafa; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-cta .goto.goto-featured:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-cta .goto.goto-featured:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-cta .goto.goto-featured:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-cta .goto.goto-featured:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-cta .goto.goto-featured:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-cta .goto.goto-featured:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-cta .goto.goto-featured:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-cta .goto.goto-featured:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-cta .goto.goto-featured:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-cta .goto.goto-featured:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-cta .goto.goto-featured:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-cta .goto.goto-featured:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-cta .goto.goto-featured:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-cta .goto.goto-featured:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-cta .goto.goto-featured:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-cta .goto.goto-featured:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-cta .goto.goto-featured:active {
      color: #fafafa;
      background-color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-fluid .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-sm .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-md .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-lg .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xl .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxl .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid .container-xxxl .page-cta .goto.goto-featured:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node-view_mode--article_magazine_item_reference.components.component-reference.component-text_group.theme-light .container-xxxl .page-cta .goto.goto-featured:hover {
      color: #fafafa;
      background-color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .component-col-image .media--type-image::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fafafa' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .hero-subtitle h1.page-heading {
    color: #e21d76; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-category {
    color: #fafafa; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-category::after {
      content: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-category a {
      color: #fff;
      background-color: #e21d76; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-category a:hover, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-category a:focus {
        color: #fff;
        background-color: #b5175e; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-category a:focus, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-category a.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(226, 29, 118, 0.5); }
      .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-category a:active {
        color: #fff;
        background-color: #710f3b; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-cta .goto.goto-featured {
    color: #e21d76;
    background-color: #fafafa; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-cta .goto.goto-featured:active {
      color: #fafafa;
      background-color: #e21d76; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-magenta .container-xxxl .page-cta .goto.goto-featured:hover {
      color: #fafafa;
      background-color: #e21d76; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .component-col-image .media--type-image::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fafafa' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .hero-subtitle h1.page-heading {
    color: #f29124; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-category {
    color: #fafafa; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-category::after {
      content: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-category a {
      color: #1f1d2c;
      background-color: #f29124; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-category a:hover, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-category a:focus {
        color: #1f1d2c;
        background-color: #d6770d; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-category a:focus, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-category a.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(242, 145, 36, 0.5); }
      .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-category a:active {
        color: #1f1d2c;
        background-color: #8e4f08; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-cta .goto.goto-featured {
    color: #f29124;
    background-color: #fafafa; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-cta .goto.goto-featured:active {
      color: #fafafa;
      background-color: #f29124; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-orange .container-xxxl .page-cta .goto.goto-featured:hover {
      color: #fafafa;
      background-color: #f29124; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .component-col-image .media--type-image::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fafafa' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .hero-subtitle h1.page-heading {
    color: #56b56c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-category {
    color: #fafafa; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-category::after {
      content: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-category a {
      color: #fff;
      background-color: #56b56c; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-category a:hover, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-category a:focus {
        color: #fff;
        background-color: #429655; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-category a:focus, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-category a.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.5); }
      .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-category a:active {
        color: #fff;
        background-color: #2a6137; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-cta .goto.goto-featured {
    color: #56b56c;
    background-color: #fafafa; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-cta .goto.goto-featured:active {
      color: #fafafa;
      background-color: #56b56c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-green .container-xxxl .page-cta .goto.goto-featured:hover {
      color: #fafafa;
      background-color: #56b56c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .component-col-image .media--type-image::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fafafa' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .hero-subtitle h1.page-heading {
    color: #5363ab; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-category {
    color: #fafafa; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-category::after {
      content: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-category a {
      color: #fff;
      background-color: #5363ab; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-category a:hover, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-category a:focus {
        color: #fff;
        background-color: #424f89; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-category a:focus, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-category a.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(83, 99, 171, 0.5); }
      .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-category a:active {
        color: #fff;
        background-color: #293155; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-cta .goto.goto-featured {
    color: #5363ab;
    background-color: #fafafa; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-cta .goto.goto-featured:active {
      color: #fafafa;
      background-color: #5363ab; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-mid-blue .container-xxxl .page-cta .goto.goto-featured:hover {
      color: #fafafa;
      background-color: #5363ab; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .component-col-image .media--type-image::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fff' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .hero-subtitle h1.page-heading {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-category {
    color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-category::after {
      content: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-category a {
      color: #fff;
      background-color: #1f1d2c; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-category a:hover, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-category a:focus {
        color: #fff;
        background-color: #09090d; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-category a:focus, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-category a.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(31, 29, 44, 0.5); }
      .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-category a:active {
        color: #fff;
        background-color: black; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-cta .goto.goto-featured {
    color: #1f1d2c;
    background-color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-cta .goto.goto-featured:active {
      color: #fff;
      background-color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light .container-xxxl .page-cta .goto.goto-featured:hover {
      color: #fff;
      background-color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .component-col-image .media--type-image::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fff' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .hero-subtitle h1.page-heading {
    color: #e21d76; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-category {
    color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-category::after {
      content: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-category a {
      color: #fff;
      background-color: #e21d76; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-category a:hover, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-category a:focus {
        color: #fff;
        background-color: #b5175e; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-category a:focus, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-category a.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(226, 29, 118, 0.5); }
      .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-category a:active {
        color: #fff;
        background-color: #710f3b; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-cta .goto.goto-featured {
    color: #e21d76;
    background-color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-cta .goto.goto-featured:active {
      color: #fff;
      background-color: #e21d76; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-magenta .container-xxxl .page-cta .goto.goto-featured:hover {
      color: #fff;
      background-color: #e21d76; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .component-col-image .media--type-image::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fff' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .hero-subtitle h1.page-heading {
    color: #f29124; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-category {
    color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-category::after {
      content: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-category a {
      color: #1f1d2c;
      background-color: #f29124; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-category a:hover, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-category a:focus {
        color: #1f1d2c;
        background-color: #d6770d; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-category a:focus, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-category a.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(242, 145, 36, 0.5); }
      .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-category a:active {
        color: #1f1d2c;
        background-color: #8e4f08; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-cta .goto.goto-featured {
    color: #f29124;
    background-color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-cta .goto.goto-featured:active {
      color: #fff;
      background-color: #f29124; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-orange .container-xxxl .page-cta .goto.goto-featured:hover {
      color: #fff;
      background-color: #f29124; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .component-col-image .media--type-image::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fff' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .hero-subtitle h1.page-heading {
    color: #56b56c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-category {
    color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-category::after {
      content: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-category a {
      color: #fff;
      background-color: #56b56c; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-category a:hover, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-category a:focus {
        color: #fff;
        background-color: #429655; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-category a:focus, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-category a.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(86, 181, 108, 0.5); }
      .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-category a:active {
        color: #fff;
        background-color: #2a6137; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-cta .goto.goto-featured {
    color: #56b56c;
    background-color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-cta .goto.goto-featured:active {
      color: #fff;
      background-color: #56b56c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-green .container-xxxl .page-cta .goto.goto-featured:hover {
      color: #fff;
      background-color: #56b56c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .component-col-image .media--type-image::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .component-col-image .media--type-image::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='111' height='111'%3e%3cpath fill='%23fff' d='M-0.05 5.4L24.06 29.52L24.06 57.83L52.37 57.83L53.46 58.92L53.46 87.24L81.78 87.24L105.89 111.35L-0.06 217.29L-106 111.35L-0.05 5.4ZM52.37 57.83L24.05 29.52L24.05 29.41L53.46 29.41L53.46 0L81.88 0L81.88 29.41L111.29 29.41L111.29 57.83L81.89 57.83L81.89 87.24L81.78 87.24L53.46 58.92L52.37 57.83Z' /%3e%3c/svg%3e"); }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .hero-heading .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .hero-heading h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .hero-subtitle .page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .hero-subtitle h1.page-heading, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .hero-subtitle h1.page-heading {
    color: #5363ab; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-category, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-category {
    color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-category::after, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-category::after {
      content: none; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-category a, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-category a {
      color: #fff;
      background-color: #5363ab; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-category a:hover, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-category a:focus {
        color: #fff;
        background-color: #424f89; }
      a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-category a:focus, a.node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-category a.focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-category a.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(83, 99, 171, 0.5); }
      .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-category a:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-category a:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-category a:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-category a:active {
        color: #fff;
        background-color: #293155; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-metadata, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-metadata {
    color: #1f1d2c; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-metadata .field.field--name-field-article-date, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-metadata .field.field--name-uid, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-metadata .field.field--name-uid,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-metadata .field.field--name-field-article-date,
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-metadata .field.field--name-field-article-date {
      color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-body, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-body {
    color: #1f1d2c; }
  .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-cta .goto.goto-featured, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-cta .goto.goto-featured {
    color: #5363ab;
    background-color: #fff; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-cta .goto.goto-featured:focus, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-cta .goto.goto-featured:active, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-cta .goto.goto-featured:active {
      color: #fff;
      background-color: #5363ab; }
    .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-fluid .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-sm .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-md .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-lg .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxl .page-cta .goto.goto-featured:hover, .node-view_mode--article_magazine_item_reference.components.component-reference.theme-light-blue .container-xxxl .page-cta .goto.goto-featured:hover {
      color: #fff;
      background-color: #5363ab; }

.node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container .hero-cta .goto::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-fluid .hero-cta .goto::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-sm .hero-cta .goto::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-md .hero-cta .goto::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-lg .hero-cta .goto::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-xl .hero-cta .goto::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-xxl .hero-cta .goto::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-xxxl .hero-cta .goto::after {
  content: none; }

.node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container .hero-cta .goto:hover::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container .hero-cta .goto:focus::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container .hero-cta .goto:active::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-fluid .hero-cta .goto:hover::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-sm .hero-cta .goto:hover::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-md .hero-cta .goto:hover::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-lg .hero-cta .goto:hover::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-xl .hero-cta .goto:hover::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-xxl .hero-cta .goto:hover::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-xxxl .hero-cta .goto:hover::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-fluid .hero-cta .goto:focus::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-sm .hero-cta .goto:focus::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-md .hero-cta .goto:focus::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-lg .hero-cta .goto:focus::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-xl .hero-cta .goto:focus::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-xxl .hero-cta .goto:focus::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-xxxl .hero-cta .goto:focus::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-fluid .hero-cta .goto:active::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-sm .hero-cta .goto:active::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-md .hero-cta .goto:active::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-lg .hero-cta .goto:active::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-xl .hero-cta .goto:active::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-xxl .hero-cta .goto:active::after, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper > .container-xxxl .hero-cta .goto:active::after {
  content: none; }

.node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container .component-row, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row {
  flex: 0; }

.node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-subtitle {
  flex: 0 0 auto;
  max-width: auto;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-subtitle {
      flex: 0 0 50%;
      max-width: 50%; } }
  .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container .hero-heading .page-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container .hero-subtitle .page-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-heading .page-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-heading .page-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .hero-heading .page-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-heading .page-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-heading .page-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-heading .page-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-heading .page-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-subtitle .page-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-subtitle .page-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .hero-subtitle .page-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-subtitle .page-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-subtitle .page-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-subtitle .page-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-subtitle .page-heading {
    margin-bottom: 1.5rem; }
  .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container .hero-heading .page-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container .hero-subtitle .page-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-heading .page-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-heading .page-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .hero-heading .page-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-heading .page-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-heading .page-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-heading .page-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-heading .page-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-subtitle .page-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-subtitle .page-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .hero-subtitle .page-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-subtitle .page-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-subtitle .page-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-subtitle .page-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    text-align: center; }

.node--type-page.node-view_mode--full.is_listing_exp.has-overlay:before {
  content: none; }

.node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero {
  background-color: #1f1d2c; }
  .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.has-overlay:before {
    content: "";
    background-image: linear-gradient(to top, rgba(31, 29, 44, 0.9) 0%, rgba(31, 29, 44, 0.5));
    background-color: transparent; }
  .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3rem; }
  .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper .hero-heading .page-heading {
    font-family: "ElBrush", Poppins, serif, Palatino Linotype, Book Antiqua, Palatino, Times New Roman, Times;
    font-size: 12rem;
    line-height: 1;
    letter-spacing: -10px;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    transform: rotate(-3deg);
    text-transform: uppercase; }
  .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper .hero-subtitle .page-subtitle {
    font-size: 1.125rem;
    line-height: 1.56;
    letter-spacing: 0.45px;
    text-align: center; }
  .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero > .wrapper .hero-image {
    display: none; }

@media (min-width: 992px) {
  .node--type-page.node-view_mode--full.has_video .node-slider-container .media--view-mode-local-video-in-page {
    display: block;
    margin: 0 auto; } }

@media (min-width: 992px) {
  .node--type-page.node-view_mode--full.has_video .node-slider-container .media--view-mode-local-video-in-page video {
    display: block;
    width: 100vw;
    height: auto;
    margin: 0 auto; } }

.node--type-experience.exp-theme.dark {
  color: #fff; }
  .node--type-experience.exp-theme.dark h1, .node--type-experience.exp-theme.dark h2, .node--type-experience.exp-theme.dark h3, .node--type-experience.exp-theme.dark h4, .node--type-experience.exp-theme.dark h5, .node--type-experience.exp-theme.dark h6, .node--type-experience.exp-theme.dark p {
    color: #fff; }
  .node--type-experience.exp-theme.dark a {
    color: #fff; }
    .node--type-experience.exp-theme.dark a:hover, .node--type-experience.exp-theme.dark a:focus, .node--type-experience.exp-theme.dark a:active {
      color: #1f1d2c; }
  .node--type-experience.exp-theme.dark .reference-body::before {
    content: none; }
  .node--type-experience.exp-theme.dark .reference-arrow::before {
    content: none; }
  .node--type-experience.exp-theme.dark.node-view_mode--teaser {
    background-color: #1f1d2c;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.dark.node-view_mode--teaser .teaser-container {
      padding-top: 0;
      padding-bottom: 0; }
      .node--type-experience.exp-theme.dark.node-view_mode--teaser .teaser-container::before, .node--type-experience.exp-theme.dark.node-view_mode--teaser .teaser-container::after {
        content: "";
        background-color: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        display: block;
        width: 100%;
        height: 2.5rem; }
      .node--type-experience.exp-theme.dark.node-view_mode--teaser .teaser-container::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%23fff' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%23fff' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e");
        background-position: center left;
        margin-bottom: 1rem; }
      .node--type-experience.exp-theme.dark.node-view_mode--teaser .teaser-container::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cg transform='translate%28-704.951 2347.848%29 rotate%28180%29'%3e%3cpath fill='%23fff' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-740.427 2300.547%29'/%3e%3cpath fill='%23fff' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-769.272 2300.547%29'/%3e%3c/g%3e%3c/svg%3e");
        background-position: center right;
        margin-top: 1rem; }

.node--type-experience.exp-theme.dark-magenta {
  color: #fff; }
  .node--type-experience.exp-theme.dark-magenta h1, .node--type-experience.exp-theme.dark-magenta h2, .node--type-experience.exp-theme.dark-magenta h3, .node--type-experience.exp-theme.dark-magenta h4, .node--type-experience.exp-theme.dark-magenta h5, .node--type-experience.exp-theme.dark-magenta h6, .node--type-experience.exp-theme.dark-magenta p {
    color: #fff; }
  .node--type-experience.exp-theme.dark-magenta a {
    color: #fff; }
    .node--type-experience.exp-theme.dark-magenta a:hover, .node--type-experience.exp-theme.dark-magenta a:focus, .node--type-experience.exp-theme.dark-magenta a:active {
      color: #fff; }
  .node--type-experience.exp-theme.dark-magenta .reference-body::before {
    content: none; }
  .node--type-experience.exp-theme.dark-magenta .reference-arrow::before {
    content: none; }
  .node--type-experience.exp-theme.dark-magenta.node-view_mode--teaser {
    background-color: #1f1d2c;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.dark-magenta.node-view_mode--teaser .teaser-container {
      padding-top: 0;
      padding-bottom: 0; }
      .node--type-experience.exp-theme.dark-magenta.node-view_mode--teaser .teaser-container::before, .node--type-experience.exp-theme.dark-magenta.node-view_mode--teaser .teaser-container::after {
        content: "";
        background-color: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        display: block;
        width: 100%;
        height: 2.5rem; }
      .node--type-experience.exp-theme.dark-magenta.node-view_mode--teaser .teaser-container::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%23e21d76' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%23e21d76' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e");
        background-position: center left;
        margin-bottom: 1rem; }
      .node--type-experience.exp-theme.dark-magenta.node-view_mode--teaser .teaser-container::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cg transform='translate%28-704.951 2347.848%29 rotate%28180%29'%3e%3cpath fill='%23e21d76' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-740.427 2300.547%29'/%3e%3cpath fill='%23e21d76' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-769.272 2300.547%29'/%3e%3c/g%3e%3c/svg%3e");
        background-position: center right;
        margin-top: 1rem; }

.node--type-experience.exp-theme.dark-orange {
  color: #fff; }
  .node--type-experience.exp-theme.dark-orange h1, .node--type-experience.exp-theme.dark-orange h2, .node--type-experience.exp-theme.dark-orange h3, .node--type-experience.exp-theme.dark-orange h4, .node--type-experience.exp-theme.dark-orange h5, .node--type-experience.exp-theme.dark-orange h6, .node--type-experience.exp-theme.dark-orange p {
    color: #fff; }
  .node--type-experience.exp-theme.dark-orange a {
    color: #fff; }
    .node--type-experience.exp-theme.dark-orange a:hover, .node--type-experience.exp-theme.dark-orange a:focus, .node--type-experience.exp-theme.dark-orange a:active {
      color: #fff; }
  .node--type-experience.exp-theme.dark-orange .reference-body::before {
    content: none; }
  .node--type-experience.exp-theme.dark-orange .reference-arrow::before {
    content: none; }
  .node--type-experience.exp-theme.dark-orange.node-view_mode--teaser {
    background-color: #1f1d2c;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.dark-orange.node-view_mode--teaser .teaser-container {
      padding-top: 0;
      padding-bottom: 0; }
      .node--type-experience.exp-theme.dark-orange.node-view_mode--teaser .teaser-container::before, .node--type-experience.exp-theme.dark-orange.node-view_mode--teaser .teaser-container::after {
        content: "";
        background-color: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        display: block;
        width: 100%;
        height: 2.5rem; }
      .node--type-experience.exp-theme.dark-orange.node-view_mode--teaser .teaser-container::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%23f29124' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%23f29124' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e");
        background-position: center left;
        margin-bottom: 1rem; }
      .node--type-experience.exp-theme.dark-orange.node-view_mode--teaser .teaser-container::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cg transform='translate%28-704.951 2347.848%29 rotate%28180%29'%3e%3cpath fill='%23f29124' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-740.427 2300.547%29'/%3e%3cpath fill='%23f29124' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-769.272 2300.547%29'/%3e%3c/g%3e%3c/svg%3e");
        background-position: center right;
        margin-top: 1rem; }

.node--type-experience.exp-theme.dark-green {
  color: #fff; }
  .node--type-experience.exp-theme.dark-green h1, .node--type-experience.exp-theme.dark-green h2, .node--type-experience.exp-theme.dark-green h3, .node--type-experience.exp-theme.dark-green h4, .node--type-experience.exp-theme.dark-green h5, .node--type-experience.exp-theme.dark-green h6, .node--type-experience.exp-theme.dark-green p {
    color: #fff; }
  .node--type-experience.exp-theme.dark-green a {
    color: #fff; }
    .node--type-experience.exp-theme.dark-green a:hover, .node--type-experience.exp-theme.dark-green a:focus, .node--type-experience.exp-theme.dark-green a:active {
      color: #fff; }
  .node--type-experience.exp-theme.dark-green .reference-body::before {
    content: none; }
  .node--type-experience.exp-theme.dark-green .reference-arrow::before {
    content: none; }
  .node--type-experience.exp-theme.dark-green.node-view_mode--teaser {
    background-color: #1f1d2c;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.dark-green.node-view_mode--teaser .teaser-container {
      padding-top: 0;
      padding-bottom: 0; }
      .node--type-experience.exp-theme.dark-green.node-view_mode--teaser .teaser-container::before, .node--type-experience.exp-theme.dark-green.node-view_mode--teaser .teaser-container::after {
        content: "";
        background-color: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        display: block;
        width: 100%;
        height: 2.5rem; }
      .node--type-experience.exp-theme.dark-green.node-view_mode--teaser .teaser-container::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%2356b56c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%2356b56c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e");
        background-position: center left;
        margin-bottom: 1rem; }
      .node--type-experience.exp-theme.dark-green.node-view_mode--teaser .teaser-container::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cg transform='translate%28-704.951 2347.848%29 rotate%28180%29'%3e%3cpath fill='%2356b56c' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-740.427 2300.547%29'/%3e%3cpath fill='%2356b56c' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-769.272 2300.547%29'/%3e%3c/g%3e%3c/svg%3e");
        background-position: center right;
        margin-top: 1rem; }

.node--type-experience.exp-theme.dark-blue {
  color: #fff; }
  .node--type-experience.exp-theme.dark-blue h1, .node--type-experience.exp-theme.dark-blue h2, .node--type-experience.exp-theme.dark-blue h3, .node--type-experience.exp-theme.dark-blue h4, .node--type-experience.exp-theme.dark-blue h5, .node--type-experience.exp-theme.dark-blue h6, .node--type-experience.exp-theme.dark-blue p {
    color: #fff; }
  .node--type-experience.exp-theme.dark-blue a {
    color: #fff; }
    .node--type-experience.exp-theme.dark-blue a:hover, .node--type-experience.exp-theme.dark-blue a:focus, .node--type-experience.exp-theme.dark-blue a:active {
      color: #fff; }
  .node--type-experience.exp-theme.dark-blue .reference-body::before {
    content: none; }
  .node--type-experience.exp-theme.dark-blue .reference-arrow::before {
    content: none; }
  .node--type-experience.exp-theme.dark-blue.node-view_mode--teaser {
    background-color: #1f1d2c;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.dark-blue.node-view_mode--teaser .teaser-container {
      padding-top: 0;
      padding-bottom: 0; }
      .node--type-experience.exp-theme.dark-blue.node-view_mode--teaser .teaser-container::before, .node--type-experience.exp-theme.dark-blue.node-view_mode--teaser .teaser-container::after {
        content: "";
        background-color: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        display: block;
        width: 100%;
        height: 2.5rem; }
      .node--type-experience.exp-theme.dark-blue.node-view_mode--teaser .teaser-container::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%235363ab' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%235363ab' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e");
        background-position: center left;
        margin-bottom: 1rem; }
      .node--type-experience.exp-theme.dark-blue.node-view_mode--teaser .teaser-container::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cg transform='translate%28-704.951 2347.848%29 rotate%28180%29'%3e%3cpath fill='%235363ab' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-740.427 2300.547%29'/%3e%3cpath fill='%235363ab' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-769.272 2300.547%29'/%3e%3c/g%3e%3c/svg%3e");
        background-position: center right;
        margin-top: 1rem; }

.node--type-experience.exp-theme.mid {
  color: #1f1d2c; }
  .node--type-experience.exp-theme.mid h1, .node--type-experience.exp-theme.mid h2, .node--type-experience.exp-theme.mid h3, .node--type-experience.exp-theme.mid h4, .node--type-experience.exp-theme.mid h5, .node--type-experience.exp-theme.mid h6, .node--type-experience.exp-theme.mid p {
    color: #1f1d2c; }
  .node--type-experience.exp-theme.mid a {
    color: #1f1d2c; }
    .node--type-experience.exp-theme.mid a:hover, .node--type-experience.exp-theme.mid a:focus, .node--type-experience.exp-theme.mid a:active {
      color: #fff; }
  .node--type-experience.exp-theme.mid .reference-body::before {
    content: none; }
  .node--type-experience.exp-theme.mid .reference-arrow::before {
    content: none; }
  .node--type-experience.exp-theme.mid.node-view_mode--teaser {
    background-color: #fafafa;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.mid.node-view_mode--teaser .teaser-container {
      padding-top: 0;
      padding-bottom: 0; }
      .node--type-experience.exp-theme.mid.node-view_mode--teaser .teaser-container::before, .node--type-experience.exp-theme.mid.node-view_mode--teaser .teaser-container::after {
        content: "";
        background-color: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        display: block;
        width: 100%;
        height: 2.5rem; }
      .node--type-experience.exp-theme.mid.node-view_mode--teaser .teaser-container::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%231f1d2c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%231f1d2c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e");
        background-position: center left;
        margin-bottom: 1rem; }
      .node--type-experience.exp-theme.mid.node-view_mode--teaser .teaser-container::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cg transform='translate%28-704.951 2347.848%29 rotate%28180%29'%3e%3cpath fill='%231f1d2c' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-740.427 2300.547%29'/%3e%3cpath fill='%231f1d2c' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-769.272 2300.547%29'/%3e%3c/g%3e%3c/svg%3e");
        background-position: center right;
        margin-top: 1rem; }

.node--type-experience.exp-theme.mid-magenta {
  color: #1f1d2c; }
  .node--type-experience.exp-theme.mid-magenta h1, .node--type-experience.exp-theme.mid-magenta h2, .node--type-experience.exp-theme.mid-magenta h3, .node--type-experience.exp-theme.mid-magenta h4, .node--type-experience.exp-theme.mid-magenta h5, .node--type-experience.exp-theme.mid-magenta h6, .node--type-experience.exp-theme.mid-magenta p {
    color: #1f1d2c; }
  .node--type-experience.exp-theme.mid-magenta a {
    color: #1f1d2c; }
    .node--type-experience.exp-theme.mid-magenta a:hover, .node--type-experience.exp-theme.mid-magenta a:focus, .node--type-experience.exp-theme.mid-magenta a:active {
      color: #fff; }
  .node--type-experience.exp-theme.mid-magenta .reference-body::before {
    content: none; }
  .node--type-experience.exp-theme.mid-magenta .reference-arrow::before {
    content: none; }
  .node--type-experience.exp-theme.mid-magenta.node-view_mode--teaser {
    background-color: #fafafa;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.mid-magenta.node-view_mode--teaser .teaser-container {
      padding-top: 0;
      padding-bottom: 0; }
      .node--type-experience.exp-theme.mid-magenta.node-view_mode--teaser .teaser-container::before, .node--type-experience.exp-theme.mid-magenta.node-view_mode--teaser .teaser-container::after {
        content: "";
        background-color: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        display: block;
        width: 100%;
        height: 2.5rem; }
      .node--type-experience.exp-theme.mid-magenta.node-view_mode--teaser .teaser-container::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%23e21d76' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%23e21d76' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e");
        background-position: center left;
        margin-bottom: 1rem; }
      .node--type-experience.exp-theme.mid-magenta.node-view_mode--teaser .teaser-container::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cg transform='translate%28-704.951 2347.848%29 rotate%28180%29'%3e%3cpath fill='%23e21d76' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-740.427 2300.547%29'/%3e%3cpath fill='%23e21d76' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-769.272 2300.547%29'/%3e%3c/g%3e%3c/svg%3e");
        background-position: center right;
        margin-top: 1rem; }

.node--type-experience.exp-theme.mid-orange {
  color: #1f1d2c; }
  .node--type-experience.exp-theme.mid-orange h1, .node--type-experience.exp-theme.mid-orange h2, .node--type-experience.exp-theme.mid-orange h3, .node--type-experience.exp-theme.mid-orange h4, .node--type-experience.exp-theme.mid-orange h5, .node--type-experience.exp-theme.mid-orange h6, .node--type-experience.exp-theme.mid-orange p {
    color: #1f1d2c; }
  .node--type-experience.exp-theme.mid-orange a {
    color: #1f1d2c; }
    .node--type-experience.exp-theme.mid-orange a:hover, .node--type-experience.exp-theme.mid-orange a:focus, .node--type-experience.exp-theme.mid-orange a:active {
      color: #fff; }
  .node--type-experience.exp-theme.mid-orange .reference-body::before {
    content: none; }
  .node--type-experience.exp-theme.mid-orange .reference-arrow::before {
    content: none; }
  .node--type-experience.exp-theme.mid-orange.node-view_mode--teaser {
    background-color: #fafafa;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.mid-orange.node-view_mode--teaser .teaser-container {
      padding-top: 0;
      padding-bottom: 0; }
      .node--type-experience.exp-theme.mid-orange.node-view_mode--teaser .teaser-container::before, .node--type-experience.exp-theme.mid-orange.node-view_mode--teaser .teaser-container::after {
        content: "";
        background-color: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        display: block;
        width: 100%;
        height: 2.5rem; }
      .node--type-experience.exp-theme.mid-orange.node-view_mode--teaser .teaser-container::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%23f29124' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%23f29124' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e");
        background-position: center left;
        margin-bottom: 1rem; }
      .node--type-experience.exp-theme.mid-orange.node-view_mode--teaser .teaser-container::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cg transform='translate%28-704.951 2347.848%29 rotate%28180%29'%3e%3cpath fill='%23f29124' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-740.427 2300.547%29'/%3e%3cpath fill='%23f29124' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-769.272 2300.547%29'/%3e%3c/g%3e%3c/svg%3e");
        background-position: center right;
        margin-top: 1rem; }

.node--type-experience.exp-theme.mid-green {
  color: #1f1d2c; }
  .node--type-experience.exp-theme.mid-green h1, .node--type-experience.exp-theme.mid-green h2, .node--type-experience.exp-theme.mid-green h3, .node--type-experience.exp-theme.mid-green h4, .node--type-experience.exp-theme.mid-green h5, .node--type-experience.exp-theme.mid-green h6, .node--type-experience.exp-theme.mid-green p {
    color: #1f1d2c; }
  .node--type-experience.exp-theme.mid-green a {
    color: #1f1d2c; }
    .node--type-experience.exp-theme.mid-green a:hover, .node--type-experience.exp-theme.mid-green a:focus, .node--type-experience.exp-theme.mid-green a:active {
      color: #fff; }
  .node--type-experience.exp-theme.mid-green .reference-body::before {
    content: none; }
  .node--type-experience.exp-theme.mid-green .reference-arrow::before {
    content: none; }
  .node--type-experience.exp-theme.mid-green.node-view_mode--teaser {
    background-color: #fafafa;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.mid-green.node-view_mode--teaser .teaser-container {
      padding-top: 0;
      padding-bottom: 0; }
      .node--type-experience.exp-theme.mid-green.node-view_mode--teaser .teaser-container::before, .node--type-experience.exp-theme.mid-green.node-view_mode--teaser .teaser-container::after {
        content: "";
        background-color: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        display: block;
        width: 100%;
        height: 2.5rem; }
      .node--type-experience.exp-theme.mid-green.node-view_mode--teaser .teaser-container::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%2356b56c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%2356b56c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e");
        background-position: center left;
        margin-bottom: 1rem; }
      .node--type-experience.exp-theme.mid-green.node-view_mode--teaser .teaser-container::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cg transform='translate%28-704.951 2347.848%29 rotate%28180%29'%3e%3cpath fill='%2356b56c' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-740.427 2300.547%29'/%3e%3cpath fill='%2356b56c' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-769.272 2300.547%29'/%3e%3c/g%3e%3c/svg%3e");
        background-position: center right;
        margin-top: 1rem; }

.node--type-experience.exp-theme.mid-blue {
  color: #1f1d2c; }
  .node--type-experience.exp-theme.mid-blue h1, .node--type-experience.exp-theme.mid-blue h2, .node--type-experience.exp-theme.mid-blue h3, .node--type-experience.exp-theme.mid-blue h4, .node--type-experience.exp-theme.mid-blue h5, .node--type-experience.exp-theme.mid-blue h6, .node--type-experience.exp-theme.mid-blue p {
    color: #1f1d2c; }
  .node--type-experience.exp-theme.mid-blue a {
    color: #1f1d2c; }
    .node--type-experience.exp-theme.mid-blue a:hover, .node--type-experience.exp-theme.mid-blue a:focus, .node--type-experience.exp-theme.mid-blue a:active {
      color: #fff; }
  .node--type-experience.exp-theme.mid-blue .reference-body::before {
    content: none; }
  .node--type-experience.exp-theme.mid-blue .reference-arrow::before {
    content: none; }
  .node--type-experience.exp-theme.mid-blue.node-view_mode--teaser {
    background-color: #fafafa;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.mid-blue.node-view_mode--teaser .teaser-container {
      padding-top: 0;
      padding-bottom: 0; }
      .node--type-experience.exp-theme.mid-blue.node-view_mode--teaser .teaser-container::before, .node--type-experience.exp-theme.mid-blue.node-view_mode--teaser .teaser-container::after {
        content: "";
        background-color: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        display: block;
        width: 100%;
        height: 2.5rem; }
      .node--type-experience.exp-theme.mid-blue.node-view_mode--teaser .teaser-container::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%235363ab' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%235363ab' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e");
        background-position: center left;
        margin-bottom: 1rem; }
      .node--type-experience.exp-theme.mid-blue.node-view_mode--teaser .teaser-container::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cg transform='translate%28-704.951 2347.848%29 rotate%28180%29'%3e%3cpath fill='%235363ab' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-740.427 2300.547%29'/%3e%3cpath fill='%235363ab' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-769.272 2300.547%29'/%3e%3c/g%3e%3c/svg%3e");
        background-position: center right;
        margin-top: 1rem; }

.node--type-experience.exp-theme.light {
  color: #1f1d2c; }
  .node--type-experience.exp-theme.light h1, .node--type-experience.exp-theme.light h2, .node--type-experience.exp-theme.light h3, .node--type-experience.exp-theme.light h4, .node--type-experience.exp-theme.light h5, .node--type-experience.exp-theme.light h6, .node--type-experience.exp-theme.light p {
    color: #1f1d2c; }
  .node--type-experience.exp-theme.light a {
    color: #1f1d2c; }
    .node--type-experience.exp-theme.light a:hover, .node--type-experience.exp-theme.light a:focus, .node--type-experience.exp-theme.light a:active {
      color: #fff; }
  .node--type-experience.exp-theme.light .reference-body::before {
    content: none; }
  .node--type-experience.exp-theme.light .reference-arrow::before {
    content: none; }
  .node--type-experience.exp-theme.light.node-view_mode--teaser {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.light.node-view_mode--teaser .teaser-container {
      padding-top: 0;
      padding-bottom: 0; }
      .node--type-experience.exp-theme.light.node-view_mode--teaser .teaser-container::before, .node--type-experience.exp-theme.light.node-view_mode--teaser .teaser-container::after {
        content: "";
        background-color: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        display: block;
        width: 100%;
        height: 2.5rem; }
      .node--type-experience.exp-theme.light.node-view_mode--teaser .teaser-container::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%231f1d2c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%231f1d2c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e");
        background-position: center left;
        margin-bottom: 1rem; }
      .node--type-experience.exp-theme.light.node-view_mode--teaser .teaser-container::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cg transform='translate%28-704.951 2347.848%29 rotate%28180%29'%3e%3cpath fill='%231f1d2c' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-740.427 2300.547%29'/%3e%3cpath fill='%231f1d2c' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-769.272 2300.547%29'/%3e%3c/g%3e%3c/svg%3e");
        background-position: center right;
        margin-top: 1rem; }

.node--type-experience.exp-theme.light-magenta {
  color: #1f1d2c; }
  .node--type-experience.exp-theme.light-magenta h1, .node--type-experience.exp-theme.light-magenta h2, .node--type-experience.exp-theme.light-magenta h3, .node--type-experience.exp-theme.light-magenta h4, .node--type-experience.exp-theme.light-magenta h5, .node--type-experience.exp-theme.light-magenta h6, .node--type-experience.exp-theme.light-magenta p {
    color: #1f1d2c; }
  .node--type-experience.exp-theme.light-magenta a {
    color: #1f1d2c; }
    .node--type-experience.exp-theme.light-magenta a:hover, .node--type-experience.exp-theme.light-magenta a:focus, .node--type-experience.exp-theme.light-magenta a:active {
      color: #fff; }
  .node--type-experience.exp-theme.light-magenta .reference-body::before {
    content: none; }
  .node--type-experience.exp-theme.light-magenta .reference-arrow::before {
    content: none; }
  .node--type-experience.exp-theme.light-magenta.node-view_mode--teaser {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.light-magenta.node-view_mode--teaser .teaser-container {
      padding-top: 0;
      padding-bottom: 0; }
      .node--type-experience.exp-theme.light-magenta.node-view_mode--teaser .teaser-container::before, .node--type-experience.exp-theme.light-magenta.node-view_mode--teaser .teaser-container::after {
        content: "";
        background-color: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        display: block;
        width: 100%;
        height: 2.5rem; }
      .node--type-experience.exp-theme.light-magenta.node-view_mode--teaser .teaser-container::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%23e21d76' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%23e21d76' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e");
        background-position: center left;
        margin-bottom: 1rem; }
      .node--type-experience.exp-theme.light-magenta.node-view_mode--teaser .teaser-container::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cg transform='translate%28-704.951 2347.848%29 rotate%28180%29'%3e%3cpath fill='%23e21d76' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-740.427 2300.547%29'/%3e%3cpath fill='%23e21d76' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-769.272 2300.547%29'/%3e%3c/g%3e%3c/svg%3e");
        background-position: center right;
        margin-top: 1rem; }

.node--type-experience.exp-theme.light-orange {
  color: #1f1d2c; }
  .node--type-experience.exp-theme.light-orange h1, .node--type-experience.exp-theme.light-orange h2, .node--type-experience.exp-theme.light-orange h3, .node--type-experience.exp-theme.light-orange h4, .node--type-experience.exp-theme.light-orange h5, .node--type-experience.exp-theme.light-orange h6, .node--type-experience.exp-theme.light-orange p {
    color: #1f1d2c; }
  .node--type-experience.exp-theme.light-orange a {
    color: #1f1d2c; }
    .node--type-experience.exp-theme.light-orange a:hover, .node--type-experience.exp-theme.light-orange a:focus, .node--type-experience.exp-theme.light-orange a:active {
      color: #fff; }
  .node--type-experience.exp-theme.light-orange .reference-body::before {
    content: none; }
  .node--type-experience.exp-theme.light-orange .reference-arrow::before {
    content: none; }
  .node--type-experience.exp-theme.light-orange.node-view_mode--teaser {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.light-orange.node-view_mode--teaser .teaser-container {
      padding-top: 0;
      padding-bottom: 0; }
      .node--type-experience.exp-theme.light-orange.node-view_mode--teaser .teaser-container::before, .node--type-experience.exp-theme.light-orange.node-view_mode--teaser .teaser-container::after {
        content: "";
        background-color: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        display: block;
        width: 100%;
        height: 2.5rem; }
      .node--type-experience.exp-theme.light-orange.node-view_mode--teaser .teaser-container::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%23f29124' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%23f29124' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e");
        background-position: center left;
        margin-bottom: 1rem; }
      .node--type-experience.exp-theme.light-orange.node-view_mode--teaser .teaser-container::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cg transform='translate%28-704.951 2347.848%29 rotate%28180%29'%3e%3cpath fill='%23f29124' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-740.427 2300.547%29'/%3e%3cpath fill='%23f29124' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-769.272 2300.547%29'/%3e%3c/g%3e%3c/svg%3e");
        background-position: center right;
        margin-top: 1rem; }

.node--type-experience.exp-theme.light-green {
  color: #1f1d2c; }
  .node--type-experience.exp-theme.light-green h1, .node--type-experience.exp-theme.light-green h2, .node--type-experience.exp-theme.light-green h3, .node--type-experience.exp-theme.light-green h4, .node--type-experience.exp-theme.light-green h5, .node--type-experience.exp-theme.light-green h6, .node--type-experience.exp-theme.light-green p {
    color: #1f1d2c; }
  .node--type-experience.exp-theme.light-green a {
    color: #1f1d2c; }
    .node--type-experience.exp-theme.light-green a:hover, .node--type-experience.exp-theme.light-green a:focus, .node--type-experience.exp-theme.light-green a:active {
      color: #fff; }
  .node--type-experience.exp-theme.light-green .reference-body::before {
    content: none; }
  .node--type-experience.exp-theme.light-green .reference-arrow::before {
    content: none; }
  .node--type-experience.exp-theme.light-green.node-view_mode--teaser {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.light-green.node-view_mode--teaser .teaser-container {
      padding-top: 0;
      padding-bottom: 0; }
      .node--type-experience.exp-theme.light-green.node-view_mode--teaser .teaser-container::before, .node--type-experience.exp-theme.light-green.node-view_mode--teaser .teaser-container::after {
        content: "";
        background-color: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        display: block;
        width: 100%;
        height: 2.5rem; }
      .node--type-experience.exp-theme.light-green.node-view_mode--teaser .teaser-container::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%2356b56c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%2356b56c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e");
        background-position: center left;
        margin-bottom: 1rem; }
      .node--type-experience.exp-theme.light-green.node-view_mode--teaser .teaser-container::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cg transform='translate%28-704.951 2347.848%29 rotate%28180%29'%3e%3cpath fill='%2356b56c' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-740.427 2300.547%29'/%3e%3cpath fill='%2356b56c' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-769.272 2300.547%29'/%3e%3c/g%3e%3c/svg%3e");
        background-position: center right;
        margin-top: 1rem; }

.node--type-experience.exp-theme.light-blue {
  color: #1f1d2c; }
  .node--type-experience.exp-theme.light-blue h1, .node--type-experience.exp-theme.light-blue h2, .node--type-experience.exp-theme.light-blue h3, .node--type-experience.exp-theme.light-blue h4, .node--type-experience.exp-theme.light-blue h5, .node--type-experience.exp-theme.light-blue h6, .node--type-experience.exp-theme.light-blue p {
    color: #1f1d2c; }
  .node--type-experience.exp-theme.light-blue a {
    color: #1f1d2c; }
    .node--type-experience.exp-theme.light-blue a:hover, .node--type-experience.exp-theme.light-blue a:focus, .node--type-experience.exp-theme.light-blue a:active {
      color: #fff; }
  .node--type-experience.exp-theme.light-blue .reference-body::before {
    content: none; }
  .node--type-experience.exp-theme.light-blue .reference-arrow::before {
    content: none; }
  .node--type-experience.exp-theme.light-blue.node-view_mode--teaser {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.light-blue.node-view_mode--teaser .teaser-container {
      padding-top: 0;
      padding-bottom: 0; }
      .node--type-experience.exp-theme.light-blue.node-view_mode--teaser .teaser-container::before, .node--type-experience.exp-theme.light-blue.node-view_mode--teaser .teaser-container::after {
        content: "";
        background-color: transparent;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        display: block;
        width: 100%;
        height: 2.5rem; }
      .node--type-experience.exp-theme.light-blue.node-view_mode--teaser .teaser-container::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%235363ab' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%235363ab' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e");
        background-position: center left;
        margin-bottom: 1rem; }
      .node--type-experience.exp-theme.light-blue.node-view_mode--teaser .teaser-container::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cg transform='translate%28-704.951 2347.848%29 rotate%28180%29'%3e%3cpath fill='%235363ab' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-740.427 2300.547%29'/%3e%3cpath fill='%235363ab' d='M11.825,47.3h0L0,35.476,11.825,23.651,0,11.825,11.825,0,35.476,23.651,11.825,47.3Z' transform='translate%28-769.272 2300.547%29'/%3e%3c/g%3e%3c/svg%3e");
        background-position: center right;
        margin-top: 1rem; }

.node--type-experience.node-view_mode--teaser {
  display: flex; }
  .node--type-experience.node-view_mode--teaser .teaser-wrapper {
    display: flex;
    padding: 1.5rem; }
  .node--type-experience.node-view_mode--teaser .teaser-container {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .node--type-experience.node-view_mode--teaser .teaser-container > a {
      font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
      font-size: 1.125rem;
      font-weight: 200;
      text-align: left; }

.view-experiences .view-filters .views-exposed-form {
  background-color: #fafafa;
  color: #1f1d2c;
  border-top: 0 none transparent; }
  .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios > .form-radios {
    padding: 0; }
    .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios > .form-radios .form-item {
      margin-left: 2rem;
      margin-right: 0; }
      .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios > .form-radios .form-item.form-type-radio input[type="radio"]:checked + label {
        color: #56b56c; }
      .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios > .form-radios .form-item.form-type-radio label {
        font-family: "Poppins", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
        font-size: 1.5rem;
        text-transform: none;
        padding: 1.5rem 0;
        color: #1f1d2c;
        white-space: nowrap; }
        @media (max-width: 767.98px) {
          .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios > .form-radios .form-item.form-type-radio label {
            font-size: 1.5rem; } }
        .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios > .form-radios .form-item.form-type-radio label::after {
          content: "";
          display: inline-block;
          width: 16px;
          height: 16px;
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18.385' height='18.385'%3e%3crect width='13' height='13' transform='translate%280 9.192%29 rotate%28-45%29' fill='%2356b56c'/%3e%3c/svg%3e");
          background-color: transparent;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100%;
          margin-left: 2rem; }
  .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-loaded .owl-stage-outer .owl-stage {
    margin-left: 3.5rem; }
    @media (max-width: 767.98px) {
      .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-loaded .owl-stage-outer .owl-stage {
        margin-left: 0; } }
  @media (max-width: 767.98px) {
    .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav {
      display: none; } }
  .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button {
    background-color: #fafafa; }
    .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button > span {
      background-size: contain;
      background-repeat: no-repeat;
      visibility: unset;
      height: 1.25rem;
      width: 2rem;
      padding: 0; }
      @media (max-width: 767.98px) {
        .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button > span {
          height: 0.625rem;
          width: 1rem; } }
      .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button > span::after {
        content: none; }
    .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button.owl-prev {
      box-shadow: 1.25rem 0 0.75rem #fafafa; }
      .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button.owl-prev > span {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%231f1d2c' d='M7.333,0h0L0,7.586l7.333,7.586L0,22.756l7.333,7.585L22,15.171Z' transform='translate%2822 30.342%29 rotate%28180%29'/%3e%3c/svg%3e"); }
    .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button.owl-next {
      box-shadow: -1.25rem 0 0.75rem #fafafa; }
      .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button.owl-next > span {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='30.342'%3e%3cpath fill='%231f1d2c' d='M7.333,30.342h0L0,22.756l7.333-7.586L0,7.585,7.333,0,22,15.171Z'/%3e%3c/svg%3e"); }
    .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button.disabled {
      box-shadow: none;
      display: none; }

@media (min-width: 992px) {
  .view-experiences .view-content .views-row {
    display: flex; } }

.view-experiences .view-content .views-row > article {
  min-height: 500px;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto 500px; }
  .view-experiences .view-content .views-row > article::before {
    background-position: bottom right; }
  .view-experiences .view-content .views-row > article::after {
    content: "";
    background-image: none;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    width: 64px;
    height: 52px;
    position: absolute;
    top: 1rem;
    left: 2rem; }
  .view-experiences .view-content .views-row > article .reference-wrapper {
    padding-top: 0;
    padding-bottom: 0; }
  .view-experiences .view-content .views-row > article .reference-container {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 5rem 2rem 2rem 2rem; }
  .view-experiences .view-content .views-row > article .reference-body {
    order: initial; }
    .view-experiences .view-content .views-row > article .reference-body p {
      color: inherit; }
    .view-experiences .view-content .views-row > article .reference-body:before {
      content: none; }
  .view-experiences .view-content .views-row > article .reference-footer {
    margin-top: 1rem;
    order: initial; }
  .view-experiences .view-content .views-row > article .reference-cta {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
    .view-experiences .view-content .views-row > article .reference-cta .goto {
      padding: 0.5rem 1.5rem; }

.view-experiences .view-content .views-row:nth-of-type(even) > article::before {
  background-position: bottom right; }

.view-experiences .view-content .views-row:nth-of-type(even) > article .reference-body {
  order: initial;
  flex: 0 1 100%; }

.view-experiences .view-content .views-row > article.exp-theme.dark {
  background-color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.dark::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.dark::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%23fff' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%23fff' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.dark .reference-body {
    color: #fff; }
  .view-experiences .view-content .views-row > article.exp-theme.dark .reference-cta .goto {
    background-color: #fff;
    border-color: #fff; }
    .view-experiences .view-content .views-row > article.exp-theme.dark .reference-cta .goto .text-label {
      color: #1f1d2c; }
    .view-experiences .view-content .views-row > article.exp-theme.dark .reference-cta .goto:hover {
      background-color: #1f1d2c;
      border-color: #1f1d2c; }
      .view-experiences .view-content .views-row > article.exp-theme.dark .reference-cta .goto:hover .text-label {
        color: #fff; }
    .view-experiences .view-content .views-row > article.exp-theme.dark .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.dark .reference-cta .goto:active {
      background-color: #1f1d2c;
      border-color: #fff; }
      .view-experiences .view-content .views-row > article.exp-theme.dark .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.dark .reference-cta .goto:active .text-label {
        color: #fff; }

.view-experiences .view-content .views-row > article.exp-theme.dark-magenta {
  background-color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.dark-magenta::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%23e21d76' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.dark-magenta::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%23e21d76' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%23e21d76' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.dark-magenta .reference-body {
    color: #fff; }
  .view-experiences .view-content .views-row > article.exp-theme.dark-magenta .reference-cta .goto {
    background-color: #e21d76;
    border-color: #e21d76; }
    .view-experiences .view-content .views-row > article.exp-theme.dark-magenta .reference-cta .goto .text-label {
      color: #1f1d2c; }
    .view-experiences .view-content .views-row > article.exp-theme.dark-magenta .reference-cta .goto:hover {
      background-color: #1f1d2c;
      border-color: #1f1d2c; }
      .view-experiences .view-content .views-row > article.exp-theme.dark-magenta .reference-cta .goto:hover .text-label {
        color: #e21d76; }
    .view-experiences .view-content .views-row > article.exp-theme.dark-magenta .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.dark-magenta .reference-cta .goto:active {
      background-color: #1f1d2c;
      border-color: #e21d76; }
      .view-experiences .view-content .views-row > article.exp-theme.dark-magenta .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.dark-magenta .reference-cta .goto:active .text-label {
        color: #e21d76; }

.view-experiences .view-content .views-row > article.exp-theme.dark-orange {
  background-color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.dark-orange::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%23f29124' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.dark-orange::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%23f29124' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%23f29124' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.dark-orange .reference-body {
    color: #fff; }
  .view-experiences .view-content .views-row > article.exp-theme.dark-orange .reference-cta .goto {
    background-color: #f29124;
    border-color: #f29124; }
    .view-experiences .view-content .views-row > article.exp-theme.dark-orange .reference-cta .goto .text-label {
      color: #1f1d2c; }
    .view-experiences .view-content .views-row > article.exp-theme.dark-orange .reference-cta .goto:hover {
      background-color: #1f1d2c;
      border-color: #1f1d2c; }
      .view-experiences .view-content .views-row > article.exp-theme.dark-orange .reference-cta .goto:hover .text-label {
        color: #f29124; }
    .view-experiences .view-content .views-row > article.exp-theme.dark-orange .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.dark-orange .reference-cta .goto:active {
      background-color: #1f1d2c;
      border-color: #f29124; }
      .view-experiences .view-content .views-row > article.exp-theme.dark-orange .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.dark-orange .reference-cta .goto:active .text-label {
        color: #f29124; }

.view-experiences .view-content .views-row > article.exp-theme.dark-green {
  background-color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.dark-green::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%2356b56c' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.dark-green::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%2356b56c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%2356b56c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.dark-green .reference-body {
    color: #fff; }
  .view-experiences .view-content .views-row > article.exp-theme.dark-green .reference-cta .goto {
    background-color: #56b56c;
    border-color: #56b56c; }
    .view-experiences .view-content .views-row > article.exp-theme.dark-green .reference-cta .goto .text-label {
      color: #1f1d2c; }
    .view-experiences .view-content .views-row > article.exp-theme.dark-green .reference-cta .goto:hover {
      background-color: #1f1d2c;
      border-color: #1f1d2c; }
      .view-experiences .view-content .views-row > article.exp-theme.dark-green .reference-cta .goto:hover .text-label {
        color: #56b56c; }
    .view-experiences .view-content .views-row > article.exp-theme.dark-green .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.dark-green .reference-cta .goto:active {
      background-color: #1f1d2c;
      border-color: #56b56c; }
      .view-experiences .view-content .views-row > article.exp-theme.dark-green .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.dark-green .reference-cta .goto:active .text-label {
        color: #56b56c; }

.view-experiences .view-content .views-row > article.exp-theme.dark-blue {
  background-color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.dark-blue::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%235363ab' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.dark-blue::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%235363ab' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%235363ab' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.dark-blue .reference-body {
    color: #fff; }
  .view-experiences .view-content .views-row > article.exp-theme.dark-blue .reference-cta .goto {
    background-color: #5363ab;
    border-color: #5363ab; }
    .view-experiences .view-content .views-row > article.exp-theme.dark-blue .reference-cta .goto .text-label {
      color: #1f1d2c; }
    .view-experiences .view-content .views-row > article.exp-theme.dark-blue .reference-cta .goto:hover {
      background-color: #1f1d2c;
      border-color: #1f1d2c; }
      .view-experiences .view-content .views-row > article.exp-theme.dark-blue .reference-cta .goto:hover .text-label {
        color: #5363ab; }
    .view-experiences .view-content .views-row > article.exp-theme.dark-blue .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.dark-blue .reference-cta .goto:active {
      background-color: #1f1d2c;
      border-color: #5363ab; }
      .view-experiences .view-content .views-row > article.exp-theme.dark-blue .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.dark-blue .reference-cta .goto:active .text-label {
        color: #5363ab; }

.view-experiences .view-content .views-row > article.exp-theme.mid {
  background-color: #fafafa; }
  .view-experiences .view-content .views-row > article.exp-theme.mid::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%231f1d2c' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.mid::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%231f1d2c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%231f1d2c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.mid .reference-body {
    color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.mid .reference-cta .goto {
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
    .view-experiences .view-content .views-row > article.exp-theme.mid .reference-cta .goto .text-label {
      color: #fafafa; }
    .view-experiences .view-content .views-row > article.exp-theme.mid .reference-cta .goto:hover {
      background-color: #fafafa;
      border-color: #fafafa; }
      .view-experiences .view-content .views-row > article.exp-theme.mid .reference-cta .goto:hover .text-label {
        color: #1f1d2c; }
    .view-experiences .view-content .views-row > article.exp-theme.mid .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.mid .reference-cta .goto:active {
      background-color: #fafafa;
      border-color: #1f1d2c; }
      .view-experiences .view-content .views-row > article.exp-theme.mid .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.mid .reference-cta .goto:active .text-label {
        color: #1f1d2c; }

.view-experiences .view-content .views-row > article.exp-theme.mid-magenta {
  background-color: #fafafa; }
  .view-experiences .view-content .views-row > article.exp-theme.mid-magenta::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%23e21d76' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.mid-magenta::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%23e21d76' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%23e21d76' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.mid-magenta .reference-body {
    color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.mid-magenta .reference-cta .goto {
    background-color: #e21d76;
    border-color: #e21d76; }
    .view-experiences .view-content .views-row > article.exp-theme.mid-magenta .reference-cta .goto .text-label {
      color: #fafafa; }
    .view-experiences .view-content .views-row > article.exp-theme.mid-magenta .reference-cta .goto:hover {
      background-color: #fafafa;
      border-color: #fafafa; }
      .view-experiences .view-content .views-row > article.exp-theme.mid-magenta .reference-cta .goto:hover .text-label {
        color: #e21d76; }
    .view-experiences .view-content .views-row > article.exp-theme.mid-magenta .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.mid-magenta .reference-cta .goto:active {
      background-color: #fafafa;
      border-color: #e21d76; }
      .view-experiences .view-content .views-row > article.exp-theme.mid-magenta .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.mid-magenta .reference-cta .goto:active .text-label {
        color: #e21d76; }

.view-experiences .view-content .views-row > article.exp-theme.mid-orange {
  background-color: #fafafa; }
  .view-experiences .view-content .views-row > article.exp-theme.mid-orange::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%23f29124' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.mid-orange::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%23f29124' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%23f29124' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.mid-orange .reference-body {
    color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.mid-orange .reference-cta .goto {
    background-color: #f29124;
    border-color: #f29124; }
    .view-experiences .view-content .views-row > article.exp-theme.mid-orange .reference-cta .goto .text-label {
      color: #fafafa; }
    .view-experiences .view-content .views-row > article.exp-theme.mid-orange .reference-cta .goto:hover {
      background-color: #fafafa;
      border-color: #fafafa; }
      .view-experiences .view-content .views-row > article.exp-theme.mid-orange .reference-cta .goto:hover .text-label {
        color: #f29124; }
    .view-experiences .view-content .views-row > article.exp-theme.mid-orange .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.mid-orange .reference-cta .goto:active {
      background-color: #fafafa;
      border-color: #f29124; }
      .view-experiences .view-content .views-row > article.exp-theme.mid-orange .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.mid-orange .reference-cta .goto:active .text-label {
        color: #f29124; }

.view-experiences .view-content .views-row > article.exp-theme.mid-green {
  background-color: #fafafa; }
  .view-experiences .view-content .views-row > article.exp-theme.mid-green::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%2356b56c' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.mid-green::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%2356b56c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%2356b56c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.mid-green .reference-body {
    color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.mid-green .reference-cta .goto {
    background-color: #56b56c;
    border-color: #56b56c; }
    .view-experiences .view-content .views-row > article.exp-theme.mid-green .reference-cta .goto .text-label {
      color: #fafafa; }
    .view-experiences .view-content .views-row > article.exp-theme.mid-green .reference-cta .goto:hover {
      background-color: #fafafa;
      border-color: #fafafa; }
      .view-experiences .view-content .views-row > article.exp-theme.mid-green .reference-cta .goto:hover .text-label {
        color: #56b56c; }
    .view-experiences .view-content .views-row > article.exp-theme.mid-green .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.mid-green .reference-cta .goto:active {
      background-color: #fafafa;
      border-color: #56b56c; }
      .view-experiences .view-content .views-row > article.exp-theme.mid-green .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.mid-green .reference-cta .goto:active .text-label {
        color: #56b56c; }

.view-experiences .view-content .views-row > article.exp-theme.mid-blue {
  background-color: #fafafa; }
  .view-experiences .view-content .views-row > article.exp-theme.mid-blue::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%235363ab' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.mid-blue::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%235363ab' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%235363ab' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.mid-blue .reference-body {
    color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.mid-blue .reference-cta .goto {
    background-color: #5363ab;
    border-color: #5363ab; }
    .view-experiences .view-content .views-row > article.exp-theme.mid-blue .reference-cta .goto .text-label {
      color: #fafafa; }
    .view-experiences .view-content .views-row > article.exp-theme.mid-blue .reference-cta .goto:hover {
      background-color: #fafafa;
      border-color: #fafafa; }
      .view-experiences .view-content .views-row > article.exp-theme.mid-blue .reference-cta .goto:hover .text-label {
        color: #5363ab; }
    .view-experiences .view-content .views-row > article.exp-theme.mid-blue .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.mid-blue .reference-cta .goto:active {
      background-color: #fafafa;
      border-color: #5363ab; }
      .view-experiences .view-content .views-row > article.exp-theme.mid-blue .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.mid-blue .reference-cta .goto:active .text-label {
        color: #5363ab; }

.view-experiences .view-content .views-row > article.exp-theme.light {
  background-color: #fff; }
  .view-experiences .view-content .views-row > article.exp-theme.light::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%231f1d2c' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.light::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%231f1d2c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%231f1d2c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.light .reference-body {
    color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.light .reference-cta .goto {
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
    .view-experiences .view-content .views-row > article.exp-theme.light .reference-cta .goto .text-label {
      color: #fff; }
    .view-experiences .view-content .views-row > article.exp-theme.light .reference-cta .goto:hover {
      background-color: #fff;
      border-color: #fff; }
      .view-experiences .view-content .views-row > article.exp-theme.light .reference-cta .goto:hover .text-label {
        color: #1f1d2c; }
    .view-experiences .view-content .views-row > article.exp-theme.light .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.light .reference-cta .goto:active {
      background-color: #fff;
      border-color: #1f1d2c; }
      .view-experiences .view-content .views-row > article.exp-theme.light .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.light .reference-cta .goto:active .text-label {
        color: #1f1d2c; }

.view-experiences .view-content .views-row > article.exp-theme.light-magenta {
  background-color: #fff; }
  .view-experiences .view-content .views-row > article.exp-theme.light-magenta::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%23e21d76' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.light-magenta::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%23e21d76' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%23e21d76' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.light-magenta .reference-body {
    color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.light-magenta .reference-cta .goto {
    background-color: #e21d76;
    border-color: #e21d76; }
    .view-experiences .view-content .views-row > article.exp-theme.light-magenta .reference-cta .goto .text-label {
      color: #fff; }
    .view-experiences .view-content .views-row > article.exp-theme.light-magenta .reference-cta .goto:hover {
      background-color: #fff;
      border-color: #fff; }
      .view-experiences .view-content .views-row > article.exp-theme.light-magenta .reference-cta .goto:hover .text-label {
        color: #e21d76; }
    .view-experiences .view-content .views-row > article.exp-theme.light-magenta .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.light-magenta .reference-cta .goto:active {
      background-color: #fff;
      border-color: #e21d76; }
      .view-experiences .view-content .views-row > article.exp-theme.light-magenta .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.light-magenta .reference-cta .goto:active .text-label {
        color: #e21d76; }

.view-experiences .view-content .views-row > article.exp-theme.light-orange {
  background-color: #fff; }
  .view-experiences .view-content .views-row > article.exp-theme.light-orange::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%23f29124' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.light-orange::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%23f29124' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%23f29124' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.light-orange .reference-body {
    color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.light-orange .reference-cta .goto {
    background-color: #f29124;
    border-color: #f29124; }
    .view-experiences .view-content .views-row > article.exp-theme.light-orange .reference-cta .goto .text-label {
      color: #fff; }
    .view-experiences .view-content .views-row > article.exp-theme.light-orange .reference-cta .goto:hover {
      background-color: #fff;
      border-color: #fff; }
      .view-experiences .view-content .views-row > article.exp-theme.light-orange .reference-cta .goto:hover .text-label {
        color: #f29124; }
    .view-experiences .view-content .views-row > article.exp-theme.light-orange .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.light-orange .reference-cta .goto:active {
      background-color: #fff;
      border-color: #f29124; }
      .view-experiences .view-content .views-row > article.exp-theme.light-orange .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.light-orange .reference-cta .goto:active .text-label {
        color: #f29124; }

.view-experiences .view-content .views-row > article.exp-theme.light-green {
  background-color: #fff; }
  .view-experiences .view-content .views-row > article.exp-theme.light-green::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%2356b56c' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.light-green::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%2356b56c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%2356b56c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.light-green .reference-body {
    color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.light-green .reference-cta .goto {
    background-color: #56b56c;
    border-color: #56b56c; }
    .view-experiences .view-content .views-row > article.exp-theme.light-green .reference-cta .goto .text-label {
      color: #fff; }
    .view-experiences .view-content .views-row > article.exp-theme.light-green .reference-cta .goto:hover {
      background-color: #fff;
      border-color: #fff; }
      .view-experiences .view-content .views-row > article.exp-theme.light-green .reference-cta .goto:hover .text-label {
        color: #56b56c; }
    .view-experiences .view-content .views-row > article.exp-theme.light-green .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.light-green .reference-cta .goto:active {
      background-color: #fff;
      border-color: #56b56c; }
      .view-experiences .view-content .views-row > article.exp-theme.light-green .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.light-green .reference-cta .goto:active .text-label {
        color: #56b56c; }

.view-experiences .view-content .views-row > article.exp-theme.light-blue {
  background-color: #fff; }
  .view-experiences .view-content .views-row > article.exp-theme.light-blue::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%235363ab' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.light-blue::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%235363ab' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%235363ab' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.light-blue .reference-body {
    color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.light-blue .reference-cta .goto {
    background-color: #5363ab;
    border-color: #5363ab; }
    .view-experiences .view-content .views-row > article.exp-theme.light-blue .reference-cta .goto .text-label {
      color: #fff; }
    .view-experiences .view-content .views-row > article.exp-theme.light-blue .reference-cta .goto:hover {
      background-color: #fff;
      border-color: #fff; }
      .view-experiences .view-content .views-row > article.exp-theme.light-blue .reference-cta .goto:hover .text-label {
        color: #5363ab; }
    .view-experiences .view-content .views-row > article.exp-theme.light-blue .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.light-blue .reference-cta .goto:active {
      background-color: #fff;
      border-color: #5363ab; }
      .view-experiences .view-content .views-row > article.exp-theme.light-blue .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.light-blue .reference-cta .goto:active .text-label {
        color: #5363ab; }

.view-experiences .view-content .views-row > article.exp-theme.corporate, .view-experiences .view-content .views-row > article.exp-theme.featured {
  background-color: #fff; }
  .view-experiences .view-content .views-row > article.exp-theme.corporate::before, .view-experiences .view-content .views-row > article.exp-theme.featured::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%231f1d2c' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.corporate::after, .view-experiences .view-content .views-row > article.exp-theme.featured::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%231f1d2c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%231f1d2c' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-body, .view-experiences .view-content .views-row > article.exp-theme.featured .reference-body {
    color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-cta .goto, .view-experiences .view-content .views-row > article.exp-theme.featured .reference-cta .goto {
    background-color: #1f1d2c;
    border-color: #1f1d2c; }
    .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-cta .goto .text-label, .view-experiences .view-content .views-row > article.exp-theme.featured .reference-cta .goto .text-label {
      color: #fff; }
    .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-cta .goto:hover, .view-experiences .view-content .views-row > article.exp-theme.featured .reference-cta .goto:hover {
      background-color: #fff;
      border-color: #fff; }
      .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-cta .goto:hover .text-label, .view-experiences .view-content .views-row > article.exp-theme.featured .reference-cta .goto:hover .text-label {
        color: #1f1d2c; }
    .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-cta .goto:active, .view-experiences .view-content .views-row > article.exp-theme.featured .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.featured .reference-cta .goto:active {
      background-color: #fff;
      border-color: #1f1d2c; }
      .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-cta .goto:active .text-label, .view-experiences .view-content .views-row > article.exp-theme.featured .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.featured .reference-cta .goto:active .text-label {
        color: #1f1d2c; }

.view-experiences .view-content .views-row > article.exp-theme.black {
  background-color: #1f1d2c; }
  .view-experiences .view-content .views-row > article.exp-theme.black::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M816.65 256.11L840.76 280.22L840.76 308.54L869.08 308.54L870.17 309.63L870.17 337.94L898.49 337.94L922.6 362.06L816.65 468L710.71 362.06L816.65 256.11ZM840.76 279.52L840.76 279.41L870.17 279.41L870.17 250L898.59 250L898.59 279.41L928 279.41L928 307.83L898.59 307.83L898.59 337.24L898.48 337.24L840.76 279.52Z' /%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.black::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.321' height='47.301'%3e%3cpath fill='%23fff' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%2828.845 0%29'/%3e%3cpath fill='%23fff' d='M11.825,0h0L0,11.825,11.825,23.651,0,35.476,11.825,47.3,35.476,23.651,11.825,0Z' transform='translate%280 0%29'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.black .reference-body {
    color: #fff; }
  .view-experiences .view-content .views-row > article.exp-theme.black .reference-cta .goto {
    background-color: #fff;
    border-color: #fff; }
    .view-experiences .view-content .views-row > article.exp-theme.black .reference-cta .goto .text-label {
      color: #1f1d2c; }
    .view-experiences .view-content .views-row > article.exp-theme.black .reference-cta .goto:hover {
      background-color: #1f1d2c;
      border-color: #1f1d2c; }
      .view-experiences .view-content .views-row > article.exp-theme.black .reference-cta .goto:hover .text-label {
        color: #fff; }
    .view-experiences .view-content .views-row > article.exp-theme.black .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.black .reference-cta .goto:active {
      background-color: #1f1d2c;
      border-color: #fff; }
      .view-experiences .view-content .views-row > article.exp-theme.black .reference-cta .goto:focus .text-label, .view-experiences .view-content .views-row > article.exp-theme.black .reference-cta .goto:active .text-label {
        color: #fff; }

.view-experiences .view-content.owl-loaded .owl-dots .owl-dot span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 1;
  padding: 0;
  opacity: 0.1;
  color: unset;
  background-color: #1f1d2c;
  margin: 0 0 0 10px;
  width: 40px;
  height: 8px; }
  .view-experiences .view-content.owl-loaded .owl-dots .owl-dot span::after {
    content: none; }

.view-experiences .view-content.owl-loaded .owl-dots .owl-dot.active span, .view-experiences .view-content.owl-loaded .owl-dots .owl-dot:hover span, .view-experiences .view-content.owl-loaded .owl-dots .owl-dot:focus span, .view-experiences .view-content.owl-loaded .owl-dots .owl-dot:active span {
  opacity: 1; }
  .view-experiences .view-content.owl-loaded .owl-dots .owl-dot.active span::after, .view-experiences .view-content.owl-loaded .owl-dots .owl-dot:hover span::after, .view-experiences .view-content.owl-loaded .owl-dots .owl-dot:focus span::after, .view-experiences .view-content.owl-loaded .owl-dots .owl-dot:active span::after {
    content: none; }

body.path-user #auth_box #top_part #the_logo a {
  max-width: 10rem; }

body.page-node-type-product main .region-content {
  z-index: 100; }
  @media (min-width: 1200px) {
    body.page-node-type-product main .region-content article.node.node--type-product.node-view_mode--full {
      overflow: visible; }
      body.page-node-type-product main .region-content article.node.node--type-product.node-view_mode--full .field--name-field-ref-parlib-cb .component-infographic .media--view-mode-full {
        height: 100px;
        max-height: 100px;
        overflow: hidden; } }

/*# sourceMappingURL=style.css.map */