@charset "UTF-8";
/*   
Theme Name: Roobla Gubbins
Description: A theme specifically designed for an online entertainment platform for writers and passionate readers.
Author: Roobla
Author URI: https://roobla.com
Version: 1.0.10
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spin, .spinh:hover {
  -webkit-animation-name: spin;
          animation-name: spin;
}

@-webkit-keyframes shadow {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes shadow {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.shadowing {
  -webkit-animation-name: shadow;
          animation-name: shadow;
}

@-webkit-keyframes bouncing {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bouncing {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.fncanibou {
  -webkit-animation-name: bouncing;
          animation-name: bouncing;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes vibrate {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes vibrate {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.vibrate {
  -webkit-animation: vibrate 0.3s linear infinite both;
          animation: vibrate 0.3s linear infinite both;
}

@-webkit-keyframes alert-border {
  0% {
    border-color: var(--color-border);
  }
  20% {
    border-color: var(--color-alert);
  }
  40% {
    border-color: var(--color-border);
  }
  60% {
    border-color: var(--color-alert);
  }
  80% {
    border-color: var(--color-border);
  }
  100% {
    border-color: var(--color-alert);
  }
}

@keyframes alert-border {
  0% {
    border-color: var(--color-border);
  }
  20% {
    border-color: var(--color-alert);
  }
  40% {
    border-color: var(--color-border);
  }
  60% {
    border-color: var(--color-alert);
  }
  80% {
    border-color: var(--color-border);
  }
  100% {
    border-color: var(--color-alert);
  }
}
.border-alerting {
  border: 2px solid var(--color-alert);
  border-width: 2px !important;
  -webkit-animation: alert-border 3s linear 5 both;
          animation: alert-border 3s linear 5 both;
}

@-webkit-keyframes alert-background {
  0%, 100% {
    background-color: rgba(255, 247, 32, 0.5);
  }
  35% {
    background-color: var(--color-body);
  }
}

@keyframes alert-background {
  0%, 100% {
    background-color: rgba(255, 247, 32, 0.5);
  }
  35% {
    background-color: var(--color-body);
  }
}
.background-alerting {
  background-color: var(--color-body);
  -webkit-animation-name: alert-background;
          animation-name: alert-background;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  position: relative;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  outline: 0;
  border: 0;
  background-color: transparent;
  color: var(--color-text);
}

.button button:active:not(:disabled),
.button a:active:not(:disabled) {
  top: 1px;
}

*:disabled, .button *:disabled {
  opacity: 0.6;
  cursor: content-menu;
}

.button-floater .floater-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0px;
  border-top: 1px solid var(--color-border);
  z-index: 0;
}
.button-floater .floater-inner button:active {
  top: 1px;
}

.wlh1 {
  line-height: 1;
}

.wlh11 {
  line-height: 1.1;
}

.wlh12 {
  line-height: 1.2;
}

.wwsn {
  white-space: normal;
}

.wwsnw {
  white-space: nowrap;
}

.wwspl {
  white-space: pre-line;
}

.ww0 {
  width: 0;
}

.ww50 {
  width: 50%;
}

.ww60 {
  width: 60%;
}

.ww70 {
  width: 70%;
}

.ww80 {
  width: 80%;
}

.ww90 {
  width: 90%;
}

.ww100 {
  width: 100%;
}

.ww101 {
  width: 101%;
}

.ww33 {
  width: 33.33333%;
}

.ww25 {
  width: 25%;
}

.www {
  width: 1030px;
}

.ww100p {
  width: 100px;
}

.ww400p {
  width: 400px;
}

.ww50p {
  width: 50px;
}

.wmw50 {
  max-width: 50%;
}

.wmw80 {
  max-width: 80%;
}

.wmw100 {
  max-width: 100%;
}

.wmw50p {
  max-width: 50px;
}

.wmw60p {
  max-width: 60px;
}

.wmw100p {
  max-width: 100px;
}

.wmw150p {
  max-width: 150px;
}

.wmw200p {
  max-width: 200px;
}

.wmw250p {
  max-width: 250px;
}

.wmw400p {
  max-width: 400px;
}

.wmw250poh:hover {
  max-width: 250px;
}

.wmww {
  max-width: 1030px;
}

.wmwc {
  max-width: 600px;
}

.wmws {
  max-width: 344px;
}

.wh100 {
  height: 100%;
}

.wh50p {
  height: 50px;
}

.wh60p {
  height: 60px;
}

.wh150p {
  height: 150px;
}

.wmxh0 {
  max-height: 0;
}

.wmh50p {
  min-height: 50px;
}

.wmh80vh {
  min-height: 80vh;
}

.wmh100vh {
  min-height: 100vh;
}

.wb {
  border: 1px solid var(--color-border);
}

.wbs {
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}

.wbe {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.wbl {
  border-left: 1px solid var(--color-border);
}

.wbr {
  border-right: 1px solid var(--color-border);
}

.wbb {
  border-bottom: 1px solid var(--color-border);
}

.wbt {
  border-top: 1px solid var(--color-border);
}

.wbtfch:first-child {
  border-top: 1px solid var(--color-border);
}

.wbblch:last-child {
  border-bottom: 1px solid var(--color-border);
}

.wbtnfch {
  border-top: 1px solid var(--color-border);
}
.wbtnfch:first-child {
  border-top: 0;
}

.wbbnlch {
  border-bottom: 1px solid var(--color-border);
}
.wbbnlch:last-child {
  border-bottom: 0;
}

.wbrnlch {
  border-right: 1px solid var(--color-border);
}
.wbrnlch:last-child {
  border-right: 0;
}

.wbw2 {
  border-width: 2px;
}

.wbw3 {
  border-width: 3px;
}

.wbwl3 {
  border-left-width: 3px;
}

.wbwl6 {
  border-left-width: 6px;
}

.wbwl12 {
  border-left-width: 12px;
}

.wbwl24 {
  border-left-width: 24px;
}

.wbwb3 {
  border-bottom-width: 3px;
}

.wbwb4 {
  border-bottom-width: 4px;
}

.wbwb5 {
  border-bottom-width: 5px;
}

.wbwb6 {
  border-bottom-width: 6px;
}

.wbwt24 {
  border-top-width: 24px;
}

.wbobc {
  border-color: var(--color-off-border);
}

.wbxobc {
  border-color: var(--color-xoff-border);
}

.wbxxobc {
  border-color: var(--color-xxoff-border);
}

/* With border background reaction */
.wobbg .wbcbgr {
  border-color: var(--color-off-border);
}

.wbbc {
  border-color: var(--color-brand);
}

.wbbcoh:hover {
  border-color: var(--color-brand);
}

.wbbcof:focus {
  border-color: var(--color-brand);
}

.wbbcohf:hover, .wbbcohf:focus {
  border-color: var(--color-brand);
}

.wbbdc {
  border-color: var(--color-brand-m1);
}

.wrbc {
  border-color: var(--color-red);
}

.wrbcoh:hover {
  border-color: var(--color-red);
}

.wrbcof:focus {
  border-color: var(--color-red);
}

.wrbcohf:hover, .wrbcohf:focus {
  border-color: var(--color-red);
}

.wabc {
  border-color: var(--color-alert);
}

.wabcoh:hover {
  border-color: var(--color-alert);
}

.wabcof:focus {
  border-color: var(--color-alert);
}

.wabcohf:hover, .wabcohf:focus {
  border-color: var(--color-alert);
}

.webc {
  border-color: var(--color-error);
}

.webcoh:hover {
  border-color: var(--color-error);
}

.webcof:focus {
  border-color: var(--color-error);
}

.webcohf:hover, .webcohf:focus {
  border-color: var(--color-error);
}

.wgbc {
  border-color: var(--color-gray);
}

.wgdbc {
  border-color: var(--color-gray-dark);
}

.wblbc {
  border-left-color: var(--color-brand);
}

.wblec {
  border-left-color: var(--color-error);
}

/* with border top brand dark color */
.wbtbdc {
  border-top-color: var(--color-brand-m1);
}

.wbtgdc {
  border-top-color: var(--color-gray-dark);
}

.wbtobc {
  border-top-color: var(--color-off-body);
}

/* with border bottom brand dark color */
.wbbbc {
  border-bottom-color: var(--color-brand);
}

.wbbbdc {
  border-bottom-color: var(--color-brand-m1);
}

.wbbblc {
  border-bottom-color: var(--color-brand-x1);
}

.wbbblstc {
  border-bottom-color: var(--color-brand-x2);
}

.wbbgc {
  border-bottom-color: var(--color-gray);
}

.wbbgdc {
  border-bottom-color: var(--color-gray-dark);
}

.wob {
  border: 0;
}
.wob:hover {
  border: 0;
}

/* With border themed dashed brand color */
.wbtdbc {
  border: 3px dashed var(--color-border);
  outline: dashed var(--color-brand);
}

.wbtsbc {
  border: 6px solid var(--color-brand);
  outline: solid var(--color-brand-x1);
}

.wbr4 {
  border-radius: 4px;
}

.wbr5 {
  border-radius: 5px;
}

.wbr6 {
  border-radius: 6px;
}

.wbr7 {
  border-radius: 7px;
}

.wbr8 {
  border-radius: 8px;
}

.wbr9 {
  border-radius: 9px;
}

.wbr10 {
  border-radius: 10px;
}

.wbr30 {
  border-radius: 30px;
}

.wrap {
  width: 100%;
  max-width: 1030px;
}

.content-wrap {
  width: 100%;
  max-width: 600px;
}

.side-wrap {
  width: 100%;
  max-width: 344px;
}

.wfl {
  float: left;
}

.wfr {
  float: right;
}

.wtal {
  text-align: left;
}

.wtar {
  text-align: right;
}

.wtac {
  text-align: center;
}

.wlsd {
  list-style: decimal;
  list-style-position: outside;
}

.wpxxxs {
  padding: 3px;
}

.wpxxs {
  padding: 6px;
}

.wpxs {
  padding: 12px;
}

.wps {
  padding: 24px;
}

.wpm {
  padding: 36px;
}

.wpl {
  padding: 48px;
}

.wpxl {
  padding: 60px;
}

.wpsxxs {
  padding-left: 6px;
  padding-right: 6px;
}

.wpsxs {
  padding-left: 12px;
  padding-right: 12px;
}

.wpss {
  padding-left: 24px;
  padding-right: 24px;
}

.wpsm {
  padding-left: 36px;
  padding-right: 36px;
}

.wpsl {
  padding-left: 48px;
  padding-right: 48px;
}

.wpsxl {
  padding-left: 60px;
  padding-right: 60px;
}

.wpexxs {
  padding-top: 6px;
  padding-bottom: 6px;
}

.wpexs {
  padding-top: 12px;
  padding-bottom: 12px;
}

.wpes {
  padding-top: 24px;
  padding-bottom: 24px;
}

.wpem {
  padding-top: 36px;
  padding-bottom: 36px;
}

.wpel {
  padding-top: 48px;
  padding-bottom: 48px;
}

.wpexl {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wpexxl {
  padding-top: 72px;
  padding-bottom: 72px;
}

.wptxxxs {
  padding-top: 3px;
}

.wptxxs {
  padding-top: 6px;
}

.wptxs {
  padding-top: 12px;
}

.wpts {
  padding-top: 24px;
}

.wptm {
  padding-top: 36px;
}

.wptl {
  padding-top: 48px;
}

.wptxl {
  padding-top: 60px;
}

.wptxxl {
  padding-top: 72px;
}

.wpbxxs {
  padding-bottom: 6px;
}

.wpbxs {
  padding-bottom: 12px;
}

.wpbs {
  padding-bottom: 24px;
}

.wpbm {
  padding-bottom: 36px;
}

.wpbl {
  padding-bottom: 48px;
}

.wplxxs {
  padding-left: 6px;
}

.wplxs {
  padding-left: 12px;
}

.wpls {
  padding-left: 24px;
}

.wplm {
  padding-left: 36px;
}

.wpll {
  padding-left: 48px;
}

.wprxxs {
  padding-right: 6px;
}

.wprxs {
  padding-right: 12px;
}

.wprs {
  padding-right: 24px;
}

.wprm {
  padding-right: 36px;
}

.wprl {
  padding-right: 48px;
}

.wprxl {
  padding-right: 60px;
}

.wprxxl {
  padding-right: 72px;
}

.wprxxxl {
  padding-right: 84px;
}

.wptzofc:first-child {
  padding-top: 0;
}

.wptxsofc:first-child {
  padding-top: 12px;
}

.wptsofc:first-child {
  padding-top: 24px;
}

.wptmofc:first-child {
  padding-top: 36px;
}

.wpbzolc:last-child {
  padding-bottom: 0;
}

.wpbxsolc:last-child {
  padding-bottom: 12px;
}

.wpbsolc:last-child {
  padding-bottom: 24px;
}

.wpbmolc:last-child {
  padding-bottom: 36px;
}

.wmxxs {
  margin: 6px;
}

.wmxs {
  margin: 12px;
}

.wms {
  margin: 24px;
}

.wmsxxs {
  margin-left: 6px;
  margin-right: 6px;
}

.wmsxs {
  margin-left: 12px;
  margin-right: 12px;
}

.wmss {
  margin-left: 24px;
  margin-right: 24px;
}

.wmsm {
  margin-left: 36px;
  margin-right: 36px;
}

.wmsl {
  margin-left: 48px;
  margin-right: 48px;
}

.wmexxs {
  margin-top: 6px;
  margin-bottom: 6px;
}

.wmexs {
  margin-top: 12px;
  margin-bottom: 12px;
}

.wmes {
  margin-top: 24px;
  margin-bottom: 24px;
}

.wmem {
  margin-top: 36px;
  margin-bottom: 36px;
}

.wmel {
  margin-top: 48px;
  margin-bottom: 48px;
}

.wmla, .flxasr {
  margin-left: auto;
}

.wmlxxs {
  margin-left: 6px;
}

.wmlxs {
  margin-left: 12px;
}

.wmls {
  margin-left: 24px;
}

.wmlm {
  margin-left: 36px;
}

.wmll {
  margin-left: 48px;
}

.wmbxxxs {
  margin-bottom: 3px;
}

.wmbxxs {
  margin-bottom: 6px;
}

.wmbxs {
  margin-bottom: 12px;
}

.wmbs {
  margin-bottom: 24px;
}

.wmbm {
  margin-bottom: 36px;
}

.wmbl {
  margin-bottom: 48px;
}

.wmbxl {
  margin-bottom: 60px;
}

.wmbxxl {
  margin-bottom: 72px;
}

.wmta, .flxasb {
  margin-top: auto;
}

.wmtxxs {
  margin-top: 6px;
}

.wmtxs {
  margin-top: 12px;
}

.wmts {
  margin-top: 24px;
}

.wmtm {
  margin-top: 36px;
}

.wmtl {
  margin-top: 48px;
}

.wmtxl {
  margin-top: 60px;
}

.wmtxxl {
  margin-top: 72px;
}

.wmtxxxl {
  margin-top: 84px;
}

.wmrxxs {
  margin-right: 6px;
}

.wmrxs {
  margin-right: 12px;
}

.wmrs {
  margin-right: 24px;
}

.wmrm {
  margin-right: 36px;
}

.wmrl {
  margin-right: 48px;
}

/* With margin minus */
.wmmlxs {
  margin-left: -12px;
}

.wmmls {
  margin-left: -24px;
}

.wmmrxs {
  margin-right: -12px;
}

.wmmtxs {
  margin-top: -12px;
}

/* With margin top extra small only */
.wmtzofc:first-child {
  margin-top: 0;
}

.wmtxsofc:first-child {
  margin-top: 12px;
}

.wmtsofc:first-child {
  margin-top: 24px;
}

.wmtmofc:first-child {
  margin-top: 36px;
}

.wmbxsolc:last-child {
  margin-bottom: 12px;
}

.wmbsolc:last-child {
  margin-bottom: 24px;
}

.wmbmolc:last-child {
  margin-bottom: 36px;
}

.wmbzlc:last-child {
  margin-bottom: 0;
}

.wdf, .dflx, .dflxi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wdfi, .flxi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flxww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flxdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flxdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flxjcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flxjcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flxjcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flxaic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flxaifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flxaife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flxais {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

.flxacse {
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

.flxasc {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.flxasfe {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.flx1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flxw16 {
  -webkit-box-flex: 16.666%;
      -ms-flex: 16.666%;
          flex: 16.666%;
  max-width: 16.666%;
  min-width: 16.666%;
}
.flxw16.wmrxs {
  max-width: calc(16.666% - 12px);
  min-width: calc(16.666% - 12px);
  -webkit-box-flex: calc(16.666% - 12px);
      -ms-flex: calc(16.666% - 12px);
          flex: calc(16.666% - 12px);
}

.flxw30 {
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  max-width: 30%;
  min-width: 30%;
}
.flxw30.wmrxs {
  max-width: calc(30% - 12px);
  min-width: calc(30% - 12px);
  -webkit-box-flex: calc(30% - 12px);
      -ms-flex: calc(30% - 12px);
          flex: calc(30% - 12px);
}

.flxw33 {
  -webkit-box-flex: 33.333%;
      -ms-flex: 33.333%;
          flex: 33.333%;
  max-width: 33.3333%;
  min-width: 33.3333%;
}
.flxw33.wmrxs {
  max-width: calc(33.3333% - 12px);
  min-width: calc(33.3333% - 12px);
  -webkit-box-flex: calc(33.3333% - 12px);
      -ms-flex: calc(33.3333% - 12px);
          flex: calc(33.3333% - 12px);
}

.flxw40 {
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
  max-width: 40%;
  min-width: 40%;
}
.flxw40.wmrxs {
  max-width: calc(40% - 12px);
  min-width: calc(40% - 12px);
  -webkit-box-flex: calc(40% - 12px);
      -ms-flex: calc(40% - 12px);
          flex: calc(40% - 12px);
}

.flxw50 {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  min-width: 50%;
}
.flxw50.wmrxs {
  max-width: calc(50% - 12px);
  min-width: calc(50% - 12px);
  -webkit-box-flex: calc(50% - 12px);
      -ms-flex: calc(50% - 12px);
          flex: calc(50% - 12px);
}

.flxw60 {
  -webkit-box-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
  max-width: 60%;
  min-width: 60%;
}
.flxw60.wmrxs {
  max-width: calc(60% - 12px);
  min-width: calc(60% - 12px);
  -webkit-box-flex: calc(60% - 12px);
      -ms-flex: calc(60% - 12px);
          flex: calc(60% - 12px);
}

.flxw67 {
  -webkit-box-flex: 67%;
      -ms-flex: 67%;
          flex: 67%;
  max-width: 67%;
  min-width: 67%;
}
.flxw67.wmrxs {
  max-width: calc(67% - 12px);
  min-width: calc(67% - 12px);
  -webkit-box-flex: calc(67% - 12px);
      -ms-flex: calc(67% - 12px);
          flex: calc(67% - 12px);
}

.flxw70 {
  -webkit-box-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
  max-width: 70%;
  min-width: 70%;
}
.flxw70.wmrxs {
  max-width: calc(70% - 12px);
  min-width: calc(70% - 12px);
  -webkit-box-flex: calc(70% - 12px);
      -ms-flex: calc(70% - 12px);
          flex: calc(70% - 12px);
}

.flxw100 {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
  min-width: 100%;
}

.wdb, .dpb {
  display: block;
}

.wdib, .dpib {
  display: inline-block;
}

.wdn, .dpn {
  display: none;
}

.wofh {
  overflow: hidden;
}

/* overflow truncate ellipsis */
.wofte {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.wofxa {
  overflow-x: auto;
}

.prt {
  position: relative;
}

.wpa, .pabs {
  position: absolute;
}

.pfi {
  position: fixed;
}

.pst {
  position: -webkit-sticky;
  position: sticky;
}

.pstt {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.pstb {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

/* Position middle */
.pmi {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pmir {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* With location position */
.wlpsz {
  left: 0;
  right: 0;
}

.wlpsxxs {
  left: 6px;
  right: 6px;
}

.wlpsxs {
  left: 12px;
  right: 12px;
}

.wlpss {
  left: 24px;
  right: 24px;
}

.wlpsm {
  left: 36px;
  right: 36px;
}

.wlpsl {
  left: 48px;
  right: 48px;
}

.wlpez {
  top: 0;
  bottom: 0;
}

.wlpexxs {
  top: 6px;
  bottom: 6px;
}

.wlpexs {
  top: 12px;
  bottom: 12px;
}

.wlpes {
  top: 24px;
  bottom: 24px;
}

.wlpem {
  top: 36px;
  bottom: 36px;
}

.wlpel {
  top: 48px;
  bottom: 48px;
}

.wlplz {
  left: 0;
}

.wlplxxs {
  left: 6px;
}

.wlplxs {
  left: 12px;
}

.wlpls {
  left: 24px;
}

.wlplm {
  left: 36px;
}

.wlpll {
  left: 48px;
}

.wlpbz {
  bottom: 0;
}

.wlpbxxxs {
  bottom: 3px;
}

.wlpbxxs {
  bottom: 6px;
}

.wlpbxs {
  bottom: 12px;
}

.wlpbs {
  bottom: 24px;
}

.wlpbm {
  bottom: 36px;
}

.wlpbl {
  bottom: 48px;
}

.wlptz {
  top: 0;
}

.wlptxxs {
  top: 6px;
}

.wlptxs {
  top: 12px;
}

.wlpts {
  top: 24px;
}

.wlptm {
  top: 36px;
}

.wlptl {
  top: 48px;
}

.wlptxl {
  top: 60px;
}

.wlprz {
  right: 0;
}

.wlprxxs {
  right: 6px;
}

.wlprxs {
  right: 12px;
}

.wlprs {
  right: 24px;
}

.wlprm {
  right: 36px;
}

.wlprl {
  right: 48px;
}

.overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wzi1 {
  z-index: 1;
}

.wzi2 {
  z-index: 2;
}

.wzi3 {
  z-index: 3;
}

.wzi4 {
  z-index: 4;
}

.wzi5 {
  z-index: 5;
}

.wzi6 {
  z-index: 6;
}

.wzi7 {
  z-index: 7;
}

.wo0 {
  opacity: 0;
}

.wo1oh:hover {
  opacity: 0;
}

.wo01 {
  opacity: 0.1;
}

.wo01oh:hover {
  opacity: 0.1;
}

.wo02 {
  opacity: 0.2;
}

.wo02oh:hover {
  opacity: 0.2;
}

.wo03 {
  opacity: 0.3;
}

.wo03oh:hover {
  opacity: 0.3;
}

.wo04 {
  opacity: 0.4;
}

.wo04oh:hover {
  opacity: 0.4;
}

.wo05 {
  opacity: 0.5;
}

.wo05oh:hover {
  opacity: 0.5;
}

.wo06 {
  opacity: 0.6;
}

.wo06oh:hover {
  opacity: 0.6;
}

.wo07 {
  opacity: 0.7;
}

.wo07oh:hover {
  opacity: 0.7;
}

.wo08 {
  opacity: 0.8;
}

.wo08oh:hover {
  opacity: 0.8;
}

.wo09 {
  opacity: 0.9;
}

.wo09oh:hover {
  opacity: 0.9;
}

.wo1 {
  opacity: 1;
}

.wo1oh:hover {
  opacity: 1;
}

.wcp {
  cursor: pointer;
}

.wccm {
  cursor: context-menu;
}

.wcg {
  cursor: move;
}

.wbbg {
  background-color: var(--color-brand);
}

.wbbgoh:hover {
  background-color: var(--color-brand);
}

.wbx1bg {
  background-color: var(--color-brand-x1);
}

.wbx1bgoh:hover {
  background-color: var(--color-brand-x1);
}

.wbx2bg {
  background-color: var(--color-brand-x2);
}

.wbx2bgoh:hover {
  background-color: var(--color-brand-x2);
}

.wbm1bg, .wbdbg {
  background-color: var(--color-brand-m1);
}

.wbm1bgoh:hover, .wbdbgoh:hover {
  background-color: var(--color-brand-m1);
}

.wbn1bg {
  background-color: var(--color-n1);
}

.wbn1bgoh:hover {
  background-color: var(--color-n1);
}

.wbn1x1bg {
  background-color: var(--color-n1-x1);
}

.wbn1x1bgoh:hover {
  background-color: var(--color-n1-x1);
}

.wbn1x2bg {
  background-color: var(--color-n1-x2);
}

.wbn1x2bgoh:hover {
  background-color: var(--color-n1-x2);
}

.wbn1m1bg {
  background-color: var(--color-n1-m1);
}

.wbn1m1bgoh:hover {
  background-color: var(--color-n1-m1);
}

.wbn1m2bg {
  background-color: var(--color-n1-m2);
}

.wbn1m2bgoh:hover {
  background-color: var(--color-n1-m2);
}

.wbn1hlbg {
  background-color: var(--color-n1-highlight);
}

.wbn1hlbgoh:hover {
  background-color: var(--color-n1-highlight);
}

.wbn1hlbge:nth-of-type(even) {
  background-color: var(--color-n1-highlight);
}

.wbn2bg {
  background-color: var(--color-n2);
}

.wbn2bgoh:hover {
  background-color: var(--color-n2);
}

.wbn2x1bg {
  background-color: var(--color-n2-x1);
}

.wbn2x1bgoh:hover {
  background-color: var(--color-n2-x1);
}

.wbn2x2bg {
  background-color: var(--color-n2-x2);
}

.wbn2x2bgoh:hover {
  background-color: var(--color-n2-x2);
}

.wbn2m1bg {
  background-color: var(--color-n2-m1);
}

.wbn2m1bgoh:hover {
  background-color: var(--color-n2-m1);
}

.wbn2m2bg {
  background-color: var(--color-n2-m2);
}

.wbn2m2bgoh:hover {
  background-color: var(--color-n2-m2);
}

.wbn2hlbg {
  background-color: var(--color-n2-highlight);
}

.wbn2hlbgoh:hover {
  background-color: var(--color-n2-highlight);
}

.wbn2hlbge:nth-of-type(even) {
  background-color: var(--color-n2-highlight);
}

.wbybg {
  background-color: var(--color-body);
}

.wbybgoh:hover {
  background-color: var(--color-body);
}

.wbybgohf:hover, .wbybgohf:focus {
  background-color: var(--color-body);
}

.wbybge:nth-of-type(even) {
  background-color: var(--color-body);
}

.wbybgo:nth-of-type(odd) {
  background-color: var(--color-body);
}

.wobbg {
  background-color: var(--color-off-body);
}

.wobbgoh:hover {
  background-color: var(--color-off-body);
}

.wobbgohf:hover, .wobbgohf:focus {
  background-color: var(--color-off-body);
}

.wobbge:nth-of-type(even) {
  background-color: var(--color-off-body);
}

.wxobbg {
  background-color: var(--color-xoff-body);
}

.wxobbgoh:hover {
  background-color: var(--color-xoff-body);
}

.wxobbge:nth-of-type(even) {
  background-color: var(--color-xxoff-body);
}

.wxxobbg {
  background-color: var(--color-xxoff-body);
}

.wxxobbgoh:hover {
  background-color: var(--color-xxoff-body);
}

.wxxobbge:nth-of-type(even) {
  background-color: var(--color-xxoff-body);
}

.whlbg {
  background-color: var(--color-highlight);
}

.whlbgoh:hover {
  background-color: var(--color-highlight);
}

.whlbge:nth-of-type(even) {
  background-color: var(--color-highlight);
}

.wohlbg {
  background-color: var(--color-off-highlight);
}

.wohlbgoh:hover {
  background-color: var(--color-off-highlight);
}

.wohlbge:nth-of-type(even) {
  background-color: var(--color-off-highlight);
}

.wwbg {
  background-color: var(--color-white);
}

.wwbgoh:hover {
  background-color: var(--color-white);
}

.wbkbg {
  background-color: var(--color-black);
}

.wbkbgoh:hover {
  background-color: var(--color-black);
}

.wdbg {
  background-color: var(--color-dark);
}

.wdbgoh:hover {
  background-color: var(--color-dark);
}

.wgbg {
  background-color: var(--color-gray);
}

.wgbgoh:hover {
  background-color: var(--color-gray);
}

.wglbg {
  background-color: var(--color-gray-light);
}

.wglbgoh:hover {
  background-color: var(--color-gray-light);
}

.wgdbg {
  background-color: var(--color-gray-dark);
}

.wgdbgoh:hover {
  background-color: var(--color-gray-dark);
}

.wgrbg {
  background-color: var(--color-green);
}

.wgrbgoh:hover {
  background-color: var(--color-green);
}

.wrbg {
  background-color: var(--color-red);
}

.wrbgoh:hover {
  background-color: var(--color-red);
}

.wabg {
  background-color: var(--color-alert);
}

.wabgoh:hover {
  background-color: var(--color-alert);
}

.wtbg {
  background-color: transparent;
}

.wtbgoh:hover {
  background-color: transparent;
}

/* With brand light diagonal skew background :before */
.wbldsbga {
  position: relative;
  margin-bottom: 50px;
}
.wbldsbga > * {
  position: relative;
  z-index: 2;
}
.wbldsbga::before {
  background-color: var(--color-brand-x1);
  bottom: -12px;
  left: 0;
  right: 0;
  top: 0px;
  -webkit-transform: skew(0deg, -5deg);
  -ms-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
  content: "";
  position: absolute;
  z-index: 1;
}

/* With brand light diagonal skew border :before */
.wbldsba {
  position: relative;
  margin-bottom: 50px;
}
.wbldsba > * {
  position: relative;
  z-index: 2;
}
.wbldsba::before {
  border: 1px solid var(--color-brand-x1);
  border-left: 0;
  bottom: -12px;
  left: 0;
  right: 0;
  top: 0px;
  -webkit-transform: skew(0deg, -5deg);
  -ms-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
  content: "";
  position: absolute;
  z-index: 1;
}

/* With light overlay background */
.wobolbg {
  background-color: rgba(var(--color-off-body-rgb), 0.5);
}

.wobolbgoh:hover {
  background-color: rgba(var(--color-off-body-rgb), 0.5);
}

.wlolbg {
  background-color: rgba(211, 211, 211, 0.5);
}

.wlolbgoh:hover {
  background-color: rgba(211, 211, 211, 0.5);
}

.wdolbg {
  background-color: rgba(0, 0, 0, 0.3);
}

.wdolbgoh:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.wblgbg {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-brand)), to(var(--color-brand-x1)));
  background: -o-linear-gradient(left, var(--color-brand), var(--color-brand-x1));
  background: linear-gradient(to right, var(--color-brand), var(--color-brand-x1));
}

.wbdgbg {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-brand-m1)), to(var(--color-brand)));
  background: -o-linear-gradient(left, var(--color-brand-m1), var(--color-brand));
  background: linear-gradient(to right, var(--color-brand-m1), var(--color-brand));
}

.wbdgo03bg {
  background: -webkit-gradient(linear, left top, right top, from(rgba(var(--color-brand-m1-rgb), 0.3)), to(rgba(var(--color-brand-rgb), 0.3)));
  background: -o-linear-gradient(left, rgba(var(--color-brand-m1-rgb), 0.3), rgba(var(--color-brand-rgb), 0.3));
  background: linear-gradient(to right, rgba(var(--color-brand-m1-rgb), 0.3), rgba(var(--color-brand-rgb), 0.3));
}

.wbzzbg {
  background: -o-linear-gradient(315deg, rgba(var(--color-highlight-rgb), 0.7) 25%, transparent 25%) -50px 0, -o-linear-gradient(225deg, rgba(var(--color-highlight-rgb), 0.7) 25%, transparent 25%) -50px 0, -o-linear-gradient(135deg, rgba(var(--color-highlight-rgb), 0.7) 25%, transparent 25%), -o-linear-gradient(45deg, rgba(var(--color-highlight-rgb), 0.7) 25%, transparent 25%);
  background: linear-gradient(135deg, rgba(var(--color-highlight-rgb), 0.7) 25%, transparent 25%) -50px 0, linear-gradient(225deg, rgba(var(--color-highlight-rgb), 0.7) 25%, transparent 25%) -50px 0, linear-gradient(315deg, rgba(var(--color-highlight-rgb), 0.7) 25%, transparent 25%), linear-gradient(45deg, rgba(var(--color-highlight-rgb), 0.7) 25%, transparent 25%);
  background-size: 100px 100px;
  background-color: transparent;
}

.wobpdbg {
  background: -o-linear-gradient(left, var(--color-off-body) 23px, transparent 1%) center, -o-linear-gradient(var(--color-off-body) 23px, transparent 1%) center, var(--color-brand);
  background: linear-gradient(90deg, var(--color-off-body) 23px, transparent 1%) center, linear-gradient(var(--color-off-body) 23px, transparent 1%) center, var(--color-brand);
  background-size: 24px 24px;
}

.wxobpdbg {
  background: -o-linear-gradient(left, var(--color-xoff-body) 23px, transparent 1%) center, -o-linear-gradient(var(--color-xoff-body) 23px, transparent 1%) center, var(--color-brand);
  background: linear-gradient(90deg, var(--color-xoff-body) 23px, transparent 1%) center, linear-gradient(var(--color-xoff-body) 23px, transparent 1%) center, var(--color-brand);
  background-size: 24px 24px;
}

.wxxobpdbg {
  background: -o-linear-gradient(left, var(--color-xxoff-body) 23px, transparent 1%) center, -o-linear-gradient(var(--color-xxoff-body) 23px, transparent 1%) center, var(--color-brand);
  background: linear-gradient(90deg, var(--color-xxoff-body) 23px, transparent 1%) center, linear-gradient(var(--color-xxoff-body) 23px, transparent 1%) center, var(--color-brand);
  background-size: 24px 24px;
}

.wbfc, .wbfc a {
  color: var(--color-brand);
}

.wbfcoh:hover, .wbfcoh:hover a {
  color: var(--color-brand);
}

.wbx1fc, .wblfc, .wbx1fc a, .wblfc a {
  color: var(--color-brand-x1);
}

.wbx1fc:hover, .wbx1fc:hover a, .wblfcoh:hover, .wblfcoh:hover a {
  color: var(--color-brand-x1);
}

.wbx2fc, .wblstfc, .wbx2fc a, .wblstfc a {
  color: var(--color-brand-x2);
}

.wbx2fc:hover, .wbx2fc:hover a, .wblstfcoh:hover, .wblstfcoh:hover a {
  color: var(--color-brand-x2);
}

.wbdfc, .wbdfc a {
  color: var(--color-brand-m1);
}

.wbdfcoh:hover, .wbdfcoh:hover a {
  color: var(--color-brand-m1);
}

.wbm2fc, .wbm2fc a {
  color: var(--color-brand-m2);
}

.wbm2fcoh:hover, .wbm2fcoh:hover a {
  color: var(--color-brand-m2);
}

.wbn1fc, .wbn1fc a {
  color: var(--color-n1);
}

.wbn1fcoh:hover, .wbn1fcoh:hover a {
  color: var(--color-n1);
}

.wbn1x1fc, .wbn1x1fc a {
  color: var(--color-n1-x1);
}

.wbn1x1fcoh:hover, .wbn1x1fcoh:hover a {
  color: var(--color-n1-x1);
}

.wbn1x2fc, .wbn1x2fc a {
  color: var(--color-n1-x2);
}

.wbn1x2fcoh:hover, .wbn1x2fcoh:hover a {
  color: var(--color-n1-x2);
}

.wbn1m1fc, .wbn1m1fc a {
  color: var(--color-n1-m1);
}

.wbn1m1fcoh:hover, .wbn1m1fcoh:hover a {
  color: var(--color-n1-m1);
}

.wbn1m2fc, .wbn1m2fc a {
  color: var(--color-n1-m2);
}

.wbn1m2fcoh:hover, .wbn1m2fcoh:hover a {
  color: var(--color-n1-m2);
}

.wbn2fc, .wbn2fc a {
  color: var(--color-n2);
}

.wbn2fcoh:hover, .wbn2fcoh:hover a {
  color: var(--color-n2);
}

.wbn2x1fc, .wbn2x1fc a {
  color: var(--color-n2-x1);
}

.wbn2x1fcoh:hover, .wbn2x1fcoh:hover a {
  color: var(--color-n2-x1);
}

.wbn2x2fc, .wbn2x2fc a {
  color: var(--color-n2-x2);
}

.wbn2x2fcoh:hover, .wbn2x2fcoh:hover a {
  color: var(--color-n2-x2);
}

.wbn2m1fc, .wbn2m1fc a {
  color: var(--color-n2-m1);
}

.wbn2m1fcoh:hover, .wbn2m1fcoh:hover a {
  color: var(--color-n2-m1);
}

.wbn2m2fc, .wbn2m2fc a {
  color: var(--color-n2-m2);
}

.wbn2m2fcoh:hover, .wbn2m2fcoh:hover a {
  color: var(--color-n2-m2);
}

.wbtfc, .wbtfc a {
  color: var(--color-text);
}

.wbtfcoh:hover, .wbtfcoh:hover a {
  color: var(--color-text);
}

.wotfc, .wotfc a {
  color: var(--color-off-text);
}

.wotfcoh:hover, .wotfcoh:hover a {
  color: var(--color-off-text);
}

.whlfc, .whlfc a {
  color: var(--color-highlight);
}

.whlfcoh:hover, .whlfcoh:hover a {
  color: var(--color-highlight);
}

.wdfc, .wdfc a {
  color: var(--color-dark);
}

.wdfcoh:hover, .wdfcoh:hover a {
  color: var(--color-dark);
}

.wwfc, .wwfc a {
  color: var(--color-white);
}

.wwfcoh:hover, .wwfcoh:hover a {
  color: var(--color-white);
}

.wgfc, .wgfc a {
  color: var(--color-gray);
}

.wgfcoh:hover, .wgfcoh:hover a {
  color: var(--color-gray);
}

.wgdfc, .wgdfc a {
  color: var(--color-gray-dark);
}

.wgdfcoh:hover, .wgdfcoh:hover a {
  color: var(--color-gray-dark);
}

.wrfc, .wrfc a {
  color: var(--color-red);
}

.wrfcoh:hover, .wrfcoh:hover a {
  color: var(--color-red);
}

.wefc, .wefc a {
  color: var(--color-red);
}

.wefcoh:hover, .wefcoh:hover a {
  color: var(--color-red);
}

.wafc, .wafc a {
  color: var(--color-alert);
}

.wafcoh:hover, .wafcoh:hover a {
  color: var(--color-alert);
}

.wgrfc, .wgrfc a {
  color: var(--color-green);
}

.wgrfcoh:hover, .wgrfcoh:hover a {
  color: var(--color-green);
}

.wobfc, .wobfc a {
  color: var(--color-off-body);
}

.wobfcoh:hover, .wobfcoh:hover a {
  color: var(--color-off-body);
}

.wbrfc, .wbrfc a {
  color: var(--color-border);
}

.wbrfcoh:hover, .wbrfcoh:hover a {
  color: var(--color-border);
}

/* brand dark to light font color underline on hover */
.wbd2lfculoh {
  color: var(--color-brand-m1);
}
.wbd2lfculoh:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-brand-m1);
          text-decoration-color: var(--color-brand-m1);
  color: var(--color-brand-x1);
}

.wtdul {
  text-decoration: underline;
}

.wtduloh:hover {
  text-decoration: underline;
}

.wttuc {
  text-transform: uppercase;
}

/* With text shadow black */
.wtsb222 {
  text-shadow: 2px 2px 2px var(--color-black);
}

.wfw4 {
  font-weight: 400;
}

.wfw5 {
  font-weight: 500;
}

.wfw6 {
  font-weight: 600;
}

.wfw7 {
  font-weight: 700;
}

.wfw8 {
  font-weight: 800;
}

.wfsi {
  font-size: inherit;
}

.wfs0 {
  font-size: 0;
}

.wfs01 {
  font-size: 0.1rem;
}

.wfs02 {
  font-size: 0.2rem;
}

.wfs03 {
  font-size: 0.3rem;
}

.wfs04 {
  font-size: 0.4rem;
}

.wfs05 {
  font-size: 0.5rem;
}

.wfs06 {
  font-size: 0.6rem;
}

.wfs07 {
  font-size: 0.7rem;
}

.wfs08 {
  font-size: 0.8rem;
}

.wfs09 {
  font-size: 0.9rem;
}

.wfs1 {
  font-size: 1rem;
}

.wfs11 {
  font-size: 1.1rem;
}

.wfs12 {
  font-size: 1.2rem;
}

.wfs13 {
  font-size: 1.3rem;
}

.wfs14 {
  font-size: 1.4rem;
}

.wfs15 {
  font-size: 1.5rem;
}

.wfs16 {
  font-size: 1.6rem;
}

.wfs17 {
  font-size: 1.7rem;
}

.wfs18 {
  font-size: 1.8rem;
}

.wfs19 {
  font-size: 1.9rem;
}

.wfs2 {
  font-size: 2rem;
}

.wfs21 {
  font-size: 2.1rem;
}

.wfs22 {
  font-size: 2.2rem;
}

.wfs23 {
  font-size: 2.3rem;
}

.wfs24 {
  font-size: 2.4rem;
}

.wfs25 {
  font-size: 2.5rem;
}

.wfs26 {
  font-size: 2.6rem;
}

.wfs27 {
  font-size: 2.7rem;
}

.wfs28 {
  font-size: 2.8rem;
}

.wfs29 {
  font-size: 2.9rem;
}

.wfs3 {
  font-size: 3rem;
}

.wfs31 {
  font-size: 3.1rem;
}

.wfs32 {
  font-size: 3.2rem;
}

.wfs33 {
  font-size: 3.3rem;
}

.wfs34 {
  font-size: 3.4rem;
}

.wfs35 {
  font-size: 3.5rem;
}

.wfs36 {
  font-size: 3.6rem;
}

.wfs37 {
  font-size: 3.7rem;
}

.wfs38 {
  font-size: 3.8rem;
}

.wfs39 {
  font-size: 3.9rem;
}

.wfs4 {
  font-size: 4rem;
}

.wvat {
  vertical-align: top;
}

.animate {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.aoct:active {
  top: 1px;
}

.wofan {
  overflow-anchor: none;
}

.wcf:after, .cf:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.wicbl::before, .wicbp::before {
  font-family: "rooblacons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-right: 6px;
}

.wicbl::before {
  content: "";
}

.wicbp::before {
  content: "";
  color: var(--color-brand);
}

@media only screen and (max-width: 599px) {
  .wmws-mo {
    max-width: 344px;
  }

  .wmw50-mo {
    max-width: 50%;
  }

  .wtac-mo {
    text-align: center;
  }

  .ww100-mo {
    width: 100%;
  }

  .wh50p-mo {
    height: 50px;
  }

  .wh60p-mo {
    height: 60px;
  }

  .wb-mo {
    border: 1px solid var(--color-border);
  }

  .wbs-mo {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
  }

  .wbsz-mo {
    border-left: 0;
    border-right: 0;
  }

  .wbe-mo {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
  }

  .wbl-mo {
    border-left: 1px solid var(--color-border);
  }

  .wbr-mo {
    border-right: 1px solid var(--color-border);
  }

  .wbb-mo {
    border-bottom: 1px solid var(--color-border);
  }

  .wbt-mo {
    border-top: 1px solid var(--color-border);
  }

  .wbtnfch-mo {
    border-top: 1px solid var(--color-border);
  }
  .wbtnfch-mo:first-child {
    border-top: 0;
  }

  .wbbnlch-mo {
    border-bottom: 1px solid var(--color-border);
  }
  .wbbnlch-mo:last-child {
    border-bottom: 0;
  }

  .wbrnlch-mo {
    border-right: 1px solid var(--color-border);
  }
  .wbrnlch-mo:last-child {
    border-right: 0;
  }

  .wpxxs-mo {
    padding: 6px;
  }

  .wpxs-mo {
    padding: 12px;
  }

  .wps-mo {
    padding: 24px;
  }

  .wpm-mo {
    padding: 36px;
  }

  .wpl-mo {
    padding: 48px;
  }

  .wpsxs-mo {
    padding-left: 12px;
    padding-right: 12px;
  }

  .wpss-mo {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wpsm-mo {
    padding-left: 36px;
    padding-right: 36px;
  }

  .wpsl-mo {
    padding-left: 48px;
    padding-right: 48px;
  }

  .wpexs-mo {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .wpes-mo {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .wpem-mo {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .wpel-mo {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wptxxs-mo {
    padding-top: 6px;
  }

  .wptxs-mo {
    padding-top: 12px;
  }

  .wpts-mo {
    padding-top: 24px;
  }

  .wptm-mo {
    padding-top: 36px;
  }

  .wptl-mo {
    padding-top: 48px;
  }

  .wpbxs-mo {
    padding-bottom: 12px;
  }

  .wpbs-mo {
    padding-bottom: 24px;
  }

  .wpbm-mo {
    padding-bottom: 36px;
  }

  .wpbl-mo {
    padding-bottom: 48px;
  }

  .wplxxs-mo {
    padding-left: 6px;
  }

  .wplxs-mo {
    padding-left: 12px;
  }

  .wpls-mo {
    padding-left: 24px;
  }

  .wplm-mo {
    padding-left: 36px;
  }

  .wpll-mo {
    padding-left: 48px;
  }

  .wprxxs-mo {
    padding-right: 6px;
  }

  .wprxs-mo {
    padding-right: 12px;
  }

  .wprs-mo {
    padding-right: 24px;
  }

  .wprm-mo {
    padding-right: 36px;
  }

  .wprl-mo {
    padding-right: 48px;
  }

  .wmsxs-mo {
    margin-left: 12px;
    margin-right: 12px;
  }

  .wmss-mo {
    margin-left: 24px;
    margin-right: 24px;
  }

  .wmsm-mo {
    margin-left: 36px;
    margin-right: 36px;
  }

  .wmsl-mo {
    margin-left: 48px;
    margin-right: 48px;
  }

  .wmexs-mo {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .wmes-mo {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .wmem-mo {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .wmel-mo {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wmlxs-mo {
    margin-left: 12px;
  }

  .wmls-mo {
    margin-left: 24px;
  }

  .wmlm-mo {
    margin-left: 36px;
  }

  .wmll-mo {
    margin-left: 48px;
  }

  .wmbxxs-mo {
    margin-bottom: 6px;
  }

  .wmbxs-mo {
    margin-bottom: 12px;
  }

  .wmbs-mo {
    margin-bottom: 24px;
  }

  .wmbm-mo {
    margin-bottom: 36px;
  }

  .wmbl-mo {
    margin-bottom: 48px;
  }

  .wmtxxs-mo {
    margin-top: 6px;
  }

  .wmtxs-mo {
    margin-top: 12px;
  }

  .wmts-mo {
    margin-top: 24px;
  }

  .wmtm-mo {
    margin-top: 36px;
  }

  .wmtl-mo {
    margin-top: 48px;
  }

  .wmrxxs-mo {
    margin-right: 6px;
  }

  .wmrxs-mo {
    margin-right: 12px;
  }

  .wmrs-mo {
    margin-right: 24px;
  }

  .wmrm-mo {
    margin-right: 36px;
  }

  .wmrl-mo {
    margin-right: 48px;
  }

  .wprxl-mo {
    padding-right: 60px;
  }

  .wprxxl-mo {
    padding-right: 72px;
  }

  .wprxxxl-mo {
    padding-right: 84px;
  }

  .wmmlxxs-mo {
    margin-left: -6px;
  }

  .wmmlxs-mo {
    margin-left: -12px;
  }

  .wmmls-mo {
    margin-left: -24px;
  }

  .wmmrxxs-mo {
    margin-right: -6px;
  }

  .wmmrxs-mo {
    margin-right: -12px;
  }

  .wmmrs-mo {
    margin-right: -24px;
  }

  .wlpsxxs-mo {
    left: 6px;
    right: 6px;
  }

  .wlpsxs-mo {
    left: 12px;
    right: 12px;
  }

  .wlpss-mo {
    left: 24px;
    right: 24px;
  }

  .wlpsm-mo {
    left: 36px;
    right: 36px;
  }

  .wlpsl-mo {
    left: 48px;
    right: 48px;
  }

  .wlpexxs-mo {
    top: 6px;
    bottom: 6px;
  }

  .wlpexs-mo {
    top: 12px;
    bottom: 12px;
  }

  .wlpes-mo {
    top: 24px;
    bottom: 24px;
  }

  .wlpem-mo {
    top: 36px;
    bottom: 36px;
  }

  .wlpel-mo {
    top: 48px;
    bottom: 48px;
  }

  .wlplxxs-mo {
    left: 6px;
  }

  .wlplxs-mo {
    left: 12px;
  }

  .wlpls-mo {
    left: 24px;
  }

  .wlplm-mo {
    left: 36px;
  }

  .wlpll-mo {
    left: 48px;
  }

  .wlpbxxxs-mo {
    bottom: 3px;
  }

  .wlpbxxs-mo {
    bottom: 6px;
  }

  .wlpbxs-mo {
    bottom: 12px;
  }

  .wlpbs-mo {
    bottom: 24px;
  }

  .wlpbm-mo {
    bottom: 36px;
  }

  .wlpbl-mo {
    bottom: 48px;
  }

  .wlptxxs-mo {
    top: 6px;
  }

  .wlptxs-mo {
    top: 12px;
  }

  .wlpts-mo {
    top: 24px;
  }

  .wlptm-mo {
    top: 36px;
  }

  .wlptl-mo {
    top: 48px;
  }

  .wlptxl-mo {
    top: 60px;
  }

  .wlprxxs-mo {
    right: 6px;
  }

  .wlprxs-mo {
    right: 12px;
  }

  .wlprs-mo {
    right: 24px;
  }

  .wlprm-mo {
    right: 36px;
  }

  .wlprl-mo {
    right: 48px;
  }

  .wbr4-mo {
    border-radius: 4px;
  }

  .wbr5-mo {
    border-radius: 5px;
  }

  .wbr6-mo {
    border-radius: 6px;
  }

  .wbr7-mo {
    border-radius: 7px;
  }

  .wbr8-mo {
    border-radius: 8px;
  }

  .wbr9-mo {
    border-radius: 9px;
  }

  .wbr10-mo {
    border-radius: 10px;
  }

  .wfs0-mo {
    font-size: 0;
  }

  .wfs01-mo {
    font-size: 0.1rem;
  }

  .wfs02-mo {
    font-size: 0.2rem;
  }

  .wfs03-mo {
    font-size: 0.3rem;
  }

  .wfs04-mo {
    font-size: 0.4rem;
  }

  .wfs05-mo {
    font-size: 0.5rem;
  }

  .wfs06-mo {
    font-size: 0.6rem;
  }

  .wfs07-mo {
    font-size: 0.7rem;
  }

  .wfs08-mo {
    font-size: 0.8rem;
  }

  .wfs09-mo {
    font-size: 0.9rem;
  }

  .wfs1-mo {
    font-size: 1rem;
  }

  .wfs11-mo {
    font-size: 1.1rem;
  }

  .wfs12-mo {
    font-size: 1.2rem;
  }

  .wfs13-mo {
    font-size: 1.3rem;
  }

  .wfs14-mo {
    font-size: 1.4rem;
  }

  .wfs15-mo {
    font-size: 1.5rem;
  }

  .wfs16-mo {
    font-size: 1.6rem;
  }

  .wfs17-mo {
    font-size: 1.7rem;
  }

  .wfs18-mo {
    font-size: 1.8rem;
  }

  .wfs19-mo {
    font-size: 1.9rem;
  }

  .wfs2-mo {
    font-size: 2rem;
  }

  .wfs21-mo {
    font-size: 2.1rem;
  }

  .wfs22-mo {
    font-size: 2.2rem;
  }

  .wfs23-mo {
    font-size: 2.3rem;
  }

  .wfs24-mo {
    font-size: 2.4rem;
  }

  .wfs25-mo {
    font-size: 2.5rem;
  }

  .wfs26-mo {
    font-size: 2.6rem;
  }

  .wfs27-mo {
    font-size: 2.7rem;
  }

  .wfs28-mo {
    font-size: 2.8rem;
  }

  .wfs29-mo {
    font-size: 2.9rem;
  }

  .wfs3-mo {
    font-size: 3rem;
  }

  .prt-mo {
    position: relative;
  }

  .pabs-mo {
    position: absolute;
  }

  .wdb-mo, .dpb-mo {
    display: block;
  }

  .wdn-mo, .dpn-mo {
    display: none;
  }

  .wdf-mo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flxww-mo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flxdr-mo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .flxdc-mo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .flxjcc-mo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .flxjcsb-mo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .flxjcfe-mo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .flx1-mo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .flxasc-mo {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .flxasfe-mo {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .flxasr-mo {
    margin-left: auto;
  }

  .flxw50-mo {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .flxw50-mo.wmrxs {
    max-width: calc(50% - 12px);
    min-width: calc(50% - 12px);
    -webkit-box-flex: calc(50% - 12px);
        -ms-flex: calc(50% - 12px);
            flex: calc(50% - 12px);
  }

  .flxw30-mo {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .flxw30-mo.wmrxs {
    max-width: calc(30% - 12px);
    min-width: calc(30% - 12px);
    -webkit-box-flex: calc(30% - 12px);
        -ms-flex: calc(30% - 12px);
            flex: calc(30% - 12px);
  }

  .flxw33-mo {
    -webkit-box-flex: 33.333%;
        -ms-flex: 33.333%;
            flex: 33.333%;
    max-width: 33.3333%;
    min-width: 33.3333%;
  }
  .flxw33-mo.wmrxs {
    max-width: calc(33.3333% - 12px);
    min-width: calc(33.3333% - 12px);
    -webkit-box-flex: calc(33.3333% - 12px);
        -ms-flex: calc(33.3333% - 12px);
            flex: calc(33.3333% - 12px);
  }

  .flxw40-mo {
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .flxw40-mo.wmrxs {
    max-width: calc(40% - 12px);
    min-width: calc(40% - 12px);
    -webkit-box-flex: calc(40% - 12px);
        -ms-flex: calc(40% - 12px);
            flex: calc(40% - 12px);
  }

  .flxw60-mo {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .flxw60-mo.wmrxs {
    max-width: calc(60% - 12px);
    min-width: calc(60% - 12px);
    -webkit-box-flex: calc(60% - 12px);
        -ms-flex: calc(60% - 12px);
            flex: calc(60% - 12px);
  }

  .flxw67-mo {
    -webkit-box-flex: 67%;
        -ms-flex: 67%;
            flex: 67%;
    max-width: 67%;
    min-width: 67%;
  }
  .flxw67-mo.wmrxs {
    max-width: calc(67% - 12px);
    min-width: calc(67% - 12px);
    -webkit-box-flex: calc(67% - 12px);
        -ms-flex: calc(67% - 12px);
            flex: calc(67% - 12px);
  }

  .flxw70-mo {
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
    max-width: 70%;
    min-width: 70%;
  }
  .flxw70-mo.wmrxs {
    max-width: calc(70% - 12px);
    min-width: calc(70% - 12px);
    -webkit-box-flex: calc(70% - 12px);
        -ms-flex: calc(70% - 12px);
            flex: calc(70% - 12px);
  }

  .flxw100-mo {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .wbybg-mo {
    background-color: var(--color-body);
  }

  .wobbg-mo {
    background-color: var(--color-off-body);
  }

  .wwbg-mo {
    background-color: var(--color-white);
  }
}
@media only screen and (max-width: 1069px) and (min-width: 600px) {
  .wmws-ta {
    max-width: 344px;
  }

  .wmwc-ta {
    max-width: 600px;
  }

  .wmw50-ta {
    max-width: 50%;
  }

  .wmw80-ta {
    max-width: 80%;
  }

  .wtac-ta {
    text-align: center;
  }

  .wb-ta {
    border: 1px solid var(--color-border);
  }

  .wbs-ta {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
  }

  .wbsz-ta {
    border-left: 0;
    border-right: 0;
  }

  .wbe-ta {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
  }

  .wbl-ta {
    border-left: 1px solid var(--color-border);
  }

  .wbr-ta {
    border-right: 1px solid var(--color-border);
  }

  .wbb-ta {
    border-bottom: 1px solid var(--color-border);
  }

  .wbt-ta {
    border-top: 1px solid var(--color-border);
  }

  .wbtnfch-ta {
    border-top: 1px solid var(--color-border);
  }
  .wbtnfch-ta:first-child {
    border-top: 0;
  }

  .wbbnlch-ta {
    border-bottom: 1px solid var(--color-border);
  }
  .wbbnlch-ta:last-child {
    border-bottom: 0;
  }

  .wbrnlch-ta {
    border-right: 1px solid var(--color-border);
  }
  .wbrnlch-ta:last-child {
    border-right: 0;
  }

  .wpxs-ta {
    padding: 12px;
  }

  .wps-ta {
    padding: 24px;
  }

  .wpm-ta {
    padding: 36px;
  }

  .wpl-ta {
    padding: 48px;
  }

  .wpsxs-ta {
    padding-left: 12px;
    padding-right: 12px;
  }

  .wpss-ta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wpsm-ta {
    padding-left: 36px;
    padding-right: 36px;
  }

  .wpsl-ta {
    padding-left: 48px;
    padding-right: 48px;
  }

  .wpexs-ta {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .wpes-ta {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .wpem-ta {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .wpel-ta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wpts-ta {
    padding-top: 24px;
  }

  .wptm-ta {
    padding-top: 36px;
  }

  .wptl-ta {
    padding-top: 48px;
  }

  .wpbxs-ta {
    padding-bottom: 12px;
  }

  .wpbs-ta {
    padding-bottom: 24px;
  }

  .wpbm-ta {
    padding-bottom: 36px;
  }

  .wpbl-ta {
    padding-bottom: 48px;
  }

  .wplxs-ta {
    padding-left: 12px;
  }

  .wpls-ta {
    padding-left: 24px;
  }

  .wplm-ta {
    padding-left: 36px;
  }

  .wpll-ta {
    padding-left: 48px;
  }

  .wprxs-ta {
    padding-right: 12px;
  }

  .wprs-ta {
    padding-right: 24px;
  }

  .wprm-ta {
    padding-right: 36px;
  }

  .wprl-ta {
    padding-right: 48px;
  }

  .wprxl-ta {
    padding-right: 60px;
  }

  .wprxxl-ta {
    padding-right: 72px;
  }

  .wprxxxl-ta {
    padding-right: 84px;
  }

  .wmsxs-ta {
    margin-left: 12px;
    margin-right: 12px;
  }

  .wmss-ta {
    margin-left: 24px;
    margin-right: 24px;
  }

  .wmsm-ta {
    margin-left: 36px;
    margin-right: 36px;
  }

  .wmsl-ta {
    margin-left: 48px;
    margin-right: 48px;
  }

  .wmexs-ta {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .wmes-ta {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .wmem-ta {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .wmel-ta {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wmlxs-ta {
    margin-left: 12px;
  }

  .wmls-ta {
    margin-left: 24px;
  }

  .wmlm-ta {
    margin-left: 36px;
  }

  .wmll-ta {
    margin-left: 48px;
  }

  .wmbxs-ta {
    margin-bottom: 12px;
  }

  .wmbs-ta {
    margin-bottom: 24px;
  }

  .wmbm-ta {
    margin-bottom: 36px;
  }

  .wmbl-ta {
    margin-bottom: 48px;
  }

  .wmtxs-ta {
    margin-top: 12px;
  }

  .wmts-ta {
    margin-top: 24px;
  }

  .wmtm-ta {
    margin-top: 36px;
  }

  .wmtl-ta {
    margin-top: 48px;
  }

  .wmrxxs-ta {
    margin-right: 6px;
  }

  .wmrxs-ta {
    margin-right: 12px;
  }

  .wmrs-ta {
    margin-right: 24px;
  }

  .wmrm-ta {
    margin-right: 36px;
  }

  .wmrl-ta {
    margin-right: 48px;
  }

  .wmmlxs-ta {
    margin-left: -12px;
  }

  .wmmls-ta {
    margin-left: -24px;
  }

  .wmmrxxs-ta {
    margin-right: -6px;
  }

  .wmmrxs-ta {
    margin-right: -12px;
  }

  .wmmrs-ta {
    margin-right: -24px;
  }

  .wfs0-ta {
    font-size: 0;
  }

  .wfs01-ta {
    font-size: 0.1rem;
  }

  .wfs02-ta {
    font-size: 0.2rem;
  }

  .wfs03-ta {
    font-size: 0.3rem;
  }

  .wfs04-ta {
    font-size: 0.4rem;
  }

  .wfs05-ta {
    font-size: 0.5rem;
  }

  .wfs06-ta {
    font-size: 0.6rem;
  }

  .wfs07-ta {
    font-size: 0.7rem;
  }

  .wfs08-ta {
    font-size: 0.8rem;
  }

  .wfs09-ta {
    font-size: 0.9rem;
  }

  .wfs1-ta {
    font-size: 1rem;
  }

  .wfs11-ta {
    font-size: 1.1rem;
  }

  .wfs12-ta {
    font-size: 1.2rem;
  }

  .wfs13-ta {
    font-size: 1.3rem;
  }

  .wfs14-ta {
    font-size: 1.4rem;
  }

  .wfs15-ta {
    font-size: 1.5rem;
  }

  .wfs16-ta {
    font-size: 1.6rem;
  }

  .wfs17-ta {
    font-size: 1.7rem;
  }

  .wfs18-ta {
    font-size: 1.8rem;
  }

  .wfs19-ta {
    font-size: 1.9rem;
  }

  .wfs2-ta {
    font-size: 2rem;
  }

  .wfs21-ta {
    font-size: 2.1rem;
  }

  .wfs22-ta {
    font-size: 2.2rem;
  }

  .wfs23-ta {
    font-size: 2.3rem;
  }

  .wfs24-ta {
    font-size: 2.4rem;
  }

  .wfs25-ta {
    font-size: 2.5rem;
  }

  .wfs26-ta {
    font-size: 2.6rem;
  }

  .wfs27-ta {
    font-size: 2.7rem;
  }

  .wfs28-ta {
    font-size: 2.8rem;
  }

  .wfs29-ta {
    font-size: 2.9rem;
  }

  .wfs3-ta {
    font-size: 3rem;
  }

  .wdb-ta, .dpb-ta {
    display: block;
  }

  .wdn-ta, .dpn-ta {
    display: none;
  }

  .wdf-ta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flxww-ta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flxdr-ta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .flxdc-ta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .flxjcc-ta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .flxjcsb-ta {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .flxjcfe-ta {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .flx1-ta {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .flxasc-ta {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .flxasfe-ta {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .flxasr-ta {
    margin-left: auto;
  }

  .flxw50-ta {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .flxw50-ta.wmrxs {
    max-width: calc(50% - 12px);
    min-width: calc(50% - 12px);
    -webkit-box-flex: calc(50% - 12px);
        -ms-flex: calc(50% - 12px);
            flex: calc(50% - 12px);
  }

  .flxw30-ta {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .flxw30-ta.wmrxs {
    max-width: calc(30% - 12px);
    min-width: calc(30% - 12px);
    -webkit-box-flex: calc(30% - 12px);
        -ms-flex: calc(30% - 12px);
            flex: calc(30% - 12px);
  }

  .flxw33-ta {
    -webkit-box-flex: 33.333%;
        -ms-flex: 33.333%;
            flex: 33.333%;
    max-width: 33.3333%;
    min-width: 33.3333%;
  }
  .flxw33-ta.wmrxs {
    max-width: calc(33.3333% - 12px);
    min-width: calc(33.3333% - 12px);
    -webkit-box-flex: calc(33.3333% - 12px);
        -ms-flex: calc(33.3333% - 12px);
            flex: calc(33.3333% - 12px);
  }

  .flxw40-ta {
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .flxw40-ta.wmrxs {
    max-width: calc(40% - 12px);
    min-width: calc(40% - 12px);
    -webkit-box-flex: calc(40% - 12px);
        -ms-flex: calc(40% - 12px);
            flex: calc(40% - 12px);
  }

  .flxw60-ta {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .flxw60-ta.wmrxs {
    max-width: calc(60% - 12px);
    min-width: calc(60% - 12px);
    -webkit-box-flex: calc(60% - 12px);
        -ms-flex: calc(60% - 12px);
            flex: calc(60% - 12px);
  }

  .flxw67-ta {
    -webkit-box-flex: 67%;
        -ms-flex: 67%;
            flex: 67%;
    max-width: 67%;
    min-width: 67%;
  }
  .flxw67-ta.wmrxs {
    max-width: calc(67% - 12px);
    min-width: calc(67% - 12px);
    -webkit-box-flex: calc(67% - 12px);
        -ms-flex: calc(67% - 12px);
            flex: calc(67% - 12px);
  }

  .flxw70-ta {
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
    max-width: 70%;
    min-width: 70%;
  }
  .flxw70-ta.wmrxs {
    max-width: calc(70% - 12px);
    min-width: calc(70% - 12px);
    -webkit-box-flex: calc(70% - 12px);
        -ms-flex: calc(70% - 12px);
            flex: calc(70% - 12px);
  }

  .flxw100-ta {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .prt-ta {
    position: relative;
  }

  .pabs-ta {
    position: absolute;
  }

  .wbybg-ta {
    background-color: var(--color-body);
  }

  .wobbg-ta {
    background-color: var(--color-off-body);
  }

  .wwbg-ta {
    background-color: var(--color-white);
  }
}
@media only screen and (max-width: 699px) {
  .wbybg-wos {
    background-color: var(--color-body);
  }

  .wobbg-wos {
    background-color: var(--color-off-body);
  }

  .wwbg-wos {
    background-color: var(--color-white);
  }
}
@media only screen and (max-width: 1069px) and (min-width: 700px) {
  .wtac-ws {
    text-align: center;
  }

  .wb-ws {
    border: 1px solid var(--color-border);
  }

  .wbs-ws {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
  }

  .wbsz-ws {
    border-left: 0;
    border-right: 0;
  }

  .wbe-ws {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
  }

  .wbl-ws {
    border-left: 1px solid var(--color-border);
  }

  .wbr-ws {
    border-right: 1px solid var(--color-border);
  }

  .wbb-ws {
    border-bottom: 1px solid var(--color-border);
  }

  .wbbz-ws {
    border-bottom: 0;
  }

  .wbt-ws {
    border-top: 1px solid var(--color-border);
  }

  .wbtnfch-ws {
    border-top: 1px solid var(--color-border);
  }
  .wbtnfch-ws:first-child {
    border-top: 0;
  }

  .wbbnlch-ws {
    border-bottom: 1px solid var(--color-border);
  }
  .wbbnlch-ws:last-child {
    border-bottom: 0;
  }

  .wbrnlch-ws {
    border-right: 1px solid var(--color-border);
  }
  .wbrnlch-ws:last-child {
    border-right: 0;
  }

  .wplxs-ws {
    padding-left: 12px;
  }

  .wprxs-ws {
    padding-right: 12px;
  }

  .wprs-ws {
    padding-right: 24px;
  }

  .wprm-ws {
    padding-right: 36px;
  }

  .wprl-ws {
    padding-right: 48px;
  }

  .wprxl-ws {
    padding-right: 60px;
  }

  .wprxxl-ws {
    padding-right: 72px;
  }

  .wprxxxl-ws {
    padding-right: 84px;
  }

  .wpsxs-ws {
    padding-left: 12px;
    padding-right: 12px;
  }

  .wpss-ws {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wpsm-ws {
    padding-left: 36px;
    padding-right: 36px;
  }

  .wpsl-ws {
    padding-left: 48px;
    padding-right: 48px;
  }

  .wpsz-ws {
    padding-left: 0;
    padding-right: 0;
  }

  .wpexs-ws {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .wpes-ws {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .wpem-ws {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .wpel-ws {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wmsxs-ws {
    margin-left: 12px;
    margin-right: 12px;
  }

  .wmss-ws {
    margin-left: 24px;
    margin-right: 24px;
  }

  .wmsm-ws {
    margin-left: 36px;
    margin-right: 36px;
  }

  .wmsl-ws {
    margin-left: 48px;
    margin-right: 48px;
  }

  .wmexs-ws {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .wmes-ws {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .wmem-ws {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .wmel-ws {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wmlxs-ws {
    margin-left: 12px;
  }

  .wmls-ws {
    margin-left: 24px;
  }

  .wmlm-ws {
    margin-left: 36px;
  }

  .wmll-ws {
    margin-left: 48px;
  }

  .wmbxs-ws {
    margin-bottom: 12px;
  }

  .wmbs-ws {
    margin-bottom: 24px;
  }

  .wmbm-ws {
    margin-bottom: 36px;
  }

  .wmbl-ws {
    margin-bottom: 48px;
  }

  .wmtxs-ws {
    margin-top: 12px;
  }

  .wmts-ws {
    margin-top: 24px;
  }

  .wmtm-ws {
    margin-top: 36px;
  }

  .wmtl-ws {
    margin-top: 48px;
  }

  .wmrxs-ws {
    margin-right: 12px;
  }

  .wmrs-ws {
    margin-right: 24px;
  }

  .wmrm-ws {
    margin-right: 36px;
  }

  .wmrl-ws {
    margin-right: 48px;
  }

  .wmmlxs-ws {
    margin-left: -12px;
  }

  .wmmls-ws {
    margin-left: -24px;
  }

  .wmmrxxs-ws {
    margin-right: -6px;
  }

  .wmmrxs-ws {
    margin-right: -12px;
  }

  .wmmrs-ws {
    margin-right: -24px;
  }

  .wdf-ws {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flxww-ws {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flxdr-ws {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .flxdc-ws {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .flxjcc-ws {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .flxjcsb-ws {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .flxjcfe-ws {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .flx1-ws {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .flxasc-ws {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .flxasfe-ws {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .flxasr-ws {
    margin-left: auto;
  }

  .flxw50-ws {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .flxw50-ws.wmrxs {
    max-width: calc(50% - 12px);
    min-width: calc(50% - 12px);
    -webkit-box-flex: calc(50% - 12px);
        -ms-flex: calc(50% - 12px);
            flex: calc(50% - 12px);
  }

  .flxw30-ws {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .flxw30-ws.wmrxs {
    max-width: calc(30% - 12px);
    min-width: calc(30% - 12px);
    -webkit-box-flex: calc(30% - 12px);
        -ms-flex: calc(30% - 12px);
            flex: calc(30% - 12px);
  }

  .flxw33-ws {
    -webkit-box-flex: 33.333%;
        -ms-flex: 33.333%;
            flex: 33.333%;
    max-width: 33.3333%;
    min-width: 33.3333%;
  }
  .flxw33-ws.wmrxs {
    max-width: calc(33.3333% - 12px);
    min-width: calc(33.3333% - 12px);
    -webkit-box-flex: calc(33.3333% - 12px);
        -ms-flex: calc(33.3333% - 12px);
            flex: calc(33.3333% - 12px);
  }

  .flxw40-ws {
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .flxw40-ws.wmrxs {
    max-width: calc(40% - 12px);
    min-width: calc(40% - 12px);
    -webkit-box-flex: calc(40% - 12px);
        -ms-flex: calc(40% - 12px);
            flex: calc(40% - 12px);
  }

  .flxw60-ws {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .flxw60-ws.wmrxs {
    max-width: calc(60% - 12px);
    min-width: calc(60% - 12px);
    -webkit-box-flex: calc(60% - 12px);
        -ms-flex: calc(60% - 12px);
            flex: calc(60% - 12px);
  }

  .flxw67-ws {
    -webkit-box-flex: 67%;
        -ms-flex: 67%;
            flex: 67%;
    max-width: 67%;
    min-width: 67%;
  }
  .flxw67-ws.wmrxs {
    max-width: calc(67% - 12px);
    min-width: calc(67% - 12px);
    -webkit-box-flex: calc(67% - 12px);
        -ms-flex: calc(67% - 12px);
            flex: calc(67% - 12px);
  }

  .flxw70-ws {
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
    max-width: 70%;
    min-width: 70%;
  }
  .flxw70-ws.wmrxs {
    max-width: calc(70% - 12px);
    min-width: calc(70% - 12px);
    -webkit-box-flex: calc(70% - 12px);
        -ms-flex: calc(70% - 12px);
            flex: calc(70% - 12px);
  }

  .flxw100-ws {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .wdb-ws, .dpb-ws {
    display: block;
  }

  .wdn-ws, .dpn-ws {
    display: none;
  }
}
@media only screen and (min-width: 1070px) {
  .wmwc-de {
    max-width: 600px;
  }

  .wtac-de {
    text-align: center;
  }

  .wb-de {
    border: 1px solid var(--color-border);
  }

  .wbs-de {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
  }

  .wbsz-de {
    border-left: 0;
    border-right: 0;
  }

  .wbe-de {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
  }

  .wbl-de {
    border-left: 1px solid var(--color-border);
  }

  .wbr-de {
    border-right: 1px solid var(--color-border);
  }

  .wbb-de {
    border-bottom: 1px solid var(--color-border);
  }

  .wbt-de {
    border-top: 1px solid var(--color-border);
  }

  .wbtnfch-de {
    border-top: 1px solid var(--color-border);
  }
  .wbtnfch-de:first-child {
    border-top: 0;
  }

  .wbbnlch-de {
    border-bottom: 1px solid var(--color-border);
  }
  .wbbnlch-de:last-child {
    border-bottom: 0;
  }

  .wbrnlch-de {
    border-right: 1px solid var(--color-border);
  }
  .wbrnlch-de:last-child {
    border-right: 0;
  }

  .wpxs-de {
    padding: 12px;
  }

  .wps-de {
    padding: 24px;
  }

  .wpm-de {
    padding: 36px;
  }

  .wpl-de {
    padding: 48px;
  }

  .wpsxs-de {
    padding-left: 12px;
    padding-right: 12px;
  }

  .wpss-de {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wpsm-de {
    padding-left: 36px;
    padding-right: 36px;
  }

  .wpsl-de {
    padding-left: 48px;
    padding-right: 48px;
  }

  .wpexs-de {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .wpes-de {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .wpem-de {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .wpel-de {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wpts-de {
    padding-top: 24px;
  }

  .wptm-de {
    padding-top: 36px;
  }

  .wptl-de {
    padding-top: 48px;
  }

  .wpbxs-de {
    padding-bottom: 12px;
  }

  .wpbs-de {
    padding-bottom: 24px;
  }

  .wpbm-de {
    padding-bottom: 36px;
  }

  .wpbl-de {
    padding-bottom: 48px;
  }

  .wplxs-de {
    padding-left: 12px;
  }

  .wpls-de {
    padding-left: 24px;
  }

  .wplm-de {
    padding-left: 36px;
  }

  .wpll-de {
    padding-left: 48px;
  }

  .wprxs-de {
    padding-right: 12px;
  }

  .wprs-de {
    padding-right: 24px;
  }

  .wprm-de {
    padding-right: 36px;
  }

  .wprl-de {
    padding-right: 48px;
  }

  .wprxl-de {
    padding-right: 60px;
  }

  .wprxxl-de {
    padding-right: 72px;
  }

  .wprxxxl-de {
    padding-right: 84px;
  }

  .wmsxs-de {
    margin-left: 12px;
    margin-right: 12px;
  }

  .wmss-de {
    margin-left: 24px;
    margin-right: 24px;
  }

  .wmsm-de {
    margin-left: 36px;
    margin-right: 36px;
  }

  .wmsl-de {
    margin-left: 48px;
    margin-right: 48px;
  }

  .wmexs-de {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .wmes-de {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .wmem-de {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .wmel-de {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wmlxs-de {
    margin-left: 12px;
  }

  .wmls-de {
    margin-left: 24px;
  }

  .wmlm-de {
    margin-left: 36px;
  }

  .wmll-de {
    margin-left: 48px;
  }

  .wmbxs-de {
    margin-bottom: 12px;
  }

  .wmbs-de {
    margin-bottom: 24px;
  }

  .wmbm-de {
    margin-bottom: 36px;
  }

  .wmbl-de {
    margin-bottom: 48px;
  }

  .wmtxs-de {
    margin-top: 12px;
  }

  .wmts-de {
    margin-top: 24px;
  }

  .wmtm-de {
    margin-top: 36px;
  }

  .wmtl-de {
    margin-top: 48px;
  }

  .wmrxs-de {
    margin-right: 12px;
  }

  .wmrs-de {
    margin-right: 24px;
  }

  .wmrm-de {
    margin-right: 36px;
  }

  .wmrl-de {
    margin-right: 48px;
  }

  .wmmlxs-de {
    margin-left: -12px;
  }

  .wmmls-de {
    margin-left: -24px;
  }

  .wmmrxxs-de {
    margin-right: -6px;
  }

  .wmmrxs-de {
    margin-right: -12px;
  }

  .wmmrs-de {
    margin-right: -24px;
  }

  .wdb-de, .dpb-de {
    display: block;
  }

  .wdn-de, .dpn-de {
    display: none;
  }

  .wdf-de {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flxww-de {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flxdr-de {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .flxdc-de {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .flxjcc-de {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .flxjcsb-de {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .flxjcfe-de {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .flxaic-de {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .flx1-de {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .flxasc-de {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .flxasfe-de {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .flxasr-de {
    margin-left: auto;
  }

  .flxw50-de {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .flxw50-de.wmrxs {
    max-width: calc(50% - 12px);
    min-width: calc(50% - 12px);
    -webkit-box-flex: calc(50% - 12px);
        -ms-flex: calc(50% - 12px);
            flex: calc(50% - 12px);
  }

  .flxw30-de {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .flxw30-de.wmrxs {
    max-width: calc(30% - 12px);
    min-width: calc(30% - 12px);
    -webkit-box-flex: calc(30% - 12px);
        -ms-flex: calc(30% - 12px);
            flex: calc(30% - 12px);
  }

  .flxw33-de {
    -webkit-box-flex: 33.333%;
        -ms-flex: 33.333%;
            flex: 33.333%;
    max-width: 33.3333%;
    min-width: 33.3333%;
  }
  .flxw33-de.wmrxs {
    max-width: calc(33.3333% - 12px);
    min-width: calc(33.3333% - 12px);
    -webkit-box-flex: calc(33.3333% - 12px);
        -ms-flex: calc(33.3333% - 12px);
            flex: calc(33.3333% - 12px);
  }

  .flxw40-de {
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .flxw40-de.wmrxs {
    max-width: calc(40% - 12px);
    min-width: calc(40% - 12px);
    -webkit-box-flex: calc(40% - 12px);
        -ms-flex: calc(40% - 12px);
            flex: calc(40% - 12px);
  }

  .flxw60-de {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .flxw60-de.wmrxs {
    max-width: calc(60% - 12px);
    min-width: calc(60% - 12px);
    -webkit-box-flex: calc(60% - 12px);
        -ms-flex: calc(60% - 12px);
            flex: calc(60% - 12px);
  }

  .flxw67-de {
    -webkit-box-flex: 67%;
        -ms-flex: 67%;
            flex: 67%;
    max-width: 67%;
    min-width: 67%;
  }
  .flxw67-de.wmrxs {
    max-width: calc(67% - 12px);
    min-width: calc(67% - 12px);
    -webkit-box-flex: calc(67% - 12px);
        -ms-flex: calc(67% - 12px);
            flex: calc(67% - 12px);
  }

  .flxw70-de {
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
    max-width: 70%;
    min-width: 70%;
  }
  .flxw70-de.wmrxs {
    max-width: calc(70% - 12px);
    min-width: calc(70% - 12px);
    -webkit-box-flex: calc(70% - 12px);
        -ms-flex: calc(70% - 12px);
            flex: calc(70% - 12px);
  }

  .flxw100-de {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .prt-de {
    position: relative;
  }

  .pabs-de {
    position: absolute;
  }
}
@media only screen and (min-width: 1420px) {
  .wdf-max {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flxjcc-max {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .wpa-max, .pabs-max {
    position: absolute;
  }

  .wmmlxs-max {
    margin-left: -12px;
  }

  .wmmls-max {
    margin-left: -24px;
  }

  .wmmrxxs-max {
    margin-right: -6px;
  }

  .wmmrxs-max {
    margin-right: -12px;
  }

  .wmmrs-max {
    margin-right: -24px;
  }
}
/*********************
INPUTS
*********************/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.input-style {
  display: block;
  font-size: 1rem;
  color: var(--color-off-text);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--color-field);
  border: 6px solid var(--color-field);
  padding: 6px;
  width: 100%;
  outline: 0;
}

.texteditor .wp-editor-container {
  border: 6px solid var(--color-field);
}

.texteditor .wp-editor-container textarea {
  height: 300px;
  float: none;
}

.wobbg input[type=text],
.wobbg input[type=password],
.wobbg input[type=datetime],
.wobbg input[type=datetime-local],
.wobbg input[type=date],
.wobbg input[type=month],
.wobbg input[type=time],
.wobbg input[type=week],
.wobbg input[type=number],
.wobbg input[type=email],
.wobbg input[type=url],
.wobbg input[type=search],
.wobbg input[type=tel],
.wobbg input[type=color],
.wobbg select,
.wobbg textarea,
.wobbg .input-style,
.wobbg .texteditor .wp-editor-container {
  background-color: var(--color-off-field);
  border-color: var(--color-off-field);
}

input[type=text].active, input[type=text]:active, input[type=text]:focus,
input[type=password].active,
input[type=password]:active,
input[type=password]:focus,
input[type=datetime].active,
input[type=datetime]:active,
input[type=datetime]:focus,
input[type=datetime-local].active,
input[type=datetime-local]:active,
input[type=datetime-local]:focus,
input[type=date].active,
input[type=date]:active,
input[type=date]:focus,
input[type=month].active,
input[type=month]:active,
input[type=month]:focus,
input[type=time].active,
input[type=time]:active,
input[type=time]:focus,
input[type=week].active,
input[type=week]:active,
input[type=week]:focus,
input[type=number].active,
input[type=number]:active,
input[type=number]:focus,
input[type=email].active,
input[type=email]:active,
input[type=email]:focus,
input[type=url].active,
input[type=url]:active,
input[type=url]:focus,
input[type=search].active,
input[type=search]:active,
input[type=search]:focus,
input[type=tel].active,
input[type=tel]:active,
input[type=tel]:focus,
input[type=color].active,
input[type=color]:active,
input[type=color]:focus,
select.active,
select:active,
select:focus,
textarea.active,
textarea:active,
textarea:focus {
  border-color: var(--color-brand-x1);
}

input[type=text].error,
input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: var(--color-red);
  border-color: var(--color-red);
  background-color: var(--color-white);
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}

input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: var(--color-success);
  border-color: var(--color-success);
  background-color: var(--color-white);
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}

input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}

input[type=text][disabled]:focus, input[type=text][disabled], input[type=text].is-disabled:focus, input[type=text].is-disabled,
input[type=password][disabled]:focus,
input[type=password][disabled],
input[type=password].is-disabled:focus,
input[type=password].is-disabled,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled],
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled,
input[type=date][disabled]:focus,
input[type=date][disabled],
input[type=date].is-disabled:focus,
input[type=date].is-disabled,
input[type=month][disabled]:focus,
input[type=month][disabled],
input[type=month].is-disabled:focus,
input[type=month].is-disabled,
input[type=time][disabled]:focus,
input[type=time][disabled],
input[type=time].is-disabled:focus,
input[type=time].is-disabled,
input[type=week][disabled]:focus,
input[type=week][disabled],
input[type=week].is-disabled:focus,
input[type=week].is-disabled,
input[type=number][disabled]:focus,
input[type=number][disabled],
input[type=number].is-disabled:focus,
input[type=number].is-disabled,
input[type=email][disabled]:focus,
input[type=email][disabled],
input[type=email].is-disabled:focus,
input[type=email].is-disabled,
input[type=url][disabled]:focus,
input[type=url][disabled],
input[type=url].is-disabled:focus,
input[type=url].is-disabled,
input[type=search][disabled]:focus,
input[type=search][disabled],
input[type=search].is-disabled:focus,
input[type=search].is-disabled,
input[type=tel][disabled]:focus,
input[type=tel][disabled],
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled,
input[type=color][disabled]:focus,
input[type=color][disabled],
input[type=color].is-disabled:focus,
input[type=color].is-disabled,
select[disabled]:focus,
select[disabled],
select.is-disabled:focus,
select.is-disabled,
textarea[disabled]:focus,
textarea[disabled],
textarea.is-disabled:focus,
textarea.is-disabled,
.field[disabled]:focus,
.field[disabled],
.field.is-disabled:focus,
.field.is-disabled {
  background-color: #d5edf8;
}

input[type=password] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  line-height: 1.4;
}

input[type=radio] {
  -webkit-appearance: radio;
}

select {
  -webkit-appearance: none;
  background-image: -o-linear-gradient(45deg, transparent 50%, var(--color-text) 50%), -o-linear-gradient(315deg, var(--color-text) 50%, transparent 50%), -o-linear-gradient(left, var(--color-border), var(--color-border));
  background-image: linear-gradient(45deg, transparent 50%, var(--color-text) 50%), linear-gradient(135deg, var(--color-text) 50%, transparent 50%), linear-gradient(to right, var(--color-border), var(--color-border));
  background-position: calc(100% - 20px) calc(50%), calc(100% - 15px) calc(50%), calc(100% - 2.5em) 50%;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
select:focus {
  background-image: -o-linear-gradient(45deg, var(--color-brand-x1) 50%, transparent 50%), -o-linear-gradient(315deg, transparent 50%, var(--color-brand-x1) 50%), -o-linear-gradient(left, var(--color-border), var(--color-border));
  background-image: linear-gradient(45deg, var(--color-brand-x1) 50%, transparent 50%), linear-gradient(135deg, transparent 50%, var(--color-brand-x1) 50%), linear-gradient(to right, var(--color-border), var(--color-border));
  background-position: calc(100% - 15px) 50%, calc(100% - 20px) 50%, calc(100% - 2.5em) 50%;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.toggle label {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}
.toggle label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle label input:checked + span.tg {
  background-color: var(--color-brand);
}
.toggle label input:checked + span.tg:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
.toggle label input:checked[disabled] + span.tg {
  background-color: #d5edf8;
}
.toggle label input:focus + span.tg {
  -webkit-box-shadow: 0 0 1px var(--color-brand);
          box-shadow: 0 0 1px var(--color-brand);
}
.toggle label span.tg {
  border-radius: 34px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-gray);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.toggle label span.tg:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 3px;
  bottom: 3px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: var(--color-body);
}
.toggle .txt {
  padding-left: 12px;
  top: 4px;
  position: relative;
  display: inline-block;
}

.is-disabled .toggle label span.tg {
  cursor: not-allowed;
  opacity: 0.6;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  font-family: var(--body-fontfam);
  line-height: 1;
  color: var(--color-text);
  background-color: var(--color-body);
}

strong, b {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: var(--color-text);
}

ul, ol {
  list-style: none;
  margin: 0;
}

img, iframe, svg {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: 0;
}

svg {
  width: 100%;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

table {
  border-collapse: collapse;
}
table th {
  white-space: nowrap;
}

fieldset {
  border: 0;
  outline: 0;
  padding: 0;
}

.icon {
  width: auto;
}
.icon:not(.wdn):not(.wfl) {
  display: inline-block;
}
.icon.wnudgedown {
  position: relative;
  top: 1px;
}

.screen-reader-text, .scrt {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.textblock > img, .textblock > ul img, .textblock > ol img {
  width: 100%;
}
.textblock > h2, .textblock > h3, .textblock > h4, .textblock > p, .textblock > ul, .textblock > ol, .textblock > table, .textblock > figure, .textblock > img, .textblock > blockquote, .textblock > ul h2, .textblock > ul h3, .textblock > ul h4, .textblock > ul p, .textblock > ul ul, .textblock > ul ol, .textblock > ul table, .textblock > ul figure, .textblock > ul img, .textblock > ul blockquote, .textblock > ol h2, .textblock > ol h3, .textblock > ol h4, .textblock > ol p, .textblock > ol ul, .textblock > ol ol, .textblock > ol table, .textblock > ol figure, .textblock > ol img, .textblock > ol blockquote {
  margin-bottom: 24px;
}
.textblock > p, .textblock > ul, .textblock > ol, .textblock > table, .textblock > figure, .textblock > img, .textblock > blockquote, .textblock > ul p, .textblock > ul ul, .textblock > ul ol, .textblock > ul table, .textblock > ul figure, .textblock > ul img, .textblock > ul blockquote, .textblock > ol p, .textblock > ol ul, .textblock > ol ol, .textblock > ol table, .textblock > ol figure, .textblock > ol img, .textblock > ol blockquote {
  line-height: 1.4;
  font-size: 1.2rem;
}
.textblock > p:last-child, .textblock > ul:last-child, .textblock > ol:last-child, .textblock > table:last-child, .textblock > figure:last-child, .textblock > img:last-child, .textblock > blockquote:last-child, .textblock > ul p:last-child, .textblock > ul ul:last-child, .textblock > ul ol:last-child, .textblock > ul table:last-child, .textblock > ul figure:last-child, .textblock > ul img:last-child, .textblock > ul blockquote:last-child, .textblock > ol p:last-child, .textblock > ol ul:last-child, .textblock > ol ol:last-child, .textblock > ol table:last-child, .textblock > ol figure:last-child, .textblock > ol img:last-child, .textblock > ol blockquote:last-child {
  margin-bottom: 0;
}
.textblock > h2, .textblock > h3, .textblock > h4, .textblock > ul h2, .textblock > ul h3, .textblock > ul h4, .textblock > ol h2, .textblock > ol h3, .textblock > ol h4 {
  font-weight: 800;
  border-left: 3px solid var(--color-brand);
  padding: 12px;
}
.textblock > h2 + h2, .textblock > h2 + h3, .textblock > h2 + h4, .textblock > h3 + h2, .textblock > h3 + h3, .textblock > h3 + h4, .textblock > h4 + h2, .textblock > h4 + h3, .textblock > h4 + h4, .textblock > ul h2 + h2, .textblock > ul h2 + h3, .textblock > ul h2 + h4, .textblock > ul h3 + h2, .textblock > ul h3 + h3, .textblock > ul h3 + h4, .textblock > ul h4 + h2, .textblock > ul h4 + h3, .textblock > ul h4 + h4, .textblock > ol h2 + h2, .textblock > ol h2 + h3, .textblock > ol h2 + h4, .textblock > ol h3 + h2, .textblock > ol h3 + h3, .textblock > ol h3 + h4, .textblock > ol h4 + h2, .textblock > ol h4 + h3, .textblock > ol h4 + h4 {
  border-left: 0;
  padding: 0;
}
.textblock > h2, .textblock > ul h2, .textblock > ol h2 {
  font-size: 1.5rem;
}
.textblock > h3, .textblock > ul h3, .textblock > ol h3 {
  font-size: 1.4rem;
}
.textblock > h4, .textblock > ul h4, .textblock > ol h4 {
  font-size: 1.3rem;
}
.textblock > ul, .textblock > ol, .textblock > ul ul, .textblock > ul ol, .textblock > ol ul, .textblock > ol ol {
  padding-left: 24px;
  list-style: auto;
}
.textblock > ul li, .textblock > ol li, .textblock > ul ul li, .textblock > ul ol li, .textblock > ol ul li, .textblock > ol ol li {
  margin-bottom: 12px;
  padding-left: 12px;
}
.textblock > ul li ul, .textblock > ul li ol, .textblock > ol li ul, .textblock > ol li ol, .textblock > ul ul li ul, .textblock > ul ul li ol, .textblock > ul ol li ul, .textblock > ul ol li ol, .textblock > ol ul li ul, .textblock > ol ul li ol, .textblock > ol ol li ul, .textblock > ol ol li ol {
  margin-top: 12px;
}
.textblock > ul, .textblock > ul ul, .textblock > ol ul {
  list-style-type: disc;
}
.textblock > table, .textblock > ul table, .textblock > ol table {
  font-size: 1.1rem;
  width: 100%;
  border-bottom: 1px solid var(--color-border);
}
.textblock > table tr th, .textblock > table tr td, .textblock > ul table tr th, .textblock > ul table tr td, .textblock > ol table tr th, .textblock > ol table tr td {
  padding: 12px;
}
.textblock > table tr th, .textblock > ul table tr th, .textblock > ol table tr th {
  background-color: var(--color-gray-dark);
  color: var(--color-white);
  font-weight: 600;
  text-align: left;
}
.textblock > table tr th + td, .textblock > ul table tr th + td, .textblock > ol table tr th + td {
  background-color: transparent;
  color: var(--color-body-text);
}
.textblock > table tr:nth-of-type(even) td, .textblock > ul table tr:nth-of-type(even) td, .textblock > ol table tr:nth-of-type(even) td {
  background-color: var(--color-off-body);
}
.textblock p > img {
  width: 100%;
}
.textblock p > img.alignleft {
  float: left;
  max-width: 40%;
  margin-right: var(--pxls-small);
}
.textblock p > img.alignright {
  float: right;
  max-width: 40%;
  margin-left: var(--pxls-small);
}
.textblock p > a {
  color: var(--color-brand-dark);
}
.textblock p > a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-brand-dark);
          text-decoration-color: var(--color-brand-dark);
  color: var(--color-brand-light);
}
.textblock.small > h2, .textblock.small > h3, .textblock.small > h4, .textblock.small > p, .textblock.small > ul, .textblock.small > ol, .textblock.small > table, .textblock.small > figure, .textblock.small > img, .textblock.small > blockquote, .textblock.small > ul h2, .textblock.small > ul h3, .textblock.small > ul h4, .textblock.small > ul p, .textblock.small > ul ul, .textblock.small > ul ol, .textblock.small > ul table, .textblock.small > ul figure, .textblock.small > ul img, .textblock.small > ul blockquote, .textblock.small > ol h2, .textblock.small > ol h3, .textblock.small > ol h4, .textblock.small > ol p, .textblock.small > ol ul, .textblock.small > ol ol, .textblock.small > ol table, .textblock.small > ol figure, .textblock.small > ol img, .textblock.small > ol blockquote {
  margin-bottom: 20px;
}
.textblock.small > p, .textblock.small > ul, .textblock.small > ol, .textblock.small > table, .textblock.small > figure, .textblock.small > img, .textblock.small > blockquote, .textblock.small > ul p, .textblock.small > ul ul, .textblock.small > ul ol, .textblock.small > ul table, .textblock.small > ul figure, .textblock.small > ul img, .textblock.small > ul blockquote, .textblock.small > ol p, .textblock.small > ol ul, .textblock.small > ol ol, .textblock.small > ol table, .textblock.small > ol figure, .textblock.small > ol img, .textblock.small > ol blockquote {
  line-height: 1.3;
  font-size: 1rem;
}
.textblock.small > p:last-child, .textblock.small > ul:last-child, .textblock.small > ol:last-child, .textblock.small > table:last-child, .textblock.small > figure:last-child, .textblock.small > img:last-child, .textblock.small > blockquote:last-child, .textblock.small > ul p:last-child, .textblock.small > ul ul:last-child, .textblock.small > ul ol:last-child, .textblock.small > ul table:last-child, .textblock.small > ul figure:last-child, .textblock.small > ul img:last-child, .textblock.small > ul blockquote:last-child, .textblock.small > ol p:last-child, .textblock.small > ol ul:last-child, .textblock.small > ol ol:last-child, .textblock.small > ol table:last-child, .textblock.small > ol figure:last-child, .textblock.small > ol img:last-child, .textblock.small > ol blockquote:last-child {
  margin-bottom: 0;
}
.textblock.small > h2, .textblock.small > ul h2, .textblock.small > ol h2 {
  font-size: 1.3rem;
}
.textblock.small > h3, .textblock.small > ul h3, .textblock.small > ol h3 {
  font-size: 1.2rem;
}
.textblock.small > h4, .textblock.small > ul h4, .textblock.small > ol h4 {
  font-size: 1.1rem;
}

.wmchange {
  position: relative;
}
.wmchange .thumb-holder {
  background-color: var(--color-off-body);
}
.wmchange .wmchange-buttons {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.wmchange .wmchange-buttons .button {
  position: absolute;
}
.wmchange .wmchange-buttons .button button {
  background-color: rgba(var(--color-off-body-rgb), 0.5);
  padding: var(--pxls-xsmall);
}
.wmchange .wmchange-buttons .button.change-thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wmchange .wmchange-buttons .button.change-thumb button {
  border-radius: 30px;
}
.wmchange .wmchange-buttons .button.change-thumb button:hover {
  color: var(--color-brand);
}
.wmchange .wmchange-buttons .button.remove-thumb {
  display: none;
  bottom: 0;
  right: 0;
}
.wmchange .wmchange-buttons .button.remove-thumb button:hover {
  color: var(--color-red);
}
.wmchange.wthumb .wmchange-buttons .remove-thumb {
  display: inline-block;
}
.wmchange:not(.wthumb) .thumb-holder img {
  display: none;
}
.wmchange.full .thumb-holder {
  width: 100%;
}
.wmchange:not(.full) .thumb-holder {
  width: 60px;
  min-height: 60px;
}

.media-field .field-inner {
  height: 100%;
}
.media-field .field-inner .wmchange {
  height: 100%;
}
.media-field .field-inner .wmchange .thumb-holder {
  height: 100%;
}

.short-item .item-thumb {
  width: 60px;
  min-height: 60px;
}

.site-notice .icon-close {
  top: 0;
  right: 0;
}
.site-notice.success {
  border-left: 6px solid var(--color-green);
  border-right: 6px solid var(--color-green);
}
.site-notice.error {
  border-left: 6px solid var(--color-error);
  border-right: 6px solid var(--color-error);
}
.site-notice.alert {
  border-left: 6px solid var(--color-alert);
  border-right: 6px solid var(--color-alert);
}

.form-notice.success {
  border: 1px solid var(--color-green);
}
.form-notice.error {
  border: 1px solid var(--color-error);
}
.form-notice.alert {
  border: 1px solid var(--color-alert);
}

.info-notice {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.info-notice:after {
  font-family: rooblacons;
  position: absolute;
  font-size: 12em;
  top: -24px;
  right: -24px;
  opacity: 0.1;
}
.info-notice.help:after {
  content: "";
}
.info-notice.alert:after {
  content: "";
}
.info-notice.success:after {
  content: "";
}
.info-notice.promote:after {
  content: "";
}
.info-notice.sxs:after {
  font-size: 3em;
  top: 3px;
  right: 3px;
}
.info-notice.ss:after {
  font-size: 4em;
  top: 6px;
  right: 6px;
}

a.url:hover.user-link img.avatar, a.url:hover .user-link img.avatar {
  background: #4376bb;
  background: -webkit-gradient(linear, left top, right top, from(#4376bb), color-stop(35%, #38629b), to(#80bce5));
  background: -o-linear-gradient(left, #4376bb 0%, #38629b 35%, #80bce5 100%);
  background: linear-gradient(90deg, #4376bb 0%, #38629b 35%, #80bce5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-brand)",endColorstr="var(--color-brand-light)",GradientType=1);
}

.user-link img.avatar {
  border: 2px solid var(--color-text);
  border-image-slice: 1;
}
.user-link img.avatar + .user-display {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.user-link[href]:hover img.avatar, .user-link > a.url:hover img.avatar {
  border-image-source: linear-gradient(90deg, rgb(var(--color-n1-rgb)) 0%, rgb(var(--color-n1-x2-rgb)) 35%, rgb(var(--color-n1-m2-rgb)) 100%);
}
.user-link.inline img.avatar {
  max-width: 42px;
}

.user-box .halflay {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: var(--color-off-body);
}
.user-box .avatar-image {
  display: inline-block;
}
.user-box .avatar-image img {
  z-index: 1;
  position: relative;
}

.banner {
  max-width: 1030px;
}

.user-banner .avatar {
  bottom: -24px;
  left: 0;
  max-width: 500px;
  margin-left: 24px;
}

.menu-list-items li.child a::before {
  content: "";
  font-family: rooblacons;
  margin-right: 12px;
}

.menu-list.wpa .menu-list-items {
  top: 100%;
  right: 100%;
  position: absolute;
  min-width: 200px;
  background-color: var(--color-off-body);
  display: none;
}
.menu-list.open .menu-list-items {
  display: block;
}

.category {
  top: 0;
}

.notification-internal .notification-avatar {
  width: 31px;
  height: 31px;
}

#user-toolbar-notifications .wcount {
  position: relative;
}
#user-toolbar-notifications .wcount .count {
  position: absolute;
  top: -9px;
  left: 75%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: var(--color-white);
  background-color: var(--color-brand);
  border: 1px solid var(--color-brand-lightest);
  font-size: 0.8rem;
  padding: 3px;
  line-height: 1.1;
}

.quick-notification {
  bottom: -300px;
  left: 50px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25), 0 -2px 0 0 rgba(5, 45, 73, 0.07);
          box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25), 0 -2px 0 0 rgba(5, 45, 73, 0.07);
  -webkit-transition: bottom 0.5s ease-in-out;
  -o-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
  border-left: 3px solid var(--color-brand);
}
.quick-notification .inner {
  max-height: 100px;
  padding: 12px;
  width: 200px;
}
.quick-notification.active {
  bottom: 50px;
}
.quick-notification.error {
  border-color: var(--color-error);
}
.quick-notification.error .button {
  background-color: var(--color-error);
  border-color: var(--color-error);
  color: var(--color-white);
}

.article-item a.article-bulk:hover .creation-image figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.article-item.inline-aa .creation-image .category {
  right: 100%;
  white-space: nowrap;
}

.save-bar.wsave.saving .button {
  display: none;
}
.save-bar.wsave.saving .saving {
  display: block;
  color: var(--color-green);
}
.save-bar.wsave.saving .saving .auto {
  display: none;
}
.save-bar.wsave.saving.auto-saving .saving {
  color: var(--color-alert);
}
.save-bar.wsave.saving.auto-saving .saving .auto {
  display: inline;
}
.save-bar.wsave.saved .success .icon-tick {
  display: inline-block;
}
.save-bar.wsave.failed .success .icon-close {
  display: inline-block;
}
.save-bar.wsave.auto-saved .success .icon-saving, .save-bar.wsave.auto-failed .success .icon-saving {
  display: inline-block;
}
.save-bar.wsave.auto-failed .success .icon-saving {
  color: var(--color-alert);
}

.field-row .field-count {
  right: 0;
  top: 0;
  position: absolute;
  font-weight: 500;
}
.field-row .field-count span {
  font-weight: 800;
}
.field-row .field-count span.good {
  color: var(--color-green);
}
.field-row .field-count span.bad {
  color: var(--color-red);
}
.field-row fieldset {
  padding: 0;
  border: 0;
}
.field-row fieldset .radiocheck.checked {
  border: 1px solid var(--color-brand-light);
}
.field-row fieldset .radiocheck.checked label {
  background-color: var(--color-brand-light);
}
.field-row fieldset .add-extra label {
  cursor: pointer;
}
.field-row fieldset .add-extra input[type=checkbox], .field-row fieldset .add-extra input[type=radio] {
  display: none;
}
.field-row input[type=checkbox],
.field-row input[type=radio] {
  width: auto;
}
.field-row input[type=checkbox] + label,
.field-row input[type=radio] + label {
  margin-left: 12px;
  width: auto;
}
.field-row .icon-question {
  cursor: help;
}
.field-row .information.open {
  max-height: 200px;
}
.field-row.error.wb {
  border-color: var(--color-error);
}
.field-row.error .error-text {
  color: var(--color-error);
  padding-top: 12px;
  font-size: 0.9rem;
}
.field-row.password-field .field-inner {
  position: relative;
}
.field-row.password-field .field-inner .show-pass-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: var(--pxls-xsmall);
}

.saving .save-bar .button:not(.saving-div) {
  display: none;
}
.saving .save-bar .saving-div {
  display: inline-block;
}

.wshut > .ws-title {
  cursor: pointer;
}
.wshut > .ws-title .wst-inner {
  position: relative;
}
.wshut:not(.ttr) > .ws-title .wst-inner {
  padding-left: 24px;
}
.wshut:not(.ttr) > .ws-title .wst-inner::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  cursor: pointer;
  font-family: rooblacons;
  font-size: 1rem;
}
.wshut.ttr > .ws-title .wst-inner {
  padding-right: 24px;
}
.wshut.ttr > .ws-title .wst-inner::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  cursor: pointer;
  font-family: rooblacons;
  font-size: 1rem;
}
.wshut.ws-shut > .ws-title, .wshut.closed > .ws-title {
  border-bottom: 0;
}
.wshut.ws-shut > .ws-content, .wshut.closed > .ws-content {
  max-height: 0;
  overflow: hidden;
}
.wshut.ws-shut:not(.ttr) > .ws-title .wst-inner::before, .wshut.closed:not(.ttr) > .ws-title .wst-inner::before {
  content: "";
}
.wshut.ws-shut.ttr > .ws-title .wst-inner::after, .wshut.closed.ttr > .ws-title .wst-inner::after {
  content: "";
}
.wshut > .ws-content {
  -webkit-box-shadow: inset 0px -7px 15px -20px var(--color-dark);
          box-shadow: inset 0px -7px 15px -20px var(--color-dark);
}
.wshut.error > .ws-title {
  color: var(--color-error);
}

.boxlox .hand-grab {
  top: 0;
  right: 0;
}
.boxlox .icon-close {
  top: 0;
  right: 0;
}
.boxlox .icon-close + .hand-grab {
  right: 36px;
}
.boxlox.highlight {
  border: 2px solid var(--color-brand-dark);
}
.boxlox.removed {
  opacity: 0;
}
.boxlox.deleted {
  border-color: var(--color-red);
}
.boxlox.success {
  border-color: var(--color-green);
}

.action-list .action-item.textbutton, .action-list .action-item .action-inner {
  font-size: 0.8rem;
}
.action-list .action-item .action-inner {
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 6px;
  z-index: 3;
}
.action-list .action-item.marked {
  color: var(--color-brand);
}

.commentlist li .thumb-up.marked {
  color: var(--color-brand);
}
.commentlist li .thumb-down.marked {
  color: var(--color-red);
}
.commentlist li .comment-fields {
  background-color: var(--color-off-body);
}
.commentlist li .reply a {
  display: block;
}
.commentlist li .reply a.cancel {
  display: none;
}
.commentlist li.hidden .comment-bulk, .commentlist li.hidden + .children {
  display: none;
}
.commentlist li.hidden .user-link a {
  opacity: 0.6;
}
.commentlist li.hidden .user-link .reply-count {
  margin-left: 12px;
}
.commentlist > li:last-child {
  border-bottom: 1px solid var(--color-border);
}
.commentlist .children {
  background-color: var(--color-off-body);
  padding-left: 2%;
}
.commentlist > .children {
  border-bottom: 1px solid var(--color-border);
}
.commentlist > .children .children + li {
  border-top: 1px solid var(--color-border);
}
.commentlist > .children:last-child {
  border-bottom: 0;
}
.commentlist > .children:last-child > li {
  border-bottom: 1px solid var(--color-border);
}

.headliner a:hover h2 {
  text-decoration: underline;
}

.digital-item .inner-digital .thumbnail {
  min-width: 33%;
  max-width: 33%;
}
.digital-item .inner-digital .thumbnail .digital-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.digital-item .inner-digital .thumbnail .digital-overlay span {
  width: 100%;
}
.digital-item:hover .thumbnail .digital-overlay {
  opacity: 1;
}
.digital-item:hover h3 {
  color: var(--color-brand);
}
.digital-item:last-of-type .inner-digital {
  border-bottom: 0;
}

.digital-feed .area-heading .title {
  font-size: 1.75rem;
}
.digital-feed .area-heading .title .icon {
  color: var(--color-brand);
}

.list-item .title-box > .user-link {
  max-width: 30px;
  min-width: 30px;
}
.list-item:hover .title a {
  color: var(--color-brand);
}

.pop-display {
  opacity: 0;
  display: none;
  z-index: 10;
}
.pop-display.ready {
  display: block;
}
.pop-display.show {
  opacity: 1;
}
.pop-display:not(.show) .borrowed-space {
  top: -800px;
}

.loading-item .splodge {
  height: 20px;
}
.loading-item .l-avatar {
  width: 40px;
  height: 40px;
}
.loading-item .l-username {
  width: 30%;
}
.loading-item .l-thumb {
  height: 200px;
}
.loading-item .l-title-bottom {
  width: 50%;
}
.loading-item .l-excerpt {
  width: 80%;
}
.loading-item.inline .l-thumb {
  height: 100px;
}

.collection-box .overlay {
  -webkit-box-shadow: inset 0px 27px 45px 0px rgba(0, 0, 0, 0.75);
          box-shadow: inset 0px 27px 45px 0px rgba(0, 0, 0, 0.75);
}
.collection-box img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.collection-box:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.opportunity-item .info li,
.request-item .info li {
  border-bottom: 1px solid var(--color-border);
}
.opportunity-item .info li:nth-of-type(odd),
.request-item .info li:nth-of-type(odd) {
  border-right: 1px solid var(--color-border);
}
.opportunity-item .info li:nth-of-type(odd):nth-last-of-type(2),
.request-item .info li:nth-of-type(odd):nth-last-of-type(2) {
  border-bottom: 0;
}
.opportunity-item .info li:last-of-type,
.request-item .info li:last-of-type {
  border-bottom: 0;
}
.opportunity-item a:hover .thumbnail .no-image,
.request-item a:hover .thumbnail .no-image {
  background-color: var(--color-brand-light);
}
.opportunity-item a:hover h3,
.request-item a:hover h3 {
  color: var(--color-brand);
}

.search-results-drop {
  top: 100%;
  left: 0;
}

#logo svg {
  fill: var(--color-text);
}
#logo:hover svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

#header {
  -webkit-transition: top 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}
#header #header-top header {
  max-width: 150px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header #header-top header .icon {
  font-size: 2rem;
}
#header #header-top header svg {
  display: none;
}
#header #header-top #header-search-area {
  top: 100%;
}
#header #header-top #header-search-area.active {
  display: block;
}
#header #main-site-nav ul li {
  font-size: 1.2rem;
}

#footer .logo img {
  max-width: 400px;
  width: 80%;
}

.content-nav.disable-current ul li.current {
  cursor: context-menu;
}

#main-body, #slide-in-display {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

#slide-in-display {
  right: -20rem;
  width: 20rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
}
#slide-in-display > * {
  display: none;
}
#slide-in-display > .active {
  display: block;
}
#slide-in-display .rdeck-links {
  border-top: 2px solid var(--color-n2);
  border-bottom: 2px solid var(--color-n2-m1);
}
#slide-in-display .rdeck-links .logo {
  fill: var(--color-text);
}

#bulk-panel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#bulk-panel #content-panel {
  max-width: none;
}
#bulk-panel #sidebar {
  max-width: none;
}

.share-url.focus-attention-item {
  -webkit-box-shadow: 0px 10px 29px -15px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 10px 29px -15px rgba(0, 0, 0, 0.75);
}

body.fullscreen #bulk-panel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.fullscreen #bulk-panel #content-panel {
  max-width: none;
}
body.fullscreen #bulk-panel #sidebar {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.fullscreen #bulk-panel #sidebar > * {
  width: 100%;
}
body.offtop #header {
  top: -70px;
  position: fixed;
}
body.offtop #header #main-site-nav, body.offtop #header #header-search-area {
  display: none;
}
body.offtop #header #header-search-area.active {
  position: absolute;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background-color: var(--color-body);
  padding: 12px;
  width: 100%;
  max-width: none;
}
body.offtop #header #header-top {
  padding: 0;
}
body.offtop #header #header-top #header-top-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.offtop #header #header-top #header-top-inner #user-toolbar {
  position: relative;
}
body.offtop #header #header-top #header-top-inner #user-toolbar #user-toolbar-search, body.offtop #header #header-top #header-top-inner #user-toolbar #user-toolbar-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.offtop.offtopgo #header {
  top: 0;
}
body.slide-in-active #user-toolbar li {
  display: none !important;
}
body.slide-in-active #user-toolbar li.close-slide-display {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body.slide-in-active #main-body, body.slide-in-active #slide-in-display {
  -webkit-transform: translateX(-20rem);
  -ms-transform: translateX(-20rem);
  transform: translateX(-20rem);
}
body.focus-attention .blur-buddy {
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  position: absolute;
  opacity: 0.8;
}
body.focus-attention .focus-attention-item {
  z-index: 4;
  background-color: var(--color-body);
}
body.overlayed {
  overflow: hidden;
}

.slider-field .ui-widget.ui-widget-content {
  background: transparent;
  border-color: var(--color-border);
}
.slider-field .ui-widget.ui-widget-content .ui-state-active {
  border-color: var(--color-border);
  background: var(--color-highlight);
}
.slider-field .ui-widget-header {
  background: var(--color-off-body);
}

@media only screen and (min-width: 481px) {
  body:not(.offtop) #header #header-top header .icon {
    display: none;
  }
  body:not(.offtop) #header #header-top header svg {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .digital-feed ul .digital-item {
    width: 33.3333%;
  }
  .digital-feed ul .digital-item .inner-digital .thumbnail {
    min-width: 0;
    max-width: none;
  }
  .digital-feed ul .digital-item .inner-digital .title-box {
    padding-left: 0;
  }

  body.fullscreen #bulk-panel #sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: -24px;
  }
  body.fullscreen #bulk-panel #sidebar > * {
    width: calc(50% - 24px);
    margin-right: 24px;
  }
  body.offtop #header #header-top #header-top-inner header {
    padding-left: 24px;
  }
  body:not(.offtop) #header #header-top header {
    left: 0;
  }
  body:not(.offtop) #header #header-top #header-search-area form {
    max-width: 270px;
  }
  body:not(.offtop) #header #header-top #user-toolbar {
    right: 0;
    top: -5px;
  }
  body:not(.offtop) #header #main-site-nav ul {
    margin-left: -12px;
  }
  body:not(.offtop) #header #main-site-nav ul li {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 700px) {
  .post-list .articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-list .articles .list-item {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: none;
  }

  #bulk-panel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #bulk-panel #content-panel {
    max-width: 450px;
    min-width: 396px;
  }
  #bulk-panel #sidebar {
    margin-top: 0;
    padding-left: 24px;
    max-width: 344px;
    min-width: 280px;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }

  #bulk-panel #content-panel {
    min-width: 450px;
    max-width: 600px;
  }

  body.fullscreen #bulk-panel #sidebar > * {
    width: calc(33.33% - 24px);
  }
}
@media only screen and (min-width: 1070px) {
  body.fullscreen #bulk-panel #sidebar {
    padding-left: 0;
  }
  body:not(.offtop) #header #header-top #header-search-area form {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1420px) {
  body:not(.offtop) #header #header-top header {
    position: absolute;
  }
}
@media only screen and (max-width: 599px) {
  #header #header-top #user-toolbar ul li {
    font-size: 1.3rem;
  }
  #header #header-top #user-toolbar ul li#user-toolbar-profile-button {
    width: 60px;
  }
}