@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,900");
.wqa-design {
  /*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! jQuery UI - v1.12.1 - 2018-06-22
* http://jqueryui.com
* Includes: core.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
  /* Layout helpers
----------------------------------*/
  /* Interaction Cues
----------------------------------*/
  /* Icons
----------------------------------*/
  /* Misc visuals
----------------------------------*/
  /* Overlays */
  /* with multiple calendars */
  /* RTL support */
  /* Icons */
  /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
  /*
 *  Owl Carousel - Core
 */
  /* No Js */
  /*
 *  Owl Carousel - Animate Plugin
 */
  /*
 * 	Owl Carousel - Auto Height Plugin
 */
  /*
 * 	Owl Carousel - Lazy Load Plugin
 */
  /*
 * 	Owl Carousel - Video Plugin
 */
  /*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
  /* Colors
  --------------------------------------------------------------------------------------------------*/
  /* Buttons (styled <button> tags, normalized to work cross-browser)
  --------------------------------------------------------------------------------------------------*/
  /* Firefox has an annoying inner border */
  /* icons in buttons */
  /*
    button states
    borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
  */
  /* Buttons Groups
  --------------------------------------------------------------------------------------------------*/
  /*
  every button that is not first in a button group should scootch over one pixel and cover the
  previous button's border...
  */
  /* Popover
  --------------------------------------------------------------------------------------------------*/
  /* Misc Reusable Components
  --------------------------------------------------------------------------------------------------*/
  /* Tables
  --------------------------------------------------------------------------------------------------*/
  /* Internal Nav Links
  --------------------------------------------------------------------------------------------------*/
  /* Fake Table Rows
  --------------------------------------------------------------------------------------------------*/
  /* Day Row (used within the header and the DayGrid)
  --------------------------------------------------------------------------------------------------*/
  /* highlighting cells & background event skeleton */
  /*
  row content (which contains day/week numbers and events) as well as "helper" (which contains
  temporary rendered events).
  */
  /* Scrolling Container
  --------------------------------------------------------------------------------------------------*/
  /* TODO: move to agenda/basic */
  /* Global Event Styles
  --------------------------------------------------------------------------------------------------*/
  /* resizer (cursor AND touch devices) */
  /* resizer (touch devices) */
  /* hit area */
  /* Event Selection (only for touch devices)
  --------------------------------------------------------------------------------------------------*/
  /* Horizontal Events
  --------------------------------------------------------------------------------------------------*/
  /* bigger touch area when selected */
  /* events that are continuing to/from another week. kill rounded corners and butt up against edge */
  /* resizer (cursor AND touch devices) */
  /* left resizer  */
  /* right resizer */
  /* resizer (mouse devices) */
  /* resizer (touch devices) */
  /* left resizer  */
  /* right resizer */
  /* DayGrid events
  ----------------------------------------------------------------------------------------------------
  We use the full "fc-day-grid-event" class instead of using descendants because the event won't
  be a descendant of the grid when it is being dragged.
  */
  /* resizer (cursor devices) */
  /* left resizer  */
  /* right resizer */
  /* Event Limiting
  --------------------------------------------------------------------------------------------------*/
  /* "more" link that represents hidden events */
  /* popover that appears when "more" link is clicked */
  /* Now Indicator
  --------------------------------------------------------------------------------------------------*/
  /* Utilities
  --------------------------------------------------------------------------------------------------*/
  /*
  TODO: more distinction between this file and common.css
  */
  /* Colors
  --------------------------------------------------------------------------------------------------*/
  /* Icons (inline elements with styled text that mock arrow icons)
  --------------------------------------------------------------------------------------------------*/
  /*
  Acceptable font-family overrides for individual icons:
    "Arial", sans-serif
    "Times New Roman", serif
  
  NOTE: use percentage font sizes or else old IE chokes
  */
  /* Popover
  --------------------------------------------------------------------------------------------------*/
  /* List View
  --------------------------------------------------------------------------------------------------*/
  /* Colors
  --------------------------------------------------------------------------------------------------*/
  /* Popover
  --------------------------------------------------------------------------------------------------*/
  /* Global Event Styles
  --------------------------------------------------------------------------------------------------*/
  /* TimeGrid axis running down the side (for both the all-day area and the slot area)
  --------------------------------------------------------------------------------------------------*/
  /* TimeGrid Slats (lines that run horizontally)
  --------------------------------------------------------------------------------------------------*/
  /* Popover
  --------------------------------------------------------------------------------------------------*/
  /* TimeGrid Slats (lines that run horizontally)
  --------------------------------------------------------------------------------------------------*/
  /* Popover
  --------------------------------------------------------------------------------------------------*/
  /* TimeGrid Slats (lines that run horizontally)
  --------------------------------------------------------------------------------------------------*/
  /* Toolbar
  --------------------------------------------------------------------------------------------------*/
  /* the things within each left/right/center section */
  /* the first thing within each left/center/right section */
  /* title text */
  /* button layering (for border precedence) */
  /* View Structure
  --------------------------------------------------------------------------------------------------*/
  /* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
  /* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
  /* BasicView
  --------------------------------------------------------------------------------------------------*/
  /* day row structure */
  /* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
  /* week and day number styling */
  /* when week/day number have own column */
  /* AgendaView all-day area
  --------------------------------------------------------------------------------------------------*/
  /* TimeGrid axis running down the side (for both the all-day area and the slot area)
  --------------------------------------------------------------------------------------------------*/
  /* TimeGrid Structure
  --------------------------------------------------------------------------------------------------*/
  /* divs within a cell within the fc-content-skeleton */
  /* TimeGrid Slats (lines that run horizontally)
  --------------------------------------------------------------------------------------------------*/
  /* TimeGrid Highlighting Slots
  --------------------------------------------------------------------------------------------------*/
  /* TimeGrid Event Containment
  --------------------------------------------------------------------------------------------------*/
  /* Generic Vertical Event
  --------------------------------------------------------------------------------------------------*/
  /* TimeGrid Event Styling
  ----------------------------------------------------------------------------------------------------
  We use the full "fc-time-grid-event" class instead of using descendants because the event won't
  be a descendant of the grid when it is being dragged.
  */
  /* short mode, where time and title are on the same line */
  /* resizer (cursor device) */
  /* resizer (touch device) */
  /* Now Indicator
  --------------------------------------------------------------------------------------------------*/
  /* arrow on axis */
  /* List View
  --------------------------------------------------------------------------------------------------*/
  /* possibly reusable */
  /* view wrapper */
  /* table resets */
  /* day headings with the list */
  /* event list items */
  /* make the dot closer to the event title */
  /* message when no events */
  /*
	CSS Triangle
	used for creating CSS only triangles
	example:
	.element {
		&::before {
			@include css-triangle(blue, down);
		}
	}
*/
  /* Common Colors - Variables */
  /* Mixins */
  /* Animation */
  /*************************************
 slideInUp
 *************************************/
  /*************************************
 fadeIn
 *************************************/
  /*************************************
 fadeInUp
 *************************************/
  /*************************************
 fadeInDown
 *************************************/
  /* ==========================================================================
   Utility classes
   ========================================================================== */
  /*
 * Hide visually and from screen readers
 */
  /*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
  /*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
  /*
 * Hide visually and from screen readers, but maintain layout
 */
  /*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
  /* Transition Effects */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /* Style the radiomark/indicator */
  /* Button colours */
  /* The slider */
  /* Style Guide V2 */ }
  :root {
    --blue: #95C0F1;
    --indigo: #6610f2;
    --purple: #A25EB5;
    --pink: #F5EEF7;
    --red: #DE6C6C;
    --orange: #F8B259;
    --yellow: #FECC2B;
    --green: #67b251;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #BD8BCA;
    --secondary: #67b251;
    --success: #7BB739;
    --info: #95C0F1;
    --warning: #F8B259;
    --danger: #DE6C6C;
    --light: #EEEEEE;
    --dark: #555555;
    --breakpoint-xs: 0;
    --breakpoint-sm: 480px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1440px;
    --font-family-sans-serif: "Raleway", sans-serif;
    --font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  .wqa-design *,
  .wqa-design *::before,
  .wqa-design *::after {
    box-sizing: border-box; }
  html .wqa-design  {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
  .wqa-design article, .wqa-design aside, .wqa-design figcaption, .wqa-design figure, .wqa-design footer, .wqa-design header, .wqa-design hgroup, .wqa-design main, .wqa-design nav, .wqa-design section {
    display: block; }
  body .wqa-design  {
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #354657;
    text-align: left;
    background-color: #fff; }
  .wqa-design [tabindex="-1"]:focus {
    outline: 0 !important; }
  .wqa-design hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }
  .wqa-design h1, .wqa-design h2, .wqa-design h3, .wqa-design h4, .wqa-design h5, .wqa-design h6 {
    margin-top: 0;
    margin-bottom: 0.5em; }
  .wqa-design p {
    margin-top: 0;
    margin-bottom: 1rem; }
  .wqa-design abbr[title],
  .wqa-design abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0; }
  .wqa-design address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }
  .wqa-design ol,
  .wqa-design ul,
  .wqa-design dl {
    margin-top: 0;
    margin-bottom: 1rem; }
  .wqa-design ol ol,
  .wqa-design ul ul,
  .wqa-design ol ul,
  .wqa-design ul ol {
    margin-bottom: 0; }
  .wqa-design dt {
    font-weight: 700; }
  .wqa-design dd {
    margin-bottom: .5rem;
    margin-left: 0; }
  .wqa-design blockquote {
    margin: 0 0 1rem; }
  .wqa-design dfn {
    font-style: italic; }
  .wqa-design b,
  .wqa-design strong {
    font-weight: bolder; }
  .wqa-design small {
    font-size: 80%; }
  .wqa-design sub,
  .wqa-design sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .wqa-design sub {
    bottom: -.25em; }
  .wqa-design sup {
    top: -.5em; }
  .wqa-design a {
    color: #BD8BCA;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects; }
    .wqa-design a:hover {
      color: #924ba4;
      text-decoration: underline; }
  .wqa-design a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
    .wqa-design a:not([href]):not([tabindex]):hover, .wqa-design a:not([href]):not([tabindex]):focus {
      color: inherit;
      text-decoration: none; }
    .wqa-design a:not([href]):not([tabindex]):focus {
      outline: 0; }
  .wqa-design pre,
  .wqa-design code,
  .wqa-design kbd,
  .wqa-design samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em; }
  .wqa-design pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar; }
  .wqa-design figure {
    margin: 0 0 1rem; }
  .wqa-design img {
    vertical-align: middle;
    border-style: none; }
  .wqa-design svg:not(:root) {
    overflow: hidden; }
  .wqa-design table {
    border-collapse: collapse; }
  .wqa-design caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom; }
  .wqa-design th {
    text-align: inherit; }
  .wqa-design label {
    display: inline-block;
    margin-bottom: 0.5rem; }
  .wqa-design button {
    border-radius: 0; }
  .wqa-design button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  .wqa-design input,
  .wqa-design button,
  .wqa-design select,
  .wqa-design optgroup,
  .wqa-design textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .wqa-design button,
  .wqa-design input {
    overflow: visible; }
  .wqa-design button,
  .wqa-design select {
    text-transform: none; }
  .wqa-design button,
  .wqa-design html [type="button"],
  .wqa-design [type="reset"],
  .wqa-design [type="submit"] {
    -webkit-appearance: button; }
  .wqa-design button::-moz-focus-inner,
  .wqa-design [type="button"]::-moz-focus-inner,
  .wqa-design [type="reset"]::-moz-focus-inner,
  .wqa-design [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  .wqa-design input[type="radio"],
  .wqa-design input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0; }
  .wqa-design input[type="date"],
  .wqa-design input[type="time"],
  .wqa-design input[type="datetime-local"],
  .wqa-design input[type="month"] {
    -webkit-appearance: listbox; }
  .wqa-design textarea {
    overflow: auto;
    resize: vertical; }
  .wqa-design fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  .wqa-design legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }
  .wqa-design progress {
    vertical-align: baseline; }
  .wqa-design [type="number"]::-webkit-inner-spin-button,
  .wqa-design [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .wqa-design [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none; }
  .wqa-design [type="search"]::-webkit-search-cancel-button,
  .wqa-design [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .wqa-design ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }
  .wqa-design output {
    display: inline-block; }
  .wqa-design summary {
    display: list-item;
    cursor: pointer; }
  .wqa-design template {
    display: none; }
  .wqa-design [hidden] {
    display: none !important; }
  .wqa-design h1, .wqa-design h2, .wqa-design h3, .wqa-design h4, .wqa-design h5, .wqa-design h6,
  .wqa-design .h1, .wqa-design .h2, .wqa-design .h3, .wqa-design .h4, .wqa-design .h5, .wqa-design .h6 {
    margin-bottom: 0.5em;
    font-family: inherit;
    font-weight: 900;
    line-height: 1;
    color: inherit; }
  .wqa-design h1, .wqa-design .h1 {
    font-size: 4.5rem; }
  .wqa-design h2, .wqa-design .h2 {
    font-size: 4rem; }
  .wqa-design h3, .wqa-design .h3 {
    font-size: 2.3rem; }
  .wqa-design h4, .wqa-design .h4 {
    font-size: 1.9rem; }
  .wqa-design h5, .wqa-design .h5 {
    font-size: 1.5rem; }
  .wqa-design h6, .wqa-design .h6 {
    font-size: 1rem; }
  .wqa-design .lead {
    font-size: 1.5625rem;
    font-weight: 300; }
  .wqa-design .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1; }
  .wqa-design .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1; }
  .wqa-design .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1; }
  .wqa-design .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1; }
  .wqa-design hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .wqa-design small,
  .wqa-design .small {
    font-size: 80%;
    font-weight: 400; }
  .wqa-design mark,
  .wqa-design .mark {
    padding: 0.2em;
    background-color: #fcf8e3; }
  .wqa-design .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .wqa-design .list-inline {
    padding-left: 0;
    list-style: none; }
  .wqa-design .list-inline-item {
    display: inline-block; }
    .wqa-design .list-inline-item:not(:last-child) {
      margin-right: 0.5rem; }
  .wqa-design .initialism {
    font-size: 90%;
    text-transform: uppercase; }
  .wqa-design .blockquote {
    margin-bottom: 1rem;
    font-size: 1.5625rem; }
  .wqa-design .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d; }
    .wqa-design .blockquote-footer::before {
      content: "\2014 \00A0"; }
  .wqa-design .img-fluid {
    max-width: 100%;
    height: auto; }
  .wqa-design .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto; }
  .wqa-design .figure {
    display: inline-block; }
  .wqa-design .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1; }
  .wqa-design .figure-caption {
    font-size: 90%;
    color: #6c757d; }
  .wqa-design code {
    font-size: 87.5%;
    color: #F5EEF7;
    word-break: break-word; }
    a > .wqa-design code {
      color: inherit; }
  .wqa-design kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem; }
    .wqa-design kbd kbd {
      padding: 0;
      font-size: 100%;
      font-weight: 700; }
  .wqa-design pre {
    display: block;
    font-size: 87.5%;
    color: #212529; }
    .wqa-design pre code {
      font-size: inherit;
      color: inherit;
      word-break: normal; }
  .wqa-design .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .wqa-design .container, .wqa-design .agenda__table-date, .wqa-design .agenda__table-row-inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 480px) {
      .wqa-design .container, .wqa-design .agenda__table-date, .wqa-design .agenda__table-row-inner {
        max-width: 768px; } }
    @media (min-width: 768px) {
      .wqa-design .container, .wqa-design .agenda__table-date, .wqa-design .agenda__table-row-inner {
        max-width: 1140px; } }
    @media (min-width: 1024px) {
      .wqa-design .container, .wqa-design .agenda__table-date, .wqa-design .agenda__table-row-inner {
        max-width: 1380px; } }
    @media (min-width: 1440px) {
      .wqa-design .container, .wqa-design .agenda__table-date, .wqa-design .agenda__table-row-inner {
        max-width: 1440px; } }
  .wqa-design .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .wqa-design .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .wqa-design .no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .wqa-design .no-gutters > .col,
    .wqa-design .no-gutters > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
  .wqa-design .col-1, .wqa-design .col-2, .wqa-design .col-3, .wqa-design .col-4, .wqa-design .col-5, .wqa-design .col-6, .wqa-design .col-7, .wqa-design .col-8, .wqa-design .col-9, .wqa-design .col-10, .wqa-design .col-11, .wqa-design .col-12, .wqa-design .col,
  .wqa-design .col-auto, .wqa-design .col-sm-1, .wqa-design .col-sm-2, .wqa-design .col-sm-3, .wqa-design .col-sm-4, .wqa-design .col-sm-5, .wqa-design .col-sm-6, .wqa-design .col-sm-7, .wqa-design .col-sm-8, .wqa-design .col-sm-9, .wqa-design .col-sm-10, .wqa-design .col-sm-11, .wqa-design .col-sm-12, .wqa-design .col-sm,
  .wqa-design .col-sm-auto, .wqa-design .col-md-1, .wqa-design .col-md-2, .wqa-design .col-md-3, .wqa-design .col-md-4, .wqa-design .col-md-5, .wqa-design .col-md-6, .wqa-design .col-md-7, .wqa-design .col-md-8, .wqa-design .col-md-9, .wqa-design .col-md-10, .wqa-design .col-md-11, .wqa-design .col-md-12, .wqa-design .col-md,
  .wqa-design .col-md-auto, .wqa-design .col-lg-1, .wqa-design .col-lg-2, .wqa-design .col-lg-3, .wqa-design .col-lg-4, .wqa-design .col-lg-5, .wqa-design .col-lg-6, .wqa-design .col-lg-7, .wqa-design .col-lg-8, .wqa-design .col-lg-9, .wqa-design .col-lg-10, .wqa-design .col-lg-11, .wqa-design .col-lg-12, .wqa-design .col-lg,
  .wqa-design .col-lg-auto, .wqa-design .col-xl-1, .wqa-design .col-xl-2, .wqa-design .col-xl-3, .wqa-design .col-xl-4, .wqa-design .col-xl-5, .wqa-design .col-xl-6, .wqa-design .col-xl-7, .wqa-design .col-xl-8, .wqa-design .col-xl-9, .wqa-design .col-xl-10, .wqa-design .col-xl-11, .wqa-design .col-xl-12, .wqa-design .col-xl,
  .wqa-design .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .wqa-design .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .wqa-design .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .wqa-design .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .wqa-design .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .wqa-design .col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .wqa-design .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .wqa-design .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .wqa-design .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .wqa-design .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .wqa-design .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .wqa-design .col-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .wqa-design .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .wqa-design .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .wqa-design .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .wqa-design .order-first {
    order: -1; }
  .wqa-design .order-last {
    order: 13; }
  .wqa-design .order-0 {
    order: 0; }
  .wqa-design .order-1 {
    order: 1; }
  .wqa-design .order-2 {
    order: 2; }
  .wqa-design .order-3 {
    order: 3; }
  .wqa-design .order-4 {
    order: 4; }
  .wqa-design .order-5 {
    order: 5; }
  .wqa-design .order-6 {
    order: 6; }
  .wqa-design .order-7 {
    order: 7; }
  .wqa-design .order-8 {
    order: 8; }
  .wqa-design .order-9 {
    order: 9; }
  .wqa-design .order-10 {
    order: 10; }
  .wqa-design .order-11 {
    order: 11; }
  .wqa-design .order-12 {
    order: 12; }
  .wqa-design .offset-1 {
    margin-left: 8.3333333333%; }
  .wqa-design .offset-2 {
    margin-left: 16.6666666667%; }
  .wqa-design .offset-3 {
    margin-left: 25%; }
  .wqa-design .offset-4 {
    margin-left: 33.3333333333%; }
  .wqa-design .offset-5 {
    margin-left: 41.6666666667%; }
  .wqa-design .offset-6 {
    margin-left: 50%; }
  .wqa-design .offset-7 {
    margin-left: 58.3333333333%; }
  .wqa-design .offset-8 {
    margin-left: 66.6666666667%; }
  .wqa-design .offset-9 {
    margin-left: 75%; }
  .wqa-design .offset-10 {
    margin-left: 83.3333333333%; }
  .wqa-design .offset-11 {
    margin-left: 91.6666666667%; }
  @media (min-width: 480px) {
    .wqa-design .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .wqa-design .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .wqa-design .col-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    .wqa-design .col-sm-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .wqa-design .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .wqa-design .col-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .wqa-design .col-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    .wqa-design .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .wqa-design .col-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    .wqa-design .col-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .wqa-design .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .wqa-design .col-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    .wqa-design .col-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    .wqa-design .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .wqa-design .order-sm-first {
      order: -1; }
    .wqa-design .order-sm-last {
      order: 13; }
    .wqa-design .order-sm-0 {
      order: 0; }
    .wqa-design .order-sm-1 {
      order: 1; }
    .wqa-design .order-sm-2 {
      order: 2; }
    .wqa-design .order-sm-3 {
      order: 3; }
    .wqa-design .order-sm-4 {
      order: 4; }
    .wqa-design .order-sm-5 {
      order: 5; }
    .wqa-design .order-sm-6 {
      order: 6; }
    .wqa-design .order-sm-7 {
      order: 7; }
    .wqa-design .order-sm-8 {
      order: 8; }
    .wqa-design .order-sm-9 {
      order: 9; }
    .wqa-design .order-sm-10 {
      order: 10; }
    .wqa-design .order-sm-11 {
      order: 11; }
    .wqa-design .order-sm-12 {
      order: 12; }
    .wqa-design .offset-sm-0 {
      margin-left: 0; }
    .wqa-design .offset-sm-1 {
      margin-left: 8.3333333333%; }
    .wqa-design .offset-sm-2 {
      margin-left: 16.6666666667%; }
    .wqa-design .offset-sm-3 {
      margin-left: 25%; }
    .wqa-design .offset-sm-4 {
      margin-left: 33.3333333333%; }
    .wqa-design .offset-sm-5 {
      margin-left: 41.6666666667%; }
    .wqa-design .offset-sm-6 {
      margin-left: 50%; }
    .wqa-design .offset-sm-7 {
      margin-left: 58.3333333333%; }
    .wqa-design .offset-sm-8 {
      margin-left: 66.6666666667%; }
    .wqa-design .offset-sm-9 {
      margin-left: 75%; }
    .wqa-design .offset-sm-10 {
      margin-left: 83.3333333333%; }
    .wqa-design .offset-sm-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 768px) {
    .wqa-design .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .wqa-design .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .wqa-design .col-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    .wqa-design .col-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .wqa-design .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .wqa-design .col-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .wqa-design .col-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    .wqa-design .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .wqa-design .col-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    .wqa-design .col-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .wqa-design .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .wqa-design .col-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    .wqa-design .col-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    .wqa-design .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .wqa-design .order-md-first {
      order: -1; }
    .wqa-design .order-md-last {
      order: 13; }
    .wqa-design .order-md-0 {
      order: 0; }
    .wqa-design .order-md-1 {
      order: 1; }
    .wqa-design .order-md-2 {
      order: 2; }
    .wqa-design .order-md-3 {
      order: 3; }
    .wqa-design .order-md-4 {
      order: 4; }
    .wqa-design .order-md-5 {
      order: 5; }
    .wqa-design .order-md-6 {
      order: 6; }
    .wqa-design .order-md-7 {
      order: 7; }
    .wqa-design .order-md-8 {
      order: 8; }
    .wqa-design .order-md-9 {
      order: 9; }
    .wqa-design .order-md-10 {
      order: 10; }
    .wqa-design .order-md-11 {
      order: 11; }
    .wqa-design .order-md-12 {
      order: 12; }
    .wqa-design .offset-md-0 {
      margin-left: 0; }
    .wqa-design .offset-md-1 {
      margin-left: 8.3333333333%; }
    .wqa-design .offset-md-2 {
      margin-left: 16.6666666667%; }
    .wqa-design .offset-md-3 {
      margin-left: 25%; }
    .wqa-design .offset-md-4 {
      margin-left: 33.3333333333%; }
    .wqa-design .offset-md-5 {
      margin-left: 41.6666666667%; }
    .wqa-design .offset-md-6 {
      margin-left: 50%; }
    .wqa-design .offset-md-7 {
      margin-left: 58.3333333333%; }
    .wqa-design .offset-md-8 {
      margin-left: 66.6666666667%; }
    .wqa-design .offset-md-9 {
      margin-left: 75%; }
    .wqa-design .offset-md-10 {
      margin-left: 83.3333333333%; }
    .wqa-design .offset-md-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 1024px) {
    .wqa-design .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .wqa-design .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .wqa-design .col-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    .wqa-design .col-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .wqa-design .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .wqa-design .col-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .wqa-design .col-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    .wqa-design .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .wqa-design .col-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    .wqa-design .col-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .wqa-design .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .wqa-design .col-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    .wqa-design .col-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    .wqa-design .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .wqa-design .order-lg-first {
      order: -1; }
    .wqa-design .order-lg-last {
      order: 13; }
    .wqa-design .order-lg-0 {
      order: 0; }
    .wqa-design .order-lg-1 {
      order: 1; }
    .wqa-design .order-lg-2 {
      order: 2; }
    .wqa-design .order-lg-3 {
      order: 3; }
    .wqa-design .order-lg-4 {
      order: 4; }
    .wqa-design .order-lg-5 {
      order: 5; }
    .wqa-design .order-lg-6 {
      order: 6; }
    .wqa-design .order-lg-7 {
      order: 7; }
    .wqa-design .order-lg-8 {
      order: 8; }
    .wqa-design .order-lg-9 {
      order: 9; }
    .wqa-design .order-lg-10 {
      order: 10; }
    .wqa-design .order-lg-11 {
      order: 11; }
    .wqa-design .order-lg-12 {
      order: 12; }
    .wqa-design .offset-lg-0 {
      margin-left: 0; }
    .wqa-design .offset-lg-1 {
      margin-left: 8.3333333333%; }
    .wqa-design .offset-lg-2 {
      margin-left: 16.6666666667%; }
    .wqa-design .offset-lg-3 {
      margin-left: 25%; }
    .wqa-design .offset-lg-4 {
      margin-left: 33.3333333333%; }
    .wqa-design .offset-lg-5 {
      margin-left: 41.6666666667%; }
    .wqa-design .offset-lg-6 {
      margin-left: 50%; }
    .wqa-design .offset-lg-7 {
      margin-left: 58.3333333333%; }
    .wqa-design .offset-lg-8 {
      margin-left: 66.6666666667%; }
    .wqa-design .offset-lg-9 {
      margin-left: 75%; }
    .wqa-design .offset-lg-10 {
      margin-left: 83.3333333333%; }
    .wqa-design .offset-lg-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 1440px) {
    .wqa-design .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    .wqa-design .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .wqa-design .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    .wqa-design .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .wqa-design .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .wqa-design .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .wqa-design .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    .wqa-design .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .wqa-design .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    .wqa-design .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    .wqa-design .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .wqa-design .col-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    .wqa-design .col-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    .wqa-design .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .wqa-design .order-xl-first {
      order: -1; }
    .wqa-design .order-xl-last {
      order: 13; }
    .wqa-design .order-xl-0 {
      order: 0; }
    .wqa-design .order-xl-1 {
      order: 1; }
    .wqa-design .order-xl-2 {
      order: 2; }
    .wqa-design .order-xl-3 {
      order: 3; }
    .wqa-design .order-xl-4 {
      order: 4; }
    .wqa-design .order-xl-5 {
      order: 5; }
    .wqa-design .order-xl-6 {
      order: 6; }
    .wqa-design .order-xl-7 {
      order: 7; }
    .wqa-design .order-xl-8 {
      order: 8; }
    .wqa-design .order-xl-9 {
      order: 9; }
    .wqa-design .order-xl-10 {
      order: 10; }
    .wqa-design .order-xl-11 {
      order: 11; }
    .wqa-design .order-xl-12 {
      order: 12; }
    .wqa-design .offset-xl-0 {
      margin-left: 0; }
    .wqa-design .offset-xl-1 {
      margin-left: 8.3333333333%; }
    .wqa-design .offset-xl-2 {
      margin-left: 16.6666666667%; }
    .wqa-design .offset-xl-3 {
      margin-left: 25%; }
    .wqa-design .offset-xl-4 {
      margin-left: 33.3333333333%; }
    .wqa-design .offset-xl-5 {
      margin-left: 41.6666666667%; }
    .wqa-design .offset-xl-6 {
      margin-left: 50%; }
    .wqa-design .offset-xl-7 {
      margin-left: 58.3333333333%; }
    .wqa-design .offset-xl-8 {
      margin-left: 66.6666666667%; }
    .wqa-design .offset-xl-9 {
      margin-left: 75%; }
    .wqa-design .offset-xl-10 {
      margin-left: 83.3333333333%; }
    .wqa-design .offset-xl-11 {
      margin-left: 91.6666666667%; } }
  .wqa-design .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent; }
    .wqa-design .table th,
    .wqa-design .table td {
      padding: 0.75rem;
      vertical-align: top;
      border-top: 1px solid #dee2e6; }
    .wqa-design .table thead th {
      vertical-align: bottom;
      border-bottom: 2px solid #dee2e6; }
    .wqa-design .table tbody + tbody {
      border-top: 2px solid #dee2e6; }
    .wqa-design .table .table {
      background-color: #fff; }
  .wqa-design .table-sm th,
  .wqa-design .table-sm td {
    padding: 0.3rem; }
  .wqa-design .table-bordered {
    border: 1px solid #dee2e6; }
    .wqa-design .table-bordered th,
    .wqa-design .table-bordered td {
      border: 1px solid #dee2e6; }
    .wqa-design .table-bordered thead th,
    .wqa-design .table-bordered thead td {
      border-bottom-width: 2px; }
  .wqa-design .table-borderless th,
  .wqa-design .table-borderless td,
  .wqa-design .table-borderless thead th,
  .wqa-design .table-borderless tbody + tbody {
    border: 0; }
  .wqa-design .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  .wqa-design .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075); }
  .wqa-design .table-primary,
  .wqa-design .table-primary > th,
  .wqa-design .table-primary > td {
    background-color: #eddff0; }
  .wqa-design .table-hover .table-primary:hover {
    background-color: #e3cee8; }
    .wqa-design .table-hover .table-primary:hover > td,
    .wqa-design .table-hover .table-primary:hover > th {
      background-color: #e3cee8; }
  .wqa-design .table-secondary,
  .wqa-design .table-secondary > th,
  .wqa-design .table-secondary > td {
    background-color: #d4e9ce; }
  .wqa-design .table-hover .table-secondary:hover {
    background-color: #c5e1bc; }
    .wqa-design .table-hover .table-secondary:hover > td,
    .wqa-design .table-hover .table-secondary:hover > th {
      background-color: #c5e1bc; }
  .wqa-design .table-success,
  .wqa-design .table-success > th,
  .wqa-design .table-success > td {
    background-color: #daebc8; }
  .wqa-design .table-hover .table-success:hover {
    background-color: #cde4b5; }
    .wqa-design .table-hover .table-success:hover > td,
    .wqa-design .table-hover .table-success:hover > th {
      background-color: #cde4b5; }
  .wqa-design .table-info,
  .wqa-design .table-info > th,
  .wqa-design .table-info > td {
    background-color: #e1edfb; }
  .wqa-design .table-hover .table-info:hover {
    background-color: #cbe0f8; }
    .wqa-design .table-hover .table-info:hover > td,
    .wqa-design .table-hover .table-info:hover > th {
      background-color: #cbe0f8; }
  .wqa-design .table-warning,
  .wqa-design .table-warning > th,
  .wqa-design .table-warning > td {
    background-color: #fde9d1; }
  .wqa-design .table-hover .table-warning:hover {
    background-color: #fcddb9; }
    .wqa-design .table-hover .table-warning:hover > td,
    .wqa-design .table-hover .table-warning:hover > th {
      background-color: #fcddb9; }
  .wqa-design .table-danger,
  .wqa-design .table-danger > th,
  .wqa-design .table-danger > td {
    background-color: #f6d6d6; }
  .wqa-design .table-hover .table-danger:hover {
    background-color: #f1c1c1; }
    .wqa-design .table-hover .table-danger:hover > td,
    .wqa-design .table-hover .table-danger:hover > th {
      background-color: #f1c1c1; }
  .wqa-design .table-light,
  .wqa-design .table-light > th,
  .wqa-design .table-light > td {
    background-color: #fafafa; }
  .wqa-design .table-hover .table-light:hover {
    background-color: #ededed; }
    .wqa-design .table-hover .table-light:hover > td,
    .wqa-design .table-hover .table-light:hover > th {
      background-color: #ededed; }
  .wqa-design .table-dark,
  .wqa-design .table-dark > th,
  .wqa-design .table-dark > td {
    background-color: #cfcfcf; }
  .wqa-design .table-hover .table-dark:hover {
    background-color: #c2c2c2; }
    .wqa-design .table-hover .table-dark:hover > td,
    .wqa-design .table-hover .table-dark:hover > th {
      background-color: #c2c2c2; }
  .wqa-design .table-active,
  .wqa-design .table-active > th,
  .wqa-design .table-active > td {
    background-color: rgba(0, 0, 0, 0.075); }
  .wqa-design .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075); }
    .wqa-design .table-hover .table-active:hover > td,
    .wqa-design .table-hover .table-active:hover > th {
      background-color: rgba(0, 0, 0, 0.075); }
  .wqa-design .table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e; }
  .wqa-design .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .wqa-design .table-dark {
    color: #fff;
    background-color: #212529; }
    .wqa-design .table-dark th,
    .wqa-design .table-dark td,
    .wqa-design .table-dark thead th {
      border-color: #32383e; }
    .wqa-design .table-dark.table-bordered {
      border: 0; }
    .wqa-design .table-dark.table-striped tbody tr:nth-of-type(odd) {
      background-color: rgba(255, 255, 255, 0.05); }
    .wqa-design .table-dark.table-hover tbody tr:hover {
      background-color: rgba(255, 255, 255, 0.075); }
  @media (max-width: 479.98px) {
    .wqa-design .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .wqa-design .table-responsive-sm > .table-bordered {
        border: 0; } }
  @media (max-width: 767.98px) {
    .wqa-design .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .wqa-design .table-responsive-md > .table-bordered {
        border: 0; } }
  @media (max-width: 1023.98px) {
    .wqa-design .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .wqa-design .table-responsive-lg > .table-bordered {
        border: 0; } }
  @media (max-width: 1439.98px) {
    .wqa-design .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .wqa-design .table-responsive-xl > .table-bordered {
        border: 0; } }
  .wqa-design .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .wqa-design .table-responsive > .table-bordered {
      border: 0; }
  .wqa-design .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .wqa-design .form-control {
        transition: none; } }
    .wqa-design .form-control::-ms-expand {
      background-color: transparent;
      border: 0; }
    .wqa-design .form-control:focus {
      color: #495057;
      background-color: #fff;
      border-color: #efe3f2;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(189, 139, 202, 0.25); }
    .wqa-design .form-control::placeholder {
      color: #6c757d;
      opacity: 1; }
    .wqa-design .form-control:disabled, .wqa-design .form-control[readonly] {
      background-color: #e9ecef;
      opacity: 1; }
  .wqa-design select.form-control:not([size]):not([multiple]) {
    height: calc(2.625rem + 2px); }
  .wqa-design select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff; }
  .wqa-design .form-control-file,
  .wqa-design .form-control-range {
    display: block;
    width: 100%; }
  .wqa-design .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5; }
  .wqa-design .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.5625rem;
    line-height: 1.6; }
  .wqa-design .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 1rem;
    line-height: 1.6; }
  .wqa-design .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #354657;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }
    .wqa-design .form-control-plaintext.form-control-sm, .wqa-design .input-group-sm > .form-control-plaintext.form-control,
    .wqa-design .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
    .wqa-design .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
    .wqa-design .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
    .wqa-design .input-group-sm > .input-group-append > .form-control-plaintext.btn, .wqa-design .form-control-plaintext.form-control-lg, .wqa-design .input-group-lg > .form-control-plaintext.form-control,
    .wqa-design .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
    .wqa-design .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
    .wqa-design .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
    .wqa-design .input-group-lg > .input-group-append > .form-control-plaintext.btn {
      padding-right: 0;
      padding-left: 0; }
  .wqa-design .form-control-sm, .wqa-design .input-group-sm > .form-control,
  .wqa-design .input-group-sm > .input-group-prepend > .input-group-text,
  .wqa-design .input-group-sm > .input-group-append > .input-group-text,
  .wqa-design .input-group-sm > .input-group-prepend > .btn,
  .wqa-design .input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: 0.2rem; }
  .wqa-design select.form-control-sm:not([size]):not([multiple]), .wqa-design .input-group-sm > select.form-control:not([size]):not([multiple]),
  .wqa-design .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
  .wqa-design .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
  .wqa-design .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
  .wqa-design .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.1rem + 2px); }
  .wqa-design .form-control-lg, .wqa-design .input-group-lg > .form-control,
  .wqa-design .input-group-lg > .input-group-prepend > .input-group-text,
  .wqa-design .input-group-lg > .input-group-append > .input-group-text,
  .wqa-design .input-group-lg > .input-group-prepend > .btn,
  .wqa-design .input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.5625rem;
    line-height: 1.6;
    border-radius: 0.3rem; }
  .wqa-design select.form-control-lg:not([size]):not([multiple]), .wqa-design .input-group-lg > select.form-control:not([size]):not([multiple]),
  .wqa-design .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
  .wqa-design .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
  .wqa-design .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
  .wqa-design .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(3.5rem + 2px); }
  .wqa-design .form-group {
    margin-bottom: 1rem; }
  .wqa-design .form-text {
    display: block;
    margin-top: 0.25rem; }
  .wqa-design .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
    .wqa-design .form-row > .col,
    .wqa-design .form-row > [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px; }
  .wqa-design .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem; }
  .wqa-design .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem; }
    .wqa-design .form-check-input:disabled ~ .form-check-label {
      color: #6c757d; }
  .wqa-design .form-check-label {
    margin-bottom: 0; }
  .wqa-design .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem; }
    .wqa-design .form-check-inline .form-check-input {
      position: static;
      margin-top: 0;
      margin-right: 0.3125rem;
      margin-left: 0; }
  .wqa-design .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #7BB739; }
  .wqa-design .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(123, 183, 57, 0.8);
    border-radius: .2rem; }
  .wqa-design .was-validated .form-control:valid, .wqa-design .form-control.is-valid, .was-validated
  .wqa-design .custom-select:valid,
  .wqa-design .custom-select.is-valid {
    border-color: #7BB739; }
    .wqa-design .was-validated .form-control:valid:focus, .wqa-design .form-control.is-valid:focus, .was-validated
    .wqa-design .custom-select:valid:focus,
    .wqa-design .custom-select.is-valid:focus {
      border-color: #7BB739;
      box-shadow: 0 0 0 0.2rem rgba(123, 183, 57, 0.25); }
    .wqa-design .was-validated .form-control:valid ~ .valid-feedback,
    .wqa-design .was-validated .form-control:valid ~ .valid-tooltip, .wqa-design .form-control.is-valid ~ .valid-feedback,
    .wqa-design .form-control.is-valid ~ .valid-tooltip, .was-validated
    .wqa-design .custom-select:valid ~ .valid-feedback,
    .was-validated
    .wqa-design .custom-select:valid ~ .valid-tooltip,
    .wqa-design .custom-select.is-valid ~ .valid-feedback,
    .wqa-design .custom-select.is-valid ~ .valid-tooltip {
      display: block; }
  .wqa-design .was-validated .form-control-file:valid ~ .valid-feedback,
  .wqa-design .was-validated .form-control-file:valid ~ .valid-tooltip, .wqa-design .form-control-file.is-valid ~ .valid-feedback,
  .wqa-design .form-control-file.is-valid ~ .valid-tooltip {
    display: block; }
  .wqa-design .was-validated .form-check-input:valid ~ .form-check-label, .wqa-design .form-check-input.is-valid ~ .form-check-label {
    color: #7BB739; }
  .wqa-design .was-validated .form-check-input:valid ~ .valid-feedback,
  .wqa-design .was-validated .form-check-input:valid ~ .valid-tooltip, .wqa-design .form-check-input.is-valid ~ .valid-feedback,
  .wqa-design .form-check-input.is-valid ~ .valid-tooltip {
    display: block; }
  .wqa-design .was-validated .custom-control-input:valid ~ .custom-control-label, .wqa-design .custom-control-input.is-valid ~ .custom-control-label {
    color: #7BB739; }
    .wqa-design .was-validated .custom-control-input:valid ~ .custom-control-label::before, .wqa-design .custom-control-input.is-valid ~ .custom-control-label::before {
      background-color: #badd92; }
  .wqa-design .was-validated .custom-control-input:valid ~ .valid-feedback,
  .wqa-design .was-validated .custom-control-input:valid ~ .valid-tooltip, .wqa-design .custom-control-input.is-valid ~ .valid-feedback,
  .wqa-design .custom-control-input.is-valid ~ .valid-tooltip {
    display: block; }
  .wqa-design .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .wqa-design .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #94cb58; }
  .wqa-design .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .wqa-design .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(123, 183, 57, 0.25); }
  .wqa-design .was-validated .custom-file-input:valid ~ .custom-file-label, .wqa-design .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #7BB739; }
    .wqa-design .was-validated .custom-file-input:valid ~ .custom-file-label::before, .wqa-design .custom-file-input.is-valid ~ .custom-file-label::before {
      border-color: inherit; }
  .wqa-design .was-validated .custom-file-input:valid ~ .valid-feedback,
  .wqa-design .was-validated .custom-file-input:valid ~ .valid-tooltip, .wqa-design .custom-file-input.is-valid ~ .valid-feedback,
  .wqa-design .custom-file-input.is-valid ~ .valid-tooltip {
    display: block; }
  .wqa-design .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .wqa-design .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(123, 183, 57, 0.25); }
  .wqa-design .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #DE6C6C; }
  .wqa-design .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(222, 108, 108, 0.8);
    border-radius: .2rem; }
  .wqa-design .was-validated .form-control:invalid, .wqa-design .form-control.is-invalid, .was-validated
  .wqa-design .custom-select:invalid,
  .wqa-design .custom-select.is-invalid {
    border-color: #DE6C6C; }
    .wqa-design .was-validated .form-control:invalid:focus, .wqa-design .form-control.is-invalid:focus, .was-validated
    .wqa-design .custom-select:invalid:focus,
    .wqa-design .custom-select.is-invalid:focus {
      border-color: #DE6C6C;
      box-shadow: 0 0 0 0.2rem rgba(222, 108, 108, 0.25); }
    .wqa-design .was-validated .form-control:invalid ~ .invalid-feedback,
    .wqa-design .was-validated .form-control:invalid ~ .invalid-tooltip, .wqa-design .form-control.is-invalid ~ .invalid-feedback,
    .wqa-design .form-control.is-invalid ~ .invalid-tooltip, .was-validated
    .wqa-design .custom-select:invalid ~ .invalid-feedback,
    .was-validated
    .wqa-design .custom-select:invalid ~ .invalid-tooltip,
    .wqa-design .custom-select.is-invalid ~ .invalid-feedback,
    .wqa-design .custom-select.is-invalid ~ .invalid-tooltip {
      display: block; }
  .wqa-design .was-validated .form-control-file:invalid ~ .invalid-feedback,
  .wqa-design .was-validated .form-control-file:invalid ~ .invalid-tooltip, .wqa-design .form-control-file.is-invalid ~ .invalid-feedback,
  .wqa-design .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block; }
  .wqa-design .was-validated .form-check-input:invalid ~ .form-check-label, .wqa-design .form-check-input.is-invalid ~ .form-check-label {
    color: #DE6C6C; }
  .wqa-design .was-validated .form-check-input:invalid ~ .invalid-feedback,
  .wqa-design .was-validated .form-check-input:invalid ~ .invalid-tooltip, .wqa-design .form-check-input.is-invalid ~ .invalid-feedback,
  .wqa-design .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  .wqa-design .was-validated .custom-control-input:invalid ~ .custom-control-label, .wqa-design .custom-control-input.is-invalid ~ .custom-control-label {
    color: #DE6C6C; }
    .wqa-design .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .wqa-design .custom-control-input.is-invalid ~ .custom-control-label::before {
      background-color: #f5d4d4; }
  .wqa-design .was-validated .custom-control-input:invalid ~ .invalid-feedback,
  .wqa-design .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .wqa-design .custom-control-input.is-invalid ~ .invalid-feedback,
  .wqa-design .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  .wqa-design .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .wqa-design .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e79696; }
  .wqa-design .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .wqa-design .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(222, 108, 108, 0.25); }
  .wqa-design .was-validated .custom-file-input:invalid ~ .custom-file-label, .wqa-design .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #DE6C6C; }
    .wqa-design .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .wqa-design .custom-file-input.is-invalid ~ .custom-file-label::before {
      border-color: inherit; }
  .wqa-design .was-validated .custom-file-input:invalid ~ .invalid-feedback,
  .wqa-design .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .wqa-design .custom-file-input.is-invalid ~ .invalid-feedback,
  .wqa-design .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  .wqa-design .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .wqa-design .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(222, 108, 108, 0.25); }
  .wqa-design .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
    .wqa-design .form-inline .form-check {
      width: 100%; }
    @media (min-width: 480px) {
      .wqa-design .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0; }
      .wqa-design .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0; }
      .wqa-design .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
      .wqa-design .form-inline .form-control-plaintext {
        display: inline-block; }
      .wqa-design .form-inline .input-group,
      .wqa-design .form-inline .custom-select {
        width: auto; }
      .wqa-design .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0; }
      .wqa-design .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0; }
      .wqa-design .form-inline .custom-control {
        align-items: center;
        justify-content: center; }
      .wqa-design .form-inline .custom-control-label {
        margin-bottom: 0; } }
  .wqa-design .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 3px solid transparent;
    padding: 8px 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    border-radius: 30px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .wqa-design .btn {
        transition: none; } }
    .wqa-design .btn:hover, .wqa-design .btn:focus {
      text-decoration: none; }
    .wqa-design .btn:focus, .wqa-design .btn.focus {
      outline: 0;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
    .wqa-design .btn.disabled, .wqa-design .btn:disabled {
      opacity: 0.35; }
    .wqa-design .btn:not(:disabled):not(.disabled) {
      cursor: pointer; }
    .wqa-design .btn:not(:disabled):not(.disabled):active, .wqa-design .btn:not(:disabled):not(.disabled).active {
      background-image: none; }
  .wqa-design a.btn.disabled,
  .wqa-design fieldset:disabled a.btn {
    pointer-events: none; }
  .wqa-design .btn-primary, .wqa-design .card-event--waside .card-event__ctas a.btn {
    color: #212529;
    background-color: #BD8BCA;
    border-color: #BD8BCA; }
    .wqa-design .btn-primary:hover, .wqa-design .card-event--waside .card-event__ctas a.btn:hover {
      color: #fff;
      background-color: #ae71be;
      border-color: #a968ba; }
    .wqa-design .btn-primary:focus, .wqa-design .card-event--waside .card-event__ctas a.btn:focus, .wqa-design .btn-primary.focus, .wqa-design .card-event--waside .card-event__ctas a.focus.btn {
      box-shadow: 0 0 0 0.2rem rgba(189, 139, 202, 0.5); }
    .wqa-design .btn-primary.disabled, .wqa-design .card-event--waside .card-event__ctas a.disabled.btn, .wqa-design .btn-primary:disabled, .wqa-design .card-event--waside .card-event__ctas a.btn:disabled {
      color: #212529;
      background-color: #BD8BCA;
      border-color: #BD8BCA; }
    .wqa-design .btn-primary:not(:disabled):not(.disabled):active, .wqa-design .card-event--waside .card-event__ctas a.btn:not(:disabled):not(.disabled):active, .wqa-design .btn-primary:not(:disabled):not(.disabled).active, .wqa-design .card-event--waside .card-event__ctas a.btn:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-primary.dropdown-toggle,
    .wqa-design .show > .card-event--waside .card-event__ctas a.dropdown-toggle.btn {
      color: #fff;
      background-color: #a968ba;
      border-color: #a45fb6; }
      .wqa-design .btn-primary:not(:disabled):not(.disabled):active:focus, .wqa-design .card-event--waside .card-event__ctas a.btn:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-primary:not(:disabled):not(.disabled).active:focus, .wqa-design .card-event--waside .card-event__ctas a.btn:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-primary.dropdown-toggle:focus,
      .wqa-design .show > .card-event--waside .card-event__ctas a.dropdown-toggle.btn:focus {
        box-shadow: 0 0 0 0.2rem rgba(189, 139, 202, 0.5); }
  .wqa-design .btn-secondary {
    color: #fff;
    background-color: #67b251;
    border-color: #67b251; }
    .wqa-design .btn-secondary:hover {
      color: #fff;
      background-color: #579944;
      border-color: #529040; }
    .wqa-design .btn-secondary:focus, .wqa-design .btn-secondary.focus {
      box-shadow: 0 0 0 0.2rem rgba(103, 178, 81, 0.5); }
    .wqa-design .btn-secondary.disabled, .wqa-design .btn-secondary:disabled {
      color: #fff;
      background-color: #67b251;
      border-color: #67b251; }
    .wqa-design .btn-secondary:not(:disabled):not(.disabled):active, .wqa-design .btn-secondary:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-secondary.dropdown-toggle {
      color: #fff;
      background-color: #529040;
      border-color: #4d873c; }
      .wqa-design .btn-secondary:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-secondary:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(103, 178, 81, 0.5); }
  .wqa-design .btn-success {
    color: #212529;
    background-color: #7BB739;
    border-color: #7BB739; }
    .wqa-design .btn-success:hover {
      color: #fff;
      background-color: #679a30;
      border-color: #61902d; }
    .wqa-design .btn-success:focus, .wqa-design .btn-success.focus {
      box-shadow: 0 0 0 0.2rem rgba(123, 183, 57, 0.5); }
    .wqa-design .btn-success.disabled, .wqa-design .btn-success:disabled {
      color: #212529;
      background-color: #7BB739;
      border-color: #7BB739; }
    .wqa-design .btn-success:not(:disabled):not(.disabled):active, .wqa-design .btn-success:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-success.dropdown-toggle {
      color: #fff;
      background-color: #61902d;
      border-color: #5a862a; }
      .wqa-design .btn-success:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-success:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(123, 183, 57, 0.5); }
  .wqa-design .btn-info {
    color: #212529;
    background-color: #95C0F1;
    border-color: #95C0F1; }
    .wqa-design .btn-info:hover {
      color: #212529;
      background-color: #73aced;
      border-color: #68a5eb; }
    .wqa-design .btn-info:focus, .wqa-design .btn-info.focus {
      box-shadow: 0 0 0 0.2rem rgba(149, 192, 241, 0.5); }
    .wqa-design .btn-info.disabled, .wqa-design .btn-info:disabled {
      color: #212529;
      background-color: #95C0F1;
      border-color: #95C0F1; }
    .wqa-design .btn-info:not(:disabled):not(.disabled):active, .wqa-design .btn-info:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-info.dropdown-toggle {
      color: #212529;
      background-color: #68a5eb;
      border-color: #5d9fea; }
      .wqa-design .btn-info:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-info:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(149, 192, 241, 0.5); }
  .wqa-design .btn-warning {
    color: #212529;
    background-color: #F8B259;
    border-color: #F8B259; }
    .wqa-design .btn-warning:hover {
      color: #212529;
      background-color: #f6a134;
      border-color: #f69b28; }
    .wqa-design .btn-warning:focus, .wqa-design .btn-warning.focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 178, 89, 0.5); }
    .wqa-design .btn-warning.disabled, .wqa-design .btn-warning:disabled {
      color: #212529;
      background-color: #F8B259;
      border-color: #F8B259; }
    .wqa-design .btn-warning:not(:disabled):not(.disabled):active, .wqa-design .btn-warning:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-warning.dropdown-toggle {
      color: #212529;
      background-color: #f69b28;
      border-color: #f5961c; }
      .wqa-design .btn-warning:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-warning:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-warning.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 178, 89, 0.5); }
  .wqa-design .btn-danger {
    color: #fff;
    background-color: #DE6C6C;
    border-color: #DE6C6C; }
    .wqa-design .btn-danger:hover {
      color: #fff;
      background-color: #d74d4d;
      border-color: #d54242; }
    .wqa-design .btn-danger:focus, .wqa-design .btn-danger.focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 108, 108, 0.5); }
    .wqa-design .btn-danger.disabled, .wqa-design .btn-danger:disabled {
      color: #fff;
      background-color: #DE6C6C;
      border-color: #DE6C6C; }
    .wqa-design .btn-danger:not(:disabled):not(.disabled):active, .wqa-design .btn-danger:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #d54242;
      border-color: #d23838; }
      .wqa-design .btn-danger:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-danger:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(222, 108, 108, 0.5); }
  .wqa-design .btn-light {
    color: #212529;
    background-color: #EEEEEE;
    border-color: #EEEEEE; }
    .wqa-design .btn-light:hover {
      color: #212529;
      background-color: #dbdbdb;
      border-color: #d5d4d4; }
    .wqa-design .btn-light:focus, .wqa-design .btn-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5); }
    .wqa-design .btn-light.disabled, .wqa-design .btn-light:disabled {
      color: #212529;
      background-color: #EEEEEE;
      border-color: #EEEEEE; }
    .wqa-design .btn-light:not(:disabled):not(.disabled):active, .wqa-design .btn-light:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-light.dropdown-toggle {
      color: #212529;
      background-color: #d5d4d4;
      border-color: #cecece; }
      .wqa-design .btn-light:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-light:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5); }
  .wqa-design .btn-dark {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
    .wqa-design .btn-dark:hover {
      color: #fff;
      background-color: #424242;
      border-color: #3c3b3b; }
    .wqa-design .btn-dark:focus, .wqa-design .btn-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }
    .wqa-design .btn-dark.disabled, .wqa-design .btn-dark:disabled {
      color: #fff;
      background-color: #555555;
      border-color: #555555; }
    .wqa-design .btn-dark:not(:disabled):not(.disabled):active, .wqa-design .btn-dark:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-dark.dropdown-toggle {
      color: #fff;
      background-color: #3c3b3b;
      border-color: #353535; }
      .wqa-design .btn-dark:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-dark:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }
  .wqa-design .btn-outline-primary {
    color: #BD8BCA;
    background-color: transparent;
    background-image: none;
    border-color: #BD8BCA; }
    .wqa-design .btn-outline-primary:hover {
      color: #212529;
      background-color: #BD8BCA;
      border-color: #BD8BCA; }
    .wqa-design .btn-outline-primary:focus, .wqa-design .btn-outline-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 139, 202, 0.5); }
    .wqa-design .btn-outline-primary.disabled, .wqa-design .btn-outline-primary:disabled {
      color: #BD8BCA;
      background-color: transparent; }
    .wqa-design .btn-outline-primary:not(:disabled):not(.disabled):active, .wqa-design .btn-outline-primary:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-outline-primary.dropdown-toggle {
      color: #212529;
      background-color: #BD8BCA;
      border-color: #BD8BCA; }
      .wqa-design .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(189, 139, 202, 0.5); }
  .wqa-design .btn-outline-secondary {
    color: #67b251;
    background-color: transparent;
    background-image: none;
    border-color: #67b251; }
    .wqa-design .btn-outline-secondary:hover {
      color: #fff;
      background-color: #67b251;
      border-color: #67b251; }
    .wqa-design .btn-outline-secondary:focus, .wqa-design .btn-outline-secondary.focus {
      box-shadow: 0 0 0 0.2rem rgba(103, 178, 81, 0.5); }
    .wqa-design .btn-outline-secondary.disabled, .wqa-design .btn-outline-secondary:disabled {
      color: #67b251;
      background-color: transparent; }
    .wqa-design .btn-outline-secondary:not(:disabled):not(.disabled):active, .wqa-design .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-outline-secondary.dropdown-toggle {
      color: #fff;
      background-color: #67b251;
      border-color: #67b251; }
      .wqa-design .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-outline-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(103, 178, 81, 0.5); }
  .wqa-design .btn-outline-success {
    color: #7BB739;
    background-color: transparent;
    background-image: none;
    border-color: #7BB739; }
    .wqa-design .btn-outline-success:hover {
      color: #212529;
      background-color: #7BB739;
      border-color: #7BB739; }
    .wqa-design .btn-outline-success:focus, .wqa-design .btn-outline-success.focus {
      box-shadow: 0 0 0 0.2rem rgba(123, 183, 57, 0.5); }
    .wqa-design .btn-outline-success.disabled, .wqa-design .btn-outline-success:disabled {
      color: #7BB739;
      background-color: transparent; }
    .wqa-design .btn-outline-success:not(:disabled):not(.disabled):active, .wqa-design .btn-outline-success:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-outline-success.dropdown-toggle {
      color: #212529;
      background-color: #7BB739;
      border-color: #7BB739; }
      .wqa-design .btn-outline-success:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-outline-success:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-outline-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(123, 183, 57, 0.5); }
  .wqa-design .btn-outline-info {
    color: #95C0F1;
    background-color: transparent;
    background-image: none;
    border-color: #95C0F1; }
    .wqa-design .btn-outline-info:hover {
      color: #212529;
      background-color: #95C0F1;
      border-color: #95C0F1; }
    .wqa-design .btn-outline-info:focus, .wqa-design .btn-outline-info.focus {
      box-shadow: 0 0 0 0.2rem rgba(149, 192, 241, 0.5); }
    .wqa-design .btn-outline-info.disabled, .wqa-design .btn-outline-info:disabled {
      color: #95C0F1;
      background-color: transparent; }
    .wqa-design .btn-outline-info:not(:disabled):not(.disabled):active, .wqa-design .btn-outline-info:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-outline-info.dropdown-toggle {
      color: #212529;
      background-color: #95C0F1;
      border-color: #95C0F1; }
      .wqa-design .btn-outline-info:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-outline-info:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-outline-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(149, 192, 241, 0.5); }
  .wqa-design .btn-outline-warning {
    color: #F8B259;
    background-color: transparent;
    background-image: none;
    border-color: #F8B259; }
    .wqa-design .btn-outline-warning:hover {
      color: #212529;
      background-color: #F8B259;
      border-color: #F8B259; }
    .wqa-design .btn-outline-warning:focus, .wqa-design .btn-outline-warning.focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 178, 89, 0.5); }
    .wqa-design .btn-outline-warning.disabled, .wqa-design .btn-outline-warning:disabled {
      color: #F8B259;
      background-color: transparent; }
    .wqa-design .btn-outline-warning:not(:disabled):not(.disabled):active, .wqa-design .btn-outline-warning:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-outline-warning.dropdown-toggle {
      color: #212529;
      background-color: #F8B259;
      border-color: #F8B259; }
      .wqa-design .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-outline-warning.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 178, 89, 0.5); }
  .wqa-design .btn-outline-danger {
    color: #DE6C6C;
    background-color: transparent;
    background-image: none;
    border-color: #DE6C6C; }
    .wqa-design .btn-outline-danger:hover {
      color: #fff;
      background-color: #DE6C6C;
      border-color: #DE6C6C; }
    .wqa-design .btn-outline-danger:focus, .wqa-design .btn-outline-danger.focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 108, 108, 0.5); }
    .wqa-design .btn-outline-danger.disabled, .wqa-design .btn-outline-danger:disabled {
      color: #DE6C6C;
      background-color: transparent; }
    .wqa-design .btn-outline-danger:not(:disabled):not(.disabled):active, .wqa-design .btn-outline-danger:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-outline-danger.dropdown-toggle {
      color: #fff;
      background-color: #DE6C6C;
      border-color: #DE6C6C; }
      .wqa-design .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-outline-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(222, 108, 108, 0.5); }
  .wqa-design .btn-outline-light {
    color: #EEEEEE;
    background-color: transparent;
    background-image: none;
    border-color: #EEEEEE; }
    .wqa-design .btn-outline-light:hover {
      color: #212529;
      background-color: #EEEEEE;
      border-color: #EEEEEE; }
    .wqa-design .btn-outline-light:focus, .wqa-design .btn-outline-light.focus {
      box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5); }
    .wqa-design .btn-outline-light.disabled, .wqa-design .btn-outline-light:disabled {
      color: #EEEEEE;
      background-color: transparent; }
    .wqa-design .btn-outline-light:not(:disabled):not(.disabled):active, .wqa-design .btn-outline-light:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-outline-light.dropdown-toggle {
      color: #212529;
      background-color: #EEEEEE;
      border-color: #EEEEEE; }
      .wqa-design .btn-outline-light:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-outline-light:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-outline-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5); }
  .wqa-design .btn-outline-dark {
    color: #555555;
    background-color: transparent;
    background-image: none;
    border-color: #555555; }
    .wqa-design .btn-outline-dark:hover {
      color: #fff;
      background-color: #555555;
      border-color: #555555; }
    .wqa-design .btn-outline-dark:focus, .wqa-design .btn-outline-dark.focus {
      box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }
    .wqa-design .btn-outline-dark.disabled, .wqa-design .btn-outline-dark:disabled {
      color: #555555;
      background-color: transparent; }
    .wqa-design .btn-outline-dark:not(:disabled):not(.disabled):active, .wqa-design .btn-outline-dark:not(:disabled):not(.disabled).active,
    .wqa-design .show > .btn-outline-dark.dropdown-toggle {
      color: #fff;
      background-color: #555555;
      border-color: #555555; }
      .wqa-design .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .wqa-design .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
      .wqa-design .show > .btn-outline-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5); }
  .wqa-design .btn-link {
    font-weight: 400;
    color: #BD8BCA;
    background-color: transparent; }
    .wqa-design .btn-link:hover {
      color: #924ba4;
      text-decoration: underline;
      background-color: transparent;
      border-color: transparent; }
    .wqa-design .btn-link:focus, .wqa-design .btn-link.focus {
      text-decoration: underline;
      border-color: transparent;
      box-shadow: none; }
    .wqa-design .btn-link:disabled, .wqa-design .btn-link.disabled {
      color: #6c757d;
      pointer-events: none; }
  .wqa-design .btn-lg, .wqa-design .btn-group-lg > .btn {
    padding: 8px 20px;
    font-size: 1.5625rem;
    line-height: 2.1;
    border-radius: 30px; }
  .wqa-design .btn-sm, .wqa-design .btn-group-sm > .btn {
    padding: 4px 15px;
    font-size: 1rem;
    line-height: 1.4;
    border-radius: 30px; }
  .wqa-design .btn-block {
    display: block;
    width: 100%; }
    .wqa-design .btn-block + .btn-block {
      margin-top: 0.5rem; }
  .wqa-design input[type="submit"].btn-block,
  .wqa-design input[type="reset"].btn-block,
  .wqa-design input[type="button"].btn-block {
    width: 100%; }
  .wqa-design .fade {
    transition: opacity 0.15s linear; }
    @media screen and (prefers-reduced-motion: reduce) {
      .wqa-design .fade {
        transition: none; } }
    .wqa-design .fade:not(.show) {
      opacity: 0; }
  .wqa-design .collapse:not(.show) {
    display: none; }
  .wqa-design .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .wqa-design .collapsing {
        transition: none; } }
  .wqa-design .dropup,
  .wqa-design .dropright,
  .wqa-design .dropdown,
  .wqa-design .dropleft {
    position: relative; }
  .wqa-design .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .wqa-design .dropdown-toggle:empty::after {
    margin-left: 0; }
  .wqa-design .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1.25rem;
    color: #354657;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
  .wqa-design .dropdown-menu-right {
    right: 0;
    left: auto; }
  .wqa-design .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem; }
  .wqa-design .dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent; }
  .wqa-design .dropup .dropdown-toggle:empty::after {
    margin-left: 0; }
  .wqa-design .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem; }
  .wqa-design .dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid; }
  .wqa-design .dropright .dropdown-toggle:empty::after {
    margin-left: 0; }
  .wqa-design .dropright .dropdown-toggle::after {
    vertical-align: 0; }
  .wqa-design .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem; }
  .wqa-design .dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""; }
  .wqa-design .dropleft .dropdown-toggle::after {
    display: none; }
  .wqa-design .dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent; }
  .wqa-design .dropleft .dropdown-toggle:empty::after {
    margin-left: 0; }
  .wqa-design .dropleft .dropdown-toggle::before {
    vertical-align: 0; }
  .wqa-design .dropdown-menu[x-placement^="top"], .wqa-design .dropdown-menu[x-placement^="right"], .wqa-design .dropdown-menu[x-placement^="bottom"], .wqa-design .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto; }
  .wqa-design .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef; }
  .wqa-design .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
    .wqa-design .dropdown-item:hover, .wqa-design .dropdown-item:focus {
      color: #16181b;
      text-decoration: none;
      background-color: #f8f9fa; }
    .wqa-design .dropdown-item.active, .wqa-design .dropdown-item:active {
      color: #fff;
      text-decoration: none;
      background-color: #BD8BCA; }
    .wqa-design .dropdown-item.disabled, .wqa-design .dropdown-item:disabled {
      color: #6c757d;
      background-color: transparent; }
  .wqa-design .dropdown-menu.show {
    display: block; }
  .wqa-design .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #6c757d;
    white-space: nowrap; }
  .wqa-design .dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529; }
  .wqa-design .btn-group,
  .wqa-design .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle; }
    .wqa-design .btn-group > .btn,
    .wqa-design .btn-group-vertical > .btn {
      position: relative;
      flex: 0 1 auto; }
      .wqa-design .btn-group > .btn:hover,
      .wqa-design .btn-group-vertical > .btn:hover {
        z-index: 1; }
      .wqa-design .btn-group > .btn:focus, .wqa-design .btn-group > .btn:active, .wqa-design .btn-group > .btn.active,
      .wqa-design .btn-group-vertical > .btn:focus,
      .wqa-design .btn-group-vertical > .btn:active,
      .wqa-design .btn-group-vertical > .btn.active {
        z-index: 1; }
    .wqa-design .btn-group .btn + .btn,
    .wqa-design .btn-group .btn + .btn-group,
    .wqa-design .btn-group .btn-group + .btn,
    .wqa-design .btn-group .btn-group + .btn-group,
    .wqa-design .btn-group-vertical .btn + .btn,
    .wqa-design .btn-group-vertical .btn + .btn-group,
    .wqa-design .btn-group-vertical .btn-group + .btn,
    .wqa-design .btn-group-vertical .btn-group + .btn-group {
      margin-left: -3px; }
  .wqa-design .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .wqa-design .btn-toolbar .input-group {
      width: auto; }
  .wqa-design .btn-group > .btn:first-child {
    margin-left: 0; }
  .wqa-design .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .wqa-design .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .wqa-design .btn-group > .btn:not(:first-child),
  .wqa-design .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .wqa-design .dropdown-toggle-split {
    padding-right: 15px;
    padding-left: 15px; }
    .wqa-design .dropdown-toggle-split::after,
    .wqa-design .dropup .dropdown-toggle-split::after,
    .wqa-design .dropright .dropdown-toggle-split::after {
      margin-left: 0; }
    .wqa-design .dropleft .dropdown-toggle-split::before {
      margin-right: 0; }
  .wqa-design .btn-sm + .dropdown-toggle-split, .wqa-design .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 11.25px;
    padding-left: 11.25px; }
  .wqa-design .btn-lg + .dropdown-toggle-split, .wqa-design .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 15px;
    padding-left: 15px; }
  .wqa-design .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    .wqa-design .btn-group-vertical .btn,
    .wqa-design .btn-group-vertical .btn-group {
      width: 100%; }
    .wqa-design .btn-group-vertical > .btn + .btn,
    .wqa-design .btn-group-vertical > .btn + .btn-group,
    .wqa-design .btn-group-vertical > .btn-group + .btn,
    .wqa-design .btn-group-vertical > .btn-group + .btn-group {
      margin-top: -3px;
      margin-left: 0; }
    .wqa-design .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
    .wqa-design .btn-group-vertical > .btn-group:not(:last-child) > .btn {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .wqa-design .btn-group-vertical > .btn:not(:first-child),
    .wqa-design .btn-group-vertical > .btn-group:not(:first-child) > .btn {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .wqa-design .btn-group-toggle > .btn,
  .wqa-design .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0; }
    .wqa-design .btn-group-toggle > .btn input[type="radio"],
    .wqa-design .btn-group-toggle > .btn input[type="checkbox"],
    .wqa-design .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .wqa-design .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
      position: absolute;
      clip: rect(0, 0, 0, 0);
      pointer-events: none; }
  .wqa-design .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%; }
    .wqa-design .input-group > .form-control,
    .wqa-design .input-group > .custom-select,
    .wqa-design .input-group > .custom-file {
      position: relative;
      flex: 1 1 auto;
      width: 1%;
      margin-bottom: 0; }
      .wqa-design .input-group > .form-control:focus,
      .wqa-design .input-group > .custom-select:focus,
      .wqa-design .input-group > .custom-file:focus {
        z-index: 3; }
      .wqa-design .input-group > .form-control + .form-control,
      .wqa-design .input-group > .form-control + .custom-select,
      .wqa-design .input-group > .form-control + .custom-file,
      .wqa-design .input-group > .custom-select + .form-control,
      .wqa-design .input-group > .custom-select + .custom-select,
      .wqa-design .input-group > .custom-select + .custom-file,
      .wqa-design .input-group > .custom-file + .form-control,
      .wqa-design .input-group > .custom-file + .custom-select,
      .wqa-design .input-group > .custom-file + .custom-file {
        margin-left: -1px; }
    .wqa-design .input-group > .form-control:not(:last-child),
    .wqa-design .input-group > .custom-select:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .wqa-design .input-group > .form-control:not(:first-child),
    .wqa-design .input-group > .custom-select:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .wqa-design .input-group > .custom-file {
      display: flex;
      align-items: center; }
      .wqa-design .input-group > .custom-file:not(:last-child) .custom-file-label,
      .wqa-design .input-group > .custom-file:not(:last-child) .custom-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .wqa-design .input-group > .custom-file:not(:first-child) .custom-file-label {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
  .wqa-design .input-group-prepend,
  .wqa-design .input-group-append {
    display: flex; }
    .wqa-design .input-group-prepend .btn,
    .wqa-design .input-group-append .btn {
      position: relative;
      z-index: 2; }
    .wqa-design .input-group-prepend .btn + .btn,
    .wqa-design .input-group-prepend .btn + .input-group-text,
    .wqa-design .input-group-prepend .input-group-text + .input-group-text,
    .wqa-design .input-group-prepend .input-group-text + .btn,
    .wqa-design .input-group-append .btn + .btn,
    .wqa-design .input-group-append .btn + .input-group-text,
    .wqa-design .input-group-append .input-group-text + .input-group-text,
    .wqa-design .input-group-append .input-group-text + .btn {
      margin-left: -1px; }
  .wqa-design .input-group-prepend {
    margin-right: -1px; }
  .wqa-design .input-group-append {
    margin-left: -1px; }
  .wqa-design .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; }
    .wqa-design .input-group-text input[type="radio"],
    .wqa-design .input-group-text input[type="checkbox"] {
      margin-top: 0; }
  .wqa-design .input-group > .input-group-prepend > .btn,
  .wqa-design .input-group > .input-group-prepend > .input-group-text,
  .wqa-design .input-group > .input-group-append:not(:last-child) > .btn,
  .wqa-design .input-group > .input-group-append:not(:last-child) > .input-group-text,
  .wqa-design .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .wqa-design .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .wqa-design .input-group > .input-group-append > .btn,
  .wqa-design .input-group > .input-group-append > .input-group-text,
  .wqa-design .input-group > .input-group-prepend:not(:first-child) > .btn,
  .wqa-design .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
  .wqa-design .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  .wqa-design .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .wqa-design .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem; }
  .wqa-design .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem; }
  .wqa-design .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .wqa-design .custom-control-input:checked ~ .custom-control-label::before {
      color: #fff;
      background-color: #BD8BCA; }
    .wqa-design .custom-control-input:focus ~ .custom-control-label::before {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(189, 139, 202, 0.25); }
    .wqa-design .custom-control-input:active ~ .custom-control-label::before {
      color: #fff;
      background-color: white; }
    .wqa-design .custom-control-input:disabled ~ .custom-control-label {
      color: #6c757d; }
      .wqa-design .custom-control-input:disabled ~ .custom-control-label::before {
        background-color: #e9ecef; }
  .wqa-design .custom-control-label {
    position: relative;
    margin-bottom: 0; }
    .wqa-design .custom-control-label::before {
      position: absolute;
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      pointer-events: none;
      content: "";
      user-select: none;
      background-color: #dee2e6; }
    .wqa-design .custom-control-label::after {
      position: absolute;
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      content: "";
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%; }
  .wqa-design .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem; }
  .wqa-design .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #BD8BCA; }
  .wqa-design .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  .wqa-design .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #BD8BCA; }
  .wqa-design .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
  .wqa-design .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(189, 139, 202, 0.5); }
  .wqa-design .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(189, 139, 202, 0.5); }
  .wqa-design .custom-radio .custom-control-label::before {
    border-radius: 50%; }
  .wqa-design .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #BD8BCA; }
  .wqa-design .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
  .wqa-design .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(189, 139, 202, 0.5); }
  .wqa-design .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.625rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    appearance: none; }
    .wqa-design .custom-select:focus {
      border-color: #efe3f2;
      outline: 0;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(239, 227, 242, 0.5); }
      .wqa-design .custom-select:focus::-ms-value {
        color: #495057;
        background-color: #fff; }
    .wqa-design .custom-select[multiple], .wqa-design .custom-select[size]:not([size="1"]) {
      height: auto;
      padding-right: 0.75rem;
      background-image: none; }
    .wqa-design .custom-select:disabled {
      color: #6c757d;
      background-color: #e9ecef; }
    .wqa-design .custom-select::-ms-expand {
      opacity: 0; }
  .wqa-design .form-control.custom-select--alt {
    border: 2px solid #EEEEEE;
    border-radius: 100px;
    padding: 0 20px;
    height: 50px !important;
    color: #354657;
    font-weight: 800;
    font-size: 0.75rem; }
  .wqa-design .custom-select-sm {
    height: calc(2.1rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%; }
  .wqa-design .custom-select-lg {
    height: calc(3.5rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%; }
  .wqa-design .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.625rem + 2px);
    margin-bottom: 0; }
  .wqa-design .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.625rem + 2px);
    margin: 0;
    opacity: 0; }
    .wqa-design .custom-file-input:focus ~ .custom-file-label {
      border-color: #efe3f2;
      box-shadow: 0 0 0 0.2rem rgba(189, 139, 202, 0.25); }
      .wqa-design .custom-file-input:focus ~ .custom-file-label::after {
        border-color: #efe3f2; }
    .wqa-design .custom-file-input:lang(en) ~ .custom-file-label::after {
      content: "Browse"; }
  .wqa-design .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.625rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; }
    .wqa-design .custom-file-label::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      display: block;
      height: 2.625rem;
      padding: 0.375rem 0.75rem;
      line-height: 1.5;
      color: #495057;
      content: "Browse";
      background-color: #e9ecef;
      border-left: 1px solid #ced4da;
      border-radius: 0 0.25rem 0.25rem 0; }
  .wqa-design .custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none; }
    .wqa-design .custom-range:focus {
      outline: none; }
    .wqa-design .custom-range::-moz-focus-outer {
      border: 0; }
    .wqa-design .custom-range::-webkit-slider-thumb {
      width: 1rem;
      height: 1rem;
      margin-top: -0.25rem;
      background-color: #BD8BCA;
      border: 0;
      border-radius: 1rem;
      appearance: none; }
      .wqa-design .custom-range::-webkit-slider-thumb:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(189, 139, 202, 0.25); }
      .wqa-design .custom-range::-webkit-slider-thumb:active {
        background-color: white; }
    .wqa-design .custom-range::-webkit-slider-runnable-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem; }
    .wqa-design .custom-range::-moz-range-thumb {
      width: 1rem;
      height: 1rem;
      background-color: #BD8BCA;
      border: 0;
      border-radius: 1rem;
      appearance: none; }
      .wqa-design .custom-range::-moz-range-thumb:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(189, 139, 202, 0.25); }
      .wqa-design .custom-range::-moz-range-thumb:active {
        background-color: white; }
    .wqa-design .custom-range::-moz-range-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent;
      border-radius: 1rem; }
    .wqa-design .custom-range::-ms-thumb {
      width: 1rem;
      height: 1rem;
      background-color: #BD8BCA;
      border: 0;
      border-radius: 1rem;
      appearance: none; }
      .wqa-design .custom-range::-ms-thumb:focus {
        outline: none;
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(189, 139, 202, 0.25); }
      .wqa-design .custom-range::-ms-thumb:active {
        background-color: white; }
    .wqa-design .custom-range::-ms-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: transparent;
      border-color: transparent;
      border-width: 0.5rem; }
    .wqa-design .custom-range::-ms-fill-lower {
      background-color: #dee2e6;
      border-radius: 1rem; }
    .wqa-design .custom-range::-ms-fill-upper {
      margin-right: 15px;
      background-color: #dee2e6;
      border-radius: 1rem; }
  .wqa-design .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .wqa-design .nav-link {
    display: block;
    padding: 0.5rem 1rem; }
    .wqa-design .nav-link:hover, .wqa-design .nav-link:focus {
      text-decoration: none; }
    .wqa-design .nav-link.disabled {
      color: #6c757d; }
  .wqa-design .nav-tabs {
    border-bottom: 1px solid #dee2e6; }
    .wqa-design .nav-tabs .nav-item {
      margin-bottom: -1px; }
    .wqa-design .nav-tabs .nav-link {
      border: 1px solid transparent;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
      .wqa-design .nav-tabs .nav-link:hover, .wqa-design .nav-tabs .nav-link:focus {
        border-color: #e9ecef #e9ecef #dee2e6; }
      .wqa-design .nav-tabs .nav-link.disabled {
        color: #6c757d;
        background-color: transparent;
        border-color: transparent; }
    .wqa-design .nav-tabs .nav-link.active,
    .wqa-design .nav-tabs .nav-item.show .nav-link {
      color: #495057;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #fff; }
    .wqa-design .nav-tabs .dropdown-menu {
      margin-top: -1px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .wqa-design .nav-pills .nav-link {
    border-radius: 0.25rem; }
  .wqa-design .nav-pills .nav-link.active,
  .wqa-design .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #BD8BCA; }
  .wqa-design .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center; }
  .wqa-design .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center; }
  .wqa-design .tab-content > .tab-pane {
    display: none; }
  .wqa-design .tab-content > .active {
    display: block; }
  .wqa-design .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem; }
    .wqa-design .navbar > .container, .wqa-design .navbar > .agenda__table-date, .wqa-design .navbar > .agenda__table-row-inner,
    .wqa-design .navbar > .container-fluid {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
  .wqa-design .navbar-brand {
    display: inline-block;
    padding-top: 0.265625rem;
    padding-bottom: 0.265625rem;
    margin-right: 1rem;
    font-size: 1.5625rem;
    line-height: inherit;
    white-space: nowrap; }
    .wqa-design .navbar-brand:hover, .wqa-design .navbar-brand:focus {
      text-decoration: none; }
  .wqa-design .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .wqa-design .navbar-nav .nav-link {
      padding-right: 0;
      padding-left: 0; }
    .wqa-design .navbar-nav .dropdown-menu {
      position: static;
      float: none; }
  .wqa-design .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .wqa-design .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center; }
  .wqa-design .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.5625rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px; }
    .wqa-design .navbar-toggler:hover, .wqa-design .navbar-toggler:focus {
      text-decoration: none; }
    .wqa-design .navbar-toggler:not(:disabled):not(.disabled) {
      cursor: pointer; }
  .wqa-design .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%; }
  @media (max-width: 479.98px) {
    .wqa-design .navbar-expand-sm > .container, .wqa-design .navbar-expand-sm > .agenda__table-date, .wqa-design .navbar-expand-sm > .agenda__table-row-inner,
    .wqa-design .navbar-expand-sm > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 480px) {
    .wqa-design .navbar-expand-sm {
      flex-flow: row nowrap;
      justify-content: flex-start; }
      .wqa-design .navbar-expand-sm .navbar-nav {
        flex-direction: row; }
        .wqa-design .navbar-expand-sm .navbar-nav .dropdown-menu {
          position: absolute; }
        .wqa-design .navbar-expand-sm .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .wqa-design .navbar-expand-sm > .container, .wqa-design .navbar-expand-sm > .agenda__table-date, .wqa-design .navbar-expand-sm > .agenda__table-row-inner,
      .wqa-design .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap; }
      .wqa-design .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      .wqa-design .navbar-expand-sm .navbar-toggler {
        display: none; } }
  @media (max-width: 767.98px) {
    .wqa-design .navbar-expand-md > .container, .wqa-design .navbar-expand-md > .agenda__table-date, .wqa-design .navbar-expand-md > .agenda__table-row-inner,
    .wqa-design .navbar-expand-md > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 768px) {
    .wqa-design .navbar-expand-md {
      flex-flow: row nowrap;
      justify-content: flex-start; }
      .wqa-design .navbar-expand-md .navbar-nav {
        flex-direction: row; }
        .wqa-design .navbar-expand-md .navbar-nav .dropdown-menu {
          position: absolute; }
        .wqa-design .navbar-expand-md .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .wqa-design .navbar-expand-md > .container, .wqa-design .navbar-expand-md > .agenda__table-date, .wqa-design .navbar-expand-md > .agenda__table-row-inner,
      .wqa-design .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap; }
      .wqa-design .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      .wqa-design .navbar-expand-md .navbar-toggler {
        display: none; } }
  @media (max-width: 1023.98px) {
    .wqa-design .navbar-expand-lg > .container, .wqa-design .navbar-expand-lg > .agenda__table-date, .wqa-design .navbar-expand-lg > .agenda__table-row-inner,
    .wqa-design .navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1024px) {
    .wqa-design .navbar-expand-lg {
      flex-flow: row nowrap;
      justify-content: flex-start; }
      .wqa-design .navbar-expand-lg .navbar-nav {
        flex-direction: row; }
        .wqa-design .navbar-expand-lg .navbar-nav .dropdown-menu {
          position: absolute; }
        .wqa-design .navbar-expand-lg .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .wqa-design .navbar-expand-lg > .container, .wqa-design .navbar-expand-lg > .agenda__table-date, .wqa-design .navbar-expand-lg > .agenda__table-row-inner,
      .wqa-design .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap; }
      .wqa-design .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      .wqa-design .navbar-expand-lg .navbar-toggler {
        display: none; } }
  @media (max-width: 1439.98px) {
    .wqa-design .navbar-expand-xl > .container, .wqa-design .navbar-expand-xl > .agenda__table-date, .wqa-design .navbar-expand-xl > .agenda__table-row-inner,
    .wqa-design .navbar-expand-xl > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1440px) {
    .wqa-design .navbar-expand-xl {
      flex-flow: row nowrap;
      justify-content: flex-start; }
      .wqa-design .navbar-expand-xl .navbar-nav {
        flex-direction: row; }
        .wqa-design .navbar-expand-xl .navbar-nav .dropdown-menu {
          position: absolute; }
        .wqa-design .navbar-expand-xl .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      .wqa-design .navbar-expand-xl > .container, .wqa-design .navbar-expand-xl > .agenda__table-date, .wqa-design .navbar-expand-xl > .agenda__table-row-inner,
      .wqa-design .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap; }
      .wqa-design .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      .wqa-design .navbar-expand-xl .navbar-toggler {
        display: none; } }
  .wqa-design .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .wqa-design .navbar-expand > .container, .wqa-design .navbar-expand > .agenda__table-date, .wqa-design .navbar-expand > .agenda__table-row-inner,
    .wqa-design .navbar-expand > .container-fluid {
      padding-right: 0;
      padding-left: 0; }
    .wqa-design .navbar-expand .navbar-nav {
      flex-direction: row; }
      .wqa-design .navbar-expand .navbar-nav .dropdown-menu {
        position: absolute; }
      .wqa-design .navbar-expand .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .wqa-design .navbar-expand > .container, .wqa-design .navbar-expand > .agenda__table-date, .wqa-design .navbar-expand > .agenda__table-row-inner,
    .wqa-design .navbar-expand > .container-fluid {
      flex-wrap: nowrap; }
    .wqa-design .navbar-expand .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .wqa-design .navbar-expand .navbar-toggler {
      display: none; }
  .wqa-design .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9); }
    .wqa-design .navbar-light .navbar-brand:hover, .wqa-design .navbar-light .navbar-brand:focus {
      color: rgba(0, 0, 0, 0.9); }
  .wqa-design .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5); }
    .wqa-design .navbar-light .navbar-nav .nav-link:hover, .wqa-design .navbar-light .navbar-nav .nav-link:focus {
      color: rgba(0, 0, 0, 0.7); }
    .wqa-design .navbar-light .navbar-nav .nav-link.disabled {
      color: rgba(0, 0, 0, 0.3); }
  .wqa-design .navbar-light .navbar-nav .show > .nav-link,
  .wqa-design .navbar-light .navbar-nav .active > .nav-link,
  .wqa-design .navbar-light .navbar-nav .nav-link.show,
  .wqa-design .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9); }
  .wqa-design .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1); }
  .wqa-design .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .wqa-design .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5); }
    .wqa-design .navbar-light .navbar-text a {
      color: rgba(0, 0, 0, 0.9); }
      .wqa-design .navbar-light .navbar-text a:hover, .wqa-design .navbar-light .navbar-text a:focus {
        color: rgba(0, 0, 0, 0.9); }
  .wqa-design .navbar-dark .navbar-brand {
    color: #fff; }
    .wqa-design .navbar-dark .navbar-brand:hover, .wqa-design .navbar-dark .navbar-brand:focus {
      color: #fff; }
  .wqa-design .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5); }
    .wqa-design .navbar-dark .navbar-nav .nav-link:hover, .wqa-design .navbar-dark .navbar-nav .nav-link:focus {
      color: rgba(255, 255, 255, 0.75); }
    .wqa-design .navbar-dark .navbar-nav .nav-link.disabled {
      color: rgba(255, 255, 255, 0.25); }
  .wqa-design .navbar-dark .navbar-nav .show > .nav-link,
  .wqa-design .navbar-dark .navbar-nav .active > .nav-link,
  .wqa-design .navbar-dark .navbar-nav .nav-link.show,
  .wqa-design .navbar-dark .navbar-nav .nav-link.active {
    color: #fff; }
  .wqa-design .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1); }
  .wqa-design .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .wqa-design .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5); }
    .wqa-design .navbar-dark .navbar-text a {
      color: #fff; }
      .wqa-design .navbar-dark .navbar-text a:hover, .wqa-design .navbar-dark .navbar-text a:focus {
        color: #fff; }
  .wqa-design .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem; }
    .wqa-design .card > hr {
      margin-right: 0;
      margin-left: 0; }
    .wqa-design .card > .list-group:first-child .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
    .wqa-design .card > .list-group:last-child .list-group-item:last-child {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
  .wqa-design .card-body {
    flex: 1 1 auto;
    padding: 1%; }
  .wqa-design .card-title {
    margin-bottom: 2%; }
  .wqa-design .card-subtitle {
    margin-top: -1%;
    margin-bottom: 0; }
  .wqa-design .card-text:last-child {
    margin-bottom: 0; }
  .wqa-design .card-link:hover {
    text-decoration: none; }
  .wqa-design .card-link + .card-link {
    margin-left: 1%; }
  .wqa-design .card-header {
    padding: 2% 1%;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
    .wqa-design .card-header:first-child {
      border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
    .wqa-design .card-header + .list-group .list-group-item:first-child {
      border-top: 0; }
  .wqa-design .card-footer {
    padding: 2% 1%;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
    .wqa-design .card-footer:last-child {
      border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
  .wqa-design .card-header-tabs {
    margin-right: -0.5%;
    margin-bottom: -2%;
    margin-left: -0.5%;
    border-bottom: 0; }
  .wqa-design .card-header-pills {
    margin-right: -0.5%;
    margin-left: -0.5%; }
  .wqa-design .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem; }
  .wqa-design .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px); }
  .wqa-design .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .wqa-design .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .wqa-design .card-deck {
    display: flex;
    flex-direction: column; }
    .wqa-design .card-deck .card {
      margin-bottom: 15px; }
    @media (min-width: 480px) {
      .wqa-design .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px; }
        .wqa-design .card-deck .card {
          display: flex;
          flex: 1 0 0%;
          flex-direction: column;
          margin-right: 15px;
          margin-bottom: 0;
          margin-left: 15px; } }
  .wqa-design .card-group {
    display: flex;
    flex-direction: column; }
    .wqa-design .card-group > .card {
      margin-bottom: 15px; }
    @media (min-width: 480px) {
      .wqa-design .card-group {
        flex-flow: row wrap; }
        .wqa-design .card-group > .card {
          flex: 1 0 0%;
          margin-bottom: 0; }
          .wqa-design .card-group > .card + .card {
            margin-left: 0;
            border-left: 0; }
          .wqa-design .card-group > .card:first-child {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
            .wqa-design .card-group > .card:first-child .card-img-top,
            .wqa-design .card-group > .card:first-child .card-header {
              border-top-right-radius: 0; }
            .wqa-design .card-group > .card:first-child .card-img-bottom,
            .wqa-design .card-group > .card:first-child .card-footer {
              border-bottom-right-radius: 0; }
          .wqa-design .card-group > .card:last-child {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0; }
            .wqa-design .card-group > .card:last-child .card-img-top,
            .wqa-design .card-group > .card:last-child .card-header {
              border-top-left-radius: 0; }
            .wqa-design .card-group > .card:last-child .card-img-bottom,
            .wqa-design .card-group > .card:last-child .card-footer {
              border-bottom-left-radius: 0; }
          .wqa-design .card-group > .card:only-child {
            border-radius: 0.25rem; }
            .wqa-design .card-group > .card:only-child .card-img-top,
            .wqa-design .card-group > .card:only-child .card-header {
              border-top-left-radius: 0.25rem;
              border-top-right-radius: 0.25rem; }
            .wqa-design .card-group > .card:only-child .card-img-bottom,
            .wqa-design .card-group > .card:only-child .card-footer {
              border-bottom-right-radius: 0.25rem;
              border-bottom-left-radius: 0.25rem; }
          .wqa-design .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
            border-radius: 0; }
            .wqa-design .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
            .wqa-design .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
            .wqa-design .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
            .wqa-design .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
              border-radius: 0; } }
  .wqa-design .card-columns .card {
    margin-bottom: 2%; }
  @media (min-width: 480px) {
    .wqa-design .card-columns {
      column-count: 3;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1; }
      .wqa-design .card-columns .card {
        display: inline-block;
        width: 100%; } }
  .wqa-design .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .wqa-design .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .wqa-design .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .wqa-design .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .wqa-design .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem; }
  .wqa-design .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .wqa-design .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/"; }
  .wqa-design .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .wqa-design .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .wqa-design .breadcrumb-item.active {
    color: #6c757d; }
  .wqa-design .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem; }
  .wqa-design .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #BD8BCA;
    background-color: #fff;
    border: 1px solid #dee2e6; }
    .wqa-design .page-link:hover {
      z-index: 2;
      color: #924ba4;
      text-decoration: none;
      background-color: #e9ecef;
      border-color: #dee2e6; }
    .wqa-design .page-link:focus {
      z-index: 2;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(189, 139, 202, 0.25); }
    .wqa-design .page-link:not(:disabled):not(.disabled) {
      cursor: pointer; }
  .wqa-design .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .wqa-design .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .wqa-design .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #BD8BCA;
    border-color: #BD8BCA; }
  .wqa-design .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6; }
  .wqa-design .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.5625rem;
    line-height: 1.6; }
  .wqa-design .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem; }
  .wqa-design .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  .wqa-design .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    line-height: 1.6; }
  .wqa-design .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; }
  .wqa-design .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; }
  .wqa-design .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem; }
    .wqa-design .badge:empty {
      display: none; }
  .wqa-design .btn .badge {
    position: relative;
    top: -1px; }
  .wqa-design .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem; }
  .wqa-design .badge-primary {
    color: #212529;
    background-color: #BD8BCA; }
    .wqa-design .badge-primary[href]:hover, .wqa-design .badge-primary[href]:focus {
      color: #212529;
      text-decoration: none;
      background-color: #a968ba; }
  .wqa-design .badge-secondary {
    color: #fff;
    background-color: #67b251; }
    .wqa-design .badge-secondary[href]:hover, .wqa-design .badge-secondary[href]:focus {
      color: #fff;
      text-decoration: none;
      background-color: #529040; }
  .wqa-design .badge-success {
    color: #212529;
    background-color: #7BB739; }
    .wqa-design .badge-success[href]:hover, .wqa-design .badge-success[href]:focus {
      color: #212529;
      text-decoration: none;
      background-color: #61902d; }
  .wqa-design .badge-info {
    color: #212529;
    background-color: #95C0F1; }
    .wqa-design .badge-info[href]:hover, .wqa-design .badge-info[href]:focus {
      color: #212529;
      text-decoration: none;
      background-color: #68a5eb; }
  .wqa-design .badge-warning {
    color: #212529;
    background-color: #F8B259; }
    .wqa-design .badge-warning[href]:hover, .wqa-design .badge-warning[href]:focus {
      color: #212529;
      text-decoration: none;
      background-color: #f69b28; }
  .wqa-design .badge-danger {
    color: #fff;
    background-color: #DE6C6C; }
    .wqa-design .badge-danger[href]:hover, .wqa-design .badge-danger[href]:focus {
      color: #fff;
      text-decoration: none;
      background-color: #d54242; }
  .wqa-design .badge-light {
    color: #212529;
    background-color: #EEEEEE; }
    .wqa-design .badge-light[href]:hover, .wqa-design .badge-light[href]:focus {
      color: #212529;
      text-decoration: none;
      background-color: #d5d4d4; }
  .wqa-design .badge-dark {
    color: #fff;
    background-color: #555555; }
    .wqa-design .badge-dark[href]:hover, .wqa-design .badge-dark[href]:focus {
      color: #fff;
      text-decoration: none;
      background-color: #3c3b3b; }
  .wqa-design .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem; }
    @media (min-width: 480px) {
      .wqa-design .jumbotron {
        padding: 4rem 2rem; } }
  .wqa-design .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0; }
  .wqa-design .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
  .wqa-design .alert-heading {
    color: inherit; }
  .wqa-design .alert-link {
    font-weight: 700; }
  .wqa-design .alert-dismissible {
    padding-right: 4.375rem; }
    .wqa-design .alert-dismissible .close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0.75rem 1.25rem;
      color: inherit; }
  .wqa-design .alert-primary {
    color: #624869;
    background-color: #f2e8f4;
    border-color: #eddff0; }
    .wqa-design .alert-primary hr {
      border-top-color: #e3cee8; }
    .wqa-design .alert-primary .alert-link {
      color: #46334b; }
  .wqa-design .alert-secondary {
    color: #365d2a;
    background-color: #e1f0dc;
    border-color: #d4e9ce; }
    .wqa-design .alert-secondary hr {
      border-top-color: #c5e1bc; }
    .wqa-design .alert-secondary .alert-link {
      color: #223a1a; }
  .wqa-design .alert-success {
    color: #405f1e;
    background-color: #e5f1d7;
    border-color: #daebc8; }
    .wqa-design .alert-success hr {
      border-top-color: #cde4b5; }
    .wqa-design .alert-success .alert-link {
      color: #263812; }
  .wqa-design .alert-info {
    color: #4d647d;
    background-color: #eaf2fc;
    border-color: #e1edfb; }
    .wqa-design .alert-info hr {
      border-top-color: #cbe0f8; }
    .wqa-design .alert-info .alert-link {
      color: #3a4b5d; }
  .wqa-design .alert-warning {
    color: #815d2e;
    background-color: #fef0de;
    border-color: #fde9d1; }
    .wqa-design .alert-warning hr {
      border-top-color: #fcddb9; }
    .wqa-design .alert-warning .alert-link {
      color: #5b4221; }
  .wqa-design .alert-danger {
    color: #733838;
    background-color: #f8e2e2;
    border-color: #f6d6d6; }
    .wqa-design .alert-danger hr {
      border-top-color: #f1c1c1; }
    .wqa-design .alert-danger .alert-link {
      color: #512727; }
  .wqa-design .alert-light {
    color: #7c7c7c;
    background-color: #fcfcfc;
    border-color: #fafafa; }
    .wqa-design .alert-light hr {
      border-top-color: #ededed; }
    .wqa-design .alert-light .alert-link {
      color: #636262; }
  .wqa-design .alert-dark {
    color: #2c2c2c;
    background-color: #dddddd;
    border-color: #cfcfcf; }
    .wqa-design .alert-dark hr {
      border-top-color: #c2c2c2; }
    .wqa-design .alert-dark .alert-link {
      color: #131212; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
  .wqa-design .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.9375rem;
    background-color: #e9ecef;
    border-radius: 0.25rem; }
  .wqa-design .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #BD8BCA;
    transition: width 0.6s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .wqa-design .progress-bar {
        transition: none; } }
  .wqa-design .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; }
  .wqa-design .progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite; }
  .wqa-design .media {
    display: flex;
    align-items: flex-start; }
  .wqa-design .media-body {
    flex: 1; }
  .wqa-design .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0; }
  .wqa-design .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit; }
    .wqa-design .list-group-item-action:hover, .wqa-design .list-group-item-action:focus {
      color: #495057;
      text-decoration: none;
      background-color: #f8f9fa; }
    .wqa-design .list-group-item-action:active {
      color: #354657;
      background-color: #e9ecef; }
  .wqa-design .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
    .wqa-design .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
    .wqa-design .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
    .wqa-design .list-group-item:hover, .wqa-design .list-group-item:focus {
      z-index: 1;
      text-decoration: none; }
    .wqa-design .list-group-item.disabled, .wqa-design .list-group-item:disabled {
      color: #6c757d;
      background-color: #fff; }
    .wqa-design .list-group-item.active {
      z-index: 2;
      color: #fff;
      background-color: #BD8BCA;
      border-color: #BD8BCA; }
  .wqa-design .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0; }
  .wqa-design .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0; }
  .wqa-design .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0; }
  .wqa-design .list-group-item-primary {
    color: #624869;
    background-color: #eddff0; }
    .wqa-design .list-group-item-primary.list-group-item-action:hover, .wqa-design .list-group-item-primary.list-group-item-action:focus {
      color: #624869;
      background-color: #e3cee8; }
    .wqa-design .list-group-item-primary.list-group-item-action.active {
      color: #fff;
      background-color: #624869;
      border-color: #624869; }
  .wqa-design .list-group-item-secondary {
    color: #365d2a;
    background-color: #d4e9ce; }
    .wqa-design .list-group-item-secondary.list-group-item-action:hover, .wqa-design .list-group-item-secondary.list-group-item-action:focus {
      color: #365d2a;
      background-color: #c5e1bc; }
    .wqa-design .list-group-item-secondary.list-group-item-action.active {
      color: #fff;
      background-color: #365d2a;
      border-color: #365d2a; }
  .wqa-design .list-group-item-success {
    color: #405f1e;
    background-color: #daebc8; }
    .wqa-design .list-group-item-success.list-group-item-action:hover, .wqa-design .list-group-item-success.list-group-item-action:focus {
      color: #405f1e;
      background-color: #cde4b5; }
    .wqa-design .list-group-item-success.list-group-item-action.active {
      color: #fff;
      background-color: #405f1e;
      border-color: #405f1e; }
  .wqa-design .list-group-item-info {
    color: #4d647d;
    background-color: #e1edfb; }
    .wqa-design .list-group-item-info.list-group-item-action:hover, .wqa-design .list-group-item-info.list-group-item-action:focus {
      color: #4d647d;
      background-color: #cbe0f8; }
    .wqa-design .list-group-item-info.list-group-item-action.active {
      color: #fff;
      background-color: #4d647d;
      border-color: #4d647d; }
  .wqa-design .list-group-item-warning {
    color: #815d2e;
    background-color: #fde9d1; }
    .wqa-design .list-group-item-warning.list-group-item-action:hover, .wqa-design .list-group-item-warning.list-group-item-action:focus {
      color: #815d2e;
      background-color: #fcddb9; }
    .wqa-design .list-group-item-warning.list-group-item-action.active {
      color: #fff;
      background-color: #815d2e;
      border-color: #815d2e; }
  .wqa-design .list-group-item-danger {
    color: #733838;
    background-color: #f6d6d6; }
    .wqa-design .list-group-item-danger.list-group-item-action:hover, .wqa-design .list-group-item-danger.list-group-item-action:focus {
      color: #733838;
      background-color: #f1c1c1; }
    .wqa-design .list-group-item-danger.list-group-item-action.active {
      color: #fff;
      background-color: #733838;
      border-color: #733838; }
  .wqa-design .list-group-item-light {
    color: #7c7c7c;
    background-color: #fafafa; }
    .wqa-design .list-group-item-light.list-group-item-action:hover, .wqa-design .list-group-item-light.list-group-item-action:focus {
      color: #7c7c7c;
      background-color: #ededed; }
    .wqa-design .list-group-item-light.list-group-item-action.active {
      color: #fff;
      background-color: #7c7c7c;
      border-color: #7c7c7c; }
  .wqa-design .list-group-item-dark {
    color: #2c2c2c;
    background-color: #cfcfcf; }
    .wqa-design .list-group-item-dark.list-group-item-action:hover, .wqa-design .list-group-item-dark.list-group-item-action:focus {
      color: #2c2c2c;
      background-color: #c2c2c2; }
    .wqa-design .list-group-item-dark.list-group-item-action.active {
      color: #fff;
      background-color: #2c2c2c;
      border-color: #2c2c2c; }
  .wqa-design .close {
    float: right;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5; }
    .wqa-design .close:hover, .wqa-design .close:focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }
    .wqa-design .close:not(:disabled):not(.disabled) {
      cursor: pointer; }
  .wqa-design button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none; }
  .wqa-design .modal-open {
    overflow: hidden; }
  .wqa-design .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0; }
    .wqa-design .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto; }
  .wqa-design .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none; }
    .wqa-design .modal.fade .modal-dialog {
      transition: transform 0.3s ease-out;
      transform: translate(0, -25%); }
      @media screen and (prefers-reduced-motion: reduce) {
        .wqa-design .modal.fade .modal-dialog {
          transition: none; } }
    .wqa-design .modal.show .modal-dialog {
      transform: translate(0, 0); }
  .wqa-design .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2)); }
  .wqa-design .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0; }
  .wqa-design .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
    .wqa-design .modal-backdrop.fade {
      opacity: 0; }
    .wqa-design .modal-backdrop.show {
      opacity: 0.5; }
  .wqa-design .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
    .wqa-design .modal-header .close {
      padding: 1rem;
      margin: -1rem -1rem -1rem auto; }
  .wqa-design .modal-title {
    margin-bottom: 0;
    line-height: 1.5; }
  .wqa-design .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem; }
  .wqa-design .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef; }
    .wqa-design .modal-footer > :not(:first-child) {
      margin-left: .25rem; }
    .wqa-design .modal-footer > :not(:last-child) {
      margin-right: .25rem; }
  .wqa-design .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 480px) {
    .wqa-design .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto; }
    .wqa-design .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2)); }
    .wqa-design .modal-sm {
      max-width: 300px; } }
  @media (min-width: 1024px) {
    .wqa-design .modal-lg {
      max-width: 800px; } }
  .wqa-design .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1rem;
    word-wrap: break-word;
    opacity: 0; }
    .wqa-design .tooltip.show {
      opacity: 1; }
    .wqa-design .tooltip .arrow {
      position: absolute;
      display: block;
      width: 0.8rem;
      height: 0.4rem; }
      .wqa-design .tooltip .arrow::before {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid; }
  .wqa-design .bs-tooltip-top, .wqa-design .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0; }
    .wqa-design .bs-tooltip-top .arrow, .wqa-design .bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
      .wqa-design .bs-tooltip-top .arrow::before, .wqa-design .bs-tooltip-auto[x-placement^="top"] .arrow::before {
        top: 0;
        border-width: 0.4rem 0.4rem 0;
        border-top-color: #F8B259; }
  .wqa-design .bs-tooltip-right, .wqa-design .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem; }
    .wqa-design .bs-tooltip-right .arrow, .wqa-design .bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0;
      width: 0.4rem;
      height: 0.8rem; }
      .wqa-design .bs-tooltip-right .arrow::before, .wqa-design .bs-tooltip-auto[x-placement^="right"] .arrow::before {
        right: 0;
        border-width: 0.4rem 0.4rem 0.4rem 0;
        border-right-color: #F8B259; }
  .wqa-design .bs-tooltip-bottom, .wqa-design .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0; }
    .wqa-design .bs-tooltip-bottom .arrow, .wqa-design .bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
      .wqa-design .bs-tooltip-bottom .arrow::before, .wqa-design .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
        bottom: 0;
        border-width: 0 0.4rem 0.4rem;
        border-bottom-color: #F8B259; }
  .wqa-design .bs-tooltip-left, .wqa-design .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem; }
    .wqa-design .bs-tooltip-left .arrow, .wqa-design .bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0;
      width: 0.4rem;
      height: 0.8rem; }
      .wqa-design .bs-tooltip-left .arrow::before, .wqa-design .bs-tooltip-auto[x-placement^="left"] .arrow::before {
        left: 0;
        border-width: 0.4rem 0 0.4rem 0.4rem;
        border-left-color: #F8B259; }
  .wqa-design .tooltip-inner {
    max-width: 200px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    background-color: #F8B259;
    border-radius: 0.25rem; }
  .wqa-design .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem; }
    .wqa-design .popover .arrow {
      position: absolute;
      display: block;
      width: 1rem;
      height: 0.5rem;
      margin: 0 0.3rem; }
      .wqa-design .popover .arrow::before, .wqa-design .popover .arrow::after {
        position: absolute;
        display: block;
        content: "";
        border-color: transparent;
        border-style: solid; }
  .wqa-design .bs-popover-top, .wqa-design .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem; }
    .wqa-design .bs-popover-top .arrow, .wqa-design .bs-popover-auto[x-placement^="top"] .arrow {
      bottom: calc((0.5rem + 1px) * -1); }
    .wqa-design .bs-popover-top .arrow::before, .wqa-design .bs-popover-auto[x-placement^="top"] .arrow::before,
    .wqa-design .bs-popover-top .arrow::after,
    .wqa-design .bs-popover-auto[x-placement^="top"] .arrow::after {
      border-width: 0.5rem 0.5rem 0; }
    .wqa-design .bs-popover-top .arrow::before, .wqa-design .bs-popover-auto[x-placement^="top"] .arrow::before {
      bottom: 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    
    .wqa-design .bs-popover-top .arrow::after,
    .wqa-design .bs-popover-auto[x-placement^="top"] .arrow::after {
      bottom: 1px;
      border-top-color: #fff; }
  .wqa-design .bs-popover-right, .wqa-design .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem; }
    .wqa-design .bs-popover-right .arrow, .wqa-design .bs-popover-auto[x-placement^="right"] .arrow {
      left: calc((0.5rem + 1px) * -1);
      width: 0.5rem;
      height: 1rem;
      margin: 0.3rem 0; }
    .wqa-design .bs-popover-right .arrow::before, .wqa-design .bs-popover-auto[x-placement^="right"] .arrow::before,
    .wqa-design .bs-popover-right .arrow::after,
    .wqa-design .bs-popover-auto[x-placement^="right"] .arrow::after {
      border-width: 0.5rem 0.5rem 0.5rem 0; }
    .wqa-design .bs-popover-right .arrow::before, .wqa-design .bs-popover-auto[x-placement^="right"] .arrow::before {
      left: 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    
    .wqa-design .bs-popover-right .arrow::after,
    .wqa-design .bs-popover-auto[x-placement^="right"] .arrow::after {
      left: 1px;
      border-right-color: #fff; }
  .wqa-design .bs-popover-bottom, .wqa-design .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem; }
    .wqa-design .bs-popover-bottom .arrow, .wqa-design .bs-popover-auto[x-placement^="bottom"] .arrow {
      top: calc((0.5rem + 1px) * -1); }
    .wqa-design .bs-popover-bottom .arrow::before, .wqa-design .bs-popover-auto[x-placement^="bottom"] .arrow::before,
    .wqa-design .bs-popover-bottom .arrow::after,
    .wqa-design .bs-popover-auto[x-placement^="bottom"] .arrow::after {
      border-width: 0 0.5rem 0.5rem 0.5rem; }
    .wqa-design .bs-popover-bottom .arrow::before, .wqa-design .bs-popover-auto[x-placement^="bottom"] .arrow::before {
      top: 0;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    
    .wqa-design .bs-popover-bottom .arrow::after,
    .wqa-design .bs-popover-auto[x-placement^="bottom"] .arrow::after {
      top: 1px;
      border-bottom-color: #fff; }
    .wqa-design .bs-popover-bottom .popover-header::before, .wqa-design .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 1rem;
      margin-left: -0.5rem;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .wqa-design .bs-popover-left, .wqa-design .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem; }
    .wqa-design .bs-popover-left .arrow, .wqa-design .bs-popover-auto[x-placement^="left"] .arrow {
      right: calc((0.5rem + 1px) * -1);
      width: 0.5rem;
      height: 1rem;
      margin: 0.3rem 0; }
    .wqa-design .bs-popover-left .arrow::before, .wqa-design .bs-popover-auto[x-placement^="left"] .arrow::before,
    .wqa-design .bs-popover-left .arrow::after,
    .wqa-design .bs-popover-auto[x-placement^="left"] .arrow::after {
      border-width: 0.5rem 0 0.5rem 0.5rem; }
    .wqa-design .bs-popover-left .arrow::before, .wqa-design .bs-popover-auto[x-placement^="left"] .arrow::before {
      right: 0;
      border-left-color: rgba(0, 0, 0, 0.25); }
    
    .wqa-design .bs-popover-left .arrow::after,
    .wqa-design .bs-popover-auto[x-placement^="left"] .arrow::after {
      right: 1px;
      border-left-color: #fff; }
  .wqa-design .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.25rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px); }
    .wqa-design .popover-header:empty {
      display: none; }
  .wqa-design .popover-body {
    padding: 0.5rem 0.75rem;
    color: #354657; }
  .wqa-design .carousel {
    position: relative; }
  .wqa-design .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .wqa-design .carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .wqa-design .carousel-item {
        transition: none; } }
  .wqa-design .carousel-item.active,
  .wqa-design .carousel-item-next,
  .wqa-design .carousel-item-prev {
    display: block; }
  .wqa-design .carousel-item-next,
  .wqa-design .carousel-item-prev {
    position: absolute;
    top: 0; }
  .wqa-design .carousel-item-next.carousel-item-left,
  .wqa-design .carousel-item-prev.carousel-item-right {
    transform: translateX(0); }
    @supports (transform-style: preserve-3d) {
      .wqa-design .carousel-item-next.carousel-item-left,
      .wqa-design .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0); } }
  .wqa-design .carousel-item-next,
  .wqa-design .active.carousel-item-right {
    transform: translateX(100%); }
    @supports (transform-style: preserve-3d) {
      .wqa-design .carousel-item-next,
      .wqa-design .active.carousel-item-right {
        transform: translate3d(100%, 0, 0); } }
  .wqa-design .carousel-item-prev,
  .wqa-design .active.carousel-item-left {
    transform: translateX(-100%); }
    @supports (transform-style: preserve-3d) {
      .wqa-design .carousel-item-prev,
      .wqa-design .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0); } }
  .wqa-design .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity; }
  .wqa-design .carousel-fade .carousel-item.active,
  .wqa-design .carousel-fade .carousel-item-next.carousel-item-left,
  .wqa-design .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1; }
  .wqa-design .carousel-fade .active.carousel-item-left,
  .wqa-design .carousel-fade .active.carousel-item-right {
    opacity: 0; }
  .wqa-design .carousel-fade .carousel-item-next,
  .wqa-design .carousel-fade .carousel-item-prev,
  .wqa-design .carousel-fade .carousel-item.active,
  .wqa-design .carousel-fade .active.carousel-item-left,
  .wqa-design .carousel-fade .active.carousel-item-prev {
    transform: translateX(0); }
    @supports (transform-style: preserve-3d) {
      .wqa-design .carousel-fade .carousel-item-next,
      .wqa-design .carousel-fade .carousel-item-prev,
      .wqa-design .carousel-fade .carousel-item.active,
      .wqa-design .carousel-fade .active.carousel-item-left,
      .wqa-design .carousel-fade .active.carousel-item-prev {
        transform: translate3d(0, 0, 0); } }
  .wqa-design .carousel-control-prev,
  .wqa-design .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5; }
    .wqa-design .carousel-control-prev:hover, .wqa-design .carousel-control-prev:focus,
    .wqa-design .carousel-control-next:hover,
    .wqa-design .carousel-control-next:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9; }
  .wqa-design .carousel-control-prev {
    left: 0; }
  .wqa-design .carousel-control-next {
    right: 0; }
  .wqa-design .carousel-control-prev-icon,
  .wqa-design .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%; }
  .wqa-design .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
  .wqa-design .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
  .wqa-design .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
    .wqa-design .carousel-indicators li {
      position: relative;
      flex: 0 1 auto;
      width: 30px;
      height: 3px;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.5); }
      .wqa-design .carousel-indicators li::before {
        position: absolute;
        top: -10px;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 10px;
        content: ""; }
      .wqa-design .carousel-indicators li::after {
        position: absolute;
        bottom: -10px;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 10px;
        content: ""; }
    .wqa-design .carousel-indicators .active {
      background-color: #fff; }
  .wqa-design .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center; }
  .wqa-design .align-baseline {
    vertical-align: baseline !important; }
  .wqa-design .align-top {
    vertical-align: top !important; }
  .wqa-design .align-middle {
    vertical-align: middle !important; }
  .wqa-design .align-bottom {
    vertical-align: bottom !important; }
  .wqa-design .align-text-bottom {
    vertical-align: text-bottom !important; }
  .wqa-design .align-text-top {
    vertical-align: text-top !important; }
  .wqa-design .bg-primary {
    background-color: #BD8BCA !important; }
  .wqa-design a.bg-primary:hover, .wqa-design a.bg-primary:focus,
  .wqa-design button.bg-primary:hover,
  .wqa-design button.bg-primary:focus {
    background-color: #a968ba !important; }
  .wqa-design .bg-secondary {
    background-color: #67b251 !important; }
  .wqa-design a.bg-secondary:hover, .wqa-design a.bg-secondary:focus,
  .wqa-design button.bg-secondary:hover,
  .wqa-design button.bg-secondary:focus {
    background-color: #529040 !important; }
  .wqa-design .bg-success {
    background-color: #7BB739 !important; }
  .wqa-design a.bg-success:hover, .wqa-design a.bg-success:focus,
  .wqa-design button.bg-success:hover,
  .wqa-design button.bg-success:focus {
    background-color: #61902d !important; }
  .wqa-design .bg-info {
    background-color: #95C0F1 !important; }
  .wqa-design a.bg-info:hover, .wqa-design a.bg-info:focus,
  .wqa-design button.bg-info:hover,
  .wqa-design button.bg-info:focus {
    background-color: #68a5eb !important; }
  .wqa-design .bg-warning {
    background-color: #F8B259 !important; }
  .wqa-design a.bg-warning:hover, .wqa-design a.bg-warning:focus,
  .wqa-design button.bg-warning:hover,
  .wqa-design button.bg-warning:focus {
    background-color: #f69b28 !important; }
  .wqa-design .bg-danger {
    background-color: #DE6C6C !important; }
  .wqa-design a.bg-danger:hover, .wqa-design a.bg-danger:focus,
  .wqa-design button.bg-danger:hover,
  .wqa-design button.bg-danger:focus {
    background-color: #d54242 !important; }
  .wqa-design .bg-light {
    background-color: #EEEEEE !important; }
  .wqa-design a.bg-light:hover, .wqa-design a.bg-light:focus,
  .wqa-design button.bg-light:hover,
  .wqa-design button.bg-light:focus {
    background-color: #d5d4d4 !important; }
  .wqa-design .bg-dark {
    background-color: #555555 !important; }
  .wqa-design a.bg-dark:hover, .wqa-design a.bg-dark:focus,
  .wqa-design button.bg-dark:hover,
  .wqa-design button.bg-dark:focus {
    background-color: #3c3b3b !important; }
  .wqa-design .bg-white {
    background-color: #fff !important; }
  .wqa-design .bg-transparent {
    background-color: transparent !important; }
  .wqa-design .border {
    border: 1px solid #dee2e6 !important; }
  .wqa-design .border-top {
    border-top: 1px solid #dee2e6 !important; }
  .wqa-design .border-right {
    border-right: 1px solid #dee2e6 !important; }
  .wqa-design .border-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  .wqa-design .border-left {
    border-left: 1px solid #dee2e6 !important; }
  .wqa-design .border-0 {
    border: 0 !important; }
  .wqa-design .border-top-0 {
    border-top: 0 !important; }
  .wqa-design .border-right-0 {
    border-right: 0 !important; }
  .wqa-design .border-bottom-0 {
    border-bottom: 0 !important; }
  .wqa-design .border-left-0 {
    border-left: 0 !important; }
  .wqa-design .border-primary {
    border-color: #BD8BCA !important; }
  .wqa-design .border-secondary {
    border-color: #67b251 !important; }
  .wqa-design .border-success {
    border-color: #7BB739 !important; }
  .wqa-design .border-info {
    border-color: #95C0F1 !important; }
  .wqa-design .border-warning {
    border-color: #F8B259 !important; }
  .wqa-design .border-danger {
    border-color: #DE6C6C !important; }
  .wqa-design .border-light {
    border-color: #EEEEEE !important; }
  .wqa-design .border-dark {
    border-color: #555555 !important; }
  .wqa-design .border-white {
    border-color: #fff !important; }
  .wqa-design .rounded {
    border-radius: 0.25rem !important; }
  .wqa-design .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }
  .wqa-design .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; }
  .wqa-design .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .wqa-design .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  .wqa-design .rounded-circle {
    border-radius: 50% !important; }
  .wqa-design .rounded-0 {
    border-radius: 0 !important; }
  .wqa-design .clearfix::after {
    display: block;
    clear: both;
    content: ""; }
  .wqa-design .d-none {
    display: none !important; }
  .wqa-design .d-inline {
    display: inline !important; }
  .wqa-design .d-inline-block {
    display: inline-block !important; }
  .wqa-design .d-block {
    display: block !important; }
  .wqa-design .d-table {
    display: table !important; }
  .wqa-design .d-table-row {
    display: table-row !important; }
  .wqa-design .d-table-cell {
    display: table-cell !important; }
  .wqa-design .d-flex {
    display: flex !important; }
  .wqa-design .d-inline-flex {
    display: inline-flex !important; }
  @media (min-width: 480px) {
    .wqa-design .d-sm-none {
      display: none !important; }
    .wqa-design .d-sm-inline {
      display: inline !important; }
    .wqa-design .d-sm-inline-block {
      display: inline-block !important; }
    .wqa-design .d-sm-block {
      display: block !important; }
    .wqa-design .d-sm-table {
      display: table !important; }
    .wqa-design .d-sm-table-row {
      display: table-row !important; }
    .wqa-design .d-sm-table-cell {
      display: table-cell !important; }
    .wqa-design .d-sm-flex {
      display: flex !important; }
    .wqa-design .d-sm-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 768px) {
    .wqa-design .d-md-none {
      display: none !important; }
    .wqa-design .d-md-inline {
      display: inline !important; }
    .wqa-design .d-md-inline-block {
      display: inline-block !important; }
    .wqa-design .d-md-block {
      display: block !important; }
    .wqa-design .d-md-table {
      display: table !important; }
    .wqa-design .d-md-table-row {
      display: table-row !important; }
    .wqa-design .d-md-table-cell {
      display: table-cell !important; }
    .wqa-design .d-md-flex {
      display: flex !important; }
    .wqa-design .d-md-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 1024px) {
    .wqa-design .d-lg-none {
      display: none !important; }
    .wqa-design .d-lg-inline {
      display: inline !important; }
    .wqa-design .d-lg-inline-block {
      display: inline-block !important; }
    .wqa-design .d-lg-block {
      display: block !important; }
    .wqa-design .d-lg-table {
      display: table !important; }
    .wqa-design .d-lg-table-row {
      display: table-row !important; }
    .wqa-design .d-lg-table-cell {
      display: table-cell !important; }
    .wqa-design .d-lg-flex {
      display: flex !important; }
    .wqa-design .d-lg-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 1440px) {
    .wqa-design .d-xl-none {
      display: none !important; }
    .wqa-design .d-xl-inline {
      display: inline !important; }
    .wqa-design .d-xl-inline-block {
      display: inline-block !important; }
    .wqa-design .d-xl-block {
      display: block !important; }
    .wqa-design .d-xl-table {
      display: table !important; }
    .wqa-design .d-xl-table-row {
      display: table-row !important; }
    .wqa-design .d-xl-table-cell {
      display: table-cell !important; }
    .wqa-design .d-xl-flex {
      display: flex !important; }
    .wqa-design .d-xl-inline-flex {
      display: inline-flex !important; } }
  @media print {
    .wqa-design .d-print-none {
      display: none !important; }
    .wqa-design .d-print-inline {
      display: inline !important; }
    .wqa-design .d-print-inline-block {
      display: inline-block !important; }
    .wqa-design .d-print-block {
      display: block !important; }
    .wqa-design .d-print-table {
      display: table !important; }
    .wqa-design .d-print-table-row {
      display: table-row !important; }
    .wqa-design .d-print-table-cell {
      display: table-cell !important; }
    .wqa-design .d-print-flex {
      display: flex !important; }
    .wqa-design .d-print-inline-flex {
      display: inline-flex !important; } }
  .wqa-design .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    .wqa-design .embed-responsive::before {
      display: block;
      content: ""; }
    .wqa-design .embed-responsive .embed-responsive-item,
    .wqa-design .embed-responsive iframe,
    .wqa-design .embed-responsive embed,
    .wqa-design .embed-responsive object,
    .wqa-design .embed-responsive video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .wqa-design .embed-responsive-21by9::before {
    padding-top: 42.8571428571%; }
  .wqa-design .embed-responsive-16by9::before {
    padding-top: 56.25%; }
  .wqa-design .embed-responsive-4by3::before {
    padding-top: 75%; }
  .wqa-design .embed-responsive-1by1::before {
    padding-top: 100%; }
  .wqa-design .flex-row {
    flex-direction: row !important; }
  .wqa-design .flex-column {
    flex-direction: column !important; }
  .wqa-design .flex-row-reverse {
    flex-direction: row-reverse !important; }
  .wqa-design .flex-column-reverse {
    flex-direction: column-reverse !important; }
  .wqa-design .flex-wrap {
    flex-wrap: wrap !important; }
  .wqa-design .flex-nowrap {
    flex-wrap: nowrap !important; }
  .wqa-design .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .wqa-design .flex-fill {
    flex: 1 1 auto !important; }
  .wqa-design .flex-grow-0 {
    flex-grow: 0 !important; }
  .wqa-design .flex-grow-1 {
    flex-grow: 1 !important; }
  .wqa-design .flex-shrink-0 {
    flex-shrink: 0 !important; }
  .wqa-design .flex-shrink-1 {
    flex-shrink: 1 !important; }
  .wqa-design .justify-content-start {
    justify-content: flex-start !important; }
  .wqa-design .justify-content-end {
    justify-content: flex-end !important; }
  .wqa-design .justify-content-center {
    justify-content: center !important; }
  .wqa-design .justify-content-between {
    justify-content: space-between !important; }
  .wqa-design .justify-content-around {
    justify-content: space-around !important; }
  .wqa-design .align-items-start {
    align-items: flex-start !important; }
  .wqa-design .align-items-end {
    align-items: flex-end !important; }
  .wqa-design .align-items-center {
    align-items: center !important; }
  .wqa-design .align-items-baseline {
    align-items: baseline !important; }
  .wqa-design .align-items-stretch {
    align-items: stretch !important; }
  .wqa-design .align-content-start {
    align-content: flex-start !important; }
  .wqa-design .align-content-end {
    align-content: flex-end !important; }
  .wqa-design .align-content-center {
    align-content: center !important; }
  .wqa-design .align-content-between {
    align-content: space-between !important; }
  .wqa-design .align-content-around {
    align-content: space-around !important; }
  .wqa-design .align-content-stretch {
    align-content: stretch !important; }
  .wqa-design .align-self-auto {
    align-self: auto !important; }
  .wqa-design .align-self-start {
    align-self: flex-start !important; }
  .wqa-design .align-self-end {
    align-self: flex-end !important; }
  .wqa-design .align-self-center {
    align-self: center !important; }
  .wqa-design .align-self-baseline {
    align-self: baseline !important; }
  .wqa-design .align-self-stretch {
    align-self: stretch !important; }
  @media (min-width: 480px) {
    .wqa-design .flex-sm-row {
      flex-direction: row !important; }
    .wqa-design .flex-sm-column {
      flex-direction: column !important; }
    .wqa-design .flex-sm-row-reverse {
      flex-direction: row-reverse !important; }
    .wqa-design .flex-sm-column-reverse {
      flex-direction: column-reverse !important; }
    .wqa-design .flex-sm-wrap {
      flex-wrap: wrap !important; }
    .wqa-design .flex-sm-nowrap {
      flex-wrap: nowrap !important; }
    .wqa-design .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .wqa-design .flex-sm-fill {
      flex: 1 1 auto !important; }
    .wqa-design .flex-sm-grow-0 {
      flex-grow: 0 !important; }
    .wqa-design .flex-sm-grow-1 {
      flex-grow: 1 !important; }
    .wqa-design .flex-sm-shrink-0 {
      flex-shrink: 0 !important; }
    .wqa-design .flex-sm-shrink-1 {
      flex-shrink: 1 !important; }
    .wqa-design .justify-content-sm-start {
      justify-content: flex-start !important; }
    .wqa-design .justify-content-sm-end {
      justify-content: flex-end !important; }
    .wqa-design .justify-content-sm-center {
      justify-content: center !important; }
    .wqa-design .justify-content-sm-between {
      justify-content: space-between !important; }
    .wqa-design .justify-content-sm-around {
      justify-content: space-around !important; }
    .wqa-design .align-items-sm-start {
      align-items: flex-start !important; }
    .wqa-design .align-items-sm-end {
      align-items: flex-end !important; }
    .wqa-design .align-items-sm-center {
      align-items: center !important; }
    .wqa-design .align-items-sm-baseline {
      align-items: baseline !important; }
    .wqa-design .align-items-sm-stretch {
      align-items: stretch !important; }
    .wqa-design .align-content-sm-start {
      align-content: flex-start !important; }
    .wqa-design .align-content-sm-end {
      align-content: flex-end !important; }
    .wqa-design .align-content-sm-center {
      align-content: center !important; }
    .wqa-design .align-content-sm-between {
      align-content: space-between !important; }
    .wqa-design .align-content-sm-around {
      align-content: space-around !important; }
    .wqa-design .align-content-sm-stretch {
      align-content: stretch !important; }
    .wqa-design .align-self-sm-auto {
      align-self: auto !important; }
    .wqa-design .align-self-sm-start {
      align-self: flex-start !important; }
    .wqa-design .align-self-sm-end {
      align-self: flex-end !important; }
    .wqa-design .align-self-sm-center {
      align-self: center !important; }
    .wqa-design .align-self-sm-baseline {
      align-self: baseline !important; }
    .wqa-design .align-self-sm-stretch {
      align-self: stretch !important; } }
  @media (min-width: 768px) {
    .wqa-design .flex-md-row {
      flex-direction: row !important; }
    .wqa-design .flex-md-column {
      flex-direction: column !important; }
    .wqa-design .flex-md-row-reverse {
      flex-direction: row-reverse !important; }
    .wqa-design .flex-md-column-reverse {
      flex-direction: column-reverse !important; }
    .wqa-design .flex-md-wrap {
      flex-wrap: wrap !important; }
    .wqa-design .flex-md-nowrap {
      flex-wrap: nowrap !important; }
    .wqa-design .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .wqa-design .flex-md-fill {
      flex: 1 1 auto !important; }
    .wqa-design .flex-md-grow-0 {
      flex-grow: 0 !important; }
    .wqa-design .flex-md-grow-1 {
      flex-grow: 1 !important; }
    .wqa-design .flex-md-shrink-0 {
      flex-shrink: 0 !important; }
    .wqa-design .flex-md-shrink-1 {
      flex-shrink: 1 !important; }
    .wqa-design .justify-content-md-start {
      justify-content: flex-start !important; }
    .wqa-design .justify-content-md-end {
      justify-content: flex-end !important; }
    .wqa-design .justify-content-md-center {
      justify-content: center !important; }
    .wqa-design .justify-content-md-between {
      justify-content: space-between !important; }
    .wqa-design .justify-content-md-around {
      justify-content: space-around !important; }
    .wqa-design .align-items-md-start {
      align-items: flex-start !important; }
    .wqa-design .align-items-md-end {
      align-items: flex-end !important; }
    .wqa-design .align-items-md-center {
      align-items: center !important; }
    .wqa-design .align-items-md-baseline {
      align-items: baseline !important; }
    .wqa-design .align-items-md-stretch {
      align-items: stretch !important; }
    .wqa-design .align-content-md-start {
      align-content: flex-start !important; }
    .wqa-design .align-content-md-end {
      align-content: flex-end !important; }
    .wqa-design .align-content-md-center {
      align-content: center !important; }
    .wqa-design .align-content-md-between {
      align-content: space-between !important; }
    .wqa-design .align-content-md-around {
      align-content: space-around !important; }
    .wqa-design .align-content-md-stretch {
      align-content: stretch !important; }
    .wqa-design .align-self-md-auto {
      align-self: auto !important; }
    .wqa-design .align-self-md-start {
      align-self: flex-start !important; }
    .wqa-design .align-self-md-end {
      align-self: flex-end !important; }
    .wqa-design .align-self-md-center {
      align-self: center !important; }
    .wqa-design .align-self-md-baseline {
      align-self: baseline !important; }
    .wqa-design .align-self-md-stretch {
      align-self: stretch !important; } }
  @media (min-width: 1024px) {
    .wqa-design .flex-lg-row {
      flex-direction: row !important; }
    .wqa-design .flex-lg-column {
      flex-direction: column !important; }
    .wqa-design .flex-lg-row-reverse {
      flex-direction: row-reverse !important; }
    .wqa-design .flex-lg-column-reverse {
      flex-direction: column-reverse !important; }
    .wqa-design .flex-lg-wrap {
      flex-wrap: wrap !important; }
    .wqa-design .flex-lg-nowrap {
      flex-wrap: nowrap !important; }
    .wqa-design .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .wqa-design .flex-lg-fill {
      flex: 1 1 auto !important; }
    .wqa-design .flex-lg-grow-0 {
      flex-grow: 0 !important; }
    .wqa-design .flex-lg-grow-1 {
      flex-grow: 1 !important; }
    .wqa-design .flex-lg-shrink-0 {
      flex-shrink: 0 !important; }
    .wqa-design .flex-lg-shrink-1 {
      flex-shrink: 1 !important; }
    .wqa-design .justify-content-lg-start {
      justify-content: flex-start !important; }
    .wqa-design .justify-content-lg-end {
      justify-content: flex-end !important; }
    .wqa-design .justify-content-lg-center {
      justify-content: center !important; }
    .wqa-design .justify-content-lg-between {
      justify-content: space-between !important; }
    .wqa-design .justify-content-lg-around {
      justify-content: space-around !important; }
    .wqa-design .align-items-lg-start {
      align-items: flex-start !important; }
    .wqa-design .align-items-lg-end {
      align-items: flex-end !important; }
    .wqa-design .align-items-lg-center {
      align-items: center !important; }
    .wqa-design .align-items-lg-baseline {
      align-items: baseline !important; }
    .wqa-design .align-items-lg-stretch {
      align-items: stretch !important; }
    .wqa-design .align-content-lg-start {
      align-content: flex-start !important; }
    .wqa-design .align-content-lg-end {
      align-content: flex-end !important; }
    .wqa-design .align-content-lg-center {
      align-content: center !important; }
    .wqa-design .align-content-lg-between {
      align-content: space-between !important; }
    .wqa-design .align-content-lg-around {
      align-content: space-around !important; }
    .wqa-design .align-content-lg-stretch {
      align-content: stretch !important; }
    .wqa-design .align-self-lg-auto {
      align-self: auto !important; }
    .wqa-design .align-self-lg-start {
      align-self: flex-start !important; }
    .wqa-design .align-self-lg-end {
      align-self: flex-end !important; }
    .wqa-design .align-self-lg-center {
      align-self: center !important; }
    .wqa-design .align-self-lg-baseline {
      align-self: baseline !important; }
    .wqa-design .align-self-lg-stretch {
      align-self: stretch !important; } }
  @media (min-width: 1440px) {
    .wqa-design .flex-xl-row {
      flex-direction: row !important; }
    .wqa-design .flex-xl-column {
      flex-direction: column !important; }
    .wqa-design .flex-xl-row-reverse {
      flex-direction: row-reverse !important; }
    .wqa-design .flex-xl-column-reverse {
      flex-direction: column-reverse !important; }
    .wqa-design .flex-xl-wrap {
      flex-wrap: wrap !important; }
    .wqa-design .flex-xl-nowrap {
      flex-wrap: nowrap !important; }
    .wqa-design .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    .wqa-design .flex-xl-fill {
      flex: 1 1 auto !important; }
    .wqa-design .flex-xl-grow-0 {
      flex-grow: 0 !important; }
    .wqa-design .flex-xl-grow-1 {
      flex-grow: 1 !important; }
    .wqa-design .flex-xl-shrink-0 {
      flex-shrink: 0 !important; }
    .wqa-design .flex-xl-shrink-1 {
      flex-shrink: 1 !important; }
    .wqa-design .justify-content-xl-start {
      justify-content: flex-start !important; }
    .wqa-design .justify-content-xl-end {
      justify-content: flex-end !important; }
    .wqa-design .justify-content-xl-center {
      justify-content: center !important; }
    .wqa-design .justify-content-xl-between {
      justify-content: space-between !important; }
    .wqa-design .justify-content-xl-around {
      justify-content: space-around !important; }
    .wqa-design .align-items-xl-start {
      align-items: flex-start !important; }
    .wqa-design .align-items-xl-end {
      align-items: flex-end !important; }
    .wqa-design .align-items-xl-center {
      align-items: center !important; }
    .wqa-design .align-items-xl-baseline {
      align-items: baseline !important; }
    .wqa-design .align-items-xl-stretch {
      align-items: stretch !important; }
    .wqa-design .align-content-xl-start {
      align-content: flex-start !important; }
    .wqa-design .align-content-xl-end {
      align-content: flex-end !important; }
    .wqa-design .align-content-xl-center {
      align-content: center !important; }
    .wqa-design .align-content-xl-between {
      align-content: space-between !important; }
    .wqa-design .align-content-xl-around {
      align-content: space-around !important; }
    .wqa-design .align-content-xl-stretch {
      align-content: stretch !important; }
    .wqa-design .align-self-xl-auto {
      align-self: auto !important; }
    .wqa-design .align-self-xl-start {
      align-self: flex-start !important; }
    .wqa-design .align-self-xl-end {
      align-self: flex-end !important; }
    .wqa-design .align-self-xl-center {
      align-self: center !important; }
    .wqa-design .align-self-xl-baseline {
      align-self: baseline !important; }
    .wqa-design .align-self-xl-stretch {
      align-self: stretch !important; } }
  .wqa-design .float-left {
    float: left !important; }
  .wqa-design .float-right {
    float: right !important; }
  .wqa-design .float-none {
    float: none !important; }
  @media (min-width: 480px) {
    .wqa-design .float-sm-left {
      float: left !important; }
    .wqa-design .float-sm-right {
      float: right !important; }
    .wqa-design .float-sm-none {
      float: none !important; } }
  @media (min-width: 768px) {
    .wqa-design .float-md-left {
      float: left !important; }
    .wqa-design .float-md-right {
      float: right !important; }
    .wqa-design .float-md-none {
      float: none !important; } }
  @media (min-width: 1024px) {
    .wqa-design .float-lg-left {
      float: left !important; }
    .wqa-design .float-lg-right {
      float: right !important; }
    .wqa-design .float-lg-none {
      float: none !important; } }
  @media (min-width: 1440px) {
    .wqa-design .float-xl-left {
      float: left !important; }
    .wqa-design .float-xl-right {
      float: right !important; }
    .wqa-design .float-xl-none {
      float: none !important; } }
  .wqa-design .position-static {
    position: static !important; }
  .wqa-design .position-relative {
    position: relative !important; }
  .wqa-design .position-absolute {
    position: absolute !important; }
  .wqa-design .position-fixed {
    position: fixed !important; }
  .wqa-design .position-sticky {
    position: sticky !important; }
  .wqa-design .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  .wqa-design .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
  @supports (position: sticky) {
    .wqa-design .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  .wqa-design .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .wqa-design .sr-only-focusable:active, .wqa-design .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal; }
  .wqa-design .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .wqa-design .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .wqa-design .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  .wqa-design .shadow-none {
    box-shadow: none !important; }
  .wqa-design .w-25 {
    width: 25% !important; }
  .wqa-design .w-50 {
    width: 50% !important; }
  .wqa-design .w-75 {
    width: 75% !important; }
  .wqa-design .w-100 {
    width: 100% !important; }
  .wqa-design .w-auto {
    width: auto !important; }
  .wqa-design .h-25 {
    height: 25% !important; }
  .wqa-design .h-50 {
    height: 50% !important; }
  .wqa-design .h-75 {
    height: 75% !important; }
  .wqa-design .h-100 {
    height: 100% !important; }
  .wqa-design .h-auto {
    height: auto !important; }
  .wqa-design .mw-100 {
    max-width: 100% !important; }
  .wqa-design .mh-100 {
    max-height: 100% !important; }
  .wqa-design .m-0 {
    margin: 0 !important; }
  .wqa-design .mt-0,
  .wqa-design .my-0 {
    margin-top: 0 !important; }
  .wqa-design .mr-0,
  .wqa-design .mx-0 {
    margin-right: 0 !important; }
  .wqa-design .mb-0,
  .wqa-design .my-0 {
    margin-bottom: 0 !important; }
  .wqa-design .ml-0,
  .wqa-design .mx-0 {
    margin-left: 0 !important; }
  .wqa-design .m-1 {
    margin: 0.25rem !important; }
  .wqa-design .mt-1,
  .wqa-design .my-1 {
    margin-top: 0.25rem !important; }
  .wqa-design .mr-1,
  .wqa-design .mx-1 {
    margin-right: 0.25rem !important; }
  .wqa-design .mb-1,
  .wqa-design .my-1 {
    margin-bottom: 0.25rem !important; }
  .wqa-design .ml-1,
  .wqa-design .mx-1 {
    margin-left: 0.25rem !important; }
  .wqa-design .m-2 {
    margin: 0.5rem !important; }
  .wqa-design .mt-2,
  .wqa-design .my-2 {
    margin-top: 0.5rem !important; }
  .wqa-design .mr-2,
  .wqa-design .mx-2 {
    margin-right: 0.5rem !important; }
  .wqa-design .mb-2,
  .wqa-design .my-2 {
    margin-bottom: 0.5rem !important; }
  .wqa-design .ml-2,
  .wqa-design .mx-2 {
    margin-left: 0.5rem !important; }
  .wqa-design .m-3 {
    margin: 1rem !important; }
  .wqa-design .mt-3,
  .wqa-design .my-3 {
    margin-top: 1rem !important; }
  .wqa-design .mr-3,
  .wqa-design .mx-3 {
    margin-right: 1rem !important; }
  .wqa-design .mb-3,
  .wqa-design .my-3 {
    margin-bottom: 1rem !important; }
  .wqa-design .ml-3,
  .wqa-design .mx-3 {
    margin-left: 1rem !important; }
  .wqa-design .m-4 {
    margin: 1.5rem !important; }
  .wqa-design .mt-4,
  .wqa-design .my-4 {
    margin-top: 1.5rem !important; }
  .wqa-design .mr-4,
  .wqa-design .mx-4 {
    margin-right: 1.5rem !important; }
  .wqa-design .mb-4,
  .wqa-design .my-4 {
    margin-bottom: 1.5rem !important; }
  .wqa-design .ml-4,
  .wqa-design .mx-4 {
    margin-left: 1.5rem !important; }
  .wqa-design .m-5 {
    margin: 3rem !important; }
  .wqa-design .mt-5,
  .wqa-design .my-5 {
    margin-top: 3rem !important; }
  .wqa-design .mr-5,
  .wqa-design .mx-5 {
    margin-right: 3rem !important; }
  .wqa-design .mb-5,
  .wqa-design .my-5 {
    margin-bottom: 3rem !important; }
  .wqa-design .ml-5,
  .wqa-design .mx-5 {
    margin-left: 3rem !important; }
  .wqa-design .p-0 {
    padding: 0 !important; }
  .wqa-design .pt-0,
  .wqa-design .py-0 {
    padding-top: 0 !important; }
  .wqa-design .pr-0,
  .wqa-design .px-0 {
    padding-right: 0 !important; }
  .wqa-design .pb-0,
  .wqa-design .py-0 {
    padding-bottom: 0 !important; }
  .wqa-design .pl-0,
  .wqa-design .px-0 {
    padding-left: 0 !important; }
  .wqa-design .p-1 {
    padding: 0.25rem !important; }
  .wqa-design .pt-1,
  .wqa-design .py-1 {
    padding-top: 0.25rem !important; }
  .wqa-design .pr-1,
  .wqa-design .px-1 {
    padding-right: 0.25rem !important; }
  .wqa-design .pb-1,
  .wqa-design .py-1 {
    padding-bottom: 0.25rem !important; }
  .wqa-design .pl-1,
  .wqa-design .px-1 {
    padding-left: 0.25rem !important; }
  .wqa-design .p-2 {
    padding: 0.5rem !important; }
  .wqa-design .pt-2,
  .wqa-design .py-2 {
    padding-top: 0.5rem !important; }
  .wqa-design .pr-2,
  .wqa-design .px-2 {
    padding-right: 0.5rem !important; }
  .wqa-design .pb-2,
  .wqa-design .py-2 {
    padding-bottom: 0.5rem !important; }
  .wqa-design .pl-2,
  .wqa-design .px-2 {
    padding-left: 0.5rem !important; }
  .wqa-design .p-3 {
    padding: 1rem !important; }
  .wqa-design .pt-3,
  .wqa-design .py-3 {
    padding-top: 1rem !important; }
  .wqa-design .pr-3,
  .wqa-design .px-3 {
    padding-right: 1rem !important; }
  .wqa-design .pb-3,
  .wqa-design .py-3 {
    padding-bottom: 1rem !important; }
  .wqa-design .pl-3,
  .wqa-design .px-3 {
    padding-left: 1rem !important; }
  .wqa-design .p-4 {
    padding: 1.5rem !important; }
  .wqa-design .pt-4,
  .wqa-design .py-4 {
    padding-top: 1.5rem !important; }
  .wqa-design .pr-4,
  .wqa-design .px-4 {
    padding-right: 1.5rem !important; }
  .wqa-design .pb-4,
  .wqa-design .py-4 {
    padding-bottom: 1.5rem !important; }
  .wqa-design .pl-4,
  .wqa-design .px-4 {
    padding-left: 1.5rem !important; }
  .wqa-design .p-5 {
    padding: 3rem !important; }
  .wqa-design .pt-5,
  .wqa-design .py-5 {
    padding-top: 3rem !important; }
  .wqa-design .pr-5,
  .wqa-design .px-5 {
    padding-right: 3rem !important; }
  .wqa-design .pb-5,
  .wqa-design .py-5 {
    padding-bottom: 3rem !important; }
  .wqa-design .pl-5,
  .wqa-design .px-5 {
    padding-left: 3rem !important; }
  .wqa-design .m-auto {
    margin: auto !important; }
  .wqa-design .mt-auto,
  .wqa-design .my-auto {
    margin-top: auto !important; }
  .wqa-design .mr-auto,
  .wqa-design .mx-auto {
    margin-right: auto !important; }
  .wqa-design .mb-auto,
  .wqa-design .my-auto {
    margin-bottom: auto !important; }
  .wqa-design .ml-auto,
  .wqa-design .mx-auto {
    margin-left: auto !important; }
  @media (min-width: 480px) {
    .wqa-design .m-sm-0 {
      margin: 0 !important; }
    .wqa-design .mt-sm-0,
    .wqa-design .my-sm-0 {
      margin-top: 0 !important; }
    .wqa-design .mr-sm-0,
    .wqa-design .mx-sm-0 {
      margin-right: 0 !important; }
    .wqa-design .mb-sm-0,
    .wqa-design .my-sm-0 {
      margin-bottom: 0 !important; }
    .wqa-design .ml-sm-0,
    .wqa-design .mx-sm-0 {
      margin-left: 0 !important; }
    .wqa-design .m-sm-1 {
      margin: 0.25rem !important; }
    .wqa-design .mt-sm-1,
    .wqa-design .my-sm-1 {
      margin-top: 0.25rem !important; }
    .wqa-design .mr-sm-1,
    .wqa-design .mx-sm-1 {
      margin-right: 0.25rem !important; }
    .wqa-design .mb-sm-1,
    .wqa-design .my-sm-1 {
      margin-bottom: 0.25rem !important; }
    .wqa-design .ml-sm-1,
    .wqa-design .mx-sm-1 {
      margin-left: 0.25rem !important; }
    .wqa-design .m-sm-2 {
      margin: 0.5rem !important; }
    .wqa-design .mt-sm-2,
    .wqa-design .my-sm-2 {
      margin-top: 0.5rem !important; }
    .wqa-design .mr-sm-2,
    .wqa-design .mx-sm-2 {
      margin-right: 0.5rem !important; }
    .wqa-design .mb-sm-2,
    .wqa-design .my-sm-2 {
      margin-bottom: 0.5rem !important; }
    .wqa-design .ml-sm-2,
    .wqa-design .mx-sm-2 {
      margin-left: 0.5rem !important; }
    .wqa-design .m-sm-3 {
      margin: 1rem !important; }
    .wqa-design .mt-sm-3,
    .wqa-design .my-sm-3 {
      margin-top: 1rem !important; }
    .wqa-design .mr-sm-3,
    .wqa-design .mx-sm-3 {
      margin-right: 1rem !important; }
    .wqa-design .mb-sm-3,
    .wqa-design .my-sm-3 {
      margin-bottom: 1rem !important; }
    .wqa-design .ml-sm-3,
    .wqa-design .mx-sm-3 {
      margin-left: 1rem !important; }
    .wqa-design .m-sm-4 {
      margin: 1.5rem !important; }
    .wqa-design .mt-sm-4,
    .wqa-design .my-sm-4 {
      margin-top: 1.5rem !important; }
    .wqa-design .mr-sm-4,
    .wqa-design .mx-sm-4 {
      margin-right: 1.5rem !important; }
    .wqa-design .mb-sm-4,
    .wqa-design .my-sm-4 {
      margin-bottom: 1.5rem !important; }
    .wqa-design .ml-sm-4,
    .wqa-design .mx-sm-4 {
      margin-left: 1.5rem !important; }
    .wqa-design .m-sm-5 {
      margin: 3rem !important; }
    .wqa-design .mt-sm-5,
    .wqa-design .my-sm-5 {
      margin-top: 3rem !important; }
    .wqa-design .mr-sm-5,
    .wqa-design .mx-sm-5 {
      margin-right: 3rem !important; }
    .wqa-design .mb-sm-5,
    .wqa-design .my-sm-5 {
      margin-bottom: 3rem !important; }
    .wqa-design .ml-sm-5,
    .wqa-design .mx-sm-5 {
      margin-left: 3rem !important; }
    .wqa-design .p-sm-0 {
      padding: 0 !important; }
    .wqa-design .pt-sm-0,
    .wqa-design .py-sm-0 {
      padding-top: 0 !important; }
    .wqa-design .pr-sm-0,
    .wqa-design .px-sm-0 {
      padding-right: 0 !important; }
    .wqa-design .pb-sm-0,
    .wqa-design .py-sm-0 {
      padding-bottom: 0 !important; }
    .wqa-design .pl-sm-0,
    .wqa-design .px-sm-0 {
      padding-left: 0 !important; }
    .wqa-design .p-sm-1 {
      padding: 0.25rem !important; }
    .wqa-design .pt-sm-1,
    .wqa-design .py-sm-1 {
      padding-top: 0.25rem !important; }
    .wqa-design .pr-sm-1,
    .wqa-design .px-sm-1 {
      padding-right: 0.25rem !important; }
    .wqa-design .pb-sm-1,
    .wqa-design .py-sm-1 {
      padding-bottom: 0.25rem !important; }
    .wqa-design .pl-sm-1,
    .wqa-design .px-sm-1 {
      padding-left: 0.25rem !important; }
    .wqa-design .p-sm-2 {
      padding: 0.5rem !important; }
    .wqa-design .pt-sm-2,
    .wqa-design .py-sm-2 {
      padding-top: 0.5rem !important; }
    .wqa-design .pr-sm-2,
    .wqa-design .px-sm-2 {
      padding-right: 0.5rem !important; }
    .wqa-design .pb-sm-2,
    .wqa-design .py-sm-2 {
      padding-bottom: 0.5rem !important; }
    .wqa-design .pl-sm-2,
    .wqa-design .px-sm-2 {
      padding-left: 0.5rem !important; }
    .wqa-design .p-sm-3 {
      padding: 1rem !important; }
    .wqa-design .pt-sm-3,
    .wqa-design .py-sm-3 {
      padding-top: 1rem !important; }
    .wqa-design .pr-sm-3,
    .wqa-design .px-sm-3 {
      padding-right: 1rem !important; }
    .wqa-design .pb-sm-3,
    .wqa-design .py-sm-3 {
      padding-bottom: 1rem !important; }
    .wqa-design .pl-sm-3,
    .wqa-design .px-sm-3 {
      padding-left: 1rem !important; }
    .wqa-design .p-sm-4 {
      padding: 1.5rem !important; }
    .wqa-design .pt-sm-4,
    .wqa-design .py-sm-4 {
      padding-top: 1.5rem !important; }
    .wqa-design .pr-sm-4,
    .wqa-design .px-sm-4 {
      padding-right: 1.5rem !important; }
    .wqa-design .pb-sm-4,
    .wqa-design .py-sm-4 {
      padding-bottom: 1.5rem !important; }
    .wqa-design .pl-sm-4,
    .wqa-design .px-sm-4 {
      padding-left: 1.5rem !important; }
    .wqa-design .p-sm-5 {
      padding: 3rem !important; }
    .wqa-design .pt-sm-5,
    .wqa-design .py-sm-5 {
      padding-top: 3rem !important; }
    .wqa-design .pr-sm-5,
    .wqa-design .px-sm-5 {
      padding-right: 3rem !important; }
    .wqa-design .pb-sm-5,
    .wqa-design .py-sm-5 {
      padding-bottom: 3rem !important; }
    .wqa-design .pl-sm-5,
    .wqa-design .px-sm-5 {
      padding-left: 3rem !important; }
    .wqa-design .m-sm-auto {
      margin: auto !important; }
    .wqa-design .mt-sm-auto,
    .wqa-design .my-sm-auto {
      margin-top: auto !important; }
    .wqa-design .mr-sm-auto,
    .wqa-design .mx-sm-auto {
      margin-right: auto !important; }
    .wqa-design .mb-sm-auto,
    .wqa-design .my-sm-auto {
      margin-bottom: auto !important; }
    .wqa-design .ml-sm-auto,
    .wqa-design .mx-sm-auto {
      margin-left: auto !important; } }
  @media (min-width: 768px) {
    .wqa-design .m-md-0 {
      margin: 0 !important; }
    .wqa-design .mt-md-0,
    .wqa-design .my-md-0 {
      margin-top: 0 !important; }
    .wqa-design .mr-md-0,
    .wqa-design .mx-md-0 {
      margin-right: 0 !important; }
    .wqa-design .mb-md-0,
    .wqa-design .my-md-0 {
      margin-bottom: 0 !important; }
    .wqa-design .ml-md-0,
    .wqa-design .mx-md-0 {
      margin-left: 0 !important; }
    .wqa-design .m-md-1 {
      margin: 0.25rem !important; }
    .wqa-design .mt-md-1,
    .wqa-design .my-md-1 {
      margin-top: 0.25rem !important; }
    .wqa-design .mr-md-1,
    .wqa-design .mx-md-1 {
      margin-right: 0.25rem !important; }
    .wqa-design .mb-md-1,
    .wqa-design .my-md-1 {
      margin-bottom: 0.25rem !important; }
    .wqa-design .ml-md-1,
    .wqa-design .mx-md-1 {
      margin-left: 0.25rem !important; }
    .wqa-design .m-md-2 {
      margin: 0.5rem !important; }
    .wqa-design .mt-md-2,
    .wqa-design .my-md-2 {
      margin-top: 0.5rem !important; }
    .wqa-design .mr-md-2,
    .wqa-design .mx-md-2 {
      margin-right: 0.5rem !important; }
    .wqa-design .mb-md-2,
    .wqa-design .my-md-2 {
      margin-bottom: 0.5rem !important; }
    .wqa-design .ml-md-2,
    .wqa-design .mx-md-2 {
      margin-left: 0.5rem !important; }
    .wqa-design .m-md-3 {
      margin: 1rem !important; }
    .wqa-design .mt-md-3,
    .wqa-design .my-md-3 {
      margin-top: 1rem !important; }
    .wqa-design .mr-md-3,
    .wqa-design .mx-md-3 {
      margin-right: 1rem !important; }
    .wqa-design .mb-md-3,
    .wqa-design .my-md-3 {
      margin-bottom: 1rem !important; }
    .wqa-design .ml-md-3,
    .wqa-design .mx-md-3 {
      margin-left: 1rem !important; }
    .wqa-design .m-md-4 {
      margin: 1.5rem !important; }
    .wqa-design .mt-md-4,
    .wqa-design .my-md-4 {
      margin-top: 1.5rem !important; }
    .wqa-design .mr-md-4,
    .wqa-design .mx-md-4 {
      margin-right: 1.5rem !important; }
    .wqa-design .mb-md-4,
    .wqa-design .my-md-4 {
      margin-bottom: 1.5rem !important; }
    .wqa-design .ml-md-4,
    .wqa-design .mx-md-4 {
      margin-left: 1.5rem !important; }
    .wqa-design .m-md-5 {
      margin: 3rem !important; }
    .wqa-design .mt-md-5,
    .wqa-design .my-md-5 {
      margin-top: 3rem !important; }
    .wqa-design .mr-md-5,
    .wqa-design .mx-md-5 {
      margin-right: 3rem !important; }
    .wqa-design .mb-md-5,
    .wqa-design .my-md-5 {
      margin-bottom: 3rem !important; }
    .wqa-design .ml-md-5,
    .wqa-design .mx-md-5 {
      margin-left: 3rem !important; }
    .wqa-design .p-md-0 {
      padding: 0 !important; }
    .wqa-design .pt-md-0,
    .wqa-design .py-md-0 {
      padding-top: 0 !important; }
    .wqa-design .pr-md-0,
    .wqa-design .px-md-0 {
      padding-right: 0 !important; }
    .wqa-design .pb-md-0,
    .wqa-design .py-md-0 {
      padding-bottom: 0 !important; }
    .wqa-design .pl-md-0,
    .wqa-design .px-md-0 {
      padding-left: 0 !important; }
    .wqa-design .p-md-1 {
      padding: 0.25rem !important; }
    .wqa-design .pt-md-1,
    .wqa-design .py-md-1 {
      padding-top: 0.25rem !important; }
    .wqa-design .pr-md-1,
    .wqa-design .px-md-1 {
      padding-right: 0.25rem !important; }
    .wqa-design .pb-md-1,
    .wqa-design .py-md-1 {
      padding-bottom: 0.25rem !important; }
    .wqa-design .pl-md-1,
    .wqa-design .px-md-1 {
      padding-left: 0.25rem !important; }
    .wqa-design .p-md-2 {
      padding: 0.5rem !important; }
    .wqa-design .pt-md-2,
    .wqa-design .py-md-2 {
      padding-top: 0.5rem !important; }
    .wqa-design .pr-md-2,
    .wqa-design .px-md-2 {
      padding-right: 0.5rem !important; }
    .wqa-design .pb-md-2,
    .wqa-design .py-md-2 {
      padding-bottom: 0.5rem !important; }
    .wqa-design .pl-md-2,
    .wqa-design .px-md-2 {
      padding-left: 0.5rem !important; }
    .wqa-design .p-md-3 {
      padding: 1rem !important; }
    .wqa-design .pt-md-3,
    .wqa-design .py-md-3 {
      padding-top: 1rem !important; }
    .wqa-design .pr-md-3,
    .wqa-design .px-md-3 {
      padding-right: 1rem !important; }
    .wqa-design .pb-md-3,
    .wqa-design .py-md-3 {
      padding-bottom: 1rem !important; }
    .wqa-design .pl-md-3,
    .wqa-design .px-md-3 {
      padding-left: 1rem !important; }
    .wqa-design .p-md-4 {
      padding: 1.5rem !important; }
    .wqa-design .pt-md-4,
    .wqa-design .py-md-4 {
      padding-top: 1.5rem !important; }
    .wqa-design .pr-md-4,
    .wqa-design .px-md-4 {
      padding-right: 1.5rem !important; }
    .wqa-design .pb-md-4,
    .wqa-design .py-md-4 {
      padding-bottom: 1.5rem !important; }
    .wqa-design .pl-md-4,
    .wqa-design .px-md-4 {
      padding-left: 1.5rem !important; }
    .wqa-design .p-md-5 {
      padding: 3rem !important; }
    .wqa-design .pt-md-5,
    .wqa-design .py-md-5 {
      padding-top: 3rem !important; }
    .wqa-design .pr-md-5,
    .wqa-design .px-md-5 {
      padding-right: 3rem !important; }
    .wqa-design .pb-md-5,
    .wqa-design .py-md-5 {
      padding-bottom: 3rem !important; }
    .wqa-design .pl-md-5,
    .wqa-design .px-md-5 {
      padding-left: 3rem !important; }
    .wqa-design .m-md-auto {
      margin: auto !important; }
    .wqa-design .mt-md-auto,
    .wqa-design .my-md-auto {
      margin-top: auto !important; }
    .wqa-design .mr-md-auto,
    .wqa-design .mx-md-auto {
      margin-right: auto !important; }
    .wqa-design .mb-md-auto,
    .wqa-design .my-md-auto {
      margin-bottom: auto !important; }
    .wqa-design .ml-md-auto,
    .wqa-design .mx-md-auto {
      margin-left: auto !important; } }
  @media (min-width: 1024px) {
    .wqa-design .m-lg-0 {
      margin: 0 !important; }
    .wqa-design .mt-lg-0,
    .wqa-design .my-lg-0 {
      margin-top: 0 !important; }
    .wqa-design .mr-lg-0,
    .wqa-design .mx-lg-0 {
      margin-right: 0 !important; }
    .wqa-design .mb-lg-0,
    .wqa-design .my-lg-0 {
      margin-bottom: 0 !important; }
    .wqa-design .ml-lg-0,
    .wqa-design .mx-lg-0 {
      margin-left: 0 !important; }
    .wqa-design .m-lg-1 {
      margin: 0.25rem !important; }
    .wqa-design .mt-lg-1,
    .wqa-design .my-lg-1 {
      margin-top: 0.25rem !important; }
    .wqa-design .mr-lg-1,
    .wqa-design .mx-lg-1 {
      margin-right: 0.25rem !important; }
    .wqa-design .mb-lg-1,
    .wqa-design .my-lg-1 {
      margin-bottom: 0.25rem !important; }
    .wqa-design .ml-lg-1,
    .wqa-design .mx-lg-1 {
      margin-left: 0.25rem !important; }
    .wqa-design .m-lg-2 {
      margin: 0.5rem !important; }
    .wqa-design .mt-lg-2,
    .wqa-design .my-lg-2 {
      margin-top: 0.5rem !important; }
    .wqa-design .mr-lg-2,
    .wqa-design .mx-lg-2 {
      margin-right: 0.5rem !important; }
    .wqa-design .mb-lg-2,
    .wqa-design .my-lg-2 {
      margin-bottom: 0.5rem !important; }
    .wqa-design .ml-lg-2,
    .wqa-design .mx-lg-2 {
      margin-left: 0.5rem !important; }
    .wqa-design .m-lg-3 {
      margin: 1rem !important; }
    .wqa-design .mt-lg-3,
    .wqa-design .my-lg-3 {
      margin-top: 1rem !important; }
    .wqa-design .mr-lg-3,
    .wqa-design .mx-lg-3 {
      margin-right: 1rem !important; }
    .wqa-design .mb-lg-3,
    .wqa-design .my-lg-3 {
      margin-bottom: 1rem !important; }
    .wqa-design .ml-lg-3,
    .wqa-design .mx-lg-3 {
      margin-left: 1rem !important; }
    .wqa-design .m-lg-4 {
      margin: 1.5rem !important; }
    .wqa-design .mt-lg-4,
    .wqa-design .my-lg-4 {
      margin-top: 1.5rem !important; }
    .wqa-design .mr-lg-4,
    .wqa-design .mx-lg-4 {
      margin-right: 1.5rem !important; }
    .wqa-design .mb-lg-4,
    .wqa-design .my-lg-4 {
      margin-bottom: 1.5rem !important; }
    .wqa-design .ml-lg-4,
    .wqa-design .mx-lg-4 {
      margin-left: 1.5rem !important; }
    .wqa-design .m-lg-5 {
      margin: 3rem !important; }
    .wqa-design .mt-lg-5,
    .wqa-design .my-lg-5 {
      margin-top: 3rem !important; }
    .wqa-design .mr-lg-5,
    .wqa-design .mx-lg-5 {
      margin-right: 3rem !important; }
    .wqa-design .mb-lg-5,
    .wqa-design .my-lg-5 {
      margin-bottom: 3rem !important; }
    .wqa-design .ml-lg-5,
    .wqa-design .mx-lg-5 {
      margin-left: 3rem !important; }
    .wqa-design .p-lg-0 {
      padding: 0 !important; }
    .wqa-design .pt-lg-0,
    .wqa-design .py-lg-0 {
      padding-top: 0 !important; }
    .wqa-design .pr-lg-0,
    .wqa-design .px-lg-0 {
      padding-right: 0 !important; }
    .wqa-design .pb-lg-0,
    .wqa-design .py-lg-0 {
      padding-bottom: 0 !important; }
    .wqa-design .pl-lg-0,
    .wqa-design .px-lg-0 {
      padding-left: 0 !important; }
    .wqa-design .p-lg-1 {
      padding: 0.25rem !important; }
    .wqa-design .pt-lg-1,
    .wqa-design .py-lg-1 {
      padding-top: 0.25rem !important; }
    .wqa-design .pr-lg-1,
    .wqa-design .px-lg-1 {
      padding-right: 0.25rem !important; }
    .wqa-design .pb-lg-1,
    .wqa-design .py-lg-1 {
      padding-bottom: 0.25rem !important; }
    .wqa-design .pl-lg-1,
    .wqa-design .px-lg-1 {
      padding-left: 0.25rem !important; }
    .wqa-design .p-lg-2 {
      padding: 0.5rem !important; }
    .wqa-design .pt-lg-2,
    .wqa-design .py-lg-2 {
      padding-top: 0.5rem !important; }
    .wqa-design .pr-lg-2,
    .wqa-design .px-lg-2 {
      padding-right: 0.5rem !important; }
    .wqa-design .pb-lg-2,
    .wqa-design .py-lg-2 {
      padding-bottom: 0.5rem !important; }
    .wqa-design .pl-lg-2,
    .wqa-design .px-lg-2 {
      padding-left: 0.5rem !important; }
    .wqa-design .p-lg-3 {
      padding: 1rem !important; }
    .wqa-design .pt-lg-3,
    .wqa-design .py-lg-3 {
      padding-top: 1rem !important; }
    .wqa-design .pr-lg-3,
    .wqa-design .px-lg-3 {
      padding-right: 1rem !important; }
    .wqa-design .pb-lg-3,
    .wqa-design .py-lg-3 {
      padding-bottom: 1rem !important; }
    .wqa-design .pl-lg-3,
    .wqa-design .px-lg-3 {
      padding-left: 1rem !important; }
    .wqa-design .p-lg-4 {
      padding: 1.5rem !important; }
    .wqa-design .pt-lg-4,
    .wqa-design .py-lg-4 {
      padding-top: 1.5rem !important; }
    .wqa-design .pr-lg-4,
    .wqa-design .px-lg-4 {
      padding-right: 1.5rem !important; }
    .wqa-design .pb-lg-4,
    .wqa-design .py-lg-4 {
      padding-bottom: 1.5rem !important; }
    .wqa-design .pl-lg-4,
    .wqa-design .px-lg-4 {
      padding-left: 1.5rem !important; }
    .wqa-design .p-lg-5 {
      padding: 3rem !important; }
    .wqa-design .pt-lg-5,
    .wqa-design .py-lg-5 {
      padding-top: 3rem !important; }
    .wqa-design .pr-lg-5,
    .wqa-design .px-lg-5 {
      padding-right: 3rem !important; }
    .wqa-design .pb-lg-5,
    .wqa-design .py-lg-5 {
      padding-bottom: 3rem !important; }
    .wqa-design .pl-lg-5,
    .wqa-design .px-lg-5 {
      padding-left: 3rem !important; }
    .wqa-design .m-lg-auto {
      margin: auto !important; }
    .wqa-design .mt-lg-auto,
    .wqa-design .my-lg-auto {
      margin-top: auto !important; }
    .wqa-design .mr-lg-auto,
    .wqa-design .mx-lg-auto {
      margin-right: auto !important; }
    .wqa-design .mb-lg-auto,
    .wqa-design .my-lg-auto {
      margin-bottom: auto !important; }
    .wqa-design .ml-lg-auto,
    .wqa-design .mx-lg-auto {
      margin-left: auto !important; } }
  @media (min-width: 1440px) {
    .wqa-design .m-xl-0 {
      margin: 0 !important; }
    .wqa-design .mt-xl-0,
    .wqa-design .my-xl-0 {
      margin-top: 0 !important; }
    .wqa-design .mr-xl-0,
    .wqa-design .mx-xl-0 {
      margin-right: 0 !important; }
    .wqa-design .mb-xl-0,
    .wqa-design .my-xl-0 {
      margin-bottom: 0 !important; }
    .wqa-design .ml-xl-0,
    .wqa-design .mx-xl-0 {
      margin-left: 0 !important; }
    .wqa-design .m-xl-1 {
      margin: 0.25rem !important; }
    .wqa-design .mt-xl-1,
    .wqa-design .my-xl-1 {
      margin-top: 0.25rem !important; }
    .wqa-design .mr-xl-1,
    .wqa-design .mx-xl-1 {
      margin-right: 0.25rem !important; }
    .wqa-design .mb-xl-1,
    .wqa-design .my-xl-1 {
      margin-bottom: 0.25rem !important; }
    .wqa-design .ml-xl-1,
    .wqa-design .mx-xl-1 {
      margin-left: 0.25rem !important; }
    .wqa-design .m-xl-2 {
      margin: 0.5rem !important; }
    .wqa-design .mt-xl-2,
    .wqa-design .my-xl-2 {
      margin-top: 0.5rem !important; }
    .wqa-design .mr-xl-2,
    .wqa-design .mx-xl-2 {
      margin-right: 0.5rem !important; }
    .wqa-design .mb-xl-2,
    .wqa-design .my-xl-2 {
      margin-bottom: 0.5rem !important; }
    .wqa-design .ml-xl-2,
    .wqa-design .mx-xl-2 {
      margin-left: 0.5rem !important; }
    .wqa-design .m-xl-3 {
      margin: 1rem !important; }
    .wqa-design .mt-xl-3,
    .wqa-design .my-xl-3 {
      margin-top: 1rem !important; }
    .wqa-design .mr-xl-3,
    .wqa-design .mx-xl-3 {
      margin-right: 1rem !important; }
    .wqa-design .mb-xl-3,
    .wqa-design .my-xl-3 {
      margin-bottom: 1rem !important; }
    .wqa-design .ml-xl-3,
    .wqa-design .mx-xl-3 {
      margin-left: 1rem !important; }
    .wqa-design .m-xl-4 {
      margin: 1.5rem !important; }
    .wqa-design .mt-xl-4,
    .wqa-design .my-xl-4 {
      margin-top: 1.5rem !important; }
    .wqa-design .mr-xl-4,
    .wqa-design .mx-xl-4 {
      margin-right: 1.5rem !important; }
    .wqa-design .mb-xl-4,
    .wqa-design .my-xl-4 {
      margin-bottom: 1.5rem !important; }
    .wqa-design .ml-xl-4,
    .wqa-design .mx-xl-4 {
      margin-left: 1.5rem !important; }
    .wqa-design .m-xl-5 {
      margin: 3rem !important; }
    .wqa-design .mt-xl-5,
    .wqa-design .my-xl-5 {
      margin-top: 3rem !important; }
    .wqa-design .mr-xl-5,
    .wqa-design .mx-xl-5 {
      margin-right: 3rem !important; }
    .wqa-design .mb-xl-5,
    .wqa-design .my-xl-5 {
      margin-bottom: 3rem !important; }
    .wqa-design .ml-xl-5,
    .wqa-design .mx-xl-5 {
      margin-left: 3rem !important; }
    .wqa-design .p-xl-0 {
      padding: 0 !important; }
    .wqa-design .pt-xl-0,
    .wqa-design .py-xl-0 {
      padding-top: 0 !important; }
    .wqa-design .pr-xl-0,
    .wqa-design .px-xl-0 {
      padding-right: 0 !important; }
    .wqa-design .pb-xl-0,
    .wqa-design .py-xl-0 {
      padding-bottom: 0 !important; }
    .wqa-design .pl-xl-0,
    .wqa-design .px-xl-0 {
      padding-left: 0 !important; }
    .wqa-design .p-xl-1 {
      padding: 0.25rem !important; }
    .wqa-design .pt-xl-1,
    .wqa-design .py-xl-1 {
      padding-top: 0.25rem !important; }
    .wqa-design .pr-xl-1,
    .wqa-design .px-xl-1 {
      padding-right: 0.25rem !important; }
    .wqa-design .pb-xl-1,
    .wqa-design .py-xl-1 {
      padding-bottom: 0.25rem !important; }
    .wqa-design .pl-xl-1,
    .wqa-design .px-xl-1 {
      padding-left: 0.25rem !important; }
    .wqa-design .p-xl-2 {
      padding: 0.5rem !important; }
    .wqa-design .pt-xl-2,
    .wqa-design .py-xl-2 {
      padding-top: 0.5rem !important; }
    .wqa-design .pr-xl-2,
    .wqa-design .px-xl-2 {
      padding-right: 0.5rem !important; }
    .wqa-design .pb-xl-2,
    .wqa-design .py-xl-2 {
      padding-bottom: 0.5rem !important; }
    .wqa-design .pl-xl-2,
    .wqa-design .px-xl-2 {
      padding-left: 0.5rem !important; }
    .wqa-design .p-xl-3 {
      padding: 1rem !important; }
    .wqa-design .pt-xl-3,
    .wqa-design .py-xl-3 {
      padding-top: 1rem !important; }
    .wqa-design .pr-xl-3,
    .wqa-design .px-xl-3 {
      padding-right: 1rem !important; }
    .wqa-design .pb-xl-3,
    .wqa-design .py-xl-3 {
      padding-bottom: 1rem !important; }
    .wqa-design .pl-xl-3,
    .wqa-design .px-xl-3 {
      padding-left: 1rem !important; }
    .wqa-design .p-xl-4 {
      padding: 1.5rem !important; }
    .wqa-design .pt-xl-4,
    .wqa-design .py-xl-4 {
      padding-top: 1.5rem !important; }
    .wqa-design .pr-xl-4,
    .wqa-design .px-xl-4 {
      padding-right: 1.5rem !important; }
    .wqa-design .pb-xl-4,
    .wqa-design .py-xl-4 {
      padding-bottom: 1.5rem !important; }
    .wqa-design .pl-xl-4,
    .wqa-design .px-xl-4 {
      padding-left: 1.5rem !important; }
    .wqa-design .p-xl-5 {
      padding: 3rem !important; }
    .wqa-design .pt-xl-5,
    .wqa-design .py-xl-5 {
      padding-top: 3rem !important; }
    .wqa-design .pr-xl-5,
    .wqa-design .px-xl-5 {
      padding-right: 3rem !important; }
    .wqa-design .pb-xl-5,
    .wqa-design .py-xl-5 {
      padding-bottom: 3rem !important; }
    .wqa-design .pl-xl-5,
    .wqa-design .px-xl-5 {
      padding-left: 3rem !important; }
    .wqa-design .m-xl-auto {
      margin: auto !important; }
    .wqa-design .mt-xl-auto,
    .wqa-design .my-xl-auto {
      margin-top: auto !important; }
    .wqa-design .mr-xl-auto,
    .wqa-design .mx-xl-auto {
      margin-right: auto !important; }
    .wqa-design .mb-xl-auto,
    .wqa-design .my-xl-auto {
      margin-bottom: auto !important; }
    .wqa-design .ml-xl-auto,
    .wqa-design .mx-xl-auto {
      margin-left: auto !important; } }
  .wqa-design .text-monospace {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  .wqa-design .text-justify {
    text-align: justify !important; }
  .wqa-design .text-nowrap {
    white-space: nowrap !important; }
  .wqa-design .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .wqa-design .text-left {
    text-align: left !important; }
  .wqa-design .text-right {
    text-align: right !important; }
  .wqa-design .text-center {
    text-align: center !important; }
  @media (min-width: 480px) {
    .wqa-design .text-sm-left {
      text-align: left !important; }
    .wqa-design .text-sm-right {
      text-align: right !important; }
    .wqa-design .text-sm-center {
      text-align: center !important; } }
  @media (min-width: 768px) {
    .wqa-design .text-md-left {
      text-align: left !important; }
    .wqa-design .text-md-right {
      text-align: right !important; }
    .wqa-design .text-md-center {
      text-align: center !important; } }
  @media (min-width: 1024px) {
    .wqa-design .text-lg-left {
      text-align: left !important; }
    .wqa-design .text-lg-right {
      text-align: right !important; }
    .wqa-design .text-lg-center {
      text-align: center !important; } }
  @media (min-width: 1440px) {
    .wqa-design .text-xl-left {
      text-align: left !important; }
    .wqa-design .text-xl-right {
      text-align: right !important; }
    .wqa-design .text-xl-center {
      text-align: center !important; } }
  .wqa-design .text-lowercase {
    text-transform: lowercase !important; }
  .wqa-design .text-uppercase {
    text-transform: uppercase !important; }
  .wqa-design .text-capitalize {
    text-transform: capitalize !important; }
  .wqa-design .font-weight-light {
    font-weight: 300 !important; }
  .wqa-design .font-weight-normal {
    font-weight: 400 !important; }
  .wqa-design .font-weight-bold {
    font-weight: 700 !important; }
  .wqa-design .font-italic {
    font-style: italic !important; }
  .wqa-design .text-white {
    color: #fff !important; }
  .wqa-design .text-primary {
    color: #BD8BCA !important; }
  .wqa-design a.text-primary:hover, .wqa-design a.text-primary:focus {
    color: #a968ba !important; }
  .wqa-design .text-secondary {
    color: #67b251 !important; }
  .wqa-design a.text-secondary:hover, .wqa-design a.text-secondary:focus {
    color: #529040 !important; }
  .wqa-design .text-success {
    color: #7BB739 !important; }
  .wqa-design a.text-success:hover, .wqa-design a.text-success:focus {
    color: #61902d !important; }
  .wqa-design .text-info {
    color: #95C0F1 !important; }
  .wqa-design a.text-info:hover, .wqa-design a.text-info:focus {
    color: #68a5eb !important; }
  .wqa-design .text-warning {
    color: #F8B259 !important; }
  .wqa-design a.text-warning:hover, .wqa-design a.text-warning:focus {
    color: #f69b28 !important; }
  .wqa-design .text-danger {
    color: #DE6C6C !important; }
  .wqa-design a.text-danger:hover, .wqa-design a.text-danger:focus {
    color: #d54242 !important; }
  .wqa-design .text-light {
    color: #EEEEEE !important; }
  .wqa-design a.text-light:hover, .wqa-design a.text-light:focus {
    color: #d5d4d4 !important; }
  .wqa-design .text-dark {
    color: #555555 !important; }
  .wqa-design a.text-dark:hover, .wqa-design a.text-dark:focus {
    color: #3c3b3b !important; }
  .wqa-design .text-body {
    color: #354657 !important; }
  .wqa-design .text-muted {
    color: #6c757d !important; }
  .wqa-design .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  .wqa-design .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .wqa-design .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .wqa-design .visible {
    visibility: visible !important; }
  .wqa-design .invisible {
    visibility: hidden !important; }
  @media print {
    .wqa-design *,
    .wqa-design *::before,
    .wqa-design *::after {
      text-shadow: none !important;
      box-shadow: none !important; }
    .wqa-design a:not(.btn) {
      text-decoration: underline; }
    .wqa-design abbr[title]::after {
      content: " (" attr(title) ")"; }
    .wqa-design pre {
      white-space: pre-wrap !important; }
    .wqa-design pre,
    .wqa-design blockquote {
      border: 1px solid #adb5bd;
      page-break-inside: avoid; }
    .wqa-design thead {
      display: table-header-group; }
    .wqa-design tr,
    .wqa-design img {
      page-break-inside: avoid; }
    .wqa-design p,
    .wqa-design h2,
    .wqa-design h3 {
      orphans: 3;
      widows: 3; }
    .wqa-design h2,
    .wqa-design h3 {
      page-break-after: avoid; }
    @page {
      .wqa-design {
        size: a3; } }
    body .wqa-design  {
      min-width: 1024px !important; }
    .wqa-design .container, .wqa-design .agenda__table-date, .wqa-design .agenda__table-row-inner {
      min-width: 1024px !important; }
    .wqa-design .navbar {
      display: none; }
    .wqa-design .badge {
      border: 1px solid #000; }
    .wqa-design .table {
      border-collapse: collapse !important; }
      .wqa-design .table td,
      .wqa-design .table th {
        background-color: #fff !important; }
    .wqa-design .table-bordered th,
    .wqa-design .table-bordered td {
      border: 1px solid #dee2e6 !important; }
    .wqa-design .table-dark {
      color: inherit; }
      .wqa-design .table-dark th,
      .wqa-design .table-dark td,
      .wqa-design .table-dark thead th,
      .wqa-design .table-dark tbody + tbody {
        border-color: #dee2e6; }
    .wqa-design .table .thead-dark th {
      color: inherit;
      border-color: #dee2e6; } }
  .wqa-design .ui-helper-hidden {
    display: none; }
  .wqa-design .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .wqa-design .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none; }
  .wqa-design .ui-helper-clearfix:before,
  .wqa-design .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse; }
  .wqa-design .ui-helper-clearfix:after {
    clear: both; }
  .wqa-design .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */ }
  .wqa-design .ui-front {
    z-index: 100; }
  .wqa-design .ui-state-disabled {
    cursor: default !important;
    pointer-events: none; }
  .wqa-design .ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat; }
  .wqa-design .ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block; }
  .wqa-design .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .wqa-design .ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none; }
  .wqa-design .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  .wqa-design .ui-datepicker .ui-datepicker-prev,
  .wqa-design .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em; }
  .wqa-design .ui-datepicker .ui-datepicker-prev-hover,
  .wqa-design .ui-datepicker .ui-datepicker-next-hover {
    top: 1px; }
  .wqa-design .ui-datepicker .ui-datepicker-prev {
    left: 2px; }
  .wqa-design .ui-datepicker .ui-datepicker-next {
    right: 2px; }
  .wqa-design .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px; }
  .wqa-design .ui-datepicker .ui-datepicker-next-hover {
    right: 1px; }
  .wqa-design .ui-datepicker .ui-datepicker-prev span,
  .wqa-design .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px; }
  .wqa-design .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
  .wqa-design .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0; }
  .wqa-design .ui-datepicker select.ui-datepicker-month,
  .wqa-design .ui-datepicker select.ui-datepicker-year {
    width: 45%; }
  .wqa-design .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  .wqa-design .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  .wqa-design .ui-datepicker td {
    border: 0;
    padding: 1px; }
  .wqa-design .ui-datepicker td span,
  .wqa-design .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none; }
  .wqa-design .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
  .wqa-design .ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible; }
  .wqa-design .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left; }
  .wqa-design .ui-datepicker.ui-datepicker-multi {
    width: auto; }
  .wqa-design .ui-datepicker-multi .ui-datepicker-group {
    float: left; }
  .wqa-design .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }
  .wqa-design .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%; }
  .wqa-design .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%; }
  .wqa-design .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%; }
  .wqa-design .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
  .wqa-design .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0; }
  .wqa-design .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left; }
  .wqa-design .ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0; }
  .wqa-design .ui-datepicker-rtl {
    direction: rtl; }
  .wqa-design .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
  .wqa-design .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
  .wqa-design .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto; }
  .wqa-design .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto; }
  .wqa-design .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
  .wqa-design .ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left; }
  .wqa-design .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
  .wqa-design .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  .wqa-design .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
  .wqa-design .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }
  .wqa-design .ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em; }
  .wqa-design .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
  .wqa-design .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .wqa-design .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .wqa-design .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .wqa-design .owl-carousel .owl-wrapper,
  .wqa-design .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .wqa-design .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .wqa-design .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .wqa-design .owl-carousel .owl-nav.disabled,
  .wqa-design .owl-carousel .owl-dots.disabled {
    display: none; }
  .wqa-design .owl-carousel .owl-nav .owl-prev,
  .wqa-design .owl-carousel .owl-nav .owl-next,
  .wqa-design .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .wqa-design .owl-carousel .owl-nav button.owl-prev,
  .wqa-design .owl-carousel .owl-nav button.owl-next,
  .wqa-design .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .wqa-design .owl-carousel.owl-loaded {
    display: block; }
  .wqa-design .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .wqa-design .owl-carousel.owl-hidden {
    opacity: 0; }
  .wqa-design .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .wqa-design .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .wqa-design .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .wqa-design .owl-carousel.owl-rtl {
    direction: rtl; }
  .wqa-design .owl-carousel.owl-rtl .owl-item {
    float: right; }
  .wqa-design .no-js .owl-carousel {
    display: block; }
  .wqa-design .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }
  .wqa-design .owl-carousel .owl-animated-in {
    z-index: 0; }
  .wqa-design .owl-carousel .owl-animated-out {
    z-index: 1; }
  .wqa-design .owl-carousel .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .wqa-design .owl-height {
    transition: height 500ms ease-in-out; }
  .wqa-design .owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .wqa-design .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .wqa-design .owl-carousel .owl-item .owl-lazy[src^=""], .wqa-design .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .wqa-design .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
  .wqa-design .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .wqa-design .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }
  .wqa-design .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
  .wqa-design .owl-carousel .owl-video-playing .owl-video-tn,
  .wqa-design .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  .wqa-design .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }
  .wqa-design .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
  body[data-aos-duration='50'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='50'] {
    transition-duration: 50ms; }
  body[data-aos-delay='50'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='50'] {
    transition-delay: 0s; }
    body[data-aos-delay='50'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='50'].aos-animate {
      transition-delay: 50ms; }
  body[data-aos-duration='100'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='100'] {
    transition-duration: 100ms; }
  body[data-aos-delay='100'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='100'] {
    transition-delay: 0s; }
    body[data-aos-delay='100'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='100'].aos-animate {
      transition-delay: 100ms; }
  body[data-aos-duration='150'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='150'] {
    transition-duration: 150ms; }
  body[data-aos-delay='150'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='150'] {
    transition-delay: 0s; }
    body[data-aos-delay='150'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='150'].aos-animate {
      transition-delay: 150ms; }
  body[data-aos-duration='200'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='200'] {
    transition-duration: 200ms; }
  body[data-aos-delay='200'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='200'] {
    transition-delay: 0s; }
    body[data-aos-delay='200'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='200'].aos-animate {
      transition-delay: 200ms; }
  body[data-aos-duration='250'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='250'] {
    transition-duration: 250ms; }
  body[data-aos-delay='250'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='250'] {
    transition-delay: 0s; }
    body[data-aos-delay='250'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='250'].aos-animate {
      transition-delay: 250ms; }
  body[data-aos-duration='300'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='300'] {
    transition-duration: 300ms; }
  body[data-aos-delay='300'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='300'] {
    transition-delay: 0s; }
    body[data-aos-delay='300'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='300'].aos-animate {
      transition-delay: 300ms; }
  body[data-aos-duration='350'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='350'] {
    transition-duration: 350ms; }
  body[data-aos-delay='350'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='350'] {
    transition-delay: 0s; }
    body[data-aos-delay='350'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='350'].aos-animate {
      transition-delay: 350ms; }
  body[data-aos-duration='400'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='400'] {
    transition-duration: 400ms; }
  body[data-aos-delay='400'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='400'] {
    transition-delay: 0s; }
    body[data-aos-delay='400'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='400'].aos-animate {
      transition-delay: 400ms; }
  body[data-aos-duration='450'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='450'] {
    transition-duration: 450ms; }
  body[data-aos-delay='450'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='450'] {
    transition-delay: 0s; }
    body[data-aos-delay='450'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='450'].aos-animate {
      transition-delay: 450ms; }
  body[data-aos-duration='500'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='500'] {
    transition-duration: 500ms; }
  body[data-aos-delay='500'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='500'] {
    transition-delay: 0s; }
    body[data-aos-delay='500'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='500'].aos-animate {
      transition-delay: 500ms; }
  body[data-aos-duration='550'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='550'] {
    transition-duration: 550ms; }
  body[data-aos-delay='550'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='550'] {
    transition-delay: 0s; }
    body[data-aos-delay='550'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='550'].aos-animate {
      transition-delay: 550ms; }
  body[data-aos-duration='600'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='600'] {
    transition-duration: 600ms; }
  body[data-aos-delay='600'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='600'] {
    transition-delay: 0s; }
    body[data-aos-delay='600'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='600'].aos-animate {
      transition-delay: 600ms; }
  body[data-aos-duration='650'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='650'] {
    transition-duration: 650ms; }
  body[data-aos-delay='650'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='650'] {
    transition-delay: 0s; }
    body[data-aos-delay='650'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='650'].aos-animate {
      transition-delay: 650ms; }
  body[data-aos-duration='700'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='700'] {
    transition-duration: 700ms; }
  body[data-aos-delay='700'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='700'] {
    transition-delay: 0s; }
    body[data-aos-delay='700'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='700'].aos-animate {
      transition-delay: 700ms; }
  body[data-aos-duration='750'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='750'] {
    transition-duration: 750ms; }
  body[data-aos-delay='750'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='750'] {
    transition-delay: 0s; }
    body[data-aos-delay='750'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='750'].aos-animate {
      transition-delay: 750ms; }
  body[data-aos-duration='800'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='800'] {
    transition-duration: 800ms; }
  body[data-aos-delay='800'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='800'] {
    transition-delay: 0s; }
    body[data-aos-delay='800'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='800'].aos-animate {
      transition-delay: 800ms; }
  body[data-aos-duration='850'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='850'] {
    transition-duration: 850ms; }
  body[data-aos-delay='850'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='850'] {
    transition-delay: 0s; }
    body[data-aos-delay='850'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='850'].aos-animate {
      transition-delay: 850ms; }
  body[data-aos-duration='900'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='900'] {
    transition-duration: 900ms; }
  body[data-aos-delay='900'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='900'] {
    transition-delay: 0s; }
    body[data-aos-delay='900'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='900'].aos-animate {
      transition-delay: 900ms; }
  body[data-aos-duration='950'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='950'] {
    transition-duration: 950ms; }
  body[data-aos-delay='950'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='950'] {
    transition-delay: 0s; }
    body[data-aos-delay='950'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='950'].aos-animate {
      transition-delay: 950ms; }
  body[data-aos-duration='1000'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1000'] {
    transition-duration: 1000ms; }
  body[data-aos-delay='1000'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1000'] {
    transition-delay: 0s; }
    body[data-aos-delay='1000'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
      transition-delay: 1000ms; }
  body[data-aos-duration='1050'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1050'] {
    transition-duration: 1050ms; }
  body[data-aos-delay='1050'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1050'] {
    transition-delay: 0s; }
    body[data-aos-delay='1050'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
      transition-delay: 1050ms; }
  body[data-aos-duration='1100'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1100'] {
    transition-duration: 1100ms; }
  body[data-aos-delay='1100'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1100'] {
    transition-delay: 0s; }
    body[data-aos-delay='1100'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
      transition-delay: 1100ms; }
  body[data-aos-duration='1150'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1150'] {
    transition-duration: 1150ms; }
  body[data-aos-delay='1150'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1150'] {
    transition-delay: 0s; }
    body[data-aos-delay='1150'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
      transition-delay: 1150ms; }
  body[data-aos-duration='1200'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1200'] {
    transition-duration: 1200ms; }
  body[data-aos-delay='1200'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1200'] {
    transition-delay: 0s; }
    body[data-aos-delay='1200'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
      transition-delay: 1200ms; }
  body[data-aos-duration='1250'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1250'] {
    transition-duration: 1250ms; }
  body[data-aos-delay='1250'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1250'] {
    transition-delay: 0s; }
    body[data-aos-delay='1250'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
      transition-delay: 1250ms; }
  body[data-aos-duration='1300'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1300'] {
    transition-duration: 1300ms; }
  body[data-aos-delay='1300'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1300'] {
    transition-delay: 0s; }
    body[data-aos-delay='1300'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
      transition-delay: 1300ms; }
  body[data-aos-duration='1350'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1350'] {
    transition-duration: 1350ms; }
  body[data-aos-delay='1350'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1350'] {
    transition-delay: 0s; }
    body[data-aos-delay='1350'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
      transition-delay: 1350ms; }
  body[data-aos-duration='1400'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1400'] {
    transition-duration: 1400ms; }
  body[data-aos-delay='1400'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1400'] {
    transition-delay: 0s; }
    body[data-aos-delay='1400'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
      transition-delay: 1400ms; }
  body[data-aos-duration='1450'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1450'] {
    transition-duration: 1450ms; }
  body[data-aos-delay='1450'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1450'] {
    transition-delay: 0s; }
    body[data-aos-delay='1450'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
      transition-delay: 1450ms; }
  body[data-aos-duration='1500'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1500'] {
    transition-duration: 1500ms; }
  body[data-aos-delay='1500'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1500'] {
    transition-delay: 0s; }
    body[data-aos-delay='1500'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
      transition-delay: 1500ms; }
  body[data-aos-duration='1550'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1550'] {
    transition-duration: 1550ms; }
  body[data-aos-delay='1550'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1550'] {
    transition-delay: 0s; }
    body[data-aos-delay='1550'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
      transition-delay: 1550ms; }
  body[data-aos-duration='1600'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1600'] {
    transition-duration: 1600ms; }
  body[data-aos-delay='1600'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1600'] {
    transition-delay: 0s; }
    body[data-aos-delay='1600'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
      transition-delay: 1600ms; }
  body[data-aos-duration='1650'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1650'] {
    transition-duration: 1650ms; }
  body[data-aos-delay='1650'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1650'] {
    transition-delay: 0s; }
    body[data-aos-delay='1650'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
      transition-delay: 1650ms; }
  body[data-aos-duration='1700'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1700'] {
    transition-duration: 1700ms; }
  body[data-aos-delay='1700'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1700'] {
    transition-delay: 0s; }
    body[data-aos-delay='1700'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
      transition-delay: 1700ms; }
  body[data-aos-duration='1750'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1750'] {
    transition-duration: 1750ms; }
  body[data-aos-delay='1750'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1750'] {
    transition-delay: 0s; }
    body[data-aos-delay='1750'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
      transition-delay: 1750ms; }
  body[data-aos-duration='1800'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1800'] {
    transition-duration: 1800ms; }
  body[data-aos-delay='1800'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1800'] {
    transition-delay: 0s; }
    body[data-aos-delay='1800'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
      transition-delay: 1800ms; }
  body[data-aos-duration='1850'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1850'] {
    transition-duration: 1850ms; }
  body[data-aos-delay='1850'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1850'] {
    transition-delay: 0s; }
    body[data-aos-delay='1850'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
      transition-delay: 1850ms; }
  body[data-aos-duration='1900'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1900'] {
    transition-duration: 1900ms; }
  body[data-aos-delay='1900'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1900'] {
    transition-delay: 0s; }
    body[data-aos-delay='1900'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
      transition-delay: 1900ms; }
  body[data-aos-duration='1950'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='1950'] {
    transition-duration: 1950ms; }
  body[data-aos-delay='1950'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='1950'] {
    transition-delay: 0s; }
    body[data-aos-delay='1950'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
      transition-delay: 1950ms; }
  body[data-aos-duration='2000'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2000'] {
    transition-duration: 2000ms; }
  body[data-aos-delay='2000'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2000'] {
    transition-delay: 0s; }
    body[data-aos-delay='2000'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
      transition-delay: 2000ms; }
  body[data-aos-duration='2050'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2050'] {
    transition-duration: 2050ms; }
  body[data-aos-delay='2050'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2050'] {
    transition-delay: 0s; }
    body[data-aos-delay='2050'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
      transition-delay: 2050ms; }
  body[data-aos-duration='2100'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2100'] {
    transition-duration: 2100ms; }
  body[data-aos-delay='2100'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2100'] {
    transition-delay: 0s; }
    body[data-aos-delay='2100'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
      transition-delay: 2100ms; }
  body[data-aos-duration='2150'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2150'] {
    transition-duration: 2150ms; }
  body[data-aos-delay='2150'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2150'] {
    transition-delay: 0s; }
    body[data-aos-delay='2150'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
      transition-delay: 2150ms; }
  body[data-aos-duration='2200'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2200'] {
    transition-duration: 2200ms; }
  body[data-aos-delay='2200'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2200'] {
    transition-delay: 0s; }
    body[data-aos-delay='2200'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
      transition-delay: 2200ms; }
  body[data-aos-duration='2250'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2250'] {
    transition-duration: 2250ms; }
  body[data-aos-delay='2250'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2250'] {
    transition-delay: 0s; }
    body[data-aos-delay='2250'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
      transition-delay: 2250ms; }
  body[data-aos-duration='2300'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2300'] {
    transition-duration: 2300ms; }
  body[data-aos-delay='2300'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2300'] {
    transition-delay: 0s; }
    body[data-aos-delay='2300'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
      transition-delay: 2300ms; }
  body[data-aos-duration='2350'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2350'] {
    transition-duration: 2350ms; }
  body[data-aos-delay='2350'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2350'] {
    transition-delay: 0s; }
    body[data-aos-delay='2350'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
      transition-delay: 2350ms; }
  body[data-aos-duration='2400'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2400'] {
    transition-duration: 2400ms; }
  body[data-aos-delay='2400'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2400'] {
    transition-delay: 0s; }
    body[data-aos-delay='2400'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
      transition-delay: 2400ms; }
  body[data-aos-duration='2450'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2450'] {
    transition-duration: 2450ms; }
  body[data-aos-delay='2450'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2450'] {
    transition-delay: 0s; }
    body[data-aos-delay='2450'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
      transition-delay: 2450ms; }
  body[data-aos-duration='2500'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2500'] {
    transition-duration: 2500ms; }
  body[data-aos-delay='2500'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2500'] {
    transition-delay: 0s; }
    body[data-aos-delay='2500'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
      transition-delay: 2500ms; }
  body[data-aos-duration='2550'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2550'] {
    transition-duration: 2550ms; }
  body[data-aos-delay='2550'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2550'] {
    transition-delay: 0s; }
    body[data-aos-delay='2550'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
      transition-delay: 2550ms; }
  body[data-aos-duration='2600'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2600'] {
    transition-duration: 2600ms; }
  body[data-aos-delay='2600'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2600'] {
    transition-delay: 0s; }
    body[data-aos-delay='2600'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
      transition-delay: 2600ms; }
  body[data-aos-duration='2650'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2650'] {
    transition-duration: 2650ms; }
  body[data-aos-delay='2650'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2650'] {
    transition-delay: 0s; }
    body[data-aos-delay='2650'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
      transition-delay: 2650ms; }
  body[data-aos-duration='2700'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2700'] {
    transition-duration: 2700ms; }
  body[data-aos-delay='2700'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2700'] {
    transition-delay: 0s; }
    body[data-aos-delay='2700'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
      transition-delay: 2700ms; }
  body[data-aos-duration='2750'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2750'] {
    transition-duration: 2750ms; }
  body[data-aos-delay='2750'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2750'] {
    transition-delay: 0s; }
    body[data-aos-delay='2750'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
      transition-delay: 2750ms; }
  body[data-aos-duration='2800'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2800'] {
    transition-duration: 2800ms; }
  body[data-aos-delay='2800'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2800'] {
    transition-delay: 0s; }
    body[data-aos-delay='2800'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
      transition-delay: 2800ms; }
  body[data-aos-duration='2850'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2850'] {
    transition-duration: 2850ms; }
  body[data-aos-delay='2850'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2850'] {
    transition-delay: 0s; }
    body[data-aos-delay='2850'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
      transition-delay: 2850ms; }
  body[data-aos-duration='2900'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2900'] {
    transition-duration: 2900ms; }
  body[data-aos-delay='2900'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2900'] {
    transition-delay: 0s; }
    body[data-aos-delay='2900'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
      transition-delay: 2900ms; }
  body[data-aos-duration='2950'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='2950'] {
    transition-duration: 2950ms; }
  body[data-aos-delay='2950'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='2950'] {
    transition-delay: 0s; }
    body[data-aos-delay='2950'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
      transition-delay: 2950ms; }
  body[data-aos-duration='3000'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-duration='3000'] {
    transition-duration: 3000ms; }
  body[data-aos-delay='3000'] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-delay='3000'] {
    transition-delay: 0s; }
    body[data-aos-delay='3000'] .wqa-design [data-aos].aos-animate, .wqa-design [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
      transition-delay: 3000ms; }
  .wqa-design [data-aos] {
    pointer-events: none; }
    .wqa-design [data-aos].aos-animate {
      pointer-events: auto; }
  body[data-aos-easing="linear"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="linear"] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }
  body[data-aos-easing="ease"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease"] {
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
  body[data-aos-easing="ease-in"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-in"] {
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }
  body[data-aos-easing="ease-out"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-out"] {
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }
  body[data-aos-easing="ease-in-out"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-in-out"] {
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  body[data-aos-easing="ease-in-back"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-in-back"] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }
  body[data-aos-easing="ease-out-back"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-out-back"] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  body[data-aos-easing="ease-in-out-back"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  body[data-aos-easing="ease-in-sine"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  body[data-aos-easing="ease-out-sine"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
  body[data-aos-easing="ease-in-out-sine"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  body[data-aos-easing="ease-in-quad"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  body[data-aos-easing="ease-out-quad"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  body[data-aos-easing="ease-in-out-quad"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  body[data-aos-easing="ease-in-cubic"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  body[data-aos-easing="ease-out-cubic"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  body[data-aos-easing="ease-in-out-cubic"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  body[data-aos-easing="ease-in-quart"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  body[data-aos-easing="ease-out-quart"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  body[data-aos-easing="ease-in-out-quart"] .wqa-design [data-aos], .wqa-design [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  @media screen {
    html:not(.no-js) .wqa-design  {
      /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
      /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
      /**
    * Slide animations
    */
      /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */ }
      html:not(.no-js) .wqa-design [data-aos^='fade'][data-aos^='fade'] {
        opacity: 0;
        transition-property: opacity, transform; }
        html:not(.no-js) .wqa-design [data-aos^='fade'][data-aos^='fade'].aos-animate {
          opacity: 1;
          transform: none; }
      html:not(.no-js) .wqa-design [data-aos='fade-up'] {
        transform: translate3d(0, 40px, 0); }
      html:not(.no-js) .wqa-design [data-aos='fade-down'] {
        transform: translate3d(0, -40px, 0); }
      html:not(.no-js) .wqa-design [data-aos='fade-right'] {
        transform: translate3d(-40px, 0, 0); }
      html:not(.no-js) .wqa-design [data-aos='fade-left'] {
        transform: translate3d(40px, 0, 0); }
      html:not(.no-js) .wqa-design [data-aos='fade-up-right'] {
        transform: translate3d(-40px, 40px, 0); }
      html:not(.no-js) .wqa-design [data-aos='fade-up-left'] {
        transform: translate3d(40px, 40px, 0); }
      html:not(.no-js) .wqa-design [data-aos='fade-down-right'] {
        transform: translate3d(-40px, -40px, 0); }
      html:not(.no-js) .wqa-design [data-aos='fade-down-left'] {
        transform: translate3d(40px, -40px, 0); }
      html:not(.no-js) .wqa-design [data-aos^='zoom'][data-aos^='zoom'] {
        opacity: 0;
        transition-property: opacity, transform; }
        html:not(.no-js) .wqa-design [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
          opacity: 1;
          transform: translate3d(0, 0, 0) scale(1); }
      html:not(.no-js) .wqa-design [data-aos='zoom-in'] {
        transform: scale(0.6); }
      html:not(.no-js) .wqa-design [data-aos='zoom-in-up'] {
        transform: translate3d(0, 40px, 0) scale(0.6); }
      html:not(.no-js) .wqa-design [data-aos='zoom-in-down'] {
        transform: translate3d(0, -40px, 0) scale(0.6); }
      html:not(.no-js) .wqa-design [data-aos='zoom-in-right'] {
        transform: translate3d(-40px, 0, 0) scale(0.6); }
      html:not(.no-js) .wqa-design [data-aos='zoom-in-left'] {
        transform: translate3d(40px, 0, 0) scale(0.6); }
      html:not(.no-js) .wqa-design [data-aos='zoom-out'] {
        transform: scale(1.2); }
      html:not(.no-js) .wqa-design [data-aos='zoom-out-up'] {
        transform: translate3d(0, 40px, 0) scale(1.2); }
      html:not(.no-js) .wqa-design [data-aos='zoom-out-down'] {
        transform: translate3d(0, -40px, 0) scale(1.2); }
      html:not(.no-js) .wqa-design [data-aos='zoom-out-right'] {
        transform: translate3d(-40px, 0, 0) scale(1.2); }
      html:not(.no-js) .wqa-design [data-aos='zoom-out-left'] {
        transform: translate3d(40px, 0, 0) scale(1.2); }
      html:not(.no-js) .wqa-design [data-aos^='slide'][data-aos^='slide'] {
        transition-property: transform;
        visibility: hidden; }
        html:not(.no-js) .wqa-design [data-aos^='slide'][data-aos^='slide'].aos-animate {
          visibility: visible;
          transform: translate3d(0, 0, 0); }
      html:not(.no-js) .wqa-design [data-aos='slide-up'] {
        transform: translate3d(0, 100%, 0); }
      html:not(.no-js) .wqa-design [data-aos='slide-down'] {
        transform: translate3d(0, -100%, 0); }
      html:not(.no-js) .wqa-design [data-aos='slide-right'] {
        transform: translate3d(-100%, 0, 0); }
      html:not(.no-js) .wqa-design [data-aos='slide-left'] {
        transform: translate3d(100%, 0, 0); }
      html:not(.no-js) .wqa-design [data-aos^='flip'][data-aos^='flip'] {
        backface-visibility: hidden;
        transition-property: transform; }
      html:not(.no-js) .wqa-design [data-aos='flip-left'] {
        transform: perspective(2500px) rotateY(-100deg); }
        html:not(.no-js) .wqa-design [data-aos='flip-left'].aos-animate {
          transform: perspective(2500px) rotateY(0); }
      html:not(.no-js) .wqa-design [data-aos='flip-right'] {
        transform: perspective(2500px) rotateY(100deg); }
        html:not(.no-js) .wqa-design [data-aos='flip-right'].aos-animate {
          transform: perspective(2500px) rotateY(0); }
      html:not(.no-js) .wqa-design [data-aos='flip-up'] {
        transform: perspective(2500px) rotateX(-100deg); }
        html:not(.no-js) .wqa-design [data-aos='flip-up'].aos-animate {
          transform: perspective(2500px) rotateX(0); }
      html:not(.no-js) .wqa-design [data-aos='flip-down'] {
        transform: perspective(2500px) rotateX(100deg); }
        html:not(.no-js) .wqa-design [data-aos='flip-down'].aos-animate {
          transform: perspective(2500px) rotateX(0); } }
  .wqa-design .fc {
    direction: ltr;
    text-align: left; }
  .wqa-design .fc-rtl {
    text-align: right; }
  body .wqa-design  .fc {
    /* extra precedence to overcome jqui */
    font-size: 1em; }
  .wqa-design .fc-highlight {
    /* when user is selecting cells */
    background: #bce8f1;
    opacity: .3; }
  .wqa-design .fc-bgevent {
    /* default look for background events */
    background: #8fdf82;
    opacity: .3; }
  .wqa-design .fc-nonbusiness {
    /* default look for non-business-hours areas */
    /* will inherit .fc-bgevent's styles */
    background: #d7d7d7; }
  .wqa-design .fc button {
    /* force height to include the border and padding */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* dimensions */
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    /* text & cursor */
    font-size: 1em;
    /* normalize */
    white-space: nowrap;
    cursor: pointer; }
  .wqa-design .fc button::-moz-focus-inner {
    margin: 0;
    padding: 0; }
  .wqa-design .fc-state-default {
    /* non-theme */
    border: 1px solid; }
  .wqa-design .fc-state-default.fc-corner-left {
    /* non-theme */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .wqa-design .fc-state-default.fc-corner-right {
    /* non-theme */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .wqa-design .fc button .fc-icon {
    /* non-theme */
    position: relative;
    top: -0.05em;
    /* seems to be a good adjustment across browsers */
    margin: 0 .2em;
    vertical-align: middle; }
  .wqa-design .fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .wqa-design .fc-state-hover,
  .wqa-design .fc-state-down,
  .wqa-design .fc-state-active,
  .wqa-design .fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6; }
  .wqa-design .fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }
  .wqa-design .fc-state-down,
  .wqa-design .fc-state-active {
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .wqa-design .fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    box-shadow: none; }
  .wqa-design .fc-button-group {
    display: inline-block; }
  .wqa-design .fc .fc-button-group > * {
    /* extra precedence b/c buttons have margin set to zero */
    float: left;
    margin: 0 0 0 -1px; }
  .wqa-design .fc .fc-button-group > :first-child {
    /* same */
    margin-left: 0; }
  .wqa-design .fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
  .wqa-design .fc-popover .fc-header {
    /* TODO: be more consistent with fc-head/fc-body */
    padding: 2px 4px; }
  .wqa-design .fc-popover .fc-header .fc-title {
    margin: 0 2px; }
  .wqa-design .fc-popover .fc-header .fc-close {
    cursor: pointer; }
  .wqa-design .fc-ltr .fc-popover .fc-header .fc-title,
  .wqa-design .fc-rtl .fc-popover .fc-header .fc-close {
    float: left; }
  .wqa-design .fc-rtl .fc-popover .fc-header .fc-title,
  .wqa-design .fc-ltr .fc-popover .fc-header .fc-close {
    float: right; }
  .wqa-design .fc-divider {
    border-style: solid;
    border-width: 1px; }
  .wqa-design hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    /* height is unreliable across browsers, so use padding */
    border-width: 1px 0; }
  .wqa-design .fc-clear {
    clear: both; }
  .wqa-design .fc-bg,
  .wqa-design .fc-bgevent-skeleton,
  .wqa-design .fc-highlight-skeleton,
  .wqa-design .fc-helper-skeleton {
    /* these element should always cling to top-left/right corners */
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .wqa-design .fc-bg {
    bottom: 0;
    /* strech bg to bottom edge */ }
  .wqa-design .fc-bg table {
    height: 100%;
    /* strech bg to bottom edge */ }
  .wqa-design .fc table {
    width: 100%;
    box-sizing: border-box;
    /* fix scrollbar issue in firefox */
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    /* normalize cross-browser */ }
  .wqa-design .fc th {
    text-align: center; }
  .wqa-design .fc th,
  .wqa-design .fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top; }
  .wqa-design .fc td.fc-today {
    border-style: double;
    /* overcome neighboring borders */ }
  .wqa-design a[data-goto] {
    cursor: pointer; }
  .wqa-design a[data-goto]:hover {
    text-decoration: underline; }
  .wqa-design .fc .fc-row {
    /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
    /* no visible border by default. but make available if need be (scrollbar width compensation) */
    border-style: solid;
    border-width: 0; }
  .wqa-design .fc-row table {
    /* don't put left/right border on anything within a fake row.
       the outer tbody will worry about this */
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    /* no bottom borders on rows */
    border-bottom: 0 hidden transparent; }
  .wqa-design .fc-row:first-child table {
    border-top: 0 hidden transparent;
    /* no top border on first row */ }
  .wqa-design .fc-row {
    position: relative; }
  .wqa-design .fc-row .fc-bg {
    z-index: 1; }
  .wqa-design .fc-row .fc-bgevent-skeleton,
  .wqa-design .fc-row .fc-highlight-skeleton {
    bottom: 0;
    /* stretch skeleton to bottom of row */ }
  .wqa-design .fc-row .fc-bgevent-skeleton table,
  .wqa-design .fc-row .fc-highlight-skeleton table {
    height: 100%;
    /* stretch skeleton to bottom of row */ }
  .wqa-design .fc-row .fc-highlight-skeleton td,
  .wqa-design .fc-row .fc-bgevent-skeleton td {
    border-color: transparent; }
  .wqa-design .fc-row .fc-bgevent-skeleton {
    z-index: 2; }
  .wqa-design .fc-row .fc-highlight-skeleton {
    z-index: 3; }
  .wqa-design .fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
    /* matches the space above the events */ }
  .wqa-design .fc-row .fc-helper-skeleton {
    z-index: 5; }
  .wqa-design .fc .fc-row .fc-content-skeleton table,
  .wqa-design .fc .fc-row .fc-content-skeleton td,
  .wqa-design .fc .fc-row .fc-helper-skeleton td {
    /* see-through to the background below */
    /* extra precedence to prevent theme-provided backgrounds */
    background: none;
    /* in case <td>s are globally styled */
    border-color: transparent; }
  .wqa-design .fc-row .fc-content-skeleton td,
  .wqa-design .fc-row .fc-helper-skeleton td {
    /* don't put a border between events and/or the day number */
    border-bottom: 0; }
  .wqa-design .fc-row .fc-content-skeleton tbody td,
  .wqa-design .fc-row .fc-helper-skeleton tbody td {
    /* don't put a border between event cells */
    border-top: 0; }
  .wqa-design .fc-scroller {
    -webkit-overflow-scrolling: touch; }
  .wqa-design .fc-scroller > .fc-day-grid,
  .wqa-design .fc-scroller > .fc-time-grid {
    position: relative;
    /* re-scope all positions */
    width: 100%;
    /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }
  .wqa-design .fc-event, body .wqa-design  .fc-unthemed .fc-bgevent {
    position: relative;
    /* for resize handle and other inner positioning */
    display: block;
    /* make the <a> tag block */
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    /* default BORDER color */ }
  .wqa-design .fc-event, body .wqa-design  .fc-unthemed .fc-bgevent,
  .wqa-design .fc-event-dot {
    background-color: #3a87ad;
    /* default BACKGROUND color */ }
  .wqa-design .fc-event, body .wqa-design  .fc-unthemed .fc-bgevent,
  .wqa-design .fc-event:hover,
  body .wqa-design  .fc-unthemed .fc-bgevent:hover {
    color: #fff;
    /* default TEXT color */
    text-decoration: none;
    /* if <a> has an href */ }
  .wqa-design .fc-event[href], body .wqa-design  .fc-unthemed .fc-bgevent[href],
  .wqa-design .fc-event.fc-draggable,
  body .wqa-design  .fc-unthemed .fc-draggable.fc-bgevent {
    cursor: pointer;
    /* give events with links and draggable events a hand mouse pointer */ }
  .wqa-design .fc-not-allowed,
  .wqa-design .fc-not-allowed .fc-event,
  .wqa-design .fc-not-allowed body .fc-unthemed .fc-bgevent,
  body .wqa-design  .fc-unthemed .fc-not-allowed .fc-bgevent {
    /* to override an event's custom cursor */
    cursor: not-allowed; }
  .wqa-design .fc-event .fc-bg, body .wqa-design  .fc-unthemed .fc-bgevent .fc-bg {
    /* the generic .fc-bg already does position */
    z-index: 1;
    background: #fff;
    opacity: .25; }
  .wqa-design .fc-event .fc-content, body .wqa-design  .fc-unthemed .fc-bgevent .fc-content {
    position: relative;
    z-index: 2; }
  .wqa-design .fc-event .fc-resizer, body .wqa-design  .fc-unthemed .fc-bgevent .fc-resizer {
    position: absolute;
    z-index: 4; }
  .wqa-design .fc-event .fc-resizer, body .wqa-design  .fc-unthemed .fc-bgevent .fc-resizer {
    display: none; }
  .wqa-design .fc-event.fc-allow-mouse-resize .fc-resizer, body .wqa-design  .fc-unthemed .fc-allow-mouse-resize.fc-bgevent .fc-resizer,
  .wqa-design .fc-event.fc-selected .fc-resizer,
  body .wqa-design  .fc-unthemed .fc-selected.fc-bgevent .fc-resizer {
    /* only show when hovering or selected (with touch) */
    display: block; }
  .wqa-design .fc-event.fc-selected .fc-resizer:before, body .wqa-design  .fc-unthemed .fc-selected.fc-bgevent .fc-resizer:before {
    /* 40x40 touch area */
    content: "";
    position: absolute;
    z-index: 9999;
    /* user of this util can scope within a lower z-index */
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px; }
  .wqa-design .fc-event.fc-selected, body .wqa-design  .fc-unthemed .fc-selected.fc-bgevent {
    z-index: 9999 !important;
    /* overcomes inline z-index */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .wqa-design .fc-event.fc-selected.fc-dragging, body .wqa-design  .fc-unthemed .fc-selected.fc-dragging.fc-bgevent {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }
  .wqa-design .fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    /* below resizers */
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0; }
  .wqa-design .fc-ltr .fc-h-event.fc-not-start,
  .wqa-design .fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    /* replace the border with padding */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .wqa-design .fc-ltr .fc-h-event.fc-not-end,
  .wqa-design .fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    /* replace the border with padding */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .wqa-design .fc-ltr .fc-h-event .fc-start-resizer,
  .wqa-design .fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px;
    /* overcome border */ }
  .wqa-design .fc-ltr .fc-h-event .fc-end-resizer,
  .wqa-design .fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px;
    /* overcome border */ }
  .wqa-design .fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    /* overcome top border */
    bottom: -1px;
    /* overcome bottom border */ }
  .wqa-design .fc-h-event.fc-selected .fc-resizer {
    /* 8x8 little dot */
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    /* vertically center */
    top: 50%;
    margin-top: -4px; }
  .wqa-design .fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
  .wqa-design .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px;
    /* centers the 8x8 dot on the left edge */ }
  .wqa-design .fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
  .wqa-design .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px;
    /* centers the 8x8 dot on the right edge */ }
  .wqa-design .fc-day-grid-event {
    margin: 1px 2px 0;
    /* spacing between events and edges */
    padding: 0 1px; }
  .wqa-design tr:first-child > td > .fc-day-grid-event {
    margin-top: 2px;
    /* a little bit more space before the first event */ }
  .wqa-design .fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    /* same z-index as fc-bg, behind text */
    /* overcome the borders */
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    /* darkening effect */
    background: #000;
    opacity: .25; }
  .wqa-design .fc-day-grid-event .fc-content {
    /* force events to be one-line tall */
    white-space: nowrap;
    overflow: hidden; }
  .wqa-design .fc-day-grid-event .fc-time {
    font-weight: bold; }
  .wqa-design .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
  .wqa-design .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px;
    /* to the day cell's edge */ }
  .wqa-design .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
  .wqa-design .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px;
    /* to the day cell's edge */ }
  .wqa-design a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none; }
  .wqa-design a.fc-more:hover {
    text-decoration: underline; }
  .wqa-design .fc-limited {
    /* rows and cells that are hidden because of a "more" link */
    display: none; }
  .wqa-design .fc-day-grid .fc-row {
    z-index: 1;
    /* make the "more" popover one higher than this */ }
  .wqa-design .fc-more-popover {
    z-index: 2;
    width: 220px; }
  .wqa-design .fc-more-popover .fc-event-container {
    padding: 10px; }
  .wqa-design .fc-now-indicator {
    position: absolute;
    border: 0 solid red; }
  .wqa-design .fc-unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
  .wqa-design .fc-unthemed th,
  .wqa-design .fc-unthemed td,
  .wqa-design .fc-unthemed thead,
  .wqa-design .fc-unthemed tbody,
  .wqa-design .fc-unthemed .fc-divider,
  .wqa-design .fc-unthemed .fc-row,
  .wqa-design .fc-unthemed .fc-content,
  .wqa-design .fc-unthemed .fc-popover,
  .wqa-design .fc-unthemed .fc-list-view,
  .wqa-design .fc-unthemed .fc-list-heading td {
    border-color: #ddd; }
  .wqa-design .fc-unthemed .fc-popover {
    background-color: #fff; }
  .wqa-design .fc-unthemed .fc-divider,
  .wqa-design .fc-unthemed .fc-popover .fc-header,
  .wqa-design .fc-unthemed .fc-list-heading td {
    background: #eee; }
  .wqa-design .fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666; }
  .wqa-design .fc-unthemed td.fc-today {
    background: #fcf8e3; }
  .wqa-design .fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3; }
  .wqa-design .fc-icon {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;
    /* don't allow browser text-selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .wqa-design .fc-icon:after {
    position: relative; }
  .wqa-design .fc-icon-left-single-arrow:after {
    content: "\2039";
    font-weight: bold;
    font-size: 200%;
    top: -7%; }
  .wqa-design .fc-icon-right-single-arrow:after {
    content: "\203A";
    font-weight: bold;
    font-size: 200%;
    top: -7%; }
  .wqa-design .fc-icon-left-double-arrow:after {
    content: "\AB";
    font-size: 160%;
    top: -7%; }
  .wqa-design .fc-icon-right-double-arrow:after {
    content: "\BB";
    font-size: 160%;
    top: -7%; }
  .wqa-design .fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%; }
  .wqa-design .fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%; }
  .wqa-design .fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%; }
  .wqa-design .fc-icon-x:after {
    content: "\D7";
    font-size: 200%;
    top: 6%; }
  .wqa-design .fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid; }
  .wqa-design .fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px; }
  .wqa-design .fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5; }
  .wqa-design .ui-widget .fc-disabled-day {
    background-image: none; }
  .wqa-design .fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0;
    /* where they meet, let the header have the border */ }
  .wqa-design .ui-widget .fc-event, .wqa-design .ui-widget body .fc-unthemed .fc-bgevent, body .wqa-design  .fc-unthemed .ui-widget .fc-bgevent {
    /* overpower jqui's styles on <a> tags. TODO: more DRY */
    color: #fff;
    /* default TEXT color */
    text-decoration: none;
    /* if <a> has an href */
    /* undo ui-widget-header bold */
    font-weight: normal; }
  .wqa-design .ui-widget td.fc-axis {
    font-weight: normal;
    /* overcome bold */ }
  .wqa-design .fc-time-grid .fc-slats .ui-widget-content {
    background: none;
    /* see through to fc-bg */ }
  .wqa-design .fc.fc-bootstrap3 a {
    text-decoration: none; }
  .wqa-design .fc.fc-bootstrap3 a[data-goto]:hover {
    text-decoration: underline; }
  .wqa-design .fc-bootstrap3 hr.fc-divider {
    border-color: inherit; }
  .wqa-design .fc-bootstrap3 .fc-today.alert {
    border-radius: 0; }
  .wqa-design .fc-bootstrap3 .fc-popover .panel-body {
    padding: 0; }
  .wqa-design .fc-bootstrap3 .fc-time-grid .fc-slats table {
    /* some themes have background color. see through to slats */
    background: none; }
  .wqa-design .fc.fc-bootstrap4 a {
    text-decoration: none; }
  .wqa-design .fc.fc-bootstrap4 a[data-goto]:hover {
    text-decoration: underline; }
  .wqa-design .fc-bootstrap4 hr.fc-divider {
    border-color: inherit; }
  .wqa-design .fc-bootstrap4 .fc-today.alert {
    border-radius: 0; }
  .wqa-design .fc-bootstrap4 a.fc-event:not([href]):not([tabindex]), .wqa-design .fc-bootstrap4 body .fc-unthemed a.fc-bgevent:not([href]):not([tabindex]), body .wqa-design  .fc-unthemed .fc-bootstrap4 a.fc-bgevent:not([href]):not([tabindex]) {
    color: #fff; }
  .wqa-design .fc-bootstrap4 .fc-popover.card {
    position: absolute; }
  .wqa-design .fc-bootstrap4 .fc-popover .card-body {
    padding: 0; }
  .wqa-design .fc-bootstrap4 .fc-time-grid .fc-slats table {
    /* some themes have background color. see through to slats */
    background: none; }
  .wqa-design .fc-toolbar {
    text-align: center; }
  .wqa-design .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em; }
  .wqa-design .fc-toolbar.fc-footer-toolbar {
    margin-top: 1em; }
  .wqa-design .fc-toolbar .fc-left {
    float: left; }
  .wqa-design .fc-toolbar .fc-right {
    float: right; }
  .wqa-design .fc-toolbar .fc-center {
    display: inline-block; }
  .wqa-design .fc .fc-toolbar > * > * {
    /* extra precedence to override button border margins */
    float: left;
    margin-left: .75em; }
  .wqa-design .fc .fc-toolbar > * > :first-child {
    /* extra precedence to override button border margins */
    margin-left: 0; }
  .wqa-design .fc-toolbar h2 {
    margin: 0; }
  .wqa-design .fc-toolbar button {
    position: relative; }
  .wqa-design .fc-toolbar .fc-state-hover,
  .wqa-design .fc-toolbar .ui-state-hover {
    z-index: 2; }
  .wqa-design .fc-toolbar .fc-state-down {
    z-index: 3; }
  .wqa-design .fc-toolbar .fc-state-active,
  .wqa-design .fc-toolbar .ui-state-active {
    z-index: 4; }
  .wqa-design .fc-toolbar button:focus {
    z-index: 5; }
  .wqa-design .fc-view-container *,
  .wqa-design .fc-view-container *:before,
  .wqa-design .fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .wqa-design .fc-view,
  .wqa-design .fc-view > table {
    /* so dragged elements can be above the view's main element */
    position: relative;
    z-index: 1; }
  .wqa-design .fc-basicWeek-view .fc-content-skeleton,
  .wqa-design .fc-basicDay-view .fc-content-skeleton {
    /* there may be week numbers in these views, so no padding-top */
    padding-bottom: 1em;
    /* ensure a space at bottom of cell for user selecting/clicking */ }
  .wqa-design .fc-basic-view .fc-body .fc-row {
    min-height: 4em;
    /* ensure that all rows are at least this tall */ }
  .wqa-design .fc-row.fc-rigid {
    overflow: hidden; }
  .wqa-design .fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .wqa-design .fc-day-top.fc-other-month {
    opacity: 0.3; }
  .wqa-design .fc-basic-view .fc-week-number,
  .wqa-design .fc-basic-view .fc-day-number {
    padding: 2px; }
  .wqa-design .fc-basic-view th.fc-week-number,
  .wqa-design .fc-basic-view th.fc-day-number {
    padding: 0 2px;
    /* column headers can't have as much v space */ }
  .wqa-design .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right; }
  .wqa-design .fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left; }
  .wqa-design .fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px 0; }
  .wqa-design .fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px; }
  .wqa-design .fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: #808080; }
  .wqa-design .fc-basic-view td.fc-week-number {
    text-align: center; }
  .wqa-design .fc-basic-view td.fc-week-number > * {
    /* work around the way we do column resizing and ensure a minimum width */
    display: inline-block;
    min-width: 1.25em; }
  .wqa-design .fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
    /* so the "more.." popover will be over the time grid */ }
  .wqa-design .fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em;
    /* all-day section will never get shorter than this */ }
  .wqa-design .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 1em;
    /* give space underneath events for clicking/selecting days */ }
  .wqa-design .fc .fc-axis {
    /* .fc to overcome default cell styles */
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap; }
  .wqa-design .fc-ltr .fc-axis {
    text-align: right; }
  .wqa-design .fc-rtl .fc-axis {
    text-align: left; }
  .wqa-design .fc-time-grid-container,
  .wqa-design .fc-time-grid {
    /* so slats/bg/content/etc positions get scoped within here */
    position: relative;
    z-index: 1; }
  .wqa-design .fc-time-grid {
    min-height: 100%;
    /* so if height setting is 'auto', .fc-bg stretches to fill height */ }
  .wqa-design .fc-time-grid table {
    /* don't put outer borders on slats/bg/content/etc */
    border: 0 hidden transparent; }
  .wqa-design .fc-time-grid > .fc-bg {
    z-index: 1; }
  .wqa-design .fc-time-grid .fc-slats,
  .wqa-design .fc-time-grid > hr {
    /* the <hr> AgendaView injects when grid is shorter than scroller */
    position: relative;
    z-index: 2; }
  .wqa-design .fc-time-grid .fc-content-col {
    position: relative;
    /* because now-indicator lives directly inside */ }
  .wqa-design .fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0; }
  .wqa-design .fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1; }
  .wqa-design .fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2; }
  .wqa-design .fc-time-grid .fc-highlight-container {
    position: relative;
    z-index: 3; }
  .wqa-design .fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4; }
  .wqa-design .fc-time-grid .fc-now-indicator-line {
    z-index: 5; }
  .wqa-design .fc-time-grid .fc-helper-container {
    /* also is fc-event-container */
    position: relative;
    z-index: 6; }
  .wqa-design .fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0;
    /* each cell is responsible for its top border */ }
  .wqa-design .fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted; }
  .wqa-design .fc-time-grid .fc-highlight-container {
    /* a div within a cell within the fc-highlight-skeleton */
    position: relative;
    /* scopes the left/right of the fc-highlight to be in the column */ }
  .wqa-design .fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0;
    /* top and bottom will be in by JS */ }
  .wqa-design .fc-ltr .fc-time-grid .fc-event-container {
    /* space on the sides of events for LTR (default) */
    margin: 0 2.5% 0 2px; }
  .wqa-design .fc-rtl .fc-time-grid .fc-event-container {
    /* space on the sides of events for RTL */
    margin: 0 2px 0 2.5%; }
  .wqa-design .fc-time-grid .fc-event, .wqa-design .fc-time-grid body .fc-unthemed .fc-bgevent, body .wqa-design  .fc-unthemed .fc-time-grid .fc-bgevent,
  .wqa-design .fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1;
    /* scope inner z-index's */ }
  .wqa-design .fc-time-grid .fc-bgevent {
    /* background events always span full width */
    left: 0;
    right: 0; }
  .wqa-design .fc-v-event.fc-not-start {
    /* events that are continuing from another day */
    /* replace space made by the top border with padding */
    border-top-width: 0;
    padding-top: 1px;
    /* remove top rounded corners */
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .wqa-design .fc-v-event.fc-not-end {
    /* replace space made by the top border with padding */
    border-bottom-width: 0;
    padding-bottom: 1px;
    /* remove bottom rounded corners */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .wqa-design .fc-time-grid-event {
    overflow: hidden;
    /* don't let the bg flow over rounded corners */ }
  .wqa-design .fc-time-grid-event.fc-selected {
    /* need to allow touch resizers to extend outside event's bounding box */
    /* common fc-selected styles hide the fc-bg, so don't need this anyway */
    overflow: visible; }
  .wqa-design .fc-time-grid-event.fc-selected .fc-bg {
    display: none;
    /* hide semi-white background, to appear darker */ }
  .wqa-design .fc-time-grid-event .fc-content {
    overflow: hidden;
    /* for when .fc-selected */ }
  .wqa-design .fc-time-grid-event .fc-time,
  .wqa-design .fc-time-grid-event .fc-title {
    padding: 0 1px; }
  .wqa-design .fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap; }
  .wqa-design .fc-time-grid-event.fc-short .fc-content {
    /* don't wrap to second line (now that contents will be inline) */
    white-space: nowrap; }
  .wqa-design .fc-time-grid-event.fc-short .fc-time,
  .wqa-design .fc-time-grid-event.fc-short .fc-title {
    /* put the time and title on the same line */
    display: inline-block;
    vertical-align: top; }
  .wqa-design .fc-time-grid-event.fc-short .fc-time span {
    display: none;
    /* don't display the full time text... */ }
  .wqa-design .fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start);
    /* ...instead, display only the start time */ }
  .wqa-design .fc-time-grid-event.fc-short .fc-time:after {
    content: "\A0-\A0";
    /* seperate with a dash, wrapped in nbsp's */ }
  .wqa-design .fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    /* make the title text the same size as the time */
    padding: 0;
    /* undo padding from above */ }
  .wqa-design .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize; }
  .wqa-design .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "="; }
  .wqa-design .fc-time-grid-event.fc-selected .fc-resizer {
    /* 10x10 dot */
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    /* horizontally center */
    left: 50%;
    margin-left: -5px;
    /* center on the bottom edge */
    bottom: -5px; }
  .wqa-design .fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0; }
  .wqa-design .fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px;
    /* vertically center on top coordinate */ }
  .wqa-design .fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    /* triangle pointing right... */
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent; }
  .wqa-design .fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    /* triangle pointing left... */
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent; }
  .wqa-design .fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px; }
  .wqa-design .fc-rtl .fc-list-view {
    direction: rtl;
    /* unlike core views, leverage browser RTL */ }
  .wqa-design .fc-list-view {
    border-width: 1px;
    border-style: solid; }
  .wqa-design .fc .fc-list-table {
    table-layout: auto;
    /* for shrinkwrapping cell content */ }
  .wqa-design .fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px; }
  .wqa-design .fc-list-table tr:first-child td {
    border-top-width: 0; }
  .wqa-design .fc-list-heading {
    border-bottom-width: 1px; }
  .wqa-design .fc-list-heading td {
    font-weight: bold; }
  .wqa-design .fc-ltr .fc-list-heading-main {
    float: left; }
  .wqa-design .fc-ltr .fc-list-heading-alt {
    float: right; }
  .wqa-design .fc-rtl .fc-list-heading-main {
    float: right; }
  .wqa-design .fc-rtl .fc-list-heading-alt {
    float: left; }
  .wqa-design .fc-list-item.fc-has-url {
    cursor: pointer;
    /* whole row will be clickable */ }
  .wqa-design .fc-list-item-marker,
  .wqa-design .fc-list-item-time {
    white-space: nowrap;
    width: 1px; }
  .wqa-design .fc-ltr .fc-list-item-marker {
    padding-right: 0; }
  .wqa-design .fc-rtl .fc-list-item-marker {
    padding-left: 0; }
  .wqa-design .fc-list-item-title a {
    /* every event title cell has an <a> tag */
    text-decoration: none;
    color: inherit; }
  .wqa-design .fc-list-item-title a[href]:hover {
    /* hover effect only on titles with hrefs */
    text-decoration: underline; }
  .wqa-design .fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .wqa-design .fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table; }
  .wqa-design .fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .wqa-design .fc-unthemed .fc-list-empty {
    /* theme will provide own background */
    background-color: #eee; }
  .wqa-design .parallax {
    transition: 0s linear;
    transition-property: background-position; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 80px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 80px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
  .wqa-design .animated, .wqa-design .animated-base {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both; }
  .wqa-design .slideInUp {
    animation-name: slideInUp;
    -webkit-animation-name: slideInUp; }

@keyframes fadeIn {
  from { }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  from { }
  to {
    opacity: 1; } }
  .wqa-design .animated, .wqa-design .animated-base {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both; }
  .wqa-design .animatedFadeIn {
    opacity: 0; }
  .wqa-design .fadeIn {
    opacity: 0;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn; }

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
  .wqa-design .animated, .wqa-design .animated-base {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both; }
  .wqa-design .animatedFadeInUp {
    opacity: 0; }
  .wqa-design .fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp; }

@keyframes fadeInDown {
  from {
    transform: translate3d(0, -30px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  from {
    transform: translate3d(0, -30px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
  .wqa-design .animatedFadeInDown {
    opacity: 0; }
  .wqa-design .fadeInDown {
    opacity: 0;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown; }
  .wqa-design .t-hover-float {
    position: relative;
    display: inline-block;
    transition: all .3s ease-in-out; }
    .wqa-design .t-hover-float:after {
      content: "";
      display: block;
      position: absolute;
      background-image: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-down.svg);
      width: 20px;
      height: 20px;
      background-size: contain;
      background-repeat: no-repeat;
      margin: 10px auto;
      left: 0;
      right: 0;
      opacity: 0;
      transition: all .3s ease-in-out; }
    .wqa-design .t-hover-float:hover {
      transform: translateY(-5px); }
      .wqa-design .t-hover-float:hover:after {
        opacity: 1;
        margin-top: 5px; }
  .wqa-design .a-rotate {
    animation: rotation 2s infinite linear; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
  .wqa-design .a-bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite; }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }
  .wqa-design * {
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: "lnum" on;
    -moz-font-feature-settings: "lnum" on;
    -ms-font-feature-settings: "lnum" on;
    font-feature-settings: "lnum" on; }
  body .wqa-design  {
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.31px;
    color: #354657;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media screen and (min-width: 480px) {
      body .wqa-design  {
        line-height: 1.6;
        font-size: 1.25rem; } }
  .wqa-design h1, .wqa-design h2, .wqa-design h3, .wqa-design h4, .wqa-design h5, .wqa-design h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0.5em;
    margin-top: 0; }
  .wqa-design h1, .wqa-design .h1 {
    font-size: 2.4975rem; }
    @media screen and (min-width: 480px) {
      .wqa-design h1, .wqa-design .h1 {
        font-size: 3.825rem; } }
    @media screen and (min-width: 1024px) {
      .wqa-design h1, .wqa-design .h1 {
        font-size: 4.05rem; } }
    @media screen and (min-width: 1024px) {
      .wqa-design h1, .wqa-design .h1 {
        font-size: 3.6rem; } }
    @media screen and (min-width: 1440px) {
      .wqa-design h1, .wqa-design .h1 {
        font-size: 4.5rem; } }
  .wqa-design h2, .wqa-design .h2 {
    font-size: 2.6rem; }
    @media screen and (min-width: 1024px) {
      .wqa-design h2, .wqa-design .h2 {
        font-size: 4rem; } }
  .wqa-design h3, .wqa-design .h3 {
    font-size: 1.38rem; }
    @media screen and (min-width: 1024px) {
      .wqa-design h3, .wqa-design .h3 {
        font-size: 2.3rem; } }
  .wqa-design h4, .wqa-design .h4 {
    font-size: 1.235rem; }
    @media screen and (min-width: 1024px) {
      .wqa-design h4, .wqa-design .h4 {
        font-size: 1.9rem; } }
  .wqa-design h5, .wqa-design .h5 {
    font-size: 1.2rem; }
    @media screen and (min-width: 1024px) {
      .wqa-design h5, .wqa-design .h5 {
        font-size: 1.5rem; } }
  .wqa-design h6, .wqa-design .h6 {
    font-size: 1rem; }
  .wqa-design a {
    color: #BD8BCA;
    text-decoration: underline;
    transition: color .3s; }
    .wqa-design a:hover, .wqa-design a:focus, .wqa-design a:active {
      color: #A25EB5;
      outline: none;
      text-decoration: none; }
  .wqa-design p {
    margin-bottom: 1rem; }
  .wqa-design strong {
    font-weight: 700; }
  .wqa-design .text-lg {
    font-size: 20px; }
    .wqa-design .text-lg small {
      font-size: 12px; }
  .wqa-design .text-sm {
    font-size: 12px;
    color: #D1D1D1; }
  .wqa-design h1, .wqa-design .h1,
  .wqa-design h2, .wqa-design .h2,
  .wqa-design h3, .wqa-design .h3,
  .wqa-design h4, .wqa-design .h4,
  .wqa-design h5, .wqa-design .h5,
  .wqa-design h6, .wqa-design .h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 900; }
  .wqa-design h1, .wqa-design .h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .wqa-design h1, .wqa-design .h1 {
        font-size: 64px;
        line-height: 64px; } }
  .wqa-design .hero h1 {
    font-size: 38px;
    line-height: 39px; }
    @media screen and (min-width: 768px) {
      .wqa-design .hero h1 {
        font-size: 74px;
        line-height: 74px; } }
  .wqa-design h2, .wqa-design .h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .wqa-design h2, .wqa-design .h2 {
        font-size: 48px;
        line-height: 48px; } }
  .wqa-design h3, .wqa-design .h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 16px; }
    @media screen and (min-width: 768px) {
      .wqa-design h3, .wqa-design .h3 {
        font-size: 30px;
        line-height: 34px; } }
  .wqa-design h4, .wqa-design .h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px; }
    @media screen and (min-width: 768px) {
      .wqa-design h4, .wqa-design .h4 {
        font-size: 20px;
        line-height: 24px; } }
  .wqa-design h5, .wqa-design .h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px; }
    @media screen and (min-width: 768px) {
      .wqa-design h5, .wqa-design .h5 {
        font-size: 16px;
        line-height: 20px; } }
  .wqa-design h6, .wqa-design .h6 {
    font-size: 13px;
    line-height: 17px; }
    @media screen and (min-width: 768px) {
      .wqa-design h6, .wqa-design .h6 {
        font-size: 14px;
        line-height: 18px; } }
  .wqa-design p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .wqa-design p {
        margin-bottom: 24px; } }
  .wqa-design .fs-s p,
  .wqa-design .fs-s {
    margin-bottom: 18px;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #84909B !important; }
  .wqa-design .fs-fbc p,
  .wqa-design .fs-fbc {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 24px; }
    @media screen and (min-width: 768px) {
      .wqa-design .fs-fbc p,
      .wqa-design .fs-fbc {
        margin-bottom: 28px; } }
  .wqa-design .u--hidden {
    display: none !important; }
  .wqa-design .u--visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */ }
  .wqa-design .u--visuallyhidden.focusable:active,
  .wqa-design .u--visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit; }
  .wqa-design .u--invisible {
    visibility: hidden; }
  .wqa-design .u--clearfix:before,
  .wqa-design .u--clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .wqa-design .u--clearfix:after {
    clear: both; }
  @media screen and (min-width: 480px) {
    .wqa-design .u--break-xs {
      display: none; } }
  .wqa-design .u--nobr {
    white-space: nowrap; }
  .wqa-design .display-1 {
    font-size: 260px !important; }
  .wqa-design .display-2 {
    font-size: 200px !important; }
  .wqa-design .display-3 {
    font-size: 170px !important; }
  .wqa-design .display-4 {
    font-size: 150px !important; }
  .wqa-design .display-5 {
    font-size: 100px !important; }
  .wqa-design .display-6 {
    font-size: 75px !important; }
  .wqa-design .display-7 {
    font-size: 50px !important; }
  .wqa-design .display-8 {
    font-size: 46px !important; }
  .wqa-design .fc-body {
    color: #333333; }
  .wqa-design .fc-red {
    color: #DE6C6C !important; }
  .wqa-design .fc-purple {
    color: #A25EB5 !important; }
  .wqa-design .fc-purple-light {
    color: #BD8BCA !important; }
  .wqa-design .fc-pink {
    color: #F5EEF7 !important; }
  .wqa-design .fc-blue {
    color: #95C0F1 !important; }
  .wqa-design .fc-blue-dark {
    color: #354657 !important; }
  .wqa-design .fc-blue-strong {
    color: #5597E2 !important; }
  .wqa-design .fc-blue-light {
    color: #F4F8FD !important; }
  .wqa-design .fc-light-body-blue {
    color: #84909B !important; }
  .wqa-design .fc-lighter-body-blue {
    color: #C1C7CD !important; }
  .wqa-design .fc-light-utility-blue {
    color: #BFC3D4 !important; }
  .wqa-design .fc-lighter-utility-blue {
    color: #F2F3F6 !important; }
  .wqa-design .fc-black {
    color: #000000 !important; }
  .wqa-design .fc-white {
    color: #FFFFFF !important; }
  .wqa-design .fc-green-light {
    color: #81C28A !important; }
  .wqa-design .fc-grey {
    color: #D1D1D1 !important; }
  .wqa-design .fc-blue-grey {
    color: #7F88A9 !important; }
  .wqa-design .fc-grey-light {
    color: #EEEEEE !important; }
  .wqa-design .fc-yellow {
    color: #FECC2B !important; }
  .wqa-design .fc-yellow-light {
    color: #fffe4e !important; }
  .wqa-design .fc-success {
    color: #7BB739 !important; }
  .wqa-design .fc-light-success {
    color: #CAE2B0 !important; }
  .wqa-design .fc-lighter-success {
    color: #F1F7EB !important; }
  .wqa-design .fc-warning {
    color: #F8B259 !important; }
  .wqa-design .fc-light-warning {
    color: #FCE0BD !important; }
  .wqa-design .fc-lighter-warning {
    color: #FEF7EE !important; }
  .wqa-design .fc-danger {
    color: #DE6C6C !important; }
  .wqa-design .fc-light-danger {
    color: #F2C4C4 !important; }
  .wqa-design .fc-lighter-danger {
    color: #FBF0F0 !important; }
  .wqa-design .fc-healing-hands-teal {
    color: #79E0BE !important; }
  .wqa-design .fc-healing-hands-light-teal {
    color: #BCEFDF !important; }
  .wqa-design .fc-healing-hands-lighter-teal {
    color: #E4F8F2 !important; }
  .wqa-design .fc-healing-hands-red {
    color: #F4354B !important; }
  .wqa-design .fc-healing-hands-light-red {
    color: #F999A5 !important; }
  .wqa-design .fc-healing-hands-lighter-red {
    color: #FCD5DB !important; }
  .wqa-design .fc-source2u-green {
    color: #81C28A !important; }
  .wqa-design .fc-source2u-grey {
    color: #6E6E6E !important; }
  .wqa-design .fc-source2u-grey-body {
    color: #888888 !important; }
  .wqa-design .fc-prime-meridian-logo {
    color: #E9604C !important; }
  .wqa-design .fc-prime-meridian-blue {
    color: #87B2E0 !important; }
  .wqa-design .fc-prime-meridian-orange {
    color: #F59B10 !important; }
  .wqa-design .fc-product-on-guard {
    color: #D2461C !important; }
  .wqa-design .fc-product-deep-blue {
    color: #4159B5 !important; }
  .wqa-design .fc-product-digest-zen {
    color: #87A7D5 !important; }
  .wqa-design .fc-product-breathe {
    color: #62B4E6 !important; }
  .wqa-design .fc-product-verage {
    color: #7FCFA4 !important; }
  .wqa-design .bgc-black {
    background-color: #000000 !important; }
  .wqa-design .bgc-white {
    background-color: #FFFFFF !important; }
  .wqa-design .bgc-purple {
    background-color: #A25EB5 !important; }
  .wqa-design .bgc-green-light {
    background-color: #81C28A !important; }
  .wqa-design .bgc-red {
    background-color: #DE6C6C !important; }
  .wqa-design .bgc-violet {
    background-color: #CFCEEB !important; }
  .wqa-design .bgc-pink {
    background-color: #F5EEF7 !important; }
  .wqa-design .bgc-blue {
    background-color: #95C0F1 !important; }
  .wqa-design .bgc-blue-dark {
    background-color: #354657 !important; }
  .wqa-design .bgc-blue-strong {
    background-color: #5597E2 !important; }
  .wqa-design .bgc-blue-light {
    background-color: #F4F8FD !important; }
  .wqa-design .bgc-light-utility-blue {
    background-color: #BFC3D4 !important; }
  .wqa-design .bgc-lighter-utility-blue {
    background-color: #F2F3F6 !important; }
  .wqa-design .bgc-grey {
    background-color: #D1D1D1 !important; }
  .wqa-design .bgc-blue-grey {
    background-color: #7F88A9 !important; }
  .wqa-design .bgc-grey-light {
    background-color: #EEEEEE !important; }
  .wqa-design .bgc-light-body-blue {
    background-color: #84909B !important; }
  .wqa-design .bgc-lighter-body-blue {
    background-color: #C1C7CD !important; }
  .wqa-design .bgc-purple-light {
    background-color: #BD8BCA !important; }
  .wqa-design .bgc-success {
    background-color: #7BB739 !important; }
  .wqa-design .bgc-light-success {
    background-color: #CAE2B0 !important; }
  .wqa-design .bgc-lighter-success {
    background-color: #F1F7EB !important; }
  .wqa-design .bgc-warning {
    background-color: #F8B259 !important; }
  .wqa-design .bgc-light-warning {
    background-color: #FCE0BD !important; }
  .wqa-design .bgc-lighter-warning {
    background-color: #FEF7EE !important; }
  .wqa-design .bgc-danger {
    background-color: #DE6C6C !important; }
  .wqa-design .bgc-light-danger {
    background-color: #F2C4C4 !important; }
  .wqa-design .bgc-lighter-danger {
    background-color: #FBF0F0 !important; }
  .wqa-design .bgc-healing-hands-teal {
    background-color: #79E0BE !important; }
  .wqa-design .bgc-healing-hands-light-teal {
    background-color: #BCEFDF !important; }
  .wqa-design .bgc-healing-hands-lighter-teal {
    background-color: #E4F8F2 !important; }
  .wqa-design .bgc-healing-hands-red {
    background-color: #F4354B !important; }
  .wqa-design .bgc-healing-hands-light-red {
    background-color: #F999A5 !important; }
  .wqa-design .bgc-healing-hands-lighter-red {
    background-color: #FCD5DB !important; }
  .wqa-design .bgc-source2u-green {
    background-color: #81C28A !important; }
  .wqa-design .bgc-source2u-grey {
    background-color: #6E6E6E !important; }
  .wqa-design .bgc-source2u-grey-body {
    background-color: #888888 !important; }
  .wqa-design .bgc-prime-meridian-logo {
    background-color: #E9604C !important; }
  .wqa-design .bgc-prime-meridian-blue {
    background-color: #87B2E0 !important; }
  .wqa-design .bgc-prime-meridian-orange {
    background-color: #F59B10 !important; }
  .wqa-design .bgc-product-on-guard {
    background-color: #D2461C !important; }
  .wqa-design .bgc-product-deep-blue {
    background-color: #4159B5 !important; }
  .wqa-design .bgc-product-digest-zen {
    background-color: #87A7D5 !important; }
  .wqa-design .bgc-product-breathe {
    background-color: #62B4E6 !important; }
  .wqa-design .bgc-product-verage {
    background-color: #7FCFA4 !important; }
  .wqa-design .color-red {
    background-color: #DE6C6C;
    color: #DE6C6C; }
  .wqa-design .color-blue {
    background-color: #95C0F1;
    color: #95C0F1; }
  .wqa-design .color-yellow {
    background-color: #FECC2B;
    color: #FECC2B; }
  .wqa-design .color-orange {
    background-color: #F8B259;
    color: #F8B259; }
  .wqa-design .color-purple {
    background-color: #A25EB5;
    color: #A25EB5; }
  .wqa-design .color-green {
    background-color: #67b251;
    color: #67b251; }
  .wqa-design .color-pink {
    background-color: #F5EEF7;
    color: #F5EEF7; }
  .wqa-design .color-black {
    background-color: #000000;
    color: #000000; }
  .wqa-design .color-white {
    background-color: #FFFFFF;
    color: #FFFFFF; }
  .wqa-design .color-grey {
    background-color: #D1D1D1;
    color: #D1D1D1; }
  .wqa-design .color-grey-light {
    background-color: #EEEEEE;
    color: #EEEEEE; }
  .wqa-design .fs-s {
    font-size: 14px !important; }
  .wqa-design .fs-m {
    font-size: 17px !important; }
  .wqa-design .fs-ml {
    font-size: 21px !important; }
  .wqa-design .fs-l {
    font-size: 26px !important; }
  .wqa-design .fs-xl {
    font-size: 40px !important; }
  .wqa-design .fs-xxl {
    font-size: 60px !important; }
  .wqa-design .fs-xxxl {
    font-size: 80px !important; }
  .wqa-design .font-weight-extra-bold {
    font-weight: 900 !important; }
  .wqa-design .font-weight-bolder {
    font-weight: 800 !important; }
  .wqa-design .font-weight-bold {
    font-weight: 700 !important; }
  .wqa-design .font-weight-semi-bold {
    font-weight: 600 !important; }
  .wqa-design .font-weight-semi {
    font-weight: 500 !important; }
  .wqa-design .font-weight-regular {
    font-weight: 400 !important; }
  .wqa-design .font-weight-light {
    font-weight: 300 !important; }
  .wqa-design .font-weight-lighter {
    font-weight: 100 !important; }
  .wqa-design .icon-box {
    width: 60px;
    height: 60px; }
  .wqa-design img {
    max-width: 100%; }
  @media (min-width: 480px) and (max-width: 1023px) {
    .wqa-design .header .container, .wqa-design .header .agenda__table-date, .wqa-design .header .agenda__table-row-inner, .wqa-design .agenda__table-date, .wqa-design .agenda__table-row-inner {
      max-width: 100%; } }
  body .wqa-design  .fc-unthemed .fc-toolbar {
    display: none; }
  body .wqa-design  .fc-unthemed .fc-head {
    display: none;
    background: #354657;
    border: none;
    height: 28px; }
    @media screen and (min-width: 480px) {
      body .wqa-design  .fc-unthemed .fc-head {
        display: table-header-group; } }
    body .wqa-design  .fc-unthemed .fc-head .fc-day-header {
      border: none;
      color: white;
      font-size: 12px;
      padding: 5px 0; }
  body .wqa-design  .fc-unthemed .fc-day--has-events {
    background: #BD8BCA; }
    @media screen and (min-width: 480px) {
      body .wqa-design  .fc-unthemed .fc-day--has-events {
        background: none; } }
  body .wqa-design  .fc-unthemed .fc-day-top .fc-day-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  body .wqa-design  .fc-unthemed .fc-day-top .fc-day-number {
    font-size: 16px;
    font-weight: 700;
    color: #354657;
    float: none !important;
    line-height: 1;
    width: 30px;
    height: 30px;
    border-radius: 1000px;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 5px; }
    @media screen and (min-width: 768px) {
      body .wqa-design  .fc-unthemed .fc-day-top .fc-day-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
        font-weight: 800; } }
    body .wqa-design  .fc-unthemed .fc-day-top .fc-day-number--has-events {
      background: #BD8BCA;
      color: white !important; }
  body .wqa-design  .fc-unthemed .fc-day-top .fc-day-event-count {
    margin-right: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #354657;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      body .wqa-design  .fc-unthemed .fc-day-top .fc-day-event-count {
        font-size: 20px; } }
  body .wqa-design  .fc-unthemed .fc-bgevent-skeleton {
    display: none; }
    @media screen and (min-width: 480px) {
      body .wqa-design  .fc-unthemed .fc-bgevent-skeleton {
        display: block; } }
  body .wqa-design  .fc-unthemed .fc-content-skeleton {
    padding-bottom: 0; }
  body .wqa-design  .fc-unthemed .fc-content-skeleton tbody {
    display: none; }
    @media screen and (min-width: 480px) {
      body .wqa-design  .fc-unthemed .fc-content-skeleton tbody {
        display: table-row-group; } }
  body .wqa-design  .fc-unthemed .fc-event, body .wqa-design  .fc-unthemed .fc-bgevent {
    margin: 2px 10px;
    padding: 3px 10px;
    border-radius: 1000px;
    cursor: pointer;
    transition: none;
    border: 0;
    color: #FFFFFF; }
    body .wqa-design  .fc-unthemed .fc-event.fc-event-corporate, body .wqa-design  .fc-unthemed .fc-event-corporate.fc-bgevent {
      background: #354657;
      border-color: #354657; }
      body .wqa-design  .fc-unthemed .fc-event.fc-event-corporate:hover, body .wqa-design  .fc-unthemed .fc-event-corporate.fc-bgevent:hover {
        background: #222d37;
        border-color: #222d37;
        color: white; }
    body .wqa-design  .fc-unthemed .fc-event.fc-event-advocate, body .wqa-design  .fc-unthemed .fc-event-advocate.fc-bgevent {
      background: #A25EB5;
      border-color: #A25EB5; }
      body .wqa-design  .fc-unthemed .fc-event.fc-event-advocate:hover, body .wqa-design  .fc-unthemed .fc-event-advocate.fc-bgevent:hover {
        background: #874799;
        border-color: #874799;
        color: white; }
    body .wqa-design  .fc-unthemed .fc-event.fc-not-end, body .wqa-design  .fc-unthemed .fc-not-end.fc-bgevent {
      margin-right: 0; }
    body .wqa-design  .fc-unthemed .fc-event.fc-not-start, body .wqa-design  .fc-unthemed .fc-not-start.fc-bgevent {
      margin-left: 0;
      padding-left: 10px; }
    body .wqa-design  .fc-unthemed .fc-event .fc-content, body .wqa-design  .fc-unthemed .fc-bgevent .fc-content {
      display: flex;
      align-items: center; }
    body .wqa-design  .fc-unthemed .fc-event .fc-title, body .wqa-design  .fc-unthemed .fc-bgevent .fc-title {
      font-weight: 800;
      font-size: 11px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      @media screen and (min-width: 768px) {
        body .wqa-design  .fc-unthemed .fc-event .fc-title, body .wqa-design  .fc-unthemed .fc-bgevent .fc-title {
          font-size: 12px; } }
    body .wqa-design  .fc-unthemed .fc-event.fc-event-today:not(.fc-bgevent), body .wqa-design  .fc-unthemed .fc-event-today.fc-bgevent:not(.fc-bgevent) {
      margin-left: 40px; }
  body .wqa-design  .fc-unthemed .fc-more-cell .fc-more {
    font-weight: 800;
    font-size: 14px;
    color: #354657;
    margin: 2px 10px;
    display: block; }
  body .wqa-design  .fc-unthemed .fc-bgevent-skeleton {
    top: auto;
    bottom: 0;
    pointer-events: none; }
  body .wqa-design  .fc-unthemed .fc-bgevent {
    margin: 0;
    border-radius: 0;
    opacity: 1;
    border: 0 !important;
    pointer-events: all;
    text-align: center;
    font-weight: 600; }
    body .wqa-design  .fc-unthemed .fc-bgevent.fc-event-online {
      background: #67b251;
      border-color: #67b251; }
      body .wqa-design  .fc-unthemed .fc-bgevent.fc-event-online:hover {
        background: #5ca248;
        border-color: #5ca248; }
    body .wqa-design  .fc-unthemed .fc-bgevent .fc-content {
      justify-content: center; }
    body .wqa-design  .fc-unthemed .fc-bgevent .fc-title {
      font-weight: 600; }
  body .wqa-design  .fc-unthemed .fc-today {
    background: #4e657e; }
    body .wqa-design  .fc-unthemed .fc-today.fc-day {
      position: relative; }
      body .wqa-design  .fc-unthemed .fc-today.fc-day:not(.fc-selected) {
        z-index: -1; }
    @media screen and (min-width: 480px) {
      body .wqa-design  .fc-unthemed .fc-today.fc-day:before {
        content: 'today';
        color: white;
        font-weight: 800;
        position: absolute;
        top: 55px;
        left: -6px;
        transform: rotate(-90deg);
        line-height: 1;
        font-size: 14px; } }
    @media screen and (min-width: 768px) {
      body .wqa-design  .fc-unthemed .fc-today.fc-day:before {
        top: 70px;
        left: -8px;
        font-size: 18px; } }
    body .wqa-design  .fc-unthemed .fc-today .fc-day-number {
      color: white; }
    body .wqa-design  .fc-unthemed .fc-today .fc-day-number--has-events {
      background: none; }
      @media screen and (min-width: 480px) {
        body .wqa-design  .fc-unthemed .fc-today .fc-day-number--has-events {
          background: #354657; } }
    body .wqa-design  .fc-unthemed .fc-today .fc-day-event-count {
      color: white !important; }
  body .wqa-design  .fc-unthemed .fc-other-month {
    background: #EEEEEE;
    opacity: 1; }
    body .wqa-design  .fc-unthemed .fc-other-month .fc-day-number {
      color: #D1D1D1; }
  body .wqa-design  .fc-unthemed .fc-week.fc-row {
    min-height: auto; }
    @media screen and (min-width: 480px) {
      body .wqa-design  .fc-unthemed .fc-week.fc-row {
        padding-bottom: 30px; } }
  body .wqa-design  .fc-unthemed.fc-month-view .fc table,
  body .wqa-design  .fc-unthemed.fc-month-view .fc-body > tr > .fc-widget-content {
    border: 0; }
    @media screen and (min-width: 480px) {
      body .wqa-design  .fc-unthemed.fc-month-view .fc table,
      body .wqa-design  .fc-unthemed.fc-month-view .fc-body > tr > .fc-widget-content {
        border: 1px solid #e1e1e1; } }
  body .wqa-design  .fc-unthemed.fc-month-view .fc-bg > table {
    border-collapse: separate;
    border-spacing: 1px; }
    @media screen and (min-width: 480px) {
      body .wqa-design  .fc-unthemed.fc-month-view .fc-bg > table {
        border-collapse: collapse; } }
    body .wqa-design  .fc-unthemed.fc-month-view .fc-bg > table td {
      border: 1px solid #e1e1e1;
      border-radius: 4px; }
      @media screen and (min-width: 480px) {
        body .wqa-design  .fc-unthemed.fc-month-view .fc-bg > table td {
          border-radius: 0; } }
  body .wqa-design  .fc-unthemed.fc-month-view .fc-content-skeleton {
    display: flex;
    height: 100%;
    align-items: center; }
    @media screen and (min-width: 480px) {
      body .wqa-design  .fc-unthemed.fc-month-view .fc-content-skeleton {
        display: block; } }
  body .wqa-design  .fc-unthemed.fc-month-view .fc-day-top .fc-day-number {
    margin: 0 auto; }
    @media screen and (min-width: 480px) {
      body .wqa-design  .fc-unthemed.fc-month-view .fc-day-top .fc-day-number {
        margin: 5px; } }
  body .wqa-design  .fc-unthemed.fc-month-view .fc-day-event-count {
    display: none; }
    @media screen and (min-width: 480px) {
      body .wqa-design  .fc-unthemed.fc-month-view .fc-day-event-count {
        display: block; } }
  body .wqa-design  .fc-unthemed.fc-single-week-view td {
    border: 1px solid #e1e1e1; }
  body .wqa-design  .fc-unthemed.fc-single-week-view .fc-row .fc-bgevent-skeleton {
    z-index: auto; }
  body .wqa-design  .fc-unthemed.fc-single-week-view .fc-selected-date-bgevent {
    z-index: 1;
    transform: scale(1.1, 1);
    top: 6px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  body .wqa-design  .fc-unthemed.fc-single-week-view .fc-scroller {
    overflow: visible !important; }
  body .wqa-design  .fc-unthemed.fc-single-week-view .fc-day-top .fc-day-top-wrap {
    flex-direction: column;
    align-items: flex-start; }
    @media screen and (min-width: 480px) {
      body .wqa-design  .fc-unthemed.fc-single-week-view .fc-day-top .fc-day-top-wrap {
        flex-direction: row;
        align-items: center; } }
  body .wqa-design  .fc-unthemed.fc-single-week-view .fc-day-top .fc-day-number {
    margin-bottom: 18px; }
    @media screen and (min-width: 480px) {
      body .wqa-design  .fc-unthemed.fc-single-week-view .fc-day-top .fc-day-number {
        margin-bottom: 5px; } }
    body .wqa-design  .fc-unthemed.fc-single-week-view .fc-day-top .fc-day-number--has-events {
      background: none; }
      @media screen and (min-width: 480px) {
        body .wqa-design  .fc-unthemed.fc-single-week-view .fc-day-top .fc-day-number--has-events {
          background: #BD8BCA; } }
  body .wqa-design  .fc-unthemed.fc-single-week-view .fc-day-top .fc-day-event-count {
    color: white;
    margin: 10px 10px 5px 10px;
    align-self: center; }
    @media screen and (min-width: 480px) {
      body .wqa-design  .fc-unthemed.fc-single-week-view .fc-day-top .fc-day-event-count {
        color: #354657;
        margin: 0;
        margin-right: 5px; } }
  body .wqa-design  .fc-unthemed.fc-single-week-view .fc-content-skeleton {
    min-height: 90px; }
  body .wqa-design  .fc-unthemed.fc-single-week-view .fc-bg .fc-selected {
    background: #BD8BCA;
    transform: scale(1.1);
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    position: relative; }
    body .wqa-design  .fc-unthemed.fc-single-week-view .fc-bg .fc-selected:after {
      content: '';
      display: block;
      position: absolute;
      top: calc(100% - 1px);
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #BD8BCA; }
  body .wqa-design  .fc-unthemed.fc-single-week-view .fc-selected .fc-day-number {
    background: #A25EB5;
    color: white; }
  body .wqa-design  .fc-unthemed.fc-single-week-view .fc-selected .fc-day-event-count {
    color: white; }
  body .wqa-design  .fc-unthemed.fc-single-week-view .fc-bgevent-skeleton {
    display: none; }
    @media screen and (min-width: 768px) {
      body .wqa-design  .fc-unthemed.fc-single-week-view .fc-bgevent-skeleton {
        display: block; } }
  @media screen and (max-width: 767px) {
    body .wqa-design  .fc-unthemed.fc-single-week-view .fc-content-skeleton td:nth-child(1),
    body .wqa-design  .fc-unthemed.fc-single-week-view .fc-content-skeleton td:nth-child(2),
    body .wqa-design  .fc-unthemed.fc-single-week-view .fc-content-skeleton td:nth-child(6),
    body .wqa-design  .fc-unthemed.fc-single-week-view .fc-content-skeleton td:nth-child(7),
    body .wqa-design  .fc-unthemed.fc-single-week-view .fc-bg td:nth-child(1),
    body .wqa-design  .fc-unthemed.fc-single-week-view .fc-bg td:nth-child(2),
    body .wqa-design  .fc-unthemed.fc-single-week-view .fc-bg td:nth-child(6),
    body .wqa-design  .fc-unthemed.fc-single-week-view .fc-bg td:nth-child(7) {
      display: none; } }
  .wqa-design .owl-carousel .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wqa-design .owl-carousel .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important; }
  .wqa-design .owl-carousel .owl-stage-outer {
    padding: 0 5px;
    margin: 0 -5px; }
  .wqa-design .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 60px);
    position: absolute;
    top: 41%;
    left: 0; }
    @media screen and (min-width: 1024px) {
      .wqa-design .owl-carousel .owl-nav {
        margin-left: -30px;
        margin-right: -30px; } }
    .wqa-design .owl-carousel .owl-nav button.owl-prev, .wqa-design .owl-carousel .owl-nav button.owl-next {
      width: 60px;
      height: 60px;
      border-radius: 30px;
      background: #EEEEEE;
      display: block;
      display: flex;
      justify-content: center; }
      .wqa-design .owl-carousel .owl-nav button.owl-prev:hover, .wqa-design .owl-carousel .owl-nav button.owl-prev:focus, .wqa-design .owl-carousel .owl-nav button.owl-prev:active, .wqa-design .owl-carousel .owl-nav button.owl-next:hover, .wqa-design .owl-carousel .owl-nav button.owl-next:focus, .wqa-design .owl-carousel .owl-nav button.owl-next:active {
        outline: none; }
      .wqa-design .owl-carousel .owl-nav button.owl-prev.disabled, .wqa-design .owl-carousel .owl-nav button.owl-next.disabled {
        visibility: hidden; }
      .wqa-design .owl-carousel .owl-nav button.owl-prev span, .wqa-design .owl-carousel .owl-nav button.owl-next span {
        display: inline-block;
        background: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-right-primary.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
        width: 20px;
        height: 20px;
        font-size: 0; }
    .wqa-design .owl-carousel .owl-nav button.owl-prev span {
      background-image: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-left-primary.svg);
      background-position: center; }
  .wqa-design .is-region-notice {
    padding-top: 116px; }
    @media screen and (min-width: 480px) {
      .wqa-design .is-region-notice {
        padding-top: 70px; } }
    .wqa-design .is-region-notice .header__search.open {
      top: 200px; }
      @media screen and (min-width: 480px) {
        .wqa-design .is-region-notice .header__search.open {
          top: 200px; } }
      @media screen and (min-width: 768px) {
        .wqa-design .is-region-notice .header__search.open {
          top: 160px; } }
    .wqa-design .is-region-notice .menu-dropdown--search.active {
      top: 120px;
      padding-top: 130px; }
      @media screen and (min-width: 480px) {
        .wqa-design .is-region-notice .menu-dropdown--search.active {
          top: 80px;
          padding-top: 180px; } }
      @media screen and (min-width: 768px) {
        .wqa-design .is-region-notice .menu-dropdown--search.active {
          padding-top: 140px; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .is-region-notice .menu-dropdown--search.active {
          padding-top: 0; } }
      @media (min-width: 1023px) and (max-width: 1199px) {
        .wqa-design .is-region-notice .menu-dropdown--search.active {
          top: 40px;
          padding-top: 0; } }
  .wqa-design .header {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-top: #BD8BCA 5px solid;
    border-bottom: 2px solid #EEEEEE;
    padding: 0;
    font-size: 1rem; }
    .wqa-design .header__inner {
      display: flex;
      justify-content: space-between;
      position: relative;
      z-index: 100;
      height: 77px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .header__inner {
          height: 95px; } }
    .wqa-design .header__logo {
      display: flex;
      flex: 1 0 0%;
      justify-content: center; }
      @media screen and (min-width: 1024px) {
        .wqa-design .header__logo {
          flex: inherit; } }
      .wqa-design .header__logo-link {
        display: flex;
        align-items: center; }
      .wqa-design .header__logo-image {
        width: 28px;
        height: 29px; }
        @media screen and (min-width: 480px) {
          .wqa-design .header__logo-image {
            width: 40px;
            height: 40px; } }
        @media screen and (min-width: 1024px) {
          .wqa-design .header__logo-image {
            width: 115px;
            height: 21px; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .header__search__wrapper {
        position: relative;
        display: flex;
        flex: 1 0 auto;
        margin: 0 3%; } }
    .wqa-design .header__nav {
      display: flex;
      flex: 0 0 auto;
      -ms-flex: 0 0 27%;
      align-content: center;
      justify-content: center; }
      @media screen and (min-width: 1024px) {
        .wqa-design .header__nav {
          display: flex; } }
    .wqa-design .header__search {
      flex: 0 0 0%;
      align-items: center;
      position: fixed;
      top: -200px;
      left: 0;
      background: rgba(255, 255, 255, 0.95);
      width: 100vw;
      padding: 0 20px 10px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .header__search {
          padding: 0;
          display: flex;
          position: static;
          top: 0;
          left: 0;
          right: auto;
          width: auto;
          background: transparent;
          padding: 0 0 20px;
          padding: 10px 50px 25px 50px;
          margin: 0; } }
      .wqa-design .header__search.open {
        z-index: 10;
        top: 77px; }
        @media screen and (min-width: 480px) {
          .wqa-design .header__search.open {
            top: 82px; } }
      .wqa-design .header__search-form {
        width: 100%; }
      .wqa-design .header__search .form-group {
        position: relative;
        margin: 0; }
        @media screen and (min-width: 1024px) {
          .wqa-design .header__search .form-group {
            position: static;
            margin: 0; } }
        @media screen and (min-width: 1024px) {
          .wqa-design .header__search .form-group.active {
            position: static; } }
        .wqa-design .header__search .form-group.active .form-control {
          max-width: 100vw;
          transition: all .4s; }
      .wqa-design .header__search .form-control {
        padding-left: 20px;
        padding-right: 40px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        border-radius: 25px;
        font-size: 0.9rem;
        font-weight: 600;
        color: #354657;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
        @media screen and (min-width: 1024px) {
          .wqa-design .header__search .form-control {
            font-weight: 700;
            position: absolute;
            font-size: 1rem;
            max-width: 57%; } }
        @media screen and (min-width: 1440px) {
          .wqa-design .header__search .form-control {
            max-width: 60%; } }
        .wqa-design .header__search .form-control:focus, .wqa-design .header__search .form-control:active {
          border: none;
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
      .wqa-design .header__search .btn--search {
        background: url(/_ui/desktop/common/images/wqa/icons/icon-search-primary.svg);
        background-repeat: no-repeat;
        background-position: center;
        border: none;
        text-indent: -9999px;
        width: 50px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .wqa-design .header #header_search_group.active .btn--search {
      background-image: url(/_ui/desktop/common/images/wqa/icons/icon-close-primary.svg); }
    .wqa-design .header__language {
      display: none;
      padding: 0 20px;
      cursor: pointer; }
      @media screen and (min-width: 1024px) {
        .wqa-design .header__language {
          display: flex; } }
      .wqa-design .header__language .language {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        transition: all .3s; }
        .wqa-design .header__language .language:hover {
          color: #BD8BCA; }
    .wqa-design .header__toolbar {
      display: flex;
      flex: 0 0 auto;
      -ms-flex: 0 0 145px;
      align-content: center;
      justify-content: center;
      cursor: pointer; }
      .wqa-design .header__toolbar .nav__link {
        margin: 0 9px; }
        .wqa-design .header__toolbar .nav__link:hover .icon, .wqa-design .header__toolbar .nav__link:active .icon, .wqa-design .header__toolbar .nav__link:focus .icon {
          background-position: 0 100%; }
    .wqa-design .header .mobile__toolbar {
      display: flex;
      align-content: center;
      justify-content: center; }
    .wqa-design .header .account-avatar img {
      height: 38px;
      width: 38px;
      border-radius: 50%;
      border: 2px solid #BD8BCA;
      max-width: 38px; }
    .wqa-design .header .account-avatar:hover img {
      border: 2px solid #A25EB5; }
  @media (min-width: 1024px) {
    body.logged-in .wqa-design .header__search .form-control {
      max-width: 40%; } }
  @media (min-width: 1065px) {
    body.logged-in .wqa-design .header__search .form-control {
      max-width: 45%; } }
  @media (min-width: 1165px) {
    body.logged-in .wqa-design .header__search .form-control {
      max-width: 50%; } }
  @media (min-width: 1440px) {
    body.logged-in .wqa-design .header__search .form-control {
      max-width: 55%; } }
  .wqa-design .nav {
    display: flex;
    flex: 1 0 auto;
    -ms-flex: 1 0 0%;
    align-self: stretch;
    align-content: center;
    justify-content: center; }
    .wqa-design .nav__item {
      display: flex;
      flex: 1 0 0%;
      align-content: center;
      height: 100%; }
      body.search-active .wqa-design .nav__item {
        cursor: default; }
      @media screen and (min-width: 1024px) {
        body:not(.search-active) .wqa-design .nav__item:hover > a:after {
          content: ' ';
          width: 100%;
          height: 1px;
          border-bottom: 2px solid #BD8BCA;
          display: block;
          position: absolute;
          bottom: -2px;
          left: 0;
          right: 0;
          margin: auto; } }
      body:not(.search-active) .wqa-design .nav__item:hover .menu-dropdown {
        max-height: calc(100vh - 77px);
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
        overflow-y: auto; }
        body:not(.search-active) .wqa-design .nav__item:hover .menu-dropdown .menu-dropdown__body {
          opacity: 1; }
    .wqa-design .nav__link {
      position: relative;
      display: flex;
      flex: 1 0 0%;
      flex-flow: column;
      text-align: center;
      justify-content: center;
      align-self: stretch;
      align-items: center;
      margin: 0 10px;
      color: #354657;
      text-decoration: none;
      white-space: nowrap;
      font-weight: 600;
      padding: 18px 0; }
      @media screen and (min-width: 480px) {
        .wqa-design .nav__link {
          padding: 18px 0; } }
      @media screen and (min-width: 768px) {
        .wqa-design .nav__link {
          padding: 12px 10px 12px 10px; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .nav__link {
          margin: 0 5px; } }
      @media screen and (min-width: 1440px) {
        .wqa-design .nav__link {
          margin: 0 10px;
          padding-right: 16px;
          padding-left: 16px; } }
      body.search-active .wqa-design .nav__link {
        cursor: default; }
    .wqa-design .nav__link--icon {
      font-size: 0.7rem;
      color: #84909B;
      padding-left: 0;
      padding-right: 0; }
      .wqa-design .nav__link--icon .icon {
        margin-bottom: 3px; }
  .wqa-design .nav--horizontal, .wqa-design .footer__sub-footer__links {
    padding: 0;
    margin: 10px 0;
    list-style: none; }
    @media screen and (min-width: 1024px) {
      .wqa-design .nav--horizontal, .wqa-design .footer__sub-footer__links {
        margin: 0;
        display: flex; } }
    .wqa-design .nav--horizontal li, .wqa-design .footer__sub-footer__links li {
      margin: 0 0 3px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .nav--horizontal li, .wqa-design .footer__sub-footer__links li {
          margin: 0;
          padding: 0 10px;
          line-height: 14px;
          border-right: 1px solid #7893ad; }
          .wqa-design .nav--horizontal li:last-of-type, .wqa-design .footer__sub-footer__links li:last-of-type {
            border: none; } }
    .wqa-design .nav--horizontal a, .wqa-design .footer__sub-footer__links a {
      color: #354657;
      text-decoration: none; }
      .wqa-design .nav--horizontal a:hover, .wqa-design .footer__sub-footer__links a:hover, .wqa-design .nav--horizontal a:active, .wqa-design .footer__sub-footer__links a:active, .wqa-design .nav--horizontal a:focus, .wqa-design .footer__sub-footer__links a:focus {
        color: #BD8BCA; }
  .wqa-design .nav-toggle {
    display: block;
    background: url("/_ui/desktop/common/images/wqa/icons/icon-bars.svg");
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    font-size: 0;
    width: 50px;
    height: 50px; }
    @media screen and (min-width: 1024px) {
      .wqa-design .nav-toggle {
        display: none; } }
  .wqa-design .nav-dropdown {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 97px;
    right: -24px;
    z-index: 90;
    min-width: 275px;
    border-radius: 0 0 4px 4px;
    transition: 0s .2s;
    /* delay of 1 seconds on hover off */
    max-height: 0;
    overflow: hidden; }
    @media screen and (min-width: 1024px) {
      .wqa-design .nav-dropdown {
        max-width: 350px; } }
    .wqa-design .nav-dropdown__arrow {
      position: absolute;
      top: -8px;
      right: 40px;
      display: none; }
      @media screen and (min-width: 1024px) {
        .wqa-design .nav-dropdown__arrow {
          display: block; } }
    .wqa-design .nav-dropdown__head {
      display: flex;
      padding: 20px; }
    .wqa-design .nav-dropdown__title {
      font-size: 16px;
      font-weight: 900; }
    .wqa-design .nav-dropdown__language {
      margin-left: auto;
      font-size: 16px; }
      .wqa-design .nav-dropdown__language a {
        text-decoration: none;
        color: #7F88A9;
        font-weight: 600; }
    .wqa-design .nav-dropdown__body--wpd {
      padding: 20px; }
    .wqa-design .nav-dropdown__list {
      padding: 0; }
    .wqa-design .nav-dropdown__item {
      border-top: 1px solid #D1D1D1;
      list-style: none; }
      .wqa-design .nav-dropdown__item--nic {
        border-bottom: none; }
        .wqa-design .nav-dropdown__item--nic a.nav-dropdown__item-link {
          padding-left: 60px;
          font-weight: 900; }
    .wqa-design .nav-dropdown__item-link {
      text-decoration: none;
      padding: 10px 20px;
      color: #354657;
      font-weight: 600;
      font-size: 16px;
      display: flex;
      align-items: center; }
      .wqa-design .nav-dropdown__item-link .icon {
        margin-right: 7px; }
    .wqa-design .nav-dropdown__footer {
      border-top: 1px solid #EEEEEE;
      padding: 20px; }
      .wqa-design .nav-dropdown__footer a:not(.btn) {
        display: block;
        text-align: center;
        font-weight: 900;
        color: #354657; }
    .wqa-design .nav-dropdown__welcome {
      font-size: 18px;
      font-weight: 900;
      padding-bottom: 20px;
      text-align: center;
      color: #354657; }
    .wqa-design .nav-dropdown--help {
      right: -26px; }
    .wqa-design .nav-dropdown--account {
      right: -18px; }
    .wqa-design .nav-dropdown__link {
      text-align: center; }
    @media screen and (min-width: 1024px) {
      .wqa-design .nav__item:hover .nav-dropdown {
        max-height: 100vh;
        transition: all .3s;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
        transition-delay: .4s; } }
  .wqa-design #site-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
  .wqa-design #site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  body .wqa-design .no-hero #site-canvas {
    padding-top: 100px; }
    @media screen and (min-width: 1024px) {
      body .wqa-design .no-hero #site-canvas {
        padding-top: 140px; } }
  .wqa-design .show-nav #site-canvas {
    overflow: hidden; }
    .wqa-design .show-nav #site-canvas .region-bar {
      display: none; }
    @media screen and (min-width: 480px) {
      .wqa-design .show-nav #site-canvas {
        right: -300px; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .show-nav #site-canvas {
        right: 0; } }
    @media only screen and (max-width: 960px) and (orientation: landscape) {
      .wqa-design .show-nav #site-canvas {
        right: -300px; } }
  .wqa-design #offcanvas-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 82px;
    left: -100%;
    background: rgba(255, 255, 255, 0.95);
    border-top: 2px solid #EEEEEE;
    padding: 20px 0 80px;
    -webkit-transition: 300ms ease-in-out all;
    transition: 300ms ease-in-out all;
    z-index: 500; }
    @media screen and (min-width: 480px) {
      .wqa-design #offcanvas-menu {
        width: 100%;
        left: -100%; } }
    @media (min-width: 680px) {
      .wqa-design #offcanvas-menu {
        width: 50%;
        left: -50%; } }
    @media only screen and (max-width: 960px) and (orientation: landscape) {
      .wqa-design #offcanvas-menu {
        padding: 60px 45px;
        width: 300px;
        left: -300px; } }
    .wqa-design #offcanvas-menu.w-region-notice {
      padding-top: 140px; }
  .wqa-design #offcanvas-menu.offcanvas-menu-right {
    left: auto;
    right: -100%; }
  .wqa-design .show-nav #offcanvas-menu {
    left: 0; }
    @media screen and (min-width: 1024px) {
      .wqa-design .show-nav #offcanvas-menu {
        display: none; } }
  .wqa-design .show-nav #offcanvas-menu.offcanvas-menu-right {
    right: 0;
    left: auto; }
    @media screen and (min-width: 1024px) {
      .wqa-design .show-nav #offcanvas-menu.offcanvas-menu-right {
        display: none; } }
  .wqa-design .nav__link.nav__link--icon .icon--bag {
    position: relative; }
    .wqa-design .nav__link.nav__link--icon .icon--bag .js-bag-items-number {
      position: absolute;
      border-radius: 50%;
      color: #354657;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      width: 20px;
      height: 20px;
      top: 13px;
      left: 11px;
      width: 17px;
      height: 17px;
      font-size: 11px;
      display: none; }
  .wqa-design .nav__link.nav__link--icon:hover .icon--bag:before, .wqa-design .nav__link.nav__link--icon:focus .icon--bag:before, .wqa-design .nav__link.nav__link--icon:active .icon--bag:before {
    background-position: -242.8125em -242.8125em; }
  .wqa-design .nav__link.nav__link--icon:hover .icon--bag .js-bag-items-number, .wqa-design .nav__link.nav__link--icon:focus .icon--bag .js-bag-items-number, .wqa-design .nav__link.nav__link--icon:active .icon--bag .js-bag-items-number {
    color: #FFFFFF; }
  .wqa-design .nav__link.nav__link--icon:hover .icon--my-account:before, .wqa-design .nav__link.nav__link--icon:focus .icon--my-account:before, .wqa-design .nav__link.nav__link--icon:active .icon--my-account:before {
    background-position: -805.4375em -805.4375em; }
  .wqa-design .nav__link.nav__link--icon:hover .icon--help-circle:before, .wqa-design .nav__link.nav__link--icon:focus .icon--help-circle:before, .wqa-design .nav__link.nav__link--icon:active .icon--help-circle:before {
    background-position: -592.8125em -592.8125em; }
  .wqa-design #site-wrapper,
  .wqa-design #site-canvas {
    height: auto;
    min-height: 100vh; }
  .wqa-design #site-canvas {
    display: flex;
    flex-direction: column; }
  .wqa-design .footer {
    font-size: 0.9rem;
    margin-top: auto;
    width: 100%; }
  .wqa-design .footer__social {
    padding: 30px 0;
    background: #F4F8FD; }
    @media screen and (min-width: 1024px) {
      .wqa-design .footer__social__container {
        display: flex; } }
  .wqa-design .footer__subscribe-form {
    flex: 1 0 0%; }
    .wqa-design .footer__subscribe-form__heading {
      margin: 0; }
  .wqa-design .footer__social-icons {
    display: flex;
    justify-content: center; }
  .wqa-design .footer__cta {
    padding: 30px 0;
    border-bottom: 1px solid #EEEEEE;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .wqa-design .footer__cta {
        text-align: left; } }
  .wqa-design .footer__links__groups {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px; }
    @media screen and (min-width: 1024px) {
      .wqa-design .footer__links__groups {
        padding: 30px 0; } }
  .wqa-design .footer__links__group {
    width: 50%;
    margin-bottom: 30px; }
    @media screen and (min-width: 1024px) {
      .wqa-design .footer__links__group {
        width: auto;
        flex: 1 0 0%; } }
  .wqa-design .footer__links__heading {
    margin: 5px 0; }
  .wqa-design .footer__links__list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .wqa-design .footer__links__list__item {
      padding: 2px 0; }
    .wqa-design .footer__links__list__link {
      color: #354657;
      text-decoration: none;
      transition: none; }
      .wqa-design .footer__links__list__link:hover, .wqa-design .footer__links__list__link:focus, .wqa-design .footer__links__list__link:active {
        border-bottom: 1px solid #BD8BCA; }
  .wqa-design .footer__sub-footer {
    padding: 30px 15px;
    border-top: 1px solid #EEEEEE;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .wqa-design .footer__sub-footer {
        padding: 30px 0; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .footer__sub-footer__container {
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-content: center;
        align-items: center; } }
    .wqa-design .footer__sub-footer__address {
      margin-bottom: 20px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .footer__sub-footer__address {
          margin-bottom: 0; } }
      .wqa-design .footer__sub-footer__address ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        @media screen and (min-width: 1024px) {
          .wqa-design .footer__sub-footer__address ul {
            display: flex; } }
        @media screen and (min-width: 1024px) {
          .wqa-design .footer__sub-footer__address ul li {
            padding-right: 5px;
            border-right: 1px solid #354657;
            margin-right: 5px;
            line-height: 1; }
            .wqa-design .footer__sub-footer__address ul li:last-of-type {
              border: none; } }
      .wqa-design .footer__sub-footer__address a {
        color: #354657;
        text-decoration: none;
        transition: none; }
    .wqa-design .footer__sub-footer__links .footer__sub-footer__links____link {
      transition: none; }
      .wqa-design .footer__sub-footer__links .footer__sub-footer__links____link:hover, .wqa-design .footer__sub-footer__links .footer__sub-footer__links____link:focus, .wqa-design .footer__sub-footer__links .footer__sub-footer__links____link:active {
        border-bottom: 1px solid #BD8BCA; }
    .wqa-design .footer__sub-footer__copyright__logo {
      display: block;
      margin: 35px auto 5px;
      width: 16px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .footer__sub-footer__copyright__logo {
          display: inline-block;
          margin: -5px 10px 0 0; } }
  @media (max-width: 1023px) {
    .wqa-design .footer__sub-footer__container {
      display: flex;
      flex-wrap: wrap; }
      .wqa-design .footer__sub-footer__container .footer__sub-footer__copyright {
        order: 1; }
      .wqa-design .footer__sub-footer__container .footer__sub-footer__links {
        order: 3;
        width: 100%; }
      .wqa-design .footer__sub-footer__container .footer__sub-footer-language {
        order: 2;
        align-self: flex-end;
        margin-left: auto; } }
  .wqa-design .subscribe-form {
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .wqa-design .subscribe-form {
        text-align: left;
        display: flex; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .subscribe-form .form-group {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center; } }
    @media screen and (min-width: 1440px) {
      .wqa-design .subscribe-form .form-group {
        width: 90%; } }
    .wqa-design .subscribe-form .form-input-group {
      position: relative;
      margin: 0 auto; }
      @media screen and (min-width: 480px) {
        .wqa-design .subscribe-form .form-input-group {
          max-width: 90%; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .subscribe-form .form-input-group {
          max-width: 60%; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .subscribe-form .form-input-group {
          flex: 1 0 0%;
          margin-right: 20px;
          max-width: initial; } }
    .wqa-design .subscribe-form .footer__subscribe-form__heading {
      flex-grow: 1;
      width: 100%;
      margin-bottom: 5px; }
    .wqa-design .subscribe-form .form-control {
      padding-left: 20px;
      padding-right: 40px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      border-radius: 25px; }
    .wqa-design .subscribe-form .form-text {
      align-content: center;
      justify-content: center;
      align-items: center;
      margin: 0;
      padding: 15px 20%; }
      @media screen and (min-width: 1024px) {
        .wqa-design .subscribe-form .form-text {
          padding: 0; } }
    .wqa-design .subscribe-form .btn--submit {
      background: #F4F8FD;
      color: #7F88A9;
      border: none;
      height: calc(100% - 10px);
      width: auto;
      padding: 0 25px;
      border-radius: 25px;
      position: absolute;
      right: 5px;
      top: 5px;
      font-weight: 600; }
      .wqa-design .subscribe-form .btn--submit:hover, .wqa-design .subscribe-form .btn--submit:active, .wqa-design .subscribe-form .btn--submit:focus {
        background: #ebf3fb; }
  .wqa-design .products {
    overflow: hidden; }
  .wqa-design .product-list__wrapper {
    padding: 0; }
    @media screen and (max-width: 767px) {
      .wqa-design .product-list__wrapper {
        margin-left: -80px;
        margin-right: -80px; } }
  @media screen and (min-width: 480px) {
    .wqa-design .product-list {
      display: flex; } }
  .wqa-design .products__footer {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px; }
    @media screen and (min-width: 480px) {
      .wqa-design .products__footer {
        display: none; } }
  .wqa-design .product {
    position: relative;
    padding: 15px;
    text-align: left;
    transition: transform 0.2s ease-in-out; }
    @media screen and (min-width: 480px) {
      .wqa-design .product {
        max-width: 310px;
        text-align: left; } }
    .wqa-design .product__header {
      text-align: right;
      padding-bottom: 5px; }
    .wqa-design .product__image-wrapper {
      width: 80%; }
      @media screen and (min-width: 480px) {
        .wqa-design .product__image-wrapper {
          width: 60%; } }
      .wqa-design .product__image-wrapper img {
        max-width: 100%; }
    .wqa-design .product__favorite {
      position: absolute;
      left: 0; }
    .wqa-design .product__title {
      font-weight: 200;
      font-size: 1rem;
      margin: 0; }
      @media screen and (min-width: 480px) {
        .wqa-design .product__title {
          font-size: 1.25rem; } }
    .wqa-design .product__price {
      display: inline-block;
      font-weight: 700;
      font-size: 1rem;
      margin-right: 7px; }
      @media screen and (min-width: 480px) {
        .wqa-design .product__price {
          font-size: 1.25rem; } }
    .wqa-design .product__size {
      display: inline-block;
      font-weight: 200;
      font-size: 0.8rem;
      padding-left: 5px;
      line-height: 1;
      color: #adafaa;
      border-left: 1px solid #adafaa; }
      @media screen and (min-width: 480px) {
        .wqa-design .product__size {
          font-size: 1rem; } }
    .wqa-design .product__add-to-cart {
      margin-top: 15px; }
  .wqa-design .product {
    display: flex;
    align-items: center;
    padding: 10px 0;
    position: relative; }
    .wqa-design .product__image {
      width: 120px;
      text-align: center;
      padding-top: 10px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .product__image {
          width: 220px; } }
      .wqa-design .product__image img {
        max-height: 120px;
        max-width: 120px; }
    .wqa-design .product__title {
      font-size: 0.9rem;
      margin-bottom: 10px;
      font-weight: 400; }
      .wqa-design .product__title a {
        color: #354657;
        text-decoration: none; }
      @media screen and (min-width: 1024px) {
        .wqa-design .product__title {
          font-size: 20px; } }
    .wqa-design .product__details {
      display: flex;
      flex-wrap: wrap;
      text-align: left;
      justify-content: space-between;
      flex: 1 0 auto; }
      @media screen and (min-width: 1024px) {
        .wqa-design .product__details {
          padding-right: 20px; } }
      .wqa-design .product__details > * {
        width: 100%;
        font-size: 16px; }
    .wqa-design .product__details__footer {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
    .wqa-design .product__costs {
      display: flex;
      align-items: center; }
    .wqa-design .product__cost-row {
      display: flex;
      line-height: 1.2; }
      .wqa-design .product__cost-row > * {
        width: 50%; }
      .wqa-design .product__cost-row--retail .product__cost-row-info {
        text-decoration: line-through; }
      .wqa-design .product__cost-row--wholesale {
        font-weight: 700; }
      .wqa-design .product__cost-row--pv-points {
        justify-content: center;
        color: #A25EB5; }
    .wqa-design .product__cost-row-label {
      text-align: right;
      padding-right: 10px; }
    .wqa-design .product__cost-row-info {
      padding-left: 10px; }
    .wqa-design .product__meta {
      color: #A25EB5;
      text-align: center;
      margin-bottom: .5em; }
    .wqa-design .product__price {
      font-size: 0.9rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (min-width: 1024px) {
        .wqa-design .product__price {
          font-size: 16px; } }
    .wqa-design .product__pv-total {
      font-size: 12px;
      font-weight: 900;
      color: #A25EB5; }
      @media screen and (min-width: 1024px) {
        .wqa-design .product__pv-total {
          font-size: 16px; } }
    .wqa-design .product__type {
      font-size: 16px;
      font-style: italic;
      color: #D1D1D1;
      margin-left: 25px;
      display: none; }
    .wqa-design .product__description {
      font-size: 12px;
      font-weight: 600; }
    .wqa-design .product__qty {
      font-size: 12px;
      font-weight: 900;
      color: #555555; }
    .wqa-design .product__actions {
      margin-top: 10px;
      display: flex;
      position: relative;
      right: 5px; }
      .wqa-design .product__actions a.btn {
        margin-bottom: 0;
        margin-right: 20px; }
        @media screen and (min-width: 1024px) {
          .wqa-design .product__actions a.btn {
            margin-right: 40px; } }
    .wqa-design .product__btn-save {
      font-size: 12px;
      font-weight: 900;
      color: #D1D1D1;
      display: flex;
      align-items: center; }
      .wqa-design .product__btn-save .icon {
        margin-right: 5px; }
    .wqa-design .product__amt {
      color: #D1D1D1;
      border-left: 1px solid #dedede;
      font-size: 0.9rem;
      font-weight: 600;
      margin-left: 0;
      padding-left: 5px;
      line-height: 1; }
      @media screen and (min-width: 1024px) {
        .wqa-design .product__amt {
          padding-left: 10px;
          margin-left: 20px;
          font-size: 16px; } }
    .wqa-design .product--grid {
      flex-direction: column;
      border-bottom: none;
      padding-top: 20px;
      padding-bottom: 20px; }
      .wqa-design .product--grid .product__image {
        width: 100%;
        height: 170px;
        margin-bottom: 20px;
        display: flex;
        align-items: flex-end;
        justify-content: center; }
        @media screen and (min-width: 1024px) {
          .wqa-design .product--grid .product__image {
            height: 225px; } }
        .wqa-design .product--grid .product__image img {
          max-height: 100%;
          max-width: 100%;
          width: auto; }
          @media screen and (min-width: 1024px) {
            .wqa-design .product--grid .product__image img {
              max-height: 300px;
              max-height: 100%; } }
      .wqa-design .product--grid .product__btn-save {
        position: absolute;
        top: 30px;
        right: 10px; }
        @media screen and (min-width: 1024px) {
          .wqa-design .product--grid .product__btn-save {
            top: 10px;
            right: 0px; } }
        @media screen and (min-width: 1024px) {
          .wqa-design .product--grid .product__btn-save .icon {
            width: 30px;
            height: 30px; } }
      .wqa-design .product--grid .product__btn-save-label {
        display: none; }
      .wqa-design .product--grid .product__title {
        font-weight: 900;
        text-align: center;
        margin-bottom: 15px; }
        @media screen and (min-width: 1024px) {
          .wqa-design .product--grid .product__title {
            font-size: 16px; } }
      .wqa-design .product--grid .product__details {
        width: 100%; }
      .wqa-design .product--grid .product__actions a.btn {
        margin: auto;
        min-width: 170px; }
  .wqa-design .products--list .product__details {
    width: 100%; }
  .wqa-design .products--list .product__image {
    flex: 0 0 80px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-right: 15px; }
    @media screen and (min-width: 1024px) {
      .wqa-design .products--list .product__image {
        flex: 0 0 140px;
        width: 100px; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .products--list .product__image {
        width: 220px; } }
    .wqa-design .products--list .product__image img {
      max-height: 100px;
      max-width: 80%; }
      @media screen and (min-width: 1024px) {
        .wqa-design .products--list .product__image img {
          max-height: 120px;
          max-width: 120px; } }
  .wqa-design .products--list .product__type {
    display: block; }
  .wqa-design .carousel.product-list .product:hover {
    transform: scale(1.025); }
  .wqa-design .hero {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%; }
    .wqa-design .hero > .container, .wqa-design .hero > .agenda__table-date, .wqa-design .hero > .agenda__table-row-inner {
      height: 100%; }
      .wqa-design .hero > .container .row, .wqa-design .hero > .agenda__table-date .row, .wqa-design .hero > .agenda__table-row-inner .row {
        height: 100%; }
    .wqa-design .hero__inner-wrap {
      display: flex;
      flex-wrap: wrap;
      height: 100%; }
    .wqa-design .hero .hero__inner {
      padding: 100px 0.75em 0;
      position: relative;
      z-index: 50;
      width: 100%;
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 480px) {
        .wqa-design .hero .hero__inner {
          text-align: left;
          padding: 220px 1em 0;
          display: block; } }
    .wqa-design .hero__heading {
      color: #FFFFFF;
      line-height: 1;
      font-weight: 900;
      margin-bottom: 80px;
      text-align: center;
      font-size: 40px; }
      @media screen and (min-width: 480px) {
        .wqa-design .hero__heading {
          margin-bottom: 40px;
          text-align: left; } }
      @media screen and (min-width: 768px) {
        .wqa-design .hero__heading {
          font-size: 80px; } }
      .wqa-design .hero__heading img {
        width: 100%;
        max-width: 500px;
        padding: 0 10%;
        margin: 0 auto;
        display: block; }
        @media screen and (min-width: 1024px) {
          .wqa-design .hero__heading img {
            width: 30%;
            max-width: initial;
            margin: 0;
            padding: 0; } }
    .wqa-design .hero__text {
      color: #FFFFFF;
      font-weight: 400;
      font-size: 1.25rem; }
      @media screen and (min-width: 1024px) {
        .wqa-design .hero__text {
          width: 33.33%; } }
    .wqa-design .hero__actions {
      text-align: center; }
      @media screen and (min-width: 480px) {
        .wqa-design .hero__actions {
          text-align: left;
          display: flex; }
          .wqa-design .hero__actions .btn, .wqa-design .hero__actions .btn.btn-size-lg {
            flex: 1;
            min-width: auto;
            max-width: 220px; } }
    @media screen and (min-width: 480px) and (min-width: 1024px) {
      .wqa-design .hero__actions .btn, .wqa-design .hero__actions .btn.btn-size-lg {
        flex: 0;
        min-width: 220px; } }
      @media screen and (min-width: 480px) {
            .wqa-design .hero__actions .btn:focus, .wqa-design .hero__actions .btn.btn-size-lg:focus {
              color: #FFFFFF; } }
    .wqa-design .hero__footer {
      position: relative;
      z-index: 90;
      width: 100%;
      text-align: center;
      margin-top: auto;
      margin-bottom: 50px; }
      @media screen and (min-width: 480px) {
        .wqa-design .hero__footer {
          padding: 0 20px 40px 20px;
          margin-bottom: 0; } }
      @media screen and (min-width: 480px) {
        .wqa-design .hero__footer:before {
          content: '';
          display: block;
          width: 200px;
          height: 2px;
          background: #FFFFFF;
          margin: 20px auto; } }
    .wqa-design .hero__footer-text {
      color: #FFFFFF;
      font-weight: 900;
      font-size: 1.25rem; }
      .wqa-design .hero__footer-text--link-style {
        cursor: pointer; }
        .wqa-design .hero__footer-text--link-style:hover {
          text-decoration: underline; }
    .wqa-design .hero__arrow {
      text-align: center;
      position: relative;
      top: 30px;
      margin: auto;
      width: 60px;
      display: block;
      animation-iteration-count: 5; }
    .wqa-design .hero__more {
      position: relative;
      z-index: 50; }
    .wqa-design .hero__owl {
      overflow: hidden; }
      @media screen and (min-width: 1024px) {
        .wqa-design .hero__owl .owl-item {
          opacity: 0; }
          .wqa-design .hero__owl .owl-item.active {
            opacity: 1; } }
      .wqa-design .hero__owl .owl-dots {
        position: relative;
        margin-bottom: 20px;
        margin-top: -40px; }
        @media screen and (min-width: 768px) {
          .wqa-design .hero__owl .owl-dots {
            margin-top: 0;
            transform: rotate(90deg);
            height: 50px;
            position: absolute;
            right: 0;
            top: 42%; } }
        .wqa-design .hero__owl .owl-dots .owl-dot {
          background: transparent !important;
          border: 2px solid #FFFFFF; }
          .wqa-design .hero__owl .owl-dots .owl-dot.active {
            background: #FFFFFF !important; }
    .wqa-design .hero__card {
      width: 870px;
      max-width: 95%;
      text-align: left;
      background: #FFFFFF;
      margin: 0 auto;
      position: absolute;
      z-index: 111;
      left: 0;
      right: 0;
      top: 200px;
      border-radius: 5px;
      box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.1); }
      @media screen and (min-width: 480px) {
        .wqa-design .hero__card {
          height: 500px; } }
      .wqa-design .hero__card .row {
        height: 100%; }
    .wqa-design .hero__footer__cards {
      position: relative;
      padding: 50px 0; }
      @media screen and (min-width: 480px) {
        .wqa-design .hero__footer__cards {
          display: flex;
          flex-direction: column; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .hero__footer__cards {
          flex-direction: row; } }
      .wqa-design .hero__footer__cards:before {
        display: none; }
      .wqa-design .hero__footer__cards .card {
        width: 100%;
        margin: 0 0 15px; }
        @media screen and (min-width: 480px) {
          .wqa-design .hero__footer__cards .card {
            margin: 0 0 20px;
            flex-direction: column; } }
        @media screen and (min-width: 768px) {
          .wqa-design .hero__footer__cards .card {
            min-height: 180px;
            flex-direction: row; } }
        @media screen and (min-width: 1024px) {
          .wqa-design .hero__footer__cards .card {
            margin: 0 7px; } }
        .wqa-design .hero__footer__cards .card .card__image {
          height: auto;
          flex: 0 0 40%; }
        @media screen and (min-width: 1024px) {
          .wqa-design .hero__footer__cards .card .card__body {
            padding: 20px 20px 15px !important; } }
    .wqa-design .hero__wrap {
      display: flex;
      padding-top: 60px; }
    .wqa-design .hero__info {
      width: 100%; }
      @media (min-width: 1050px) {
        .wqa-design .hero__info {
          width: 540px; } }
    .wqa-design .hero__info-foot {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 45px;
      padding-bottom: 65px; }
    .wqa-design .hero__block {
      background: #FFFFFF;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      border-radius: 5px;
      overflow: hidden; }
    .wqa-design .hero__block-media {
      margin-bottom: 20px; }
      .wqa-design .hero__block-media video,
      .wqa-design .hero__block-media img {
        width: 100%; }
        @media (min-width: 1050px) {
          .wqa-design .hero__block-media video,
          .wqa-design .hero__block-media img {
            width: auto; } }
    .wqa-design .hero__block-body {
      padding: 20px; }
      @media screen and (min-width: 768px) {
        .wqa-design .hero__block-body {
          padding: 40px; } }
    .wqa-design .hero__block-body-head {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 25px; }
      @media (min-width: 600px) {
        .wqa-design .hero__block-body-head {
          flex-wrap: nowrap; } }
    .wqa-design .hero__block-body-logo {
      width: 100%;
      text-align: center;
      padding-bottom: 40px;
      padding-top: 20px; }
      @media screen and (min-width: 768px) {
        .wqa-design .hero__block-body-logo {
          padding-bottom: 20px;
          padding-top: 0; } }
      @media (min-width: 1050px) {
        .wqa-design .hero__block-body-logo {
          padding-top: 0;
          padding-bottom: 30px;
          width: 50%;
          padding-bottom: 0;
          text-align: left; } }
    .wqa-design .hero__block-body-cta {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding-bottom: 20px;
      padding-top: 20px; }
      @media screen and (min-width: 768px) {
        .wqa-design .hero__block-body-cta {
          padding-bottom: 0; } }
      @media (min-width: 1050px) {
        .wqa-design .hero__block-body-cta {
          width: 50%; } }
      .wqa-design .hero__block-body-cta a.btn {
        width: 100%;
        max-width: 204px;
        min-height: 60px;
        background-color: #ef3a4e;
        border-color: #ef3a4e;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        @media screen and (min-width: 1024px) {
          .wqa-design .hero__block-body-cta a.btn {
            margin-left: 20px; } }
        .wqa-design .hero__block-body-cta a.btn span.icon {
          top: 0; }
        .wqa-design .hero__block-body-cta a.btn:hover {
          background-color: #ef3a4e !important;
          border-color: #ef3a4e; }
        .wqa-design .hero__block-body-cta a.btn:focus {
          color: #FFFFFF; }
        .wqa-design .hero__block-body-cta a.btn .donate-text {
          margin-right: auto;
          font-size: 22px;
          font-weight: 700; }
    .wqa-design .hero__block-body-intro {
      font-size: 18px;
      margin-top: 10px;
      margin-bottom: 30px;
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .wqa-design .hero__block-body-intro {
          text-align: left; } }
    .wqa-design .hero__block-body-grid {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      @media screen and (min-width: 768px) {
        .wqa-design .hero__block-body-grid {
          grid-template-columns: 1fr 1fr 1fr; } }
    .wqa-design .hero__block-body-grid-item {
      text-decoration: none;
      text-align: center;
      margin: 10px 0 20px; }
      .wqa-design .hero__block-body-grid-item img {
        max-width: 70px; }
      .wqa-design .hero__block-body-grid-item h6 {
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 10px;
        font-size: 16px;
        color: #555555;
        margin-top: 20px;
        line-height: 20px; }
    .wqa-design .hero__img-aside {
      display: none; }
      @media (min-width: 1050px) {
        .wqa-design .hero__img-aside {
          display: block;
          display: flex;
          align-items: flex-end; } }
      .wqa-design .hero__img-aside img {
        margin-left: 40px;
        margin-top: 70px; }
    .wqa-design .hero__block-more {
      font-weight: 900;
      display: block;
      text-align: center;
      padding-top: 10px; }
      .wqa-design .hero__block-more a {
        text-decoration: none;
        color: #DE6C6C; }
        .wqa-design .hero__block-more a:hover {
          text-decoration: underline; }
    .wqa-design .hero--healing-hands {
      min-height: 1000px;
      background: url("/_ui/desktop/common/images/wqa/assets/khh-curve.svg") bottom center no-repeat transparent;
      background-size: 100%;
      overflow: hidden; }
    .wqa-design .hero--events {
      position: relative;
      z-index: 200; }
    .wqa-design .hero__overlay {
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 0; }
      .wqa-design .hero__overlay--10 {
        background: rgba(0, 0, 0, 0.1); }
      .wqa-design .hero__overlay--20 {
        background: rgba(0, 0, 0, 0.2); }
      .wqa-design .hero__overlay--30 {
        background: rgba(0, 0, 0, 0.3); }
      .wqa-design .hero__overlay--40 {
        background: rgba(0, 0, 0, 0.4); }
      .wqa-design .hero__overlay--50 {
        background: rgba(0, 0, 0, 0.5); }
      .wqa-design .hero__overlay--60 {
        background: rgba(0, 0, 0, 0.6); }
      .wqa-design .hero__overlay--70 {
        background: rgba(0, 0, 0, 0.7); }
      .wqa-design .hero__overlay--80 {
        background: rgba(0, 0, 0, 0.8); }
      .wqa-design .hero__overlay--90 {
        background: rgba(0, 0, 0, 0.9); }
    .wqa-design .hero__overlay-gradient {
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
      background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
      background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 0; }
      .wqa-design .hero__overlay-gradient--10 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
        background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
        background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%); }
      .wqa-design .hero__overlay-gradient--20 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
        background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
        background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%); }
      .wqa-design .hero__overlay-gradient--30 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
        background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
        background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%); }
      .wqa-design .hero__overlay-gradient--40 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
        background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
        background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%); }
      .wqa-design .hero__overlay-gradient--50 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
        background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
        background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); }
      .wqa-design .hero__overlay-gradient--60 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
        background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
        background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%); }
      .wqa-design .hero__overlay-gradient--70 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
        background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
        background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%); }
      .wqa-design .hero__overlay-gradient--80 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
        background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%); }
      .wqa-design .hero__overlay-gradient--90 {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
        background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
        background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%); }
    .wqa-design .hero--green {
      background-color: #67b251; }
    .wqa-design .hero--blue-dark {
      background-color: #354657; }
    .wqa-design .hero--purple-light {
      background-color: #BD8BCA; }
    .wqa-design .hero--top-left .hero__inner {
      padding: 100px 0.75em 0; }
      @media screen and (min-width: 480px) {
        .wqa-design .hero--top-left .hero__inner {
          text-align: left;
          padding: 220px 1em 0; } }
    .wqa-design .hero--top-mid .hero__inner {
      padding: 100px 0.75em 0; }
      @media screen and (min-width: 480px) {
        .wqa-design .hero--top-mid .hero__inner {
          text-align: center;
          padding: 220px 1em 0;
          min-height: 90vh; } }
    .wqa-design .hero--top-mid .hero__actions {
      justify-content: center; }
    .wqa-design .hero--top-right .hero__inner {
      padding: 100px 0.75em 0; }
      @media screen and (min-width: 480px) {
        .wqa-design .hero--top-right .hero__inner {
          text-align: left;
          padding: 220px 1em 0 50%;
          min-height: 90vh; } }
    .wqa-design .hero--center-left {
      padding: 1em 0 0;
      min-height: 90vh; }
      @media screen and (min-width: 768px) {
        .wqa-design .hero--center-left {
          padding: 190px 1em 0; } }
      .wqa-design .hero--center-left .hero__heading {
        margin-bottom: 1em; }
        @media screen and (min-width: 768px) {
          .wqa-design .hero--center-left .hero__heading {
            margin-bottom: 80px; } }
        @media screen and (min-width: 1024px) {
          .wqa-design .hero--center-left .hero__heading {
            margin-bottom: 100px; } }
      @media screen and (min-width: 768px) {
        .wqa-design .hero--center-left .hero__inner {
          padding: 0 1em 0;
          padding-right: 38%; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .hero--center-left .hero__inner {
          padding: 100px 1em 0;
          padding-right: 56%; } }
    .wqa-design .hero--center-mid {
      text-align: center;
      padding: 1em 0 0;
      min-height: 90vh; }
      @media screen and (min-width: 768px) {
        .wqa-design .hero--center-mid {
          padding: 120px 1em 0; } }
      .wqa-design .hero--center-mid .hero__heading {
        margin-bottom: 1em;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .wqa-design .hero--center-mid .hero__heading {
            margin-bottom: 120px;
            text-align: center; } }
      @media screen and (min-width: 768px) {
        .wqa-design .hero--center-mid .hero__inner {
          text-align: center;
          padding: 220px 1em 0; } }
      .wqa-design .hero--center-mid .hero__actions {
        justify-content: center; }
    .wqa-design .hero--center-right {
      padding: 1em 0 0;
      min-height: 90vh; }
      @media screen and (min-width: 768px) {
        .wqa-design .hero--center-right {
          padding: 150px 1em 0; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .hero--center-right {
          padding: 220px 1em 0; } }
      .wqa-design .hero--center-right .hero__heading {
        margin-bottom: 1em; }
        @media screen and (min-width: 768px) {
          .wqa-design .hero--center-right .hero__heading {
            margin-bottom: 70px; } }
        @media screen and (min-width: 1024px) {
          .wqa-design .hero--center-right .hero__heading {
            margin-bottom: 100px; } }
      @media screen and (min-width: 768px) {
        .wqa-design .hero--center-right .hero__inner {
          padding: 50px 2em 0 50%; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .hero--center-right .hero__inner {
          padding: 70px 2em 0 50%; } }
  @media screen and (min-width: 1024px) and (max-height: 960px) {
    .wqa-design .hero--center-right .hero__inner {
      padding-top: 0; }
      .wqa-design .hero--center-right .hero__inner .hero-heading {
        margin-bottom: 70px; } }
    .wqa-design .hero--bottom-left {
      padding: 220px 1em 0;
      min-height: 90vh; }
      .wqa-design .hero--bottom-left .hero__inner {
        padding: 350px 1em 0; }
    .wqa-design .hero--bottom-mid {
      text-align: center;
      padding: 220px 1em 0;
      min-height: 90vh; }
      .wqa-design .hero--bottom-mid .hero__inner {
        text-align: center;
        padding: 350px 1em 0; }
      .wqa-design .hero--bottom-mid .hero__actions {
        justify-content: center; }
    .wqa-design .hero--bottom-right {
      text-align: left;
      padding: 220px 1em 0;
      min-height: 90vh; }
      .wqa-design .hero--bottom-right .hero__inner {
        padding: 350px 1em 0 50%; }
    @media (max-height: 1000px) {
      .wqa-design .hero .hero__inner {
        padding-top: 150px; } }
  @media (max-height: 1000px) and (min-width: 768px) {
    .wqa-design .hero.hero--center-left .hero__inner,
    .wqa-design .hero.hero--center-right .hero__inner {
      padding-top: 0 !important; } }
  @media screen and (min-width: 768px) {
    .wqa-design .events__search-drop-wrap .events__search-card {
      display: block !important; } }
  .wqa-design .language-select {
    display: none;
    padding-bottom: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.98);
    border-top: 5px solid #BD8BCA;
    min-height: 100%;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .wqa-design .language-select__branding {
      border-bottom: 2px solid #EEEEEE; }
      .wqa-design .language-select__branding .header__inner {
        height: 77px;
        padding-left: 7px; }
    .wqa-design .language-select__close {
      background: transparent;
      position: absolute;
      top: 25px;
      right: 15px;
      border: none;
      cursor: pointer;
      z-index: 9999; }
      @media screen and (min-width: 1024px) {
        .wqa-design .language-select__close {
          top: 20px; } }
      .wqa-design .language-select__close:hover, .wqa-design .language-select__close:active, .wqa-design .language-select__close:focus {
        outline: none; }
      .wqa-design .language-select__close .icon {
        width: 18px;
        height: 18px; }
    .wqa-design .language-select__wrapper {
      position: relative;
      overflow: hidden;
      border-bottom: 2px solid #BD8BCA; }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__wrapper {
          overflow: visible;
          height: auto !important; } }
      .wqa-design .language-select__wrapper:last-child {
        border-bottom: none; }
    .wqa-design .language-select__header {
      text-align: left;
      padding: 0 0 20px 0; }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__header {
          text-align: center;
          padding: 40px 0 0; }
          .wqa-design .language-select__header--country, .wqa-design .language-select__header--language {
            display: none; } }
      .wqa-design .inactive .language-select__header {
        font-weight: 600; }
    .wqa-design .language-select__regions-wrap .language-select__header {
      padding: 20px 0 0 30px; }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__regions-wrap .language-select__header {
          padding: 40px 0 10px; } }
    .wqa-design .language-select__regions {
      padding: 20px 0;
      transition: transform .5s ease, top .5s ease; }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__regions {
          display: flex;
          padding: 0 0 40px; } }
      @media screen and (min-width: 1440px) {
        .wqa-design .language-select__regions {
          padding: 20px 50px 40px; } }
    .wqa-design .language-select__region {
      display: flex;
      cursor: pointer;
      transition: all .3s;
      align-items: center;
      margin-bottom: 10px;
      background: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-right-primary.svg) right 25px center no-repeat transparent;
      background-size: 9px; }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__region {
          background: none;
          display: block;
          text-align: center;
          flex: 1;
          margin-bottom: 0; } }
    .wqa-design .language-select__region-name {
      cursor: pointer;
      transition: all .3s;
      line-height: 1.2;
      font-weight: 900;
      color: #BD8BCA; }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__region-name {
          font-weight: 900;
          font-size: 1.1rem;
          color: #BD8BCA; } }
      .wqa-design .language-select__region:hover .language-select__region-name {
        color: #A25EB5; }
    @media screen and (min-width: 480px) {
      .wqa-design .language-select__region-image {
        margin-bottom: 30px; } }
    .wqa-design .language-select__region-image .image {
      display: block;
      width: 40px;
      height: 40px;
      margin: 0 20px 0 10px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;
      transition: all .3s; }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__region-image .image {
          margin: 0 10px;
          width: 100%;
          height: 120px; } }
    .wqa-design .language-select__region-image .image.north-america {
      background-image: url(/_ui/desktop/common/images/wqa/language-select-region-northamerica.svg); }
      .wqa-design .language-select__region:hover .language-select__region-image .image.north-america {
        background-image: url(/_ui/desktop/common/images/wqa/language-select-region-northamerica-alt.svg); }
    .wqa-design .language-select__region-image .image.south-america {
      background-image: url(/_ui/desktop/common/images/wqa/language-select-region-southamerica.svg);
      background-size: 35%; }
      .wqa-design .language-select__region:hover .language-select__region-image .image.south-america {
        background-image: url(/_ui/desktop/common/images/wqa/language-select-region-southamerica-alt.svg); }
    .wqa-design .language-select__region-image .image.europe {
      background-image: url(/_ui/desktop/common/images/wqa/language-select-region-europe.svg);
      background-size: 55%; }
      .wqa-design .language-select__region:hover .language-select__region-image .image.europe {
        background-image: url(/_ui/desktop/common/images/wqa/language-select-region-europe-alt.svg); }
    .wqa-design .language-select__region-image .image.africa {
      background-image: url(/_ui/desktop/common/images/wqa/language-select-region-africa.svg);
      background-size: 45%; }
      .wqa-design .language-select__region:hover .language-select__region-image .image.africa {
        background-image: url(/_ui/desktop/common/images/wqa/language-select-region-africa-alt.svg); }
    .wqa-design .language-select__region-image .image.asia {
      background-image: url(/_ui/desktop/common/images/wqa/language-select-region-asia.svg); }
      .wqa-design .language-select__region:hover .language-select__region-image .image.asia {
        background-image: url(/_ui/desktop/common/images/wqa/language-select-region-asia-alt.svg); }
    .wqa-design .language-select__region-image .image.oceania {
      background-image: url(/_ui/desktop/common/images/wqa/language-select-region-oceania.svg);
      background-size: 40%; }
      .wqa-design .language-select__region:hover .language-select__region-image .image.oceania {
        background-image: url(/_ui/desktop/common/images/wqa/language-select-region-oceania-alt.svg); }
    @media screen and (min-width: 480px) {
      .wqa-design .language-select__countries {
        display: none; } }
    @media screen and (min-width: 480px) {
      .wqa-design .language-select__countries.active {
        display: flex; } }
    .wqa-design .language-select__countries.active-child {
      -ms-transform: translate(-100%, 0);
      /* IE 9 */
      -webkit-transform: translate(-100%, 0);
      /* Safari */
      transform: translate(-100%, 0); }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__countries.active-child {
          -ms-transform: none;
          /* IE 9 */
          -webkit-transform: none;
          /* Safari */
          transform: none; } }
    .wqa-design .language-select__countries.inactive .language-select__country-name,
    .wqa-design .language-select__countries.inactive .language-select__country-title {
      -ms-transform: translate(-100%, 0);
      /* IE 9 */
      -webkit-transform: translate(-100%, 0);
      /* Safari */
      transform: translate(-100%, 0); }
    .wqa-design .language-select__country-container {
      flex: 1 0 0%;
      justify-content: center;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__country-container {
          display: flex;
          flex-wrap: wrap;
          padding: 20px 0 40px;
          text-align: center; } }
      @media screen and (min-width: 1440px) {
        .wqa-design .language-select__country-container {
          padding: 20px 50px 40px; } }
    .wqa-design .language-select__country {
      flex: 0 0 16.666%;
      font-weight: 700;
      margin: 0 0 15px 25px;
      padding: 0; }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__country {
          margin: 0;
          flex: 0 0 33.3333%; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .language-select__country {
          flex: 0 0 16.666%; } }
      .wqa-design .language-select__country.parent {
        flex: 1 0 0%; }
        .wqa-design .language-select__country.parent a {
          font-weight: 900; }
      .wqa-design .language-select__country a {
        font-weight: 600;
        color: #354657;
        text-decoration: none;
        font-size: 1rem;
        color: #BD8BCA;
        line-height: 1.2; }
        @media screen and (min-width: 1440px) {
          .wqa-design .language-select__country a {
            font-size: 1.1rem; } }
        .wqa-design .language-select__country a:hover {
          color: #A25EB5; }
      @media screen and (max-width: 767px) {
        .wqa-design .language-select__country .language-select__country-name {
          display: block;
          transition: transform .5s;
          background: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-right-primary.svg);
          background-repeat: no-repeat;
          background-position: right 20px top 7px;
          padding-right: 50px;
          background-size: 9px; } }
    @media screen and (max-width: 767px) {
      .wqa-design .language-select__country-title {
        font-weight: 900;
        color: #354657;
        text-decoration: none;
        margin-bottom: 20px;
        display: block;
        background: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-left-primary.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 12px;
        padding-left: 25px;
        transition: transform .5s; } }
    @media screen and (min-width: 480px) {
      .wqa-design .language-select__country-title {
        display: none; } }
    .wqa-design .language-select__states {
      list-style: none;
      margin: 20px 0 0;
      padding: 0;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        .wqa-design .language-select__states {
          display: none;
          width: 100%;
          height: 100%;
          position: absolute;
          -ms-transform: translate(100%, 0);
          /* IE 9 */
          -webkit-transform: translate(100%, 0);
          /* Safari */
          transform: translate(100%, 0);
          top: 0;
          left: 0;
          transition: transform .5s;
          background: #fff;
          margin: 0; } }
      .wqa-design .language-select__states.active {
        display: block; }
    @media screen and (max-width: 767px) {
      .wqa-design .language-select__state {
        margin: 0 0 10px 0;
        padding: 0;
        background: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-right-primary.svg);
        background-repeat: no-repeat;
        background-position: right 20px center; } }
    .wqa-design .language-select__state a {
      color: #354657;
      text-decoration: none;
      font-size: 1rem; }
      .wqa-design .language-select__state a:hover {
        color: #A25EB5; }
    .wqa-design .language-select__country-title {
      font-weight: 900;
      color: #354657;
      text-decoration: none;
      margin-bottom: 20px;
      display: block;
      background: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-left-primary.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 12px;
      padding-left: 25px; }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__country-title {
          display: none; } }
    .wqa-design .language-select__language-container {
      flex: 1 0 0%;
      justify-content: center;
      list-style: none;
      margin: 0;
      padding: 0;
      flex-wrap: wrap; }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__language-container {
          display: flex;
          flex-wrap: nowrap;
          padding: 20px 0 40px; } }
    .wqa-design .language-select__countries-row.active .language-select__header--country {
      display: block; }
    .wqa-design .language-select__countries-row-wrap {
      position: absolute;
      top: 0;
      width: 100%; }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__countries-row-wrap {
          position: relative; } }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__countries-row-wrap.active {
          border-top: 2px solid #EEEEEE; } }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__countries-row-wrap.active .language-select__header--country {
          display: block; } }
    .wqa-design .language-select__language-row-wrap {
      position: absolute;
      top: 0;
      width: 100%; }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__language-row-wrap {
          position: relative; } }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__language-row-wrap.active {
          border-top: 2px solid #EEEEEE; } }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__language-row-wrap.active .language-select__header--language {
          display: block; } }
    .wqa-design .language-select__languages {
      display: none; }
      .wqa-design .language-select__languages.active {
        display: block; }
    .wqa-design .language-select__language {
      margin-bottom: 10px; }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__language {
          margin: 0  5% 15px 5%;
          text-align: center; } }
    .wqa-design .language-select__language-name {
      font-weight: 600;
      text-decoration: none;
      font-size: 1rem;
      color: #BD8BCA; }
      @media screen and (min-width: 1440px) {
        .wqa-design .language-select__language-name {
          font-size: 1.1rem; } }
      @media screen and (max-width: 767px) {
        .wqa-design .language-select__language-name {
          display: block;
          transition: transform .5s;
          background: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-right-primary.svg);
          background-repeat: no-repeat;
          background-position: right 20px top 7px;
          padding-right: 50px;
          margin-left: 25px;
          background-size: 9px; } }
    .wqa-design .language-select__language-title {
      font-weight: 900;
      color: #354657;
      text-decoration: none;
      margin-bottom: 20px;
      display: block;
      background: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-left-primary.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 12px;
      padding-left: 25px; }
      @media screen and (min-width: 480px) {
        .wqa-design .language-select__language-title {
          display: none; } }
  body .wqa-design .fs-lang-open {
    overflow: hidden; }
  @media screen and (max-width: 767px) {
    .wqa-design .language-select__regions-wrap {
      -ms-transform: translate(0, 0);
      /* IE 9 */
      -webkit-transform: translate(0, 0);
      /* Safari */
      transform: translate(0, 0);
      transition: transform .5s ease, top .5s ease; }
      .wqa-design .language-select__regions-wrap.inactive {
        -ms-transform: translate(-100%, 0);
        /* IE 9 */
        -webkit-transform: translate(-100%, 0);
        /* Safari */
        transform: translate(-100%, 0);
        top: 0;
        left: 0;
        background: #FFFFFF;
        width: 100%;
        height: 100%; }
    .wqa-design .language-select__countries-row-wrap {
      width: 100%;
      height: 100%;
      margin-top: 20px;
      position: absolute;
      -ms-transform: translate(100%, 0);
      /* IE 9 */
      -webkit-transform: translate(100%, 0);
      /* Safari */
      transform: translate(100%, 0);
      top: 0;
      left: 0;
      transition: transform .5s;
      background: #FFFFFF;
      margin-left: 10px; }
      .wqa-design .language-select__countries-row-wrap.active {
        display: block;
        -ms-transform: translate(0, 0);
        /* IE 9 */
        -webkit-transform: translate(0, 0);
        /* Safari */
        transform: translate(0, 0); }
        .wqa-design .language-select__countries-row-wrap.active.inactive {
          -ms-transform: translate(-100%, 0);
          /* IE 9 */
          -webkit-transform: translate(-100%, 0);
          /* Safari */
          transform: translate(-100%, 0); }
    .wqa-design .language-select__countries {
      display: none; }
      .wqa-design .language-select__countries.active {
        display: block; }
    .wqa-design .language-select__language-row-wrap {
      width: 100%;
      height: 100%;
      margin-top: 20px;
      position: absolute;
      -ms-transform: translate(200%, 0);
      /* IE 9 */
      -webkit-transform: translate(200%, 0);
      /* Safari */
      transform: translate(200%, 0);
      top: 0;
      left: 0;
      transition: transform .5s;
      background: #FFFFFF;
      margin-left: 10px; }
      .wqa-design .language-select__language-row-wrap.active {
        display: block;
        -ms-transform: translate(0, 0);
        /* IE 9 */
        -webkit-transform: translate(0, 0);
        /* Safari */
        transform: translate(0, 0); }
        .wqa-design .language-select__language-row-wrap.active.inactive {
          -ms-transform: translate(-100%, 0);
          /* IE 9 */
          -webkit-transform: translate(-100%, 0);
          /* Safari */
          transform: translate(-100%, 0); } }
  .wqa-design .scroller {
    overflow-y: auto;
    margin: 0 auto;
    height: 380px;
    margin: 15px 0; }
  .wqa-design .scroller::-webkit-scrollbar {
    width: 10px; }
  .wqa-design .scroller::-webkit-scrollbar-track {
    background: #EEEEEE;
    border-radius: 10px; }
  .wqa-design .scroller::-webkit-scrollbar-thumb {
    background-color: #7F88A9;
    outline: 1px solid slategrey;
    border-radius: 20px; }
  .wqa-design .mini-cart {
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 97px;
    right: -28px;
    z-index: 90;
    min-width: 430px;
    border-radius: 0 0 4px 4px;
    transition: 0s .2s;
    /* delay of 1 seconds on hover off */
    max-height: 0;
    overflow: hidden; }
    @media screen and (min-width: 1024px) {
      .wqa-design .mini-cart {
        max-width: 420px; } }
    .wqa-design .mini-cart__inner {
      padding: 0 10px 10px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .mini-cart__inner {
          padding: 15px; } }
    .wqa-design .mini-cart__head {
      display: flex;
      justify-content: space-between; }
      .wqa-design .mini-cart__head > * {
        padding: 10px; }
    .wqa-design .mini-cart__heading {
      background: #BD8BCA;
      height: 60px;
      padding: 20px;
      display: flex;
      align-items: center; }
      .wqa-design .mini-cart__heading--alt {
        background: #F4F8FD; }
        .wqa-design .mini-cart__heading--alt .mini-cart__heading-title {
          color: #354657; }
      .wqa-design .mini-cart__heading--brt {
        margin-top: 5px;
        border-radius: 5px 5px 0 0; }
      .wqa-design .mini-cart__heading [class*="icon--"] {
        margin-right: 10px; }
    .wqa-design .mini-cart__heading-title {
      color: #FFFFFF;
      margin: 0;
      font-size: 18px;
      position: relative; }
    .wqa-design .mini-cart__count {
      font-size: 18px;
      font-weight: 900; }
    .wqa-design .mini-cart__costs {
      display: flex; }
      .wqa-design .mini-cart__costs > * {
        padding: 0 0 0 20px; }
    .wqa-design .mini-cart__total {
      font-size: 18px;
      font-weight: 900; }
    .wqa-design .mini-cart__pv-total {
      font-size: 18px;
      font-weight: 400;
      color: #BD8BCA; }
    .wqa-design .mini-cart__tax {
      font-size: 12px;
      font-weight: 400;
      color: #9b9b9b;
      text-align: right; }
    .wqa-design .mini-cart__body--wpd {
      padding: 20px; }
    .wqa-design .mini-cart__body--wpdt {
      padding-top: 20px; }
    .wqa-design .mini-cart__footer {
      text-align: center;
      padding-top: 15px;
      padding-bottom: 10px; }
      .wqa-design .mini-cart__footer .btn {
        margin-bottom: 0; }
      .wqa-design .mini-cart__footer--ctas {
        display: flex; }
        .wqa-design .mini-cart__footer--ctas .btn {
          margin-left: 5px;
          margin-right: 5px; }
    .wqa-design .mini-cart__link {
      text-align: center; }
    .wqa-design .mini-cart--account-out {
      min-width: 230px; }
    @media screen and (min-width: 1024px) {
      .wqa-design .nav__item:hover .mini-cart {
        max-height: 100vh;
        transition: all .3s;
        transition-delay: .4s;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); } }
  .wqa-design .region-bar {
    display: none;
    background: #BD8BCA;
    padding: 10px 0;
    position: relative;
    z-index: 101; }
    .wqa-design .region-bar__actions {
      top: 0;
      position: absolute;
      right: 10px; }
      @media screen and (min-width: 480px) {
        .wqa-design .region-bar__actions {
          top: 3px;
          right: 5px; } }
      @media screen and (min-width: 768px) {
        .wqa-design .region-bar__actions {
          top: 3px;
          right: 5px; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .region-bar__actions {
          top: 2px;
          right: 20px; } }
    .wqa-design .region-bar__inner {
      display: flex;
      width: 100%; }
    .wqa-design .region-bar__body {
      display: flex;
      margin: auto;
      align-items: center;
      flex-wrap: wrap; }
      @media screen and (min-width: 768px) {
        .wqa-design .region-bar__body {
          justify-content: center;
          flex-wrap: nowrap; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .region-bar__body {
          width: 80%; } }
    .wqa-design .region-bar__msg {
      font-size: 0.9rem;
      color: #FFFFFF;
      align-items: center;
      font-weight: 600;
      margin-right: 20%;
      display: block; }
      @media screen and (min-width: 768px) {
        .wqa-design .region-bar__msg {
          display: flex;
          margin-right: 15px; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .region-bar__msg {
          margin-right: 15px; } }
    .wqa-design .region-bar__lang {
      width: 70%; }
      @media screen and (min-width: 768px) {
        .wqa-design .region-bar__lang {
          width: auto;
          margin-right: 15px; } }
    .wqa-design .region-bar__cta {
      display: flex;
      align-items: center;
      width: 30%; }
      .wqa-design .region-bar__cta a.btn {
        margin-bottom: 0;
        min-width: auto; }
      @media screen and (min-width: 768px) {
        .wqa-design .region-bar__cta {
          max-width: 120px;
          margin-right: 30px; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .region-bar__cta {
          margin-right: 0; } }
  .wqa-design .dropdown .dropdown-menu {
    border-radius: 0 0 5px 5px;
    margin: 0; }
  .wqa-design .dropdown .dropdown-toggle {
    padding: 0; }
  .wqa-design .dropdown--lang .dropdown-toggle {
    width: auto;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0; }
    .wqa-design .dropdown--lang .dropdown-toggle::after {
      border: none;
      width: 15px;
      height: 15px;
      background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-thin-up-blue-dark.svg") center center no-repeat transparent;
      background-size: 15px;
      position: relative;
      top: 5px;
      right: -5px; }
  .wqa-design .dropdown--lang .dropdown-menu {
    background: #BD8BCA;
    border: none;
    box-shadow: none; }
  .wqa-design .dropdown--lang .dropdown-item {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600; }
    .wqa-design .dropdown--lang .dropdown-item:hover {
      background-color: transparent;
      text-decoration: underline; }
    .wqa-design .dropdown--lang .dropdown-item--child {
      font-size: 14px;
      padding-left: 45px; }
  .wqa-design .dropdown--lang .dropdown-body {
    padding: 20px 0; }
  .wqa-design .dropdown--lang .dropdown-footer {
    border-top: 1px solid #FFFFFF;
    padding-top: 10px;
    padding-bottom: 5px; }
    .wqa-design .dropdown--lang .dropdown-footer .dropdown-item {
      display: flex;
      align-items: center; }
      .wqa-design .dropdown--lang .dropdown-footer .dropdown-item span {
        margin-right: 10px; }
  .wqa-design .dropdown--lang.show .dropdown-toggle::after {
    background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-thin-down-blue-dark.svg") center center no-repeat transparent;
    background-size: 15px; }
  .wqa-design .dropdown--lang-white .dropdown-toggle {
    background-color: transparent;
    color: #354657;
    text-transform: none;
    font-weight: 900; }
    .wqa-design .dropdown--lang-white .dropdown-toggle::after {
      background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-thin-down-blue-dark.svg") center center no-repeat transparent;
      background-size: 15px; }
  .wqa-design .dropdown--lang-white.show .dropdown-toggle::after {
    background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-thin-up-blue-dark.svg") center center no-repeat transparent;
    background-size: 15px; }
  .wqa-design .dropdown--lang-white .dropdown-menu {
    background-color: #FFFFFF;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1); }
  .wqa-design .dropdown--lang-white .dropdown-item {
    color: #354657; }
    .wqa-design .dropdown--lang-white .dropdown-item.active {
      color: #A25EB5;
      background-color: transparent;
      font-weight: 900; }
  .wqa-design .dropdown--lang-white .dropdown-footer {
    border-top: 1px solid #EEEEEE; }
    .wqa-design .dropdown--lang-white .dropdown-footer .dropdown-item {
      padding-left: 0; }
  .wqa-design .dropdown--lang-purple .dropdown-toggle {
    padding-left: 0;
    border: none; }
    .wqa-design .dropdown--lang-purple .dropdown-toggle::after {
      background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-thin-down-white.svg") center center no-repeat transparent;
      background-size: 15px; }
  .wqa-design .dropdown--lang-purple.show .dropdown-toggle::after {
    background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-thin-up-white.svg") center center no-repeat transparent;
    background-size: 15px; }
  .wqa-design .mobile-menu {
    height: 100%;
    display: none; }
    .wqa-design .mobile-menu__header {
      padding: 20px 30px;
      font-weight: 900;
      font-size: 18px; }
    .wqa-design .mobile-menu__body {
      position: relative;
      height: 80%; }
      @media screen and (min-width: 1024px) {
        .wqa-design .mobile-menu__body--wpd-lr {
          padding-left: 30px;
          padding-right: 30px; } }
    .wqa-design .mobile-menu__footer {
      height: 20%;
      padding: 20px 30px;
      text-align: center;
      display: flex;
      align-items: flex-end;
      justify-content: center; }
    .wqa-design .mobile-menu__language {
      font-size: 14px;
      font-weight: 600; }
    .wqa-design .mobile-menu__close {
      padding-left: 30px; }
  .wqa-design .mobile-menu__item.has-child-menu > .mobile-menu__item-link {
    background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-right-primary.svg") right center no-repeat transparent; }
  .wqa-design ul.mobile-menu__list ul.mobile-menu__list .mobile-menu__item {
    padding-left: 45px; }
  .wqa-design .help-dropdown-active .mobile-menu--help {
    display: block; }
  .wqa-design .account-dropdown-active .mobile-menu--account-logged-out {
    display: block; }
    @media screen and (min-width: 1024px) {
      .wqa-design .account-dropdown-active .mobile-menu--account-logged-out {
        display: none; } }
  body.logged-in .wqa-design .account-dropdown-active .mobile-menu--account-logged-in {
    display: block; }
    @media screen and (min-width: 1024px) {
      body.logged-in .wqa-design .account-dropdown-active .mobile-menu--account-logged-in {
        display: none; } }
  body.logged-in .wqa-design .account-dropdown-active .mobile-menu--account-logged-out {
    display: none; }
  body .wqa-design .logged-out .mobile-menu--nav-logged-in {
    display: none; }
  body.logged-in .wqa-design .mobile-menu--nav-logged-in {
    display: block; }
  body .wqa-design .logged-out .mobile-menu--nav-logged-in {
    display: none; }
  body.logged-in .wqa-design .mobile-menu--nav-logged-out {
    display: none; }
  @media screen and (min-width: 1024px) {
    .wqa-design #offcanvas-menu.account-dropdown-active .mobile-menu--account-logged-out,
    .wqa-design #offcanvas-menu.account-dropdown-active .mobile-menu--account-logged-in {
      display: block; } }
  .wqa-design #offcanvas-menu.nav-dropdown-active .mobile-menu--nav {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden; }
  .wqa-design #offcanvas-menu.cart-dropdown-active .mobile-menu--cart {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden; }
  .wqa-design .referrer {
    background: #BD8BCA;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 480px) {
      .wqa-design .referrer {
        width: 315px;
        border-radius: 0 0 5px 5px;
        position: absolute;
        z-index: 99; } }
    .wqa-design .referrer__image {
      width: 25%;
      display: flex;
      align-items: flex-start;
      margin-top: 20px;
      justify-content: center; }
    .wqa-design .referrer__image-link {
      border-radius: 50%;
      overflow: hidden;
      border: 2px solid #FFFFFF;
      max-width: 40px; }
    .wqa-design .referrer__body {
      width: 75%;
      color: #FFFFFF;
      padding: 20px 20px 20px 0; }
    .wqa-design .referrer__title {
      font-size: 16px;
      font-weight: 900; }
    .wqa-design .referrer__info {
      font-size: 12px;
      font-weight: 900; }
    .wqa-design .referrer__cta {
      line-height: 1; }
      .wqa-design .referrer__cta a {
        font-size: 12px;
        font-weight: 900;
        color: #FFFFFF; }
  body .wqa-design .search-active {
    overflow: hidden; }
  .wqa-design .search__results {
    display: none; }
    .wqa-design .search__results .search-panel {
      padding-top: 0; }
  .wqa-design .search-panel__result {
    text-align: center;
    padding: 2em 0; }
    .wqa-design .search-panel__result--label {
      font-style: italic;
      font-size: 1.5rem;
      margin: 0;
      line-height: 1; }
    .wqa-design .search-panel__result--value {
      font-size: 2.25rem;
      font-weight: 900;
      margin: 0; }
  .wqa-design .search-panel__header {
    margin-bottom: 50px;
    display: flex; }
    .wqa-design .search-panel__header .dropdown-toggle {
      margin-bottom: 0;
      background-color: #FFFFFF;
      width: auto;
      color: #555555;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
      padding-left: 20px;
      padding-right: 40px;
      font-weight: 900;
      background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-down.svg") calc(100% - 15px) center no-repeat #FFFFFF; }
      @media screen and (min-width: 1440px) {
        .wqa-design .search-panel__header .dropdown-toggle {
          padding-left: 25px;
          padding-right: 50px; } }
      .wqa-design .search-panel__header .dropdown-toggle:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
      .wqa-design .search-panel__header .dropdown-toggle:active {
        background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-down.svg") calc(100% - 15px) center no-repeat #FFFFFF !important; }
      .wqa-design .search-panel__header .dropdown-toggle::after {
        display: none; }
    .wqa-design .search-panel__header .search-filter {
      width: 100%;
      display: flex;
      align-items: center; }
      .wqa-design .search-panel__header .search-filter.show .btn.dropdown-toggle {
        box-shadow: none !important; }
      @media screen and (min-width: 1024px) {
        .wqa-design .search-panel__header .search-filter .dropdown-menu .drill-nav .drill-nav__list {
          width: 25%;
          left: 25%; } }
      .wqa-design .search-panel__header .search-filter .dropdown-menu .drill-nav .drill-nav__list .drill-nav__item .drill-nav__link {
        padding-left: 13px;
        border-bottom: 1px solid #EEEEEE;
        padding-top: 8px;
        padding-bottom: 8px; }
  .wqa-design .search-panel .scroller {
    height: calc(100vh - 330px);
    padding: 0 30px;
    margin: 0 -30px; }
    @media screen and (max-width: 767px) {
      .wqa-design .search-panel .scroller {
        max-height: calc(100vh - 200px);
        overflow-x: hidden;
        overflow-y: auto; } }
    @media screen and (min-width: 480px) {
      .wqa-design .search-panel .scroller {
        height: calc(100vh - 340px); } }
    @media screen and (min-width: 1024px) {
      .wqa-design .search-panel .scroller {
        height: calc(100vh - 280px); } }
  .wqa-design .search-panel__filter-selections {
    margin-left: 10px;
    display: none; }
    @media screen and (min-width: 1024px) {
      .wqa-design .search-panel__filter-selections {
        display: block;
        margin-left: 50px; } }
  .wqa-design .search-panel__message {
    text-align: center;
    color: #BD8BCA;
    font-size: 1rem; }
  .wqa-design .search-panel__filters {
    padding: 20px 10px;
    margin: 0 -15px 0 -10px;
    overflow-x: scroll; }
    @media screen and (min-width: 1024px) {
      .wqa-design .search-panel__filters {
        margin: 0;
        overflow: inherit; } }
    .wqa-design .search-panel__filters .nav {
      width: 900px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .search-panel__filters .nav {
          width: auto;
          margin: 0 -10px;
          display: flex;
          flex-wrap: nowrap; } }
      .wqa-design .search-panel__filters .nav-item {
        flex: 1 0 0%;
        padding: 0 5px;
        cursor: pointer; }
        .wqa-design .search-panel__filters .nav-item a {
          width: 100%;
          height: 40px;
          padding: 4px 20px;
          color: #7F88A9;
          font-size: 0.9rem; }
          .wqa-design .search-panel__filters .nav-item a.active {
            color: #FFFFFF; }
  .wqa-design .search-panel__tab-content {
    border-top: 2px solid #EEEEEE;
    padding-top: 20px; }
  .wqa-design .search-panel__section-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .wqa-design .search-panel__section-heading {
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-right: 20px; }
  .wqa-design .search-panel__section-more {
    font-size: 0.9rem;
    line-height: 1.1;
    text-decoration: none;
    text-align: right;
    font-weight: 900; }
    @media screen and (min-width: 480px) {
      .wqa-design .search-panel__section-more {
        font-size: 1.15rem; } }
  @media screen and (min-width: 1024px) {
    .wqa-design .search-panel__body .product-basic,
    .wqa-design .search-panel__body .product-row {
      width: 50%; } }
  @media screen and (min-width: 480px) {
    .wqa-design .search-panel__body {
      display: flex;
      flex-wrap: wrap; } }
  .wqa-design .search-panel__footer {
    padding: 20px 0;
    text-align: center; }
    @media screen and (min-width: 480px) {
      .wqa-design .search-panel__footer {
        padding: 20px 0; } }
  .wqa-design .search-panel__section-heading {
    font-size: 20px; }
  .wqa-design .search-panel__promo {
    width: 100%;
    margin-bottom: 20px; }
    .wqa-design .search-panel__promo__image {
      max-width: 100%; }
  .wqa-design .search-panel__promo--inline {
    width: 100%;
    margin-bottom: 10px; }
    .wqa-design .search-panel__promo--inline .search-panel__promo__image {
      width: 100%; }
  .wqa-design .filter-selections__list {
    padding: 0;
    margin: 0;
    list-style: none; }
    @media screen and (min-width: 1024px) {
      .wqa-design .filter-selections__list {
        display: flex;
        flex-wrap: wrap; } }
  .wqa-design .filter-selections__item {
    margin-bottom: 5px; }
    @media screen and (min-width: 1024px) {
      .wqa-design .filter-selections__item {
        margin-bottom: 0;
        border-right: 1px solid #EEEEEE; } }
    .wqa-design .filter-selections__item:last-child {
      border-right: none; }
  .wqa-design .filter-selections__link {
    font-weight: 600;
    text-decoration: none;
    color: #D1D1D1;
    font-size: 16px;
    padding: 10px;
    margin-right: 10px;
    margin-left: 10px;
    background: url("/_ui/desktop/common/images/wqa/icons/icon-cross-thin-purple.svg") right center no-repeat transparent;
    background-size: 30px;
    padding-right: 30px;
    cursor: pointer; }
  .wqa-design .search-filter .dropdown-menu__container {
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end; }
  .wqa-design .search-filter .dropdown-menu {
    flex-direction: column;
    justify-content: flex-start;
    min-height: calc(100vh - 440px);
    border: none;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    width: 100vw;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw + 37px);
    margin-right: calc(-50vw + 37px); }
    @media screen and (min-width: 480px) {
      .wqa-design .search-filter .dropdown-menu {
        margin-left: calc(-50vw + 95px);
        margin-right: calc(-50vw + 95px); } }
    .wqa-design .search-filter .dropdown-menu.show {
      display: flex; }
  .wqa-design .search-filter__count {
    color: #BD8BCA; }
  .wqa-design .search-filter .drill-filter {
    flex: 1 0 0%;
    padding: 0 27px; }
  .wqa-design .search-filter__footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 0;
    margin-top: 0;
    width: 100%;
    border-top: 1px solid #EEEEEE;
    font-size: 20px;
    text-align: center;
    padding: 20px 0 10px;
    font-weight: 900;
    justify-content: space-between; }
    @media screen and (min-width: 480px) {
      .wqa-design .search-filter__footer {
        text-align: right;
        flex-direction: row;
        justify-content: flex-end; } }
    .wqa-design .search-filter__footer .btn {
      width: 200px; }
      @media screen and (min-width: 480px) {
        .wqa-design .search-filter__footer .btn {
          margin-left: 30px; } }
  .wqa-design .search__history {
    padding: 10px 10px 60px; }
    @media screen and (min-width: 1024px) {
      .wqa-design .search__history {
        padding: 10px 65px 40px; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .search__history {
        padding: 20px 170px 40px; } }
    .wqa-design .search__history__list {
      list-style: none;
      margin: 0;
      padding: 0; }
    .wqa-design .search__history--heading {
      font-style: italic;
      margin-bottom: 20px; }
    .wqa-design .search__history__item {
      background-image: url(/_ui/desktop/common/images/wqa/icons/icon-search-grey.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 18px;
      padding-left: 40px; }
    .wqa-design .search__history__link {
      font-weight: 700;
      color: #354657;
      text-decoration: none;
      font-size: 1rem; }
  .wqa-design .product-basic {
    display: flex;
    text-decoration: none;
    border-radius: 5px;
    padding-right: 20px; }
    @media screen and (min-width: 480px) {
      .wqa-design .product-basic {
        flex: 1 0 50%; } }
    .wqa-design .product-basic__image {
      width: 90px;
      height: 90px;
      text-align: center;
      display: flex;
      padding: 15px 20px 15px 10px;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 480px) {
        .wqa-design .product-basic__image {
          min-width: 110px;
          padding: 20px 20px 10px 20px; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .product-basic__image {
          width: 115px;
          height: 115px; } }
      .wqa-design .product-basic__image img {
        max-height: 100%;
        max-width: 100%; }
    .wqa-design .product-basic__body {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .wqa-design .product-basic__title {
      font-size: 14px;
      font-weight: 900;
      color: #354657; }
      @media screen and (min-width: 480px) {
        .wqa-design .product-basic__title {
          font-size: 16px; } }
      .wqa-design .product-basic__title a {
        text-decoration: none;
        color: #354657; }
        .wqa-design .product-basic__title a:hover {
          text-decoration: underline;
          color: #BD8BCA; }
    .wqa-design .product-basic__total {
      font-size: 13px;
      color: #354657;
      font-weight: 900; }
      @media screen and (min-width: 480px) {
        .wqa-design .product-basic__total {
          font-size: 16px; } }
    .wqa-design .product-basic__price {
      font-size: 16px;
      font-weight: 900;
      color: #354657; }
    .wqa-design .product-basic__type {
      font-size: 13px;
      font-style: italic;
      color: #9b9b9b;
      margin-left: 25px; }
      @media screen and (min-width: 480px) {
        .wqa-design .product-basic__type {
          font-size: 16px; } }
    .wqa-design .product-basic__row {
      display: flex; }
    .wqa-design .product-basic:hover {
      background: #FFFFFF;
      box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.35); }
      .wqa-design .product-basic:hover .product-basic__title {
        color: #BD8BCA; }
    .wqa-design .product-basic.inactive {
      opacity: 0.5; }
    .wqa-design .product-basic.active {
      opacity: 1; }
  .wqa-design .product__cart {
    max-width: initial;
    border-bottom: 1px solid #D1D1D1;
    margin-right: 10px;
    padding: 2px 0;
    align-items: flex-start;
    overflow: hidden;
    text-decoration: none; }
    .wqa-design .product__cart .product__image {
      display: flex;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      padding-top: 0;
      align-items: center;
      justify-content: center;
      margin-right: 15px; }
      .wqa-design .product__cart .product__image img {
        max-width: 80%;
        max-height: 80%; }
    .wqa-design .product__cart .product__details {
      padding-top: 10px;
      width: calc(100% - 140px); }
      .wqa-design .product__cart .product__details .product__title {
        font-size: 0.8rem;
        margin-bottom: 0.15rem;
        line-height: 1.2;
        color: #555555; }
      .wqa-design .product__cart .product__details .product__price {
        font-size: 0.8rem;
        color: #555555; }
      .wqa-design .product__cart .product__details .product__pv-total {
        font-size: 0.8rem;
        font-weight: 400; }
    .wqa-design .product__cart .product__actions {
      padding-top: 0;
      padding-right: 10px; }
    .wqa-design .product__cart:hover {
      background: #EEEEEE; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  .wqa-design .product-cart__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(53, 70, 87, 0.15);
    display: flex;
    align-items: center;
    justify-content: center; }
  .wqa-design .product-cart__overlay-content {
    color: #FFFFFF; }
  .wqa-design .push-nav {
    position: relative;
    z-index: 90;
    min-width: 100%;
    border-radius: 0 0 4px 4px;
    padding-left: 5px; }
    .wqa-design .push-nav__list {
      list-style: none;
      margin: 0;
      transition: transform .5s ease-in-out;
      transform: translate(0, 0);
      padding: 0; }
      .wqa-design .push-nav__list--l1 {
        transform: translate(200%, 0);
        width: 100%;
        position: absolute;
        top: 0; }
        .wqa-design .push-nav__list--l1.active {
          transform: translate(100%, 0); }
      .wqa-design .push-nav__list--l2 {
        margin-top: 0;
        transform: translate(300%, 0);
        width: 100%;
        position: absolute;
        top: 0; }
        .wqa-design .push-nav__list--l2.active {
          transform: translate(200%, 0); }
        .wqa-design .push-nav__list--l2.inactive {
          transform: translate(-200%, 0); }
      .wqa-design .push-nav__list.active {
        z-index: 99; }
      .wqa-design .push-nav__list.inactive {
        transform: translate(-100%, 0); }
    .wqa-design .push-nav__list-hero {
      padding-top: 20px;
      width: 83%; }
    .wqa-design .push-nav__list-hero-title {
      font-size: 17px;
      margin-bottom: 16px; }
    .wqa-design .push-nav__item.has-child-menu > .push-nav__link {
      font-weight: 700;
      background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-right-secondary.svg") calc(100% - 35px) center no-repeat transparent;
      background-size: 9px;
      transition: none; }
      .wqa-design .push-nav__item.has-child-menu > .push-nav__link:hover, .wqa-design .push-nav__item.has-child-menu > .push-nav__link:active, .wqa-design .push-nav__item.has-child-menu > .push-nav__link:focus {
        background-image: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-right-primary.svg");
        background-size: 9px; }
    .wqa-design .push-nav__item .push-nav__list--l1.push-nav__list {
      padding-left: 30px; }
    .wqa-design .push-nav__item .push-nav__list--l2.push-nav__list {
      padding-left: 0; }
    .wqa-design .push-nav__item--header {
      font-weight: 900;
      color: #354657;
      margin-bottom: 10px; }
      .wqa-design .push-nav__item--header a {
        text-decoration: none;
        color: #354657;
        font-size: 22px; }
      .wqa-design .push-nav__item--header .nav-dropdown__title {
        font-size: 22px; }
    .wqa-design .push-nav__item--footer {
      font-weight: 900;
      color: #354657;
      margin-top: 8px; }
      .wqa-design .push-nav__item--footer a {
        text-decoration: none;
        color: #354657;
        font-size: 18px; }
      .wqa-design .push-nav__item--footer .nav-dropdown__title {
        font-size: 22px; }
    .wqa-design .push-nav__item--ad {
      padding: 15px 40px 15px 0;
      display: flex; }
      .wqa-design .push-nav__item--ad .card.card--image {
        width: auto;
        margin: 0 0 25px 0; }
    @media (max-width: 1023px) and (min-width: 767px) {
      .wqa-design .push-nav__item--help {
        display: none; } }
    .wqa-design .push-nav__link {
      text-decoration: none;
      color: #354657;
      font-size: 16px;
      display: block;
      padding: 5px 30px 5px 0;
      font-weight: 600; }
      .wqa-design .push-nav__link--orphan {
        font-weight: 300;
        margin: 20px 30px;
        display: block; }
    .wqa-design .push-nav__promo {
      flex: 2; }
    .wqa-design .push-nav__title {
      font-size: 24px; }
    .wqa-design .push-nav__subtitle {
      font-size: 20px; }
    .wqa-design .push-nav__back {
      padding: 5px 30px; }
  .wqa-design .push-nav__list--top > .push-nav__item > .push-nav__link {
    padding-left: 30px; }
  .wqa-design .menu-dropdown__cta img {
    width: 100%; }
  .wqa-design .menu-dropdown {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.97);
    position: fixed;
    left: 0;
    top: 101px;
    z-index: 90;
    width: 100vw;
    border-radius: 0 0 4px 4px;
    transition: 0s .2s;
    /* delay of 1 seconds on hover off */
    max-height: 0;
    overflow: hidden; }
    .wqa-design .menu-dropdown__arrow {
      position: absolute;
      top: -8px;
      right: 40px; }
    .wqa-design .menu-dropdown__body {
      padding: 50px 0;
      opacity: 0;
      transition: opacity .2s; }
      @media screen and (min-width: 1024px) {
        .wqa-design .menu-dropdown__body {
          display: flex; } }
      .wqa-design .menu-dropdown__body > * {
        flex: 1 0 0%; }
    @media screen and (min-width: 1024px) {
      .wqa-design .menu-dropdown__intro {
        padding-right: 30px; } }
    .wqa-design .menu-dropdown__nav {
      flex: 2;
      position: relative; }
      .wqa-design .menu-dropdown__nav__header {
        font-size: 1.5rem;
        font-weight: 500;
        margin: 32px 0 12px 30px; }
    .wqa-design .menu-dropdown__promo {
      flex: 2;
      justify-content: flex-end; }
      @media screen and (min-width: 1440px) {
        .wqa-design .menu-dropdown__promo {
          flex: 2;
          display: flex; } }
    .wqa-design .menu-dropdown__title {
      font-size: 22px;
      margin-top: 40px; }
      .wqa-design .menu-dropdown__title--lrg {
        font-size: 36px; }
      @media screen and (min-width: 768px) {
        .wqa-design .menu-dropdown__title {
          font-size: 24px; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .menu-dropdown__title {
          margin-top: 0; } }
    .wqa-design .menu-dropdown__subtitle {
      font-size: 20px;
      margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .wqa-design .menu-dropdown__row {
        display: flex; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .menu-dropdown__row > * {
        flex: 1 0 0%; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .menu-dropdown__row {
        margin: 0 -15px; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .menu-dropdown__row {
        margin: 0 -30px; } }
    .wqa-design .menu-dropdown__column {
      padding: 0 10px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .menu-dropdown__column {
          padding: 0 25px; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .menu-dropdown__column {
          padding: 0 30px; } }
      .wqa-design .menu-dropdown__column--bl {
        border-left: 1px solid #BD8BCA; }
      .wqa-design .menu-dropdown__column--wx1_5 {
        flex: 1.5; }
      .wqa-design .menu-dropdown__column--wx2 {
        flex: 2; }
      .wqa-design .menu-dropdown__column--wx3 {
        flex: 3; }
      .wqa-design .menu-dropdown__column--wx4 {
        flex: 4; }
      .wqa-design .menu-dropdown__column--wx5 {
        flex: 5; }
    @media screen and (min-width: 1024px) {
      .wqa-design .menu-dropdown__column-intro {
        min-height: 110px; } }
    .wqa-design .menu-dropdown__cta {
      display: block;
      margin-bottom: 20px;
      border-radius: 5px;
      overflow: hidden;
      font-weight: 600; }
    .wqa-design .menu-dropdown__cta-more {
      color: #555555;
      text-decoration: none;
      display: block;
      text-align: center;
      font-size: 16px;
      margin-top: 30px;
      font-weight: 600; }
    .wqa-design .menu-dropdown--shop .menu-dropdown__arrow {
      right: 77%; }
    .wqa-design .menu-dropdown--search {
      position: fixed;
      transition: none;
      border: none; }
      @media screen and (max-width: 767px) {
        .wqa-design .menu-dropdown--search {
          margin: 0; } }
      .wqa-design .menu-dropdown--search.active {
        top: 137px;
        max-height: calc(100vh - 100px);
        border-top: 2px solid #EEEEEE;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
        @media screen and (min-width: 480px) {
          .wqa-design .menu-dropdown--search.active {
            top: 141px; } }
        @media screen and (min-width: 1024px) {
          .wqa-design .menu-dropdown--search.active {
            top: 99px; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .menu-dropdown--search {
          background: transparent;
          position: static;
          min-width: 100%; } }
    .wqa-design .menu-dropdown .switcher {
      margin-top: 30px; }
  body .wqa-design :not(.logged-in) .menu-dropdown__nav__header {
    display: none; }
  body .wqa-design :not(.logged-in) .push-nav__list-hero--switcher {
    display: none; }
  .wqa-design .drill-nav {
    position: relative;
    padding: 20px 0; }
    @media screen and (min-width: 1024px) {
      .wqa-design .drill-nav {
        padding: 0; } }
    .wqa-design .drill-nav__list {
      list-style: none;
      padding: 0;
      width: 50%; }
      .wqa-design .drill-nav__list .drill-nav__list {
        display: none;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 50%; }
    .wqa-design .drill-nav__item.has-child-menu {
      background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-right-secondary.svg") calc(100% - 35px) center no-repeat transparent; }
      .wqa-design .drill-nav__item.has-child-menu:hover {
        font-weight: 900;
        color: #BD8BCA;
        background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-right-primary.svg") calc(100% - 35px) center no-repeat transparent; }
        .wqa-design .drill-nav__item.has-child-menu:hover .drill-nav__list {
          display: block; }
    .wqa-design .drill-nav__item.has-child-menu.is-active > .drill-nav__link {
      font-weight: 900;
      color: #BD8BCA;
      background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-right-primary.svg") calc(100% - 35px) center no-repeat transparent; }
    .wqa-design .drill-nav__item.has-child-menu.is-active ul {
      display: block; }
    .wqa-design .drill-nav__link {
      display: block;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
      color: #354657;
      padding: 5px 30px;
      padding-left: 0; }
      @media screen and (min-width: 1024px) {
        .wqa-design .drill-nav__link {
          padding: 0 30px 5px; } }
      .wqa-design .drill-nav__link--focus {
        font-weight: 900;
        color: #BD8BCA;
        background: url("/_ui/desktop/common/images/wqa/icons/icon-tick-circle-purple.svg") calc(100% - 35px) center no-repeat transparent;
        background-size: 23px; }
  .wqa-design .drill-filter {
    position: relative;
    padding: 20px 0; }
    @media screen and (min-width: 1024px) {
      .wqa-design .drill-filter {
        padding: 20px 30px 0; } }
    .wqa-design .drill-filter__list {
      list-style: none;
      padding: 0;
      width: 100%;
      position: relative;
      left: 0;
      transition: all .3s; }
      @media screen and (min-width: 480px) {
        .wqa-design .drill-filter__list {
          width: 250px; } }
      .wqa-design .drill-filter__list .drill-filter__list {
        position: absolute;
        top: 0;
        left: 300px; }
        @media screen and (max-width: 767px) {
          .wqa-design .drill-filter__list .drill-filter__list {
            left: 240%; } }
        @media screen and (min-width: 480px) {
          .wqa-design .drill-filter__list .drill-filter__list {
            display: none; } }
    @media screen and (max-width: 767px) {
      .wqa-design .drill-filter__list.child-open {
        left: -120%; } }
    @media screen and (max-width: 767px) {
      .wqa-design .drill-filter__list.child-open .open {
        margin-left: 20%; } }
    .wqa-design .drill-filter__item.has-child-nodes {
      background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-right-secondary.svg") calc(100% - 15px) center no-repeat transparent; }
    .wqa-design .drill-filter__heading {
      font-weight: 800;
      margin-bottom: 10px;
      display: block; }
      @media screen and (min-width: 480px) {
        .wqa-design .drill-filter__heading {
          display: none; } }
    .wqa-design .drill-filter__back {
      background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-left-primary.svg");
      background-size: 9px;
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 25px;
      color: #BD8BCA;
      font-weight: 600;
      margin-bottom: 20px;
      display: block; }
      @media screen and (min-width: 480px) {
        .wqa-design .drill-filter__back {
          display: none; } }
    .wqa-design .drill-filter__node {
      display: block;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
      color: #354657;
      padding: 5px 30px;
      padding-left: 0;
      border-bottom: 1px solid #EEEEEE;
      cursor: pointer; }
      .wqa-design .drill-filter__item:last-of-type .drill-filter__node {
        border-color: transparent; }
      @media screen and (min-width: 480px) {
        .wqa-design .drill-filter__node__parent .drill-filter__list .drill-filter__node {
          border-color: transparent; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .drill-filter__node {
          padding: 8px 0; } }
      @media screen and (min-width: 480px) {
        .wqa-design .drill-filter__node:hover {
          font-weight: 900;
          color: #BD8BCA; } }
      .wqa-design .drill-filter__node--focus {
        font-weight: 900;
        color: #BD8BCA;
        background: url("/_ui/desktop/common/images/wqa/icons/icon-tick-circle-purple.svg") calc(100% - 15px) center no-repeat transparent;
        background-size: 23px; }
    .wqa-design .drill-filter__node__parent.has-child-active {
      font-weight: 900;
      color: #BD8BCA; }
    .wqa-design .drill-filter__node__parent.open {
      font-weight: 900;
      color: #BD8BCA;
      background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-right-primary.svg") calc(100% - 15px) center no-repeat transparent; }
      .wqa-design .drill-filter__node__parent.open + ul.drill-filter__list {
        display: block; }
        @media screen and (max-width: 767px) {
          .wqa-design .drill-filter__node__parent.open + ul.drill-filter__list {
            left: 120%; } }
  .wqa-design .simple-menu {
    display: flex;
    flex-wrap: wrap; }
    .wqa-design .simple-menu__list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .wqa-design .simple-menu__list--wpd .simple-menu__link {
        padding-right: 5px; }
    .wqa-design .simple-menu__item {
      margin-bottom: 10px; }
    .wqa-design .simple-menu__link {
      display: block;
      font-size: 16px;
      text-decoration: none;
      color: #354657;
      padding: 0 0 5px;
      font-weight: 600;
      line-height: 1.2; }
    .wqa-design .simple-menu--3col > * {
      flex: 1 0 33%; }
      @media screen and (min-width: 1024px) {
        .wqa-design .simple-menu--3col > * {
          flex: 1 0 auto; } }
    .wqa-design .simple-menu__column {
      padding-right: 25px; }
      .wqa-design .simple-menu__column--nested {
        display: flex;
        flex-wrap: wrap;
        flex: 2; }
        .wqa-design .simple-menu__column--nested .simple-menu__column-title {
          width: 100%; }
        .wqa-design .simple-menu__column--nested > .simple-menu__list {
          width: 50%; }
    .wqa-design .simple-menu__column-title {
      font-size: 20px; }
    .wqa-design .simple-menu + .menu-dropdown__subtitle,
    .wqa-design .simple-menu__list + .menu-dropdown__subtitle {
      margin-top: 20px !important; }
  .wqa-design .sort {
    display: flex;
    align-items: center; }
    .wqa-design .sort__btn {
      display: none; }
      @media screen and (min-width: 480px) {
        .wqa-design .sort__btn {
          display: block; } }
      .wqa-design .sort__btn .btn {
        background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-down.svg") calc(100% - 20px) center no-repeat #fff;
        color: #354657;
        width: auto;
        height: auto;
        padding-right: 45px;
        margin-bottom: 0;
        border: 0; }
        .wqa-design .sort__btn .btn:active {
          background: url("/_ui/desktop/common/images/wqa/icons/icon-chevron-down.svg") calc(100% - 20px) center no-repeat #fff !important; }
    .wqa-design .sort__icons {
      display: flex; }
    .wqa-design .sort__link {
      margin-left: 15px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .sort__link {
          margin-left: 25px; } }
      .wqa-design .sort__link.active span.icon-grid {
        background-image: url(/_ui/desktop/common/images/wqa/icons/icon-grid-view-blue-dark.svg); }
      .wqa-design .sort__link.active span.icon-list {
        background-image: url(/_ui/desktop/common/images/wqa/icons/icon-list-view-blue-dark.svg); }
      .wqa-design .sort__link.active span.icon-calendar {
        background-image: url(/_ui/desktop/common/images/wqa/icons/icon-calendar-blue-dark.svg); }
  .wqa-design .calendar-navigation-monthly {
    position: relative; }
  .wqa-design .calendar-navigation-monthly__controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none; }
    .wqa-design .calendar-navigation-monthly__controls .calendar-navigation-monthly__prev,
    .wqa-design .calendar-navigation-monthly__controls .calendar-navigation-monthly__next {
      pointer-events: all;
      cursor: pointer;
      width: 25px;
      background: white;
      position: relative; }
      .wqa-design .calendar-navigation-monthly__controls .calendar-navigation-monthly__prev:after,
      .wqa-design .calendar-navigation-monthly__controls .calendar-navigation-monthly__next:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #354657;
        position: absolute;
        z-index: 100;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      .wqa-design .calendar-navigation-monthly__controls .calendar-navigation-monthly__prev:before,
      .wqa-design .calendar-navigation-monthly__controls .calendar-navigation-monthly__next:before {
        content: '';
        width: 50px;
        height: 100%;
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        left: 100%;
        pointer-events: none; }
    .wqa-design .calendar-navigation-monthly__controls .calendar-navigation-monthly__next:before {
      left: auto;
      right: 100%;
      background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%); }
    .wqa-design .calendar-navigation-monthly__controls .calendar-navigation-monthly__next:after {
      left: auto;
      right: 0;
      border-right: 0;
      border-left: 8px solid #354657; }
  .wqa-design .calendar-navigation-monthly__buttons {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 6px 20px; }
    .wqa-design .calendar-navigation-monthly__buttons > div {
      flex: 1 1 0; }
  .wqa-design .calendar-navigation-monthly__left {
    justify-content: flex-start; }
  .wqa-design .calendar-navigation-monthly__right {
    justify-content: flex-end; }
  .wqa-design .calendar-navigation-monthly__left,
  .wqa-design .calendar-navigation-monthly__right {
    display: flex;
    align-items: baseline; }
    @media screen and (min-width: 768px) {
      .wqa-design .calendar-navigation-monthly__left,
      .wqa-design .calendar-navigation-monthly__right {
        justify-content: space-between; } }
  .wqa-design .calendar-navigation-monthly__button {
    font-size: 11px;
    font-weight: 800;
    color: #555555;
    -webkit-appearance: none;
    border: 0;
    background: none;
    text-align: center;
    padding: 5px;
    white-space: nowrap;
    cursor: pointer;
    opacity: 0.5; }
    @media screen and (min-width: 480px) {
      .wqa-design .calendar-navigation-monthly__button {
        font-size: 14px; } }
    .wqa-design .calendar-navigation-monthly__button:hover {
      opacity: 1; }
    .wqa-design .calendar-navigation-monthly__button--active {
      font-size: 18px;
      color: #354657;
      padding-left: 5px;
      padding-right: 5px;
      flex: 0 !important;
      cursor: default;
      opacity: 1; }
      @media screen and (min-width: 480px) {
        .wqa-design .calendar-navigation-monthly__button--active {
          font-size: 24px;
          padding-left: 40px;
          padding-right: 40px; } }
    @media screen and (min-width: 480px) {
      .wqa-design .calendar-navigation-monthly__button[data-increment="1"], .wqa-design .calendar-navigation-monthly__button[data-increment="-1"] {
        font-size: 18px; } }
    .wqa-design .calendar-navigation-monthly__button[data-increment="2"], .wqa-design .calendar-navigation-monthly__button[data-increment="-2"] {
      font-size: 16px;
      display: none; }
      @media screen and (min-width: 768px) {
        .wqa-design .calendar-navigation-monthly__button[data-increment="2"], .wqa-design .calendar-navigation-monthly__button[data-increment="-2"] {
          display: block; } }
    .wqa-design .calendar-navigation-monthly__button[data-increment="3"], .wqa-design .calendar-navigation-monthly__button[data-increment="-3"] {
      font-size: 15px;
      display: none; }
      @media screen and (min-width: 768px) {
        .wqa-design .calendar-navigation-monthly__button[data-increment="3"], .wqa-design .calendar-navigation-monthly__button[data-increment="-3"] {
          display: block; } }
    .wqa-design .calendar-navigation-monthly__button[data-increment="4"], .wqa-design .calendar-navigation-monthly__button[data-increment="-4"] {
      font-size: 15px;
      display: none; }
      @media screen and (min-width: 1024px) {
        .wqa-design .calendar-navigation-monthly__button[data-increment="4"], .wqa-design .calendar-navigation-monthly__button[data-increment="-4"] {
          display: block; } }
  .wqa-design .calendar-navigation-daily {
    display: flex; }
    .wqa-design .calendar-navigation-daily .calendar-navigation-monthly {
      margin: 0 -36px; }
      @media screen and (min-width: 480px) {
        .wqa-design .calendar-navigation-daily .calendar-navigation-monthly {
          margin: 0; } }
  .wqa-design .calendar-navigation-daily__button {
    width: 44px;
    background: #EEEEEE;
    margin-top: 50px;
    border: 0;
    cursor: pointer; }
    @media screen and (min-width: 480px) {
      .wqa-design .calendar-navigation-daily__button {
        margin-top: 60px;
        width: 50px; } }
    .wqa-design .calendar-navigation-daily__button svg {
      fill: #D1D1D1; }
    .wqa-design .calendar-navigation-daily__button:hover {
      background: #e9e9e9; }
      .wqa-design .calendar-navigation-daily__button:hover svg {
        fill: #9e9e9e; }
  .wqa-design .calendar-navigation-daily__content {
    flex: 1 1 0; }
  .wqa-design .accordion {
    /* Rectangle: */
    background: #FFFFFF;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.12); }
    .wqa-design .accordion .card {
      width: 100%;
      background: #fff;
      box-shadow: none;
      padding: 0; }
    .wqa-design .accordion .card-header {
      background: transparent;
      border: none;
      padding: 10px 20px;
      cursor: pointer; }
      .wqa-design .accordion .card-header h5 {
        margin: 0; }
      .wqa-design .accordion .card-header button {
        background: none;
        border: none;
        padding: 0;
        font-size: 16px;
        cursor: pointer; }
        .wqa-design .accordion .card-header button:active, .wqa-design .accordion .card-header button:focus {
          outline: none; }
        .wqa-design .accordion .card-header button .icon {
          position: relative;
          top: 4px;
          margin-right: 20px; }
    .wqa-design .accordion .card:nth-of-type(even) .card-header {
      background: #fbfbfb;
      border-top: 1px solid #eff0ef;
      border-bottom: 1px solid #eff0ef; }
    .wqa-design .accordion .card-body {
      background: #eff0f0;
      padding: 15px; }
      @media screen and (min-width: 480px) {
        .wqa-design .accordion .card-body {
          padding: 15px 48px; } }
  .wqa-design .form-control {
    font-size: 14px;
    height: 50px;
    color: #818386;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #EEEEEE;
    padding: 5px 5px 5px 0; }
    .wqa-design .form-control:active, .wqa-design .form-control:focus {
      border-bottom: none;
      box-shadow: none; }
    .wqa-design .form-control::-webkit-input-placeholder {
      color: #d1d2d3; }
    .wqa-design .form-control:-moz-placeholder {
      color: #d1d2d3; }
    .wqa-design .form-control::-moz-placeholder {
      color: #d1d2d3; }
    .wqa-design .form-control:-ms-input-placeholder {
      color: #d1d2d3; }
    .wqa-design .form-control.completed {
      border-color: #95C0F1; }
    .wqa-design .form-control:disabled {
      background-color: #f6f5f5; }
    .wqa-design .form-control.error {
      border-bottom: 2px solid #DE6C6C; }
  .wqa-design label {
    font-weight: 900; }
  .wqa-design textarea.form-control {
    height: auto;
    padding: 10px 15px; }
  .wqa-design .form-icon-group {
    position: relative; }
    .wqa-design .form-icon-group .btn-icon-and-text {
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 4px;
      margin: auto;
      font-size: 9px; }
      .wqa-design .form-icon-group .btn-icon-and-text:hover, .wqa-design .form-icon-group .btn-icon-and-text:active, .wqa-design .form-icon-group .btn-icon-and-text:focus {
        opacity: 0.8;
        outline: none; }
  .wqa-design .form-group .help-text {
    margin-top: 5px;
    line-height: 1.4;
    display: inline-block; }
  .wqa-design .form-group.disabled label {
    color: #a2a4a6; }
  .wqa-design .form-group.error .form-control {
    border-color: #DE6C6C;
    position: relative;
    z-index: 10; }
  .wqa-design .form-group.error .error-message {
    background: #DE6C6C;
    padding: 10px 20px 5px;
    margin-top: -5px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-style: italic;
    border-radius: 3px;
    position: relative;
    z-index: 5; }
  .wqa-design .form-actions {
    text-align: center;
    padding: 20px 0 10px; }
    @media screen and (min-width: 480px) {
      .wqa-design .form-actions {
        display: flex;
        margin-top: auto;
        text-align: left;
        padding: 0; } }
    .wqa-design .form-actions > div {
      flex: 1 0 0%; }
    @media screen and (min-width: 480px) {
      .wqa-design .form-actions div:last-of-type {
        padding-right: 10px; }
      .wqa-design .form-actions div:first-of-type {
        padding-left: 10px; } }
    .wqa-design .form-actions .btn {
      width: 100%; }
      @media screen and (min-width: 480px) {
        .wqa-design .form-actions .btn {
          margin-bottom: 0; } }
    .wqa-design .form-actions a:not(.btn) {
      font-weight: 700;
      text-decoration: none;
      font-size: 0.9rem;
      display: block;
      margin-bottom: 10px; }
      @media screen and (min-width: 480px) {
        .wqa-design .form-actions a:not(.btn) {
          margin-bottom: 5px; } }
      .wqa-design .form-actions a:not(.btn):last-of-type {
        margin-bottom: 0; }
  .wqa-design .form-check-input {
    display: none; }
  .wqa-design .form-check-label {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .wqa-design .checkmark {
    position: relative;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 2px solid #818386;
    border-radius: 2px;
    margin-right: 8px; }
  .wqa-design .radiomark {
    position: relative;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 2px solid #818386;
    border-radius: 50%;
    margin-right: 8px; }
  .wqa-design .form-check-label:hover input ~ .checkmark {
    background-color: #fff; }
  .wqa-design .form-check-label input:checked ~ .checkmark {
    background-color: #fff; }
  .wqa-design .checkmark:after,
  .wqa-design .radiomark:after {
    content: "";
    position: absolute;
    display: none; }
  .wqa-design .form-check-label input:checked ~ .checkmark:after {
    display: block; }
  .wqa-design .form-check-label input:checked ~ .radiomark:after {
    display: block; }
  .wqa-design .form-check-label .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #818386;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .wqa-design .form-check-label .radiomark:after {
    left: 2px;
    top: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #818386; }
  .wqa-design .form-check-blue .form-check-label {
    color: #95C0F1; }
  .wqa-design .form-check-blue .checkmark {
    background-color: #95C0F1;
    border: none; }
  .wqa-design .form-check-blue .form-check-label:hover input ~ .checkmark {
    background-color: #95C0F1; }
  .wqa-design .form-check-blue .form-check-label input:checked ~ .checkmark {
    background-color: #95C0F1; }
  .wqa-design .form-check-blue .form-check-label .checkmark:after {
    left: 6px;
    top: 2px;
    border: solid white;
    border-width: 0 2px 2px 0; }
  .wqa-design .form-check-blue .radiomark {
    border-color: #95C0F1; }
  .wqa-design .form-check-blue .form-check-label .radiomark:after {
    background-color: #95C0F1; }
  .wqa-design .form-check-invert .form-check-label {
    color: white; }
  .wqa-design .form-check-invert .checkmark {
    background: transparent; }
  .wqa-design .form-check-invert .form-check-label:hover input:not(:checked) ~ .checkmark {
    background: transparent; }
  .wqa-design .form-check-invert .form-check-label input:checked ~ .checkmark {
    border-color: white; }
  .wqa-design .form-check-invert .form-check-label .checkmark:after {
    border-color: #A25EB5; }
  .wqa-design .form-check-invert .radiomark {
    border-color: white; }
  .wqa-design .form-check-invert .form-check-label .radiomark:after {
    background: #A25EB5; }
  .wqa-design .btn {
    background: #BD8BCA;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
    text-transform: none;
    padding: 8px 20px;
    height: 50px;
    width: 271px;
    max-width: 100%;
    position: relative;
    border: 3px solid transparent;
    transition: all .3s;
    margin-bottom: 15px;
    cursor: pointer; }
    @media screen and (min-width: 1024px) {
      .wqa-design .btn {
        margin-bottom: 10px; } }
    .wqa-design .btn:hover, .wqa-design .btn:focus, .wqa-design .btn:active {
      text-decoration: none;
      box-shadow: none;
      outline: none; }
    .wqa-design .btn [class*="icon--"] {
      position: relative;
      top: 5px; }
  .wqa-design .btn-block {
    display: block !important;
    width: 100%;
    max-width: none; }
  @media screen and (min-width: 480px) {
    .wqa-design .btn + .btn {
      margin-left: 10px; } }
  .wqa-design a.btn {
    text-decoration: none;
    line-height: 1.8; }
  .wqa-design a.btn-size-sm:not([href]):not([tabindex]) {
    line-height: 2; }
  .wqa-design .btn.btn-size-sm {
    height: 36px;
    min-width: 80px;
    font-size: 14px;
    padding: 4px 15px;
    font-weight: 800; }
    @media screen and (min-width: 1024px) {
      .wqa-design .btn.btn-size-sm {
        min-width: 100px;
        height: 40px;
        font-size: 16px; } }
  .wqa-design .btn.btn-size-md {
    width: auto;
    height: 40px;
    min-width: 100px;
    font-size: 1rem;
    padding: 8px 20px; }
  .wqa-design .btn.btn-size-lg {
    padding: 8px 20px;
    line-height: 2.1;
    height: 60px;
    min-width: 80%;
    font-size: 18px; }
    @media screen and (min-width: 480px) {
      .wqa-design .btn.btn-size-lg {
        min-width: 220px; } }
  .wqa-design .btn-has-icon {
    padding-right: 52px; }
    .wqa-design .btn-has-icon > .icon {
      width: 42px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 40%;
      position: absolute;
      right: 0;
      top: 0;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      transition: all .3s; }
    .wqa-design .btn-has-icon.btn-size-sm {
      padding-right: 42px; }
      .wqa-design .btn-has-icon.btn-size-sm > .icon {
        width: 34px; }
    .wqa-design .btn-has-icon.btn-size-lg {
      padding-right: 68px; }
      .wqa-design .btn-has-icon.btn-size-lg > .icon {
        width: 52px; }
  .wqa-design .btn-invert {
    background: #FFFFFF;
    color: #BD8BCA; }
    .wqa-design .btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-invert:not(:disabled):not(.disabled):active, .wqa-design .btn-invert:not(:disabled):not(.disabled):active:focus {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      background: #fff;
      border: 3px solid #BD8BCA;
      color: #BD8BCA; }
  .wqa-design .btn-primary, .wqa-design .card-event--waside .card-event__ctas a.btn {
    border-color: #BD8BCA;
    background-color: #BD8BCA;
    color: #FFFFFF; }
    .wqa-design .btn-primary.btn-icon > .icon, .wqa-design .card-event--waside .card-event__ctas a.btn-icon.btn > .icon {
      background-color: #A25EB5; }
    .wqa-design .btn-primary:hover, .wqa-design .card-event--waside .card-event__ctas a.btn:hover, .wqa-design .btn-primary:active, .wqa-design .card-event--waside .card-event__ctas a.btn:active, .wqa-design .btn-primary:focus, .wqa-design .card-event--waside .card-event__ctas a.btn:focus, .wqa-design .btn-primary.active, .wqa-design .card-event--waside .card-event__ctas a.active.btn {
      background-color: #A25EB5;
      border-color: #A25EB5; }
    .wqa-design .btn-primary:not(.btn-disabled):not(:disabled):hover, .wqa-design .card-event--waside .card-event__ctas a.btn:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-primary:not(:disabled):not(.disabled):active, .wqa-design .card-event--waside .card-event__ctas a.btn:not(:disabled):not(.disabled):active, .wqa-design .btn-primary:not(:disabled):not(.disabled):active:focus, .wqa-design .card-event--waside .card-event__ctas a.btn:not(:disabled):not(.disabled):active:focus {
      background-color: #A25EB5;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
    .wqa-design .btn-primary.btn-disabled, .wqa-design .card-event--waside .card-event__ctas a.btn-disabled.btn, .wqa-design .btn-primary:disabled, .wqa-design .card-event--waside .card-event__ctas a.btn:disabled {
      opacity: 0.35;
      cursor: not-allowed;
      border: 3px solid #EEE;
      background: #EEE;
      color: #666; }
      .wqa-design .btn-primary.btn-disabled:hover, .wqa-design .card-event--waside .card-event__ctas a.btn-disabled.btn:hover, .wqa-design .btn-primary:disabled:hover, .wqa-design .card-event--waside .card-event__ctas a.btn:disabled:hover {
        opacity: 0.35;
        cursor: not-allowed;
        border: 3px solid #EEE;
        background: #EEE;
        color: #666; }
    .wqa-design .btn-primary.btn-invert, .wqa-design .card-event--waside .card-event__ctas a.btn-invert.btn {
      background: transparent;
      border: 3px solid #BD8BCA;
      color: #BD8BCA; }
      .wqa-design .btn-primary.btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .card-event--waside .card-event__ctas a.btn-invert.btn:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-primary.btn-invert:not(:disabled):not(.disabled):active, .wqa-design .card-event--waside .card-event__ctas a.btn-invert.btn:not(:disabled):not(.disabled):active, .wqa-design .btn-primary.btn-invert:not(:disabled):not(.disabled):active:focus, .wqa-design .card-event--waside .card-event__ctas a.btn-invert.btn:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        background: #fff;
        border: 3px solid #BD8BCA;
        color: #BD8BCA; }
  .wqa-design .btn-secondary {
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    color: #BD8BCA;
    line-height: 1; }
    .wqa-design .btn-secondary:hover, .wqa-design .btn-secondary:active, .wqa-design .btn-secondary:focus {
      background: #A25EB5;
      border: 3px solid #A25EB5; }
    .wqa-design .btn-secondary:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-secondary:not(:disabled):not(.disabled):active, .wqa-design .btn-secondary:not(:disabled):not(.disabled):active:focus {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      background: #A25EB5;
      border: 3px solid #A25EB5; }
    .wqa-design .btn-secondary.btn-disabled, .wqa-design .btn-secondary:disabled {
      opacity: 0.35;
      cursor: not-allowed;
      border: 3px solid #A25EB5;
      background: #A25EB5;
      color: #fff; }
      .wqa-design .btn-secondary.btn-disabled:hover, .wqa-design .btn-secondary:disabled:hover {
        opacity: 0.35;
        cursor: not-allowed;
        border: 3px solid #A25EB5;
        background: #A25EB5;
        color: #fff; }
    .wqa-design .btn-secondary.btn-invert {
      background: #FFFFFF;
      border: 3px solid #BD8BCA;
      color: #BD8BCA; }
      .wqa-design .btn-secondary.btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-secondary.btn-invert:not(:disabled):not(.disabled):active, .wqa-design .btn-secondary.btn-invert:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        background: #fff;
        border: 3px solid #A25EB5;
        color: #A25EB5; }
  .wqa-design .btn-tertiary {
    border: 3px solid #EEEEEE;
    background-color: #EEEEEE;
    color: #5597E2; }
    .wqa-design .btn-tertiary.btn-icon > .icon {
      background-color: #5597E2; }
    .wqa-design .btn-tertiary:hover, .wqa-design .btn-tertiary:active, .wqa-design .btn-tertiary:focus {
      background-color: #EEEEEE; }
    .wqa-design .btn-tertiary.active {
      background: #BD8BCA;
      border-color: #BD8BCA;
      color: #ffffff; }
      .wqa-design .btn-tertiary.active:hover, .wqa-design .btn-tertiary.active:active, .wqa-design .btn-tertiary.active:focus {
        background: #BD8BCA !important;
        border-color: #BD8BCA !important; }
    .wqa-design .btn-tertiary:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-tertiary:not(:disabled):not(.disabled):active, .wqa-design .btn-tertiary:not(:disabled):not(.disabled):active:focus {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      background: #EEEEEE;
      border: 3px solid #EEEEEE; }
    .wqa-design .btn-tertiary.btn-disabled, .wqa-design .btn-tertiary:disabled {
      opacity: 0.35;
      cursor: not-allowed;
      border: 3px solid #EEEEEE;
      background: #EEEEEE;
      color: #5597E2; }
      .wqa-design .btn-tertiary.btn-disabled:hover, .wqa-design .btn-tertiary:disabled:hover {
        opacity: 0.35;
        cursor: not-allowed;
        border: 3px solid #EEEEEE;
        background: #EEEEEE;
        color: #5597E2; }
    .wqa-design .btn-tertiary.btn-invert {
      background: #fff;
      border: 3px solid #EEEEEE;
      color: #5597E2; }
      .wqa-design .btn-tertiary.btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-tertiary.btn-invert:not(:disabled):not(.disabled):active, .wqa-design .btn-tertiary.btn-invert:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        background: #fff;
        border: 3px solid #5597E2; }
  .wqa-design .btn-icon {
    width: 40px;
    height: 40px;
    font-size: 0;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all .3s; }
    .wqa-design .btn-icon .icon {
      width: 40px;
      height: 40px; }
    .wqa-design .btn-icon--md {
      width: 30px;
      height: 30px; }
      .wqa-design .btn-icon--md .icon {
        width: 30px;
        height: 30px; }
    .wqa-design .btn-icon:hover, .wqa-design .btn-icon:focus, .wqa-design .btn-iconactive {
      outline: none; }
      .wqa-design .btn-icon:hover .icon, .wqa-design .btn-icon:focus .icon, .wqa-design .btn-iconactive .icon {
        background-image: var(--icon-hover-background-image); }
  .wqa-design .btn-icon-and-text {
    width: 40px;
    height: 40px;
    font-size: 9px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all .3s; }
    .wqa-design .btn-icon-and-text span {
      display: inline-block;
      width: 100%;
      text-align: center; }
    .wqa-design .btn-icon-and-text [class*="icon--"]:before {
      margin-right: 0; }
    .wqa-design .btn-icon-and-text--md {
      width: 30px;
      height: 30px; }
      .wqa-design .btn-icon-and-text--md .icon {
        width: 30px;
        height: 30px; }
    .wqa-design .btn-icon-and-text:hover, .wqa-design .btn-icon-and-text:focus, .wqa-design .btn-icon-and-text:active {
      outline: none; }
  .wqa-design .btn-purple {
    background-color: #A25EB5 !important; }
    .wqa-design .btn-purple:hover {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
    .wqa-design .btn-purple:active {
      box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em #2b1631, inset 0 0.063em #693677, inset 0 -0.188em #693677; }
    .wqa-design .btn-purple.btn-invert {
      background: #FFFFFF !important;
      border: 3px solid #A25EB5;
      color: #A25EB5; }
      .wqa-design .btn-purple.btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-purple.btn-invert:not(:disabled):not(.disabled):active, .wqa-design .btn-purple.btn-invert:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        background: #fff !important;
        border: 3px solid #A25EB5;
        color: #A25EB5; }
  .wqa-design .btn-red {
    background-color: #DE6C6C !important; }
    .wqa-design .btn-red:hover {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
    .wqa-design .btn-red:active {
      box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em #671717, inset 0 0.063em #ba2a2a, inset 0 -0.188em #ba2a2a; }
    .wqa-design .btn-red.btn-invert {
      background: #FFFFFF !important;
      border: 3px solid #DE6C6C;
      color: #DE6C6C; }
      .wqa-design .btn-red.btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-red.btn-invert:not(:disabled):not(.disabled):active, .wqa-design .btn-red.btn-invert:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        background: #fff !important;
        border: 3px solid #DE6C6C;
        color: #DE6C6C; }
  .wqa-design .btn-blue {
    background-color: #95C0F1 !important; }
    .wqa-design .btn-blue:hover {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
    .wqa-design .btn-blue:active {
      box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em #1658a4, inset 0 0.063em #3b8ae5, inset 0 -0.188em #3b8ae5; }
    .wqa-design .btn-blue.btn-invert {
      background: #FFFFFF !important;
      border: 3px solid #95C0F1;
      color: #95C0F1; }
      .wqa-design .btn-blue.btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-blue.btn-invert:not(:disabled):not(.disabled):active, .wqa-design .btn-blue.btn-invert:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        background: #fff !important;
        border: 3px solid #95C0F1;
        color: #95C0F1; }
  .wqa-design .btn-blue-light {
    background-color: #F4F8FD !important; }
    .wqa-design .btn-blue-light:hover {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
    .wqa-design .btn-blue-light:active {
      box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em #478ade, inset 0 0.063em #9ec1ed, inset 0 -0.188em #9ec1ed; }
    .wqa-design .btn-blue-light.btn-invert {
      background: #FFFFFF !important;
      border: 3px solid #F4F8FD;
      color: #F4F8FD; }
      .wqa-design .btn-blue-light.btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-blue-light.btn-invert:not(:disabled):not(.disabled):active, .wqa-design .btn-blue-light.btn-invert:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        background: #fff !important;
        border: 3px solid #F4F8FD;
        color: #F4F8FD; }
  .wqa-design .btn-green {
    background-color: #67b251 !important; }
    .wqa-design .btn-green:hover {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
    .wqa-design .btn-green:active {
      box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em #162611, inset 0 0.063em #3e6d30, inset 0 -0.188em #3e6d30; }
    .wqa-design .btn-green.btn-invert {
      background: #FFFFFF !important;
      border: 3px solid #67b251;
      color: #67b251; }
      .wqa-design .btn-green.btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-green.btn-invert:not(:disabled):not(.disabled):active, .wqa-design .btn-green.btn-invert:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        background: #fff !important;
        border: 3px solid #67b251;
        color: #67b251; }
  .wqa-design .btn-green-light {
    background-color: #81C28A !important; }
    .wqa-design .btn-green-light:hover {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
    .wqa-design .btn-green-light:active {
      box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em #27502d, inset 0 0.063em #489553, inset 0 -0.188em #489553; }
    .wqa-design .btn-green-light.btn-invert {
      background: #FFFFFF !important;
      border: 3px solid #81C28A;
      color: #81C28A; }
      .wqa-design .btn-green-light.btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-green-light.btn-invert:not(:disabled):not(.disabled):active, .wqa-design .btn-green-light.btn-invert:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        background: #fff !important;
        border: 3px solid #81C28A;
        color: #81C28A; }
  .wqa-design .btn-orange {
    background-color: #F8B259 !important; }
    .wqa-design .btn-orange:hover {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
    .wqa-design .btn-orange:active {
      box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em #804a05, inset 0 0.063em #e1820a, inset 0 -0.188em #e1820a; }
    .wqa-design .btn-orange.btn-invert {
      background: #FFFFFF !important;
      border: 3px solid #F8B259;
      color: #F8B259; }
      .wqa-design .btn-orange.btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-orange.btn-invert:not(:disabled):not(.disabled):active, .wqa-design .btn-orange.btn-invert:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        background: #fff !important;
        border: 3px solid #F8B259;
        color: #F8B259; }
  .wqa-design .btn-violet {
    background-color: #CFCEEB !important; }
    .wqa-design .btn-violet:hover {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
    .wqa-design .btn-violet:active {
      box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em #4845a8, inset 0 0.063em #8886cd, inset 0 -0.188em #8886cd; }
    .wqa-design .btn-violet.btn-invert {
      background: #FFFFFF !important;
      border: 3px solid #CFCEEB;
      color: #CFCEEB; }
      .wqa-design .btn-violet.btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-violet.btn-invert:not(:disabled):not(.disabled):active, .wqa-design .btn-violet.btn-invert:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        background: #fff !important;
        border: 3px solid #CFCEEB;
        color: #CFCEEB; }
  .wqa-design .btn-pink {
    background-color: #F5EEF7 !important; }
    .wqa-design .btn-pink:hover {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
    .wqa-design .btn-pink:active {
      box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em #a363b6, inset 0 0.063em #cca9d6, inset 0 -0.188em #cca9d6; }
    .wqa-design .btn-pink.btn-invert {
      background: #FFFFFF !important;
      border: 3px solid #F5EEF7;
      color: #F5EEF7; }
      .wqa-design .btn-pink.btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-pink.btn-invert:not(:disabled):not(.disabled):active, .wqa-design .btn-pink.btn-invert:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        background: #fff !important;
        border: 3px solid #F5EEF7;
        color: #F5EEF7; }
  .wqa-design .btn-turquoise {
    background-color: #00C0A3 !important; }
    .wqa-design .btn-turquoise:hover {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) !important; }
    .wqa-design .btn-turquoise:active {
      box-shadow: 0 0.063em rgba(255, 255, 255, 0.4), inset 0 0 1.094em black, inset 0 0.063em #005a4c, inset 0 -0.188em #005a4c; }
    .wqa-design .btn-turquoise.btn-invert {
      background: #FFFFFF !important;
      border: 3px solid #00C0A3;
      color: #00C0A3; }
      .wqa-design .btn-turquoise.btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-turquoise.btn-invert:not(:disabled):not(.disabled):active, .wqa-design .btn-turquoise.btn-invert:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
        background: #fff !important;
        border: 3px solid #00C0A3;
        color: #00C0A3; }
  .wqa-design .btn-white {
    border-color: #FFFFFF;
    background: white;
    color: #354657; }
    .wqa-design .btn-white.btn-invert {
      background: transparent;
      color: white; }
      .wqa-design .btn-white.btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn-white.btn-invert:not(:disabled):not(.disabled):active, .wqa-design .btn-white.btn-invert:not(:disabled):not(.disabled):active:focus {
        background: #FFFFFF;
        color: #354657; }
  .wqa-design .btn--light-green {
    background-color: #81C28A;
    border-color: #81C28A; }
    .wqa-design .btn--light-green:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn--light-green:not(:disabled):not(.disabled):active, .wqa-design .btn--light-green:not(:disabled):not(.disabled):active:focus {
      background-color: #70ba7a;
      border-color: #70ba7a; }
    .wqa-design .btn--light-green:hover {
      color: white; }
  .wqa-design .btn--blue-dark {
    background-color: #354657;
    border-color: #354657; }
    .wqa-design .btn--blue-dark:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn--blue-dark:not(:disabled):not(.disabled):active, .wqa-design .btn--blue-dark:not(:disabled):not(.disabled):active:focus {
      background-color: #2b3947;
      border-color: #2b3947; }
    .wqa-design .btn--blue-dark.btn-invert {
      background: transparent;
      color: #354657;
      border-color: #354657; }
      .wqa-design .btn--blue-dark.btn-invert:not(.btn-disabled):not(:disabled):hover, .wqa-design .btn--blue-dark.btn-invert:not(:disabled):not(.disabled):active, .wqa-design .btn--blue-dark.btn-invert:not(:disabled):not(.disabled):active:focus {
        background: #FFFFFF;
        color: #354657; }
  @media (max-width: 600px) {
    .wqa-design .btn--xs-white-bg {
      background-color: white !important; } }
  .wqa-design .shape-circle {
    width: 180px;
    height: 180px;
    background: #DE6C6C;
    border-radius: 50%; }
  .wqa-design .shape-circle-border {
    width: 180px;
    height: 180px;
    border: 5px solid #DE6C6C;
    border-radius: 50%; }
  .wqa-design .shape-lemon {
    width: 116px;
    height: 180px;
    background: #95C0F1;
    border-radius: 50%; }
  .wqa-design .alert {
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: left 12px center;
    padding-left: 50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: none;
    color: #FFFFFF; }
    .wqa-design .alert a {
      text-decoration: none;
      color: #FFFFFF;
      font-weight: 700;
      transition: none; }
      .wqa-design .alert a:hover, .wqa-design .alert a:focus, .wqa-design .alert a:active {
        border-bottom: 1px solid #FFFFFF; }
  .wqa-design .alert-message {
    background-color: #F4F8FD;
    color: #354657;
    background-image: url(/_ui/desktop/common/images/wqa/icons/icon-alert-message.svg); }
  .wqa-design .alert-success {
    background-color: #7BB739;
    color: #FFFFFF;
    background-image: url(/_ui/desktop/common/images/wqa/icons/icon-check-mark.svg); }
  .wqa-design .alert-warning {
    background-color: #F8B259;
    color: #FFFFFF;
    background-image: url(/_ui/desktop/common/images/wqa/icons/icon-alert.svg); }
  .wqa-design .alert-danger {
    background-color: #DE6C6C;
    color: #FFFFFF;
    background-image: url(/_ui/desktop/common/images/wqa/icons/icon-alert.svg); }
  .wqa-design .cards {
    padding-top: 25px;
    padding-bottom: 50px;
    overflow: hidden; }
    @media screen and (min-width: 480px) {
      .wqa-design .cards {
        padding-bottom: 40px; } }
  @media screen and (min-width: 768px) {
    .wqa-design .cards__container {
      display: flex;
      margin-left: -7px;
      margin-right: -7px; } }
  @media screen and (min-width: 1440px) {
    .wqa-design .cards__container {
      margin-left: -25px;
      margin-right: -25px; } }
  .wqa-design .cards-grid {
    width: 100%;
    display: flex; }
    .wqa-design .cards-grid__header {
      text-align: right;
      padding: 0 0 10px; }
      .wqa-design .cards-grid__header a {
        text-decoration: none;
        font-size: 1rem;
        font-weight: 900; }
        .wqa-design .cards-grid__header a .icon {
          margin-left: 10px; }
          @media screen and (min-width: 480px) {
            .wqa-design .cards-grid__header a .icon {
              height: 18px;
              width: 18px; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .cards-grid__container {
        margin-left: -15px;
        margin-right: -15px;
        display: flex; } }
    @media screen and (min-width: 480px) {
      .wqa-design .cards-grid__container .cards-grid__column {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .cards-grid__container .cards-grid__column:first-of-type {
        padding-right: 7px; }
      .wqa-design .cards-grid__container .cards-grid__column:last-of-type {
        padding-left: 7px; } }
    .wqa-design .cards-grid__container .card--sm {
      flex: 1 0 0%;
      flex-direction: column; }
      @media screen and (min-width: 1024px) {
        .wqa-design .cards-grid__container .card--sm {
          flex-direction: row; } }
    .wqa-design .cards-grid__footer {
      text-align: center;
      padding: 10px 0 0; }
      .wqa-design .cards-grid__footer a {
        text-decoration: none;
        font-size: 1rem;
        font-weight: 900; }
  .wqa-design .card {
    width: 100%;
    background: #FFFFFF;
    border: none;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 0;
    text-align: left;
    margin-bottom: 15px;
    flex-direction: row; }
    @media screen and (min-width: 480px) {
      .wqa-design .card {
        width: 100%; } }
    .wqa-design .card__image {
      width: 100%;
      height: 175px;
      background-size: cover;
      background-position: center;
      border-top-right-radius: 5px;
      border-top-left-radius: 5px; }
      @media screen and (min-width: 480px) {
        .wqa-design .card__image {
          height: 370px; } }
    .wqa-design .card__body {
      padding: 20px;
      position: relative; }
    .wqa-design .card__category {
      color: #BD8BCA;
      margin-bottom: 12px; }
      .wqa-design .card__category .category__parent {
        font-weight: 900; }
    .wqa-design .card__heading {
      margin: 0;
      margin-bottom: 10px; }
      @media screen and (min-width: 480px) {
        .wqa-design .card__heading {
          width: 90%; } }
    .wqa-design .card__meta {
      padding: 10px 0 5px; }
      .wqa-design .card__meta__date {
        font-weight: 900;
        font-size: 0.9rem; }
    .wqa-design .card__share {
      position: absolute;
      top: 10px;
      right: 5px;
      display: flex;
      font-size: 0.9rem;
      line-height: 2; }
      @media screen and (min-width: 480px) {
        .wqa-design .card__share {
          top: 20px;
          right: 20px; } }
      .wqa-design .card__share .btn-icon {
        position: relative;
        top: -4px; }
    .wqa-design .card__excerpt {
      line-height: 1.5;
      font-weight: 200;
      font-size: 1rem; }
    .wqa-design .card__actions {
      display: flex;
      margin-top: 20px; }
      .wqa-design .card__actions .card__action {
        margin-right: 30px;
        font-size: 0.9rem; }
        .wqa-design .card__actions .card__action .icon {
          margin-right: 7px; }
        .wqa-design .card__actions .card__action .count {
          font-weight: 900; }
  .wqa-design .card--sm:not(.card--grid) .card__image {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0; }
    @media screen and (min-width: 1024px) {
      .wqa-design .card--sm:not(.card--grid) .card__image {
        flex: 0 0 40%;
        height: auto; } }
  @media screen and (min-width: 480px) {
    .wqa-design .card--sm:not(.card--grid) .card__share {
      top: 15px;
      right: 10px; } }
  .wqa-design .card--sm:not(.card--grid) .card__share .btn-icon {
    position: relative;
    top: -4px; }
  @media screen and (min-width: 480px) {
    .wqa-design .card--sm:not(.card--grid) .card__body {
      flex: 1 0 0%;
      padding: 10px 20px 15px; } }
  .wqa-design .card--sm:not(.card--grid) .card__category {
    margin-bottom: 2px;
    font-size: 1rem; }
  @media screen and (min-width: 480px) {
    .wqa-design .card--sm:not(.card--grid) .card__meta {
      padding: 3px 0 5px; } }
  .wqa-design .card--sm:not(.card--grid) .card__excerpt {
    font-size: 0.9rem;
    margin-bottom: 5px; }
    @media screen and (min-width: 480px) {
      .wqa-design .card--sm:not(.card--grid) .card__excerpt {
        font-size: 1rem; } }
  .wqa-design .card--sm:not(.card--grid) .card__link {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 900; }
    .wqa-design .card--sm:not(.card--grid) .card__link:hover, .wqa-design .card--sm:not(.card--grid) .card__link:focus, .wqa-design .card--sm:not(.card--grid) .card__link:active {
      text-decoration: underline; }
  .wqa-design .card--sm:not(.card--grid) .card__actions {
    margin-top: 10px; }
  .wqa-design .card--sm:not(.card--grid) .card__action {
    font-size: 0.9rem;
    margin-right: 15px; }
    .wqa-design .card--sm:not(.card--grid) .card__action:last-of-type {
      margin-right: 0; }
    .wqa-design .card--sm:not(.card--grid) .card__action .icon {
      margin-right: 5px; }
  @media screen and (min-width: 1024px) {
    .wqa-design .card--md {
      margin: 0 10px 15px;
      width: 50%; } }
  .wqa-design .card--hero {
    height: auto; }
    .wqa-design .card--hero .card__body {
      padding: 20px; }
    .wqa-design .card--hero .card__link {
      color: #81C28A; }
  .wqa-design .card--featured-xs {
    display: flex; }
    @media screen and (min-width: 1024px) {
      .wqa-design .card--featured-xs {
        display: none !important; } }
  .wqa-design .card--featured-sm {
    display: none; }
    @media screen and (min-width: 1024px) {
      .wqa-design .card--featured-sm {
        display: flex;
        flex-direction: column;
        height: 100%; } }
  .wqa-design .cards--grid {
    width: 102%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%; }
    @media screen and (min-width: 1024px) {
      .wqa-design .cards--grid.cards--col-1 > .card {
        flex: 0 0 98%;
        margin: 0 2% 1%;
        height: auto; } }
    .wqa-design .cards--grid.cards--col-2 > .card {
      flex: 1 0 46%;
      margin: 0 2% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .cards--grid.cards--col-sm-2 > .card {
        flex: 1 0 45%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .cards--grid.cards--col-md-2 > .card {
        flex: 1 0 45%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .cards--grid.cards--col-3 > .card {
      flex: 0 0 31.333%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .cards--grid.cards--col-sm-3 > .card {
        flex: 0 0 31.333%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .cards--grid.cards--col-md-3 > .card {
        flex: 1 0 31.333%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .cards--grid.cards--col-4 > .card {
      flex: 1 0 23%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .cards--grid.cards--col-sm-4 > .card {
        flex: 0 0 23%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .cards--grid.cards--col-md-4 > .card {
        flex: 0 0 23%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .cards--grid.cards--col-5 > .card {
      flex: 0 0 18%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .cards--grid.cards--col-sm-5 > .card {
        flex: 0 0 18%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .cards--grid.cards--col-md-5 > .card {
        flex: 0 0 18%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .cards--grid.cards--col-6 > .card {
      flex: 0 0 14.6666%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .cards--grid.cards--col-sm-6 > .card {
        flex: 0 0 14.6666%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .cards--grid.cards--col-md-6 > .card {
        flex: 0 0 14.6666%;
        margin: 0 1% 2%;
        height: auto; } }
  .wqa-design .cards--list {
    width: 102%;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 480px) {
      .wqa-design .cards--list {
        margin: 0 -1%; } }
    .wqa-design .cards--list.cards--col-1 > .card {
      flex: 0 0 100%;
      margin: 0 0 15px;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .cards--list.cards--col-sm-1 > .card {
        flex: 0 0 98%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .cards--list.cards--col-md-1 > .card {
        flex: 0 0 98%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .cards--list.cards--col-2 > .card {
      flex: 1 0 50%;
      margin: 0 0 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .cards--list.cards--col-sm-2 > .card {
        flex: 1 0 47%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .cards--list.cards--col-md-2 > .card {
        flex: 0 0 48%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .cards--list.cards--col-3 > .card {
      flex: 0 0 31.333%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .cards--list.cards--col-sm-3 > .card {
        flex: 0 0 31.333%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .cards--list.cards--col-md-3 > .card {
        flex: 0 0 31.333%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .cards--list.cards--col-4 > .card {
      flex: 1 0 23%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .cards--list.cards--col-sm-4 > .card {
        flex: 1 0 23%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .cards--list.cards--col-md-4 > .card {
        flex: 1 0 23%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .cards--list.cards--col-5 > .card {
      flex: 0 0 18%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .cards--list.cards--col-sm-5 > .card {
        flex: 0 0 18%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .cards--list.cards--col-md-5 > .card {
        flex: 0 0 18%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .cards--list.cards--col-6 > .card {
      flex: 0 0 14.6666%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .cards--list.cards--col-sm-6 > .card {
        flex: 0 0 14.6666%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .cards--list.cards--col-md-6 > .card {
        flex: 0 0 14.6666%;
        margin: 0 1% 2%;
        height: auto; } }
  body.logged-in .wqa-design .nav__link--icon .icon.icon-user {
    background: url(/images/wqa/icons/icon-user-account2.png);
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 2px solid #BD8BCA;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center; }
    body.logged-in .wqa-design .nav__link--icon .icon.icon-user:hover {
      border: 2px solid #A25EB5; }
  body.logged-in .wqa-design .nav__link--icon .icon.icon-user--default {
    background: url(/images/wqa/icons/icon-account-auth-white.svg);
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 2px solid #BD8BCA;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #BD8BCA; }
    body.logged-in .wqa-design .nav__link--icon .icon.icon-user--default:hover {
      background: url(/images/wqa/icons/icon-account-auth-alt-white.svg);
      height: 38px;
      width: 38px;
      border-radius: 50%;
      border: 2px solid #A25EB5;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: bottom center;
      background-color: #BD8BCA; }
  .wqa-design .table th {
    padding: .25em .75em .75em; }
  .wqa-design .table td {
    padding: .1em .75em;
    font-weight: 200; }
  .wqa-design .table td.has-icon {
    color: #aaabad; }
    .wqa-design .table td.has-icon .icon {
      position: relative;
      top: 4px;
      margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .wqa-design .table thead tr {
      display: none; }
    .wqa-design .table tr {
      display: block;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      padding-top: 10px; }
    .wqa-design .table td {
      padding: 0;
      line-height: 1.3;
      display: block; } }
  .wqa-design .message {
    position: relative; }
    .wqa-design .message .message-body {
      padding: 20px;
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.12);
      border-radius: 4px; }
    .wqa-design .message .message-text {
      font-weight: 200;
      margin-bottom: 1.5em; }
      @media screen and (min-width: 480px) {
        .wqa-design .message .message-text {
          margin-bottom: 2.5em; } }
    .wqa-design .message .message-respond-by {
      text-align: center;
      margin-bottom: 10px; }
      @media screen and (min-width: 480px) {
        .wqa-design .message .message-respond-by {
          text-align: left; } }
    .wqa-design .message .btn {
      width: 100%; }
      @media screen and (min-width: 480px) {
        .wqa-design .message .btn {
          width: auto;
          position: absolute;
          right: 20px;
          bottom: 20px; } }
    .wqa-design .message.message-to .message-body {
      background: #81C28A; }
    .wqa-design .message.message-to .message-text {
      border-bottom: 1px solid #d2e3f2; }
    .wqa-design .message.message-from .message-body {
      background: #F4F8FD; }
    .wqa-design .message.message-from .message-text {
      border-bottom: 1px solid #d2e3f2; }
    .wqa-design .message .message-bubble {
      padding: 10px;
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.12);
      position: relative;
      border-radius: 4px;
      width: 200px;
      margin: 20px 0; }
      @media screen and (min-width: 480px) {
        .wqa-design .message .message-bubble {
          width: auto;
          margin: 0; } }
      .wqa-design .message .message-bubble:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-left: -0.5em;
        bottom: -18px;
        box-sizing: border-box;
        border: 1em solid black;
        border-width: 0 40px 20px 0;
        border-color: #F4F8FD #F4F8FD transparent transparent; }
    .wqa-design .message.message-to .message-bubble {
      background: #81C28A; }
      .wqa-design .message.message-to .message-bubble:after {
        left: 6px;
        border-width: 20px 40px 0 0;
        border-color: #81C28A transparent transparent transparent; }
    .wqa-design .message.message-from .message-bubble {
      background: #F4F8FD;
      float: right; }
      @media screen and (min-width: 480px) {
        .wqa-design .message.message-from .message-bubble {
          margin: 0;
          float: none; } }
      .wqa-design .message.message-from .message-bubble:after {
        right: 0;
        border-color: #F4F8FD #F4F8FD transparent transparent; }
  .wqa-design .tooltip.top > .tooltip-arrow {
    background-color: #f00 !important; }
  .wqa-design .modal-header {
    padding: 30px 20px 20px; }
    .wqa-design .modal-header .modal-title {
      margin-top: 0; }
      .wqa-design .modal-header .modal-title .icon {
        margin-right: 25px; }
      .wqa-design .modal-header .modal-title .icon + span {
        position: relative;
        top: -12px; }
    .wqa-design .modal-header .close {
      margin-top: -2rem; }
  .wqa-design .modal-body {
    background: #f8f8f8;
    padding: 20px; }
  .wqa-design .datepicker {
    position: relative; }
    .wqa-design .datepicker .ui-datepicker-trigger {
      position: absolute;
      top: 10px;
      right: 10px; }
  .wqa-design .ui-datepicker {
    background: #F4F8FD;
    padding: 20px 7px;
    border: 1px solid #87B2E0;
    border-radius: 2.34px; }
    .wqa-design .ui-datepicker .ui-datepicker-group {
      padding: 0 10px; }
    .wqa-design .ui-datepicker .ui-datepicker-header {
      background: #fff; }
    .wqa-design .ui-datepicker .ui-datepicker-calendar td {
      background: #fff;
      border: 2px solid #F4F8FD;
      text-align: center; }
      .wqa-design .ui-datepicker .ui-datepicker-calendar td a {
        color: #354657;
        text-align: center; }
      .wqa-design .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable {
        background: #F4F8FD; }
      .wqa-design .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day {
        background: #A25EB5; }
        .wqa-design .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
          color: #fff; }
      .wqa-design .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
        background: #F8B259; }
        .wqa-design .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
          color: #fff; }
    .wqa-design .ui-datepicker .ui-datepicker-prev {
      background: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-left.svg);
      background-size: 18px;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer; }
    .wqa-design .ui-datepicker .ui-datepicker-next {
      background: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-right.svg);
      background-size: 18px;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer; }
  body .wqa-design  .carousel .owl-nav {
    width: 100%; }
    @media screen and (min-width: 768px) {
      body .wqa-design  .carousel .owl-nav {
        position: absolute;
        top: 50%;
        transform: translateY(calc(-50% - 15px));
        height: 45px;
        pointer-events: none; } }
    body .wqa-design  .carousel .owl-nav .owl-next, body .wqa-design  .carousel .owl-nav .owl-prev {
      width: 60px;
      height: 60px;
      background-color: white;
      background-image: url(/images/wqa/icons/icon-chevron-thin-right-purple.svg);
      background-size: 12px;
      background-position: center center;
      background-repeat: no-repeat;
      opacity: 1;
      transition: all .3s;
      border-radius: 100%;
      pointer-events: all;
      backdrop-filter: blur(2px);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
      background-color: rgba(255, 255, 255, 0.7); }
      body .wqa-design  .carousel .owl-nav .owl-next span, body .wqa-design  .carousel .owl-nav .owl-prev span {
        display: none; }
      body .wqa-design  .carousel .owl-nav .owl-next.disabled, body .wqa-design  .carousel .owl-nav .owl-prev.disabled {
        display: none; }
      body .wqa-design  .carousel .owl-nav .owl-next:active, body .wqa-design  .carousel .owl-nav .owl-next:hover, body .wqa-design  .carousel .owl-nav .owl-next:focus, body .wqa-design  .carousel .owl-nav .owl-prev:active, body .wqa-design  .carousel .owl-nav .owl-prev:hover, body .wqa-design  .carousel .owl-nav .owl-prev:focus {
        outline: none; }
      body .wqa-design  .carousel .owl-nav .owl-next:hover, body .wqa-design  .carousel .owl-nav .owl-prev:hover {
        background-color: #A25EB5;
        background-image: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-right-white.svg); }
    body .wqa-design  .carousel .owl-nav .owl-next {
      position: absolute;
      right: 5px;
      background-image: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-thin-right-purple.svg); }
      @media screen and (min-width: 1024px) {
        body .wqa-design  .carousel .owl-nav .owl-next {
          right: -85px; } }
      @media screen and (min-width: 768px) {
        body .wqa-design  .carousel .owl-nav .owl-next {
          right: -31px; } }
      body .wqa-design  .carousel .owl-nav .owl-next:hover {
        background-image: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-thin-right-white.svg); }
    body .wqa-design  .carousel .owl-nav .owl-prev {
      position: absolute;
      left: 5px;
      background-image: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-thin-left-purple.svg); }
      @media screen and (min-width: 1024px) {
        body .wqa-design  .carousel .owl-nav .owl-prev {
          left: -30px; } }
      body .wqa-design  .carousel .owl-nav .owl-prev:hover {
        background-image: url(/_ui/desktop/common/images/wqa/icons/icon-chevron-thin-left-white.svg); }
  body .wqa-design  .carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; }
    body .wqa-design  .carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      background: #D1D1D1;
      border-radius: 100px; }
      body .wqa-design  .carousel .owl-dots .owl-dot.active {
        background: #A25EB5; }
  body .wqa-design  .carousel .card-event {
    margin-bottom: 0; }
  .wqa-design .card--sm.card-blog {
    max-width: 100%; }
    @media screen and (min-width: 480px) {
      .wqa-design .card--sm.card-blog {
        min-width: 450px; } }
  .wqa-design .card--sm.card-blog--grid {
    flex-direction: column;
    min-width: 280px; }
  .wqa-design .card--sm.card-blog--grid .card__image {
    flex: initial;
    height: 254px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px; }
  @media screen and (max-width: 767px) {
    .wqa-design .card--sm.card-blog--list .card__image {
      height: 100%; }
    .wqa-design .card--sm.card-blog--list .card__category {
      font-size: 0.8rem; }
    .wqa-design .card--sm.card-blog--list .card__heading {
      font-size: 1rem; }
    .wqa-design .card--sm.card-blog--list .card__body {
      padding: 5px 10px 5px; }
    .wqa-design .card--sm.card-blog--list .card__actions {
      display: none; }
    .wqa-design .card--sm.card-blog--list .card__meta {
      padding: 0; }
    .wqa-design .card--sm.card-blog--list .card__meta__date {
      font-size: 0.8rem; }
    .wqa-design .card--sm.card-blog--list .card__excerpt {
      font-size: 0.8rem;
      line-height: 1.3; } }
  .wqa-design .card-media {
    display: flex;
    flex-direction: row;
    background: transparent; }
    .wqa-design .card-media__content {
      border-radius: 5px;
      overflow: hidden;
      position: relative; }
      .wqa-design .card-media__content img,
      .wqa-design .card-media__content video {
        height: 100%; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-media__content {
          max-width: 100%; } }
      .wqa-design .card-media__content img,
      .wqa-design .card-media__content video {
        width: 100%; }
    .wqa-design .card-media__content-icon {
      position: absolute;
      left: calc(50% - 20px);
      top: calc(50% - 20px);
      width: 40px !important;
      height: 40px !important; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-media__content-icon {
          left: calc(50% - 25px);
          top: calc(50% - 25px);
          width: 50px !important;
          height: 50px !important; } }
    .wqa-design .card-media__body {
      font-size: 16px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 10px; }
    .wqa-design .card-media__title {
      font-size: 14px;
      margin-bottom: 0.25em; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-media__title {
          font-size: 20px; } }
    .wqa-design .card-media__type {
      font-style: italic;
      color: #555555;
      font-size: 14px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-media__type {
          font-size: 16px; } }
    .wqa-design .card-media__row {
      display: flex;
      margin-bottom: 10px; }
      .wqa-design .card-media__row:last-child {
        margin-bottom: 0; }
      .wqa-design .card-media__row--ctas a.btn {
        width: auto;
        margin-bottom: 0; }
    .wqa-design .card-media__product-cost {
      font-weight: 900;
      margin-right: 30px; }
    .wqa-design .card-media--grid {
      flex-direction: column;
      box-shadow: none; }
      .wqa-design .card-media--grid .card-media__body {
        padding: 15px 0; }
    .wqa-design .card-media--product .card-media__content {
      max-height: 120px;
      max-width: 120px;
      align-self: center; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-media--product .card-media__content {
          max-height: 130px;
          max-width: 200px; } }
      .wqa-design .card-media--product .card-media__content img {
        height: 100%;
        width: auto; }
  .wqa-design .card-media--video .card-media__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .wqa-design .card-media--video .card-media__content:before {
      content: "";
      display: block;
      position: absolute;
      width: 50px;
      height: 50px;
      background: url(/_ui/desktop/common/images/wqa/icons/icon-play-video.svg);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 99; }
  .wqa-design .card-media--list .card-media__body {
    padding: 20px; }
  .wqa-design .card-event {
    position: relative;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    min-width: 310px; }
    .wqa-design .card-event__block-link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100;
      text-indent: -1000000px; }
      .wqa-design .card-event__block-link:hover ~ .card-event__body .btn {
        background: white;
        color: #354657; }
      .wqa-design .card-event__block-link:hover ~ .card-event__body .card-event__overlay {
        background-color: #cba4d5; }
      .wqa-design .card-event__block-link:hover ~ .card-event__body .card-event__overlay--gradient-down:after {
        background-position-y: 30px; }
    .wqa-design .card-event__label {
      color: #FFFFFF;
      background: #BD8BCA;
      width: 33px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 50; }
    .wqa-design .card-event__label-text {
      display: block;
      transform: rotate(-90deg);
      font-weight: 900;
      letter-spacing: 1px;
      text-transform: uppercase;
      white-space: nowrap;
      font-size: 8px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-event__label-text {
          font-size: 12px; } }
    .wqa-design .card-event__body {
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      flex-direction: column;
      padding-top: 35px; }
      @media screen and (min-width: 480px) {
        .wqa-design .card-event__body {
          flex-direction: row;
          padding-top: 0; } }
    .wqa-design .card-event__content {
      margin: 20px 20px 20px 20px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-event__content {
          margin: 40px 20px 40px 0; } }
    .wqa-design .card-event__aside {
      position: relative;
      padding: 10px; }
      .wqa-design .card-event__aside > .card-event__label {
        display: none; }
      .wqa-design .card-event__aside > .card-event__title {
        display: none; }
      .wqa-design .card-event__aside > .card-event__overlay {
        display: none; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-event__aside {
          padding: 20px; } }
    .wqa-design .card-event__date-tag {
      background: #BD8BCA;
      color: #FFFFFF;
      text-align: center;
      border-radius: 5px;
      font-weight: 900;
      position: relative;
      z-index: 99;
      padding: 10px;
      margin: 10px 10px auto 10px;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-event__date-tag {
          padding: 20px;
          margin: 20px 20px auto 20px;
          width: 100px;
          height: 100px; } }
    .wqa-design .card-event__date-tag-number-row {
      display: flex;
      align-items: center;
      justify-content: center; }
    .wqa-design .card-event__date-tag-number {
      font-size: 21px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-event__date-tag-number {
          font-size: 30px; } }
    .wqa-design .card-event__date-tag-number-suffix {
      margin-top: 10px;
      font-size: 9px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-event__date-tag-number-suffix {
          font-size: 14px; } }
    .wqa-design .card-event__date-tag-month {
      display: block;
      margin-top: -10px;
      font-size: 11px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-event__date-tag-month {
          font-size: 16px; } }
    .wqa-design .card-event__title {
      position: relative;
      z-index: 99;
      color: #FFFFFF;
      margin-bottom: 0;
      max-width: 300px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-event__title {
          font-size: 26px; } }
    .wqa-design .card-event__date {
      position: relative;
      z-index: 99;
      color: #FFFFFF;
      display: flex;
      flex-direction: column;
      margin-top: 10px;
      line-height: 1.1; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-event__date {
          flex-direction: row; } }
    .wqa-design .card-event__date-day {
      font-weight: 900;
      margin-right: 40px;
      font-size: 0.9rem; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-event__date-day {
          font-size: 1rem; } }
    .wqa-design .card-event__date-time {
      font-weight: 600;
      font-size: 0.8rem; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-event__date-time {
          font-size: 0.9rem; } }
    .wqa-design .card-event__location {
      position: relative;
      z-index: 99;
      color: #FFFFFF;
      font-size: .8rem;
      font-weight: 800;
      display: flex;
      align-items: center; }
      .wqa-design .card-event__location .icon-marker {
        width: 14px;
        height: 14px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-event__location {
          font-size: 1rem; }
          .wqa-design .card-event__location .icon-marker {
            width: 20px;
            height: 20px; } }
    .wqa-design .card-event__ctas {
      position: relative;
      z-index: 99; }
      .wqa-design .card-event__ctas .btn {
        width: 100%;
        margin-top: 20px; }
    .wqa-design .card-event__overlay {
      background-color: #c396cf;
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: .3s background-color; }
      .wqa-design .card-event__overlay:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        transition: .3s background-position; }
      .wqa-design .card-event__overlay--gradient-down:after {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,000000+100&0+0,0.4+100 */
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .wqa-design .card-event--feature .card-event__label {
      position: absolute;
      height: 100%;
      background: #354657; }
    .wqa-design .card-event__share {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 101; }
      .wqa-design .card-event__share-button {
        padding: 0;
        display: flex;
        align-items: center;
        background: none;
        -webkit-appearance: none;
        border: 0;
        cursor: pointer; }
        .wqa-design .card-event__share-button .card-event__share-text {
          padding-top: 6px; }
        .wqa-design .card-event__share-button .icon-share {
          background-image: url(/images/wqa/icons/icon-share-white.svg); }
        .wqa-design .card-event__share-button:hover .icon-share {
          background-image: url(/images/wqa/icons/icon-share.svg); }
      .wqa-design .card-event__share-text {
        font-size: .75rem;
        font-weight: bolder;
        margin-right: 2px;
        line-height: 1;
        color: white; }
    .wqa-design .card-event--vertical .card-event__body {
      display: block;
      text-align: center;
      padding: 20px 20px 30px 20px; }
    .wqa-design .card-event--vertical .card-event__content {
      margin: 20px 20px;
      padding-left: 0 !important; }
    .wqa-design .card-event--vertical .card-event__title {
      font-size: 24px;
      margin: 0 auto 20px; }
    .wqa-design .card-event--vertical .card-event__date {
      display: flex;
      flex-direction: column; }
    .wqa-design .card-event--vertical .card-event__date-tag {
      margin: 20px auto; }
    .wqa-design .card-event--vertical .card-event__date-day {
      margin-right: 0;
      font-size: 14px; }
    .wqa-design .card-event--vertical .card-event__date-time {
      font-size: 12px;
      margin: 10px 0 5px; }
    .wqa-design .card-event--vertical .card-event__ctas a.btn {
      width: auto; }
    .wqa-design .card-event--vertical .card-event__aside {
      padding: 0; }
    .wqa-design .card-event--vertical .card-event__label-text {
      font-size: 12px; }
    .wqa-design .card-event--vertical .card-event__location {
      justify-content: center; }
    .wqa-design .card-event--waside {
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); }
      .wqa-design .card-event--waside .card-event__block-link:hover ~ .card-event__body .btn {
        color: #BD8BCA;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
      .wqa-design .card-event--waside .card-event__label {
        position: absolute;
        height: 100%; }
      .wqa-design .card-event--waside .card-event__aside > .card-event__overlay {
        display: block; }
      .wqa-design .card-event--waside .card-event__content {
        padding-left: 35px; }
        @media screen and (min-width: 1024px) {
          .wqa-design .card-event--waside .card-event__content {
            padding-left: 30px; } }
        .wqa-design .card-event--waside .card-event__content > .card-event__overlay {
          display: none; }
      .wqa-design .card-event--waside .card-event__body {
        background: transparent;
        padding: 0; }
      .wqa-design .card-event--waside .card-event__title,
      .wqa-design .card-event--waside .card-event__date,
      .wqa-design .card-event--waside .card-event__location {
        color: #354657; }
      .wqa-design .card-event--waside .card-event__location .icon-marker {
        background-image: url(/_ui/desktop/common/images/wqa/icons/icon-marker-primary.svg);
        width: 15px;
        margin-right: 5px; }
      .wqa-design .card-event--waside .card-event__date-tag {
        margin-left: 45px; }
        @media screen and (min-width: 1024px) {
          .wqa-design .card-event--waside .card-event__date-tag {
            margin-left: 53px; } }
      .wqa-design .card-event--waside .card-event__ctas {
        position: relative;
        z-index: 99; }
      .wqa-design .card-event--waside.card-event--vertical > .card-event__label {
        display: none; }
      .wqa-design .card-event--waside.card-event--vertical .card-event__aside {
        min-height: 300px;
        display: flex;
        align-items: center;
        text-align: center; }
        .wqa-design .card-event--waside.card-event--vertical .card-event__aside > .card-event__label {
          display: flex; }
        .wqa-design .card-event--waside.card-event--vertical .card-event__aside > .card-event__title {
          display: block;
          text-align: center;
          color: #FFFFFF;
          margin: auto;
          padding: 20px;
          padding-left: 50px; }
      .wqa-design .card-event--waside.card-event--vertical .card-event__date-tag {
        display: none; }
      .wqa-design .card-event--waside.card-event--vertical .card-event__content > .card-event__title {
        display: none; }
      .wqa-design .card-event--waside.card-event--vertical .card-event__date-day {
        font-size: 30px; }
      .wqa-design .card-event--waside.card-event--vertical .card-event__date-time {
        font-size: 14px;
        font-weight: 900; }
      .wqa-design .card-event--waside:not(.card-event--vertical) .card-event__share-button .icon-share {
        background-image: url(/images/wqa/icons/icon-share-grey.svg); }
      .wqa-design .card-event--waside:not(.card-event--vertical) .card-event__share-button:hover .icon-share {
        background-image: url(/images/wqa/icons/icon-share.svg); }
      .wqa-design .card-event--waside:not(.card-event--vertical) .card-event__share-text {
        color: #354657; }
    .wqa-design .card-event--corporate .card-event__label {
      background: #354657; }
    .wqa-design .card-event--corporate .card-event__overlay {
      background-color: #3b4e61; }
    .wqa-design .card-event--corporate .card-event__block-link:hover ~ .card-event__body .card-event__overlay {
      background-color: #43586d; }
    .wqa-design .card-event--online .card-event__location {
      display: none; }
    .wqa-design .card-event--online .card-event__label {
      background: #67b251; }
    .wqa-design .card-event--online .card-event__overlay {
      background-color: #70b75c; }
    .wqa-design .card-event--online .card-event__block-link:hover ~ .card-event__body .card-event__overlay {
      background-color: #7dbd6a; }
  .wqa-design .card-event--grid {
    min-width: 310px; }
    .wqa-design .card-event--grid .card-event__body {
      flex-direction: column; }
    .wqa-design .card-event--grid:not(.card-event--feature) .card-event__label {
      height: 255px; }
    .wqa-design .card-event--grid:not(.card-event--feature) .card-event__aside {
      height: 255px;
      display: flex;
      align-items: center;
      padding: 20px 60px; }
      .wqa-design .card-event--grid:not(.card-event--feature) .card-event__aside .card-event__title {
        display: block;
        text-align: center;
        color: #fff; }
      .wqa-design .card-event--grid:not(.card-event--feature) .card-event__aside .card-event__date-tag {
        display: none; }
    .wqa-design .card-event--grid .card-event__ctas .btn {
      width: 80%; }
    .wqa-design .card-event--grid:not(.card-event--feature) .card-event__content {
      text-align: center;
      margin: 20px 20px 40px 0; }
      .wqa-design .card-event--grid:not(.card-event--feature) .card-event__content .card-event__title {
        display: none; }
      .wqa-design .card-event--grid:not(.card-event--feature) .card-event__content .card-event__date {
        flex-direction: column;
        text-align: center; }
      .wqa-design .card-event--grid:not(.card-event--feature) .card-event__content .card-event__date-day {
        font-size: 1.7rem;
        margin-right: 0;
        margin-bottom: 10px; }
      .wqa-design .card-event--grid:not(.card-event--feature) .card-event__content .card-event__location {
        justify-content: center; }
    .wqa-design .card-event--grid.card-event--feature {
      text-align: center; }
      .wqa-design .card-event--grid.card-event--feature .card-event__content {
        margin: 20px 20px 20px 55px; }
      .wqa-design .card-event--grid.card-event--feature .card-event__date {
        flex-direction: column; }
      .wqa-design .card-event--grid.card-event--feature .card-event__date-tag {
        margin-left: auto;
        margin-right: auto; }
      .wqa-design .card-event--grid.card-event--feature .card-event__date-day {
        margin: 0 0 10px; }
      .wqa-design .card-event--grid.card-event--feature .card-event__location {
        justify-content: center; }
  @media screen and (max-width: 767px) {
    .wqa-design .card-event--list .card-event__body {
      flex-direction: row;
      padding-top: 0; }
      .wqa-design .card-event--list .card-event__body .card-event__aside {
        padding-left: 40px; }
    .wqa-design .card-event--list .card-event__content {
      margin-left: 0; }
    .wqa-design .card-event--list .card-event__share {
      display: none; }
    .wqa-design .card-event--list .card-event__title {
      font-size: 1rem; }
    .wqa-design .card-event--list .card-event__date > *,
    .wqa-design .card-event--list .card-event__location {
      font-size: 0.8rem; }
    .wqa-design .card-event--list .card-event__date-time {
      font-weight: 400;
      font-size: 0.7rem;
      margin-bottom: 5px; }
    .wqa-design .card-event--list .card-event__ctas .btn {
      margin: 10px 0 0;
      font-size: 0.9rem;
      height: 40px;
      padding: 3px; }
    .wqa-design .card-event--list .card-event__date-tag {
      margin: 0;
      width: 70px;
      height: 70px; }
    .wqa-design .card-event--list .card-event__content {
      padding-left: 10px; } }
  .wqa-design .card-event--list.card-event--waside .card-event__content {
    padding-left: 15px; }
  .wqa-design .card-event--list .card-event__content {
    margin: 20px  10px 20px 0; }
  .wqa-design .card-event--list .card-event__aside {
    flex: 0 0 auto;
    padding-left: 50px; }
  .wqa-design .card-event--list .card-event__date {
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .wqa-design .card-event--list .card-event__date {
        flex-direction: row; } }
  .wqa-design .card-event--list .card-event__date-tag {
    margin: 0; }
  .wqa-design .card-event--list .card-event__location {
    margin-top: 5px; }
  .wqa-design .card-event--list .card-event__share {
    display: none; }
  .wqa-design .cards-event.cards-slider .card-event--grid {
    max-width: 310px; }
  .wqa-design .card-event-more {
    background-color: #BD8BCA;
    background-position: center;
    background-size: cover;
    background-blend-mode: luminosity;
    color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    text-decoration: none; }
    .wqa-design .card-event-more:hover, .wqa-design .card-event-more:active, .wqa-design .card-event-more:focus {
      color: white; }
      .wqa-design .card-event-more:hover:after, .wqa-design .card-event-more:active:after, .wqa-design .card-event-more:focus:after {
        opacity: 0.9; }
    .wqa-design .card-event-more:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #BD8BCA;
      z-index: 1;
      border-radius: 5px;
      opacity: 0.8;
      transition: opacity 0.3s; }
    .wqa-design .card-event-more__inner {
      position: relative;
      z-index: 2;
      max-width: 150px;
      display: flex;
      flex-direction: column;
      line-height: 1;
      padding: 50px 0; }
      .wqa-design .card-event-more__inner:last-child {
        line-height: 1.2; }
    .wqa-design .card-event-more__count {
      font-size: 4.375rem;
      font-weight: 800;
      display: block;
      margin-bottom: 15px; }
    .wqa-design .card-event-more--online {
      background-color: #67b251; }
      .wqa-design .card-event-more--online:after {
        background-color: #67b251; }
    .wqa-design .card-event-more--corporate {
      background-color: #354657; }
      .wqa-design .card-event-more--corporate:after {
        background-color: #354657; }
  .wqa-design .card-event-details {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: 800px; }
    .wqa-design .card-event-details__header {
      color: white;
      background: #BD8BCA;
      text-align: center;
      padding: 20px;
      min-height: 90px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .wqa-design .card-event-details__category {
      font-size: 1.25rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-bottom: 0; }
    .wqa-design .card-event-details__type {
      font-size: 0.875rem;
      font-weight: 600;
      margin-bottom: 0; }
    .wqa-design .card-event-details__body {
      padding: 20px; }
    .wqa-design .card-event-details__date-time {
      padding: 20px 10px 20px 66px;
      margin-bottom: 20px;
      border-bottom: 1px solid #EEEEEE;
      background: url("/images/wqa/icons/icon-calendar-blue-dark.svg") no-repeat;
      background-position: 10px center;
      background-size: 36px 36px; }
      @media screen and (min-width: 480px) {
        .wqa-design .card-event-details__date-time {
          padding: 20px 20px 20px 90px;
          background-size: 50px 50px;
          background-position: 20px center; } }
    .wqa-design .card-event-details__date {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 5px; }
      .wqa-design .card-event-details__date > sup {
        vertical-align: bottom;
        font-size: 1.375rem; }
      @media screen and (min-width: 480px) {
        .wqa-design .card-event-details__date {
          font-size: 2.0625rem; } }
    .wqa-design .card-event-details__time {
      font-size: 0.75rem;
      font-weight: 700;
      line-height: 1; }
      @media screen and (min-width: 480px) {
        .wqa-design .card-event-details__time {
          font-size: 1rem; } }
    .wqa-design .card-event-details__organizer {
      text-align: center;
      font-size: 0.875rem;
      padding: 0 20px 20px 20px; }
      .wqa-design .card-event-details__organizer-title {
        margin-bottom: 5px; }
    .wqa-design .card-event-details__advocate {
      display: flex;
      padding: 0 20px 20px 20px; }
      .wqa-design .card-event-details__advocate-image {
        border-radius: 10000px;
        width: 50px;
        height: 50px;
        margin-right: 20px; }
      .wqa-design .card-event-details__advocate-body {
        flex: 1 1 0; }
      .wqa-design .card-event-details__advocate-name {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 5px; }
      .wqa-design .card-event-details__advocate-phone {
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 10px; }
      .wqa-design .card-event-details__advocate-link {
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1;
        color: #354657; }
    .wqa-design .card-event-details__share {
      background: #EEEEEE;
      padding: 20px;
      font-size: 0.875rem;
      color: #9b9b9b;
      font-weight: 600;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .wqa-design .card-event-details__share-title {
        margin-bottom: 10px;
        text-align: center; }
      @media screen and (min-width: 480px) {
        .wqa-design .card-event-details__share {
          flex-direction: row;
          justify-content: space-between; }
          .wqa-design .card-event-details__share-title {
            margin-bottom: 0; } }
    .wqa-design .card-event-details--corporate .card-event-details__header {
      background: #354657; }
    .wqa-design .card-event-details--online .card-event-details__header {
      background: #67b251; }
  .wqa-design .card-event-join {
    display: block;
    padding: 20px;
    max-width: 800px; }
    .wqa-design .card-event-join__title {
      font-size: 1.25rem; }
    .wqa-design .card-event-join__link {
      font-size: 1rem;
      font-weight: 600; }
    .wqa-design .card-event-join__button {
      width: auto;
      margin-bottom: 0; }
  .wqa-design .card-event-session {
    display: block;
    overflow: hidden;
    max-width: 800px;
    font-size: 1rem;
    margin-bottom: 0; }
    .wqa-design .card-event-session__header {
      height: 180px;
      background-color: #EEEEEE;
      background-size: cover;
      background-position: center center; }
      @media screen and (min-width: 480px) {
        .wqa-design .card-event-session__header {
          height: 240px; } }
      @media screen and (min-width: 768px) {
        .wqa-design .card-event-session__header {
          height: 300px; } }
    .wqa-design .card-event-session__meta {
      padding: 0 40px;
      border-bottom: 1px solid #EEEEEE; }
      @media screen and (min-width: 768px) {
        .wqa-design .card-event-session__meta {
          padding: 20px 40px;
          display: flex;
          align-items: center; } }
    .wqa-design .card-event-session__title {
      flex: 1 1 0;
      font-size: 1.5rem;
      margin-bottom: 0;
      border-bottom: 2px solid #EEEEEE;
      padding: 20px;
      padding-left: 0;
      min-height: 90px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 768px) {
        .wqa-design .card-event-session__title {
          justify-content: flex-start;
          border-bottom: 0;
          border-right: 2px solid #EEEEEE; } }
    .wqa-design .card-event-session__date {
      padding: 20px;
      padding-right: 0;
      flex: 1 1 0;
      display: flex;
      justify-content: center;
      margin-left: -32px; }
      @media screen and (min-width: 768px) {
        .wqa-design .card-event-session__date {
          margin-left: 0;
          justify-content: flex-end; } }
    .wqa-design .card-event-session__body {
      padding: 20px; }
      @media screen and (min-width: 768px) {
        .wqa-design .card-event-session__body {
          padding: 40px; } }
      .wqa-design .card-event-session__body > :last-child {
        margin-bottom: 0; }
  .wqa-design .card-event-recognition {
    display: block;
    max-width: 800px;
    padding: 30px;
    text-align: center;
    margin-top: 75px; }
    .wqa-design .card-event-recognition__image {
      width: 150px;
      height: 150px;
      border-radius: 1000px;
      margin-top: -105px;
      margin-bottom: 30px; }
    .wqa-design .card-event-recognition__title {
      font-size: 1.5rem; }
    .wqa-design .card-event-recognition__subtitle {
      font-size: 0.875rem;
      color: #555555;
      max-width: 200px;
      margin: 0 auto;
      margin-bottom: 30px; }
    .wqa-design .card-event-recognition__features {
      text-align: left;
      font-size: 1rem; }
  .wqa-design .card-event-recognition-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 20px; }
    .wqa-design .card-event-recognition-grid--2-col {
      grid-template-columns: 1fr 1fr; }
  .wqa-design .card-discover {
    display: flex;
    position: relative;
    flex-direction: row;
    box-shadow: none;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
    background: transparent; }
    .wqa-design .card-discover__image {
      width: 130px;
      height: 130px;
      overflow: hidden;
      border-radius: 5px;
      background-color: #f3f8fd; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-discover__image {
          width: 200px;
          height: 130px; } }
      .wqa-design .card-discover__image img {
        min-height: 100%;
        border-radius: 5px; }
      .wqa-design .card-discover__image--icon {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px; }
        .wqa-design .card-discover__image--icon img {
          max-width: 75px;
          width: 100%;
          height: auto;
          min-height: initial; }
    .wqa-design .card-discover__body {
      font-size: 16px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-discover__body {
          padding: 20px 30px; } }
    .wqa-design .card-discover__title {
      font-size: 14px;
      margin: 0 0 30px 0;
      line-height: 1.2; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-discover__title {
          font-size: 20px; } }
    .wqa-design .card-discover--grid {
      flex-direction: column;
      width: 100%;
      border-bottom: none; }
      @media screen and (min-width: 480px) {
        .wqa-design .card-discover--grid {
          width: 320px; } }
      .wqa-design .card-discover--grid .card-discover__title {
        margin-top: 15px;
        font-size: 16px; }
        @media screen and (min-width: 1024px) {
          .wqa-design .card-discover--grid .card-discover__title {
            font-size: 36px; } }
      .wqa-design .card-discover--grid .card-discover__image {
        width: 100%;
        height: 100%; }
      .wqa-design .card-discover--grid .card-discover__image--icon {
        min-height: 200px; }
        .wqa-design .card-discover--grid .card-discover__image--icon img {
          max-width: 70px; }
        @media screen and (min-width: 1024px) {
          .wqa-design .card-discover--grid .card-discover__image--icon {
            min-height: 400px;
            align-items: flex-start; }
            .wqa-design .card-discover--grid .card-discover__image--icon img {
              margin-top: 30px;
              max-width: 75px; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      .wqa-design .card-discover--grid .card-discover__image--icon img {
        max-width: 100px; } }
      .wqa-design .card-discover--grid .card-discover__body {
        padding: 10px 0; }
        @media screen and (min-width: 1024px) {
          .wqa-design .card-discover--grid .card-discover__body {
            padding: 20px;
            position: absolute;
            top: 0;
            bottom: 0;
            display: flex;
            justify-content: flex-end; } }
  .wqa-design .cards-help {
    padding-top: 40px; }
  .wqa-design .card-help {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-shadow: none;
    height: auto;
    padding: 0 10px 20px;
    border-bottom: 1px solid #EEEEEE;
    background: transparent;
    min-width: 310px; }
    .wqa-design .card-help__header {
      margin-bottom: 10px; }
    .wqa-design .card-help__icon {
      width: 50px;
      height: 50px;
      display: flex;
      flex: 0 0 0%; }
      .wqa-design .card-help__icon .icon {
        position: relative;
        left: -10px;
        font-size: 30px; }
    .wqa-design .card-help__title {
      font-size: 18px;
      padding-top: 5px;
      flex: 1 0 auto; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-help__title {
          font-size: 16px; } }
    .wqa-design .card-help__content {
      font-size: 12px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-help__content {
          font-size: 16px; } }
    .wqa-design .card-help__row {
      display: flex;
      margin-top: 20px; }
      .wqa-design .card-help__row--tags {
        display: none; }
        @media screen and (min-width: 1024px) {
          .wqa-design .card-help__row--tags {
            display: flex; } }
    .wqa-design .card-help__tags {
      display: flex; }
      .wqa-design .card-help__tags a.btn {
        flex: 1 0 auto;
        min-width: 80px;
        width: auto;
        color: #7F88A9;
        margin-left: 0;
        margin-right: 10px;
        font-weight: 600; }
        @media screen and (min-width: 1024px) {
          .wqa-design .card-help__tags a.btn {
            margin-right: 10px; } }
    .wqa-design .card-help__social {
      font-size: 14px; }
    .wqa-design .card-help__social-item {
      padding-left: 30px; }
      .wqa-design .card-help__social-item .icon {
        position: relative;
        top: -4px; }
    .wqa-design .card-help--grid {
      flex-direction: column;
      padding-top: 0; }
      @media screen and (min-width: 480px) {
        .wqa-design .card-help--grid {
          max-width: 320px; } }
      .wqa-design .card-help--grid .card-help__title {
        font-size: 20px; }
        @media screen and (min-width: 1024px) {
          .wqa-design .card-help--grid .card-help__title {
            font-size: 20px;
            line-height: 22px; } }
      .wqa-design .card-help--grid .card-help__content {
        font-size: 14px; }
        @media screen and (min-width: 1024px) {
          .wqa-design .card-help--grid .card-help__content {
            font-size: 16px; } }
      .wqa-design .card-help--grid .card-help__body {
        width: 100%; }
      .wqa-design .card-help--grid .card-help__row {
        flex-direction: column; }
        .wqa-design .card-help--grid .card-help__row.card-help__row--tags {
          display: flex; }
      .wqa-design .card-help--grid .card-help__social {
        padding-top: 5px; }
      .wqa-design .card-help--grid .card-help__social-item {
        padding-left: 0; }
      .wqa-design .card-help--grid .card-help__tags a.btn {
        min-width: 44px; }
    .wqa-design .card-help--list {
      flex-direction: column; }
      @media screen and (min-width: 1024px) {
        .wqa-design .card-help--list {
          max-width: 80%; } }
      .wqa-design .card-help--list .card-help__header {
        display: flex;
        margin-bottom: 10px; }
      .wqa-design .card-help--list .card-help__title {
        flex: initial;
        margin: 0;
        padding: 0; }
      .wqa-design .card-help--list .card-help__icon {
        width: 20px;
        height: 20px;
        display: flex;
        flex: 0 0 0%;
        margin-right: 15px; }
        .wqa-design .card-help--list .card-help__icon .icon {
          top: -2px;
          font-size: 20px; }
      .wqa-design .card-help--list .card-help__body {
        padding-left: 35px; }
  .wqa-design .card--image {
    text-align: center;
    width: 100%;
    overflow: hidden;
    transition: all .2s ease-in-out; }
    @media screen and (min-width: 768px) {
      .wqa-design .card--image {
        margin-left: 7px;
        margin-right: 7px; } }
    .wqa-design .card--image .card__image {
      transition: transform .2s ease-in-out;
      border-radius: 5px;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .wqa-design .card--image .card__body {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 10px; }
      @media screen and (min-width: 480px) {
        .wqa-design .card--image .card__body {
          padding: 20px; } }
    .wqa-design .card--image .card__heading {
      width: 100%;
      color: #FFFFFF; }
    .wqa-design .card--image .card__actions .card__action {
      flex: 1 0 0%;
      margin: 0; }
  @media screen and (min-width: 1024px) {
    .wqa-design .card--image-aside {
      max-width: 420px; } }
  .wqa-design .card--image-aside .card__body {
    text-align: left;
    top: 0; }
    @media screen and (min-width: 480px) {
      .wqa-design .card--image-aside .card__body {
        padding: 20px; } }
  .wqa-design .card--image--zoom:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer; }
    .wqa-design .card--image--zoom:hover .card__image {
      transform: scale(1.05); }
  .wqa-design .card--image--up:hover {
    cursor: pointer;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
    transform: translate(0, -10px); }
  .wqa-design .products--grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 1024px) {
      .wqa-design .products--grid.products--col-1 > .product {
        flex: 0 0 98%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .products--grid.products--col-2 > .product {
      flex: 0 0 46%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .products--grid.products--col-sm-2 > .product {
        flex: 1 0 45%;
        margin: 0 2% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .products--grid.products--col-md-2 > .product {
        flex: 1 0 45%;
        margin: 0 2% 2%;
        height: auto; } }
    .wqa-design .products--grid.products--col-3 > .product {
      flex: 0 0 31.333%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .products--grid.products--col-sm-3 > .product {
        flex: 0 0 31.333%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .products--grid.products--col-md-3 > .product {
        flex: 1 0 31.333%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .products--grid.products--col-4 > .product {
      flex: 1 0 23%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .products--grid.products--col-sm-4 > .product {
        flex: 0 0 23%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .products--grid.products--col-md-4 > .product {
        flex: 0 0 23%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .products--grid.products--col-5 > .product {
      flex: 0 0 18%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .products--grid.products--col-sm-5 > .product {
        flex: 0 0 18%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .products--grid.products--col-md-5 > .product {
        flex: 0 0 18%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .products--grid.products--col-6 > .product {
      flex: 0 0 14.6666%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .products--grid.products--col-sm-6 > .product {
        flex: 0 0 14.6666%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .products--grid.products--col-md-6 > .product {
        flex: 0 0 14.6666%;
        margin: 0 1% 2%;
        height: auto; } }
  .wqa-design .products--list {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .wqa-design .products--list .product {
      max-width: initial; }
    .wqa-design .products--list.products--col-1 > .product {
      flex: 0 0 98%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .products--list.products--col-sm-1 > .product {
        flex: 0 0 98%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .products--list.products--col-md-1 > .product {
        flex: 0 0 98%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .products--list.products--col-2 > .product {
      flex: 1 0 45%;
      margin: 0 2% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .products--list.products--col-sm-2 > .product {
        flex: 1 0 45%;
        margin: 0 2% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .products--list.products--col-md-2 > .product {
        flex: 1 0 45%;
        margin: 0 2% 2%;
        height: auto; } }
    .wqa-design .products--list.products--col-3 > .product {
      flex: 0 0 31.333%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .products--list.products--col-sm-3 > .product {
        flex: 0 0 31.333%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .products--list.products--col-md-3 > .product {
        flex: 0 0 31.333%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .products--list.products--col-4 > .product {
      flex: 1 0 23%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .products--list.products--col-sm-4 > .product {
        flex: 1 0 23%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .products--list.products--col-md-4 > .product {
        flex: 1 0 23%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .products--list.products--col-5 > .product {
      flex: 0 0 18%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .products--list.products--col-sm-5 > .product {
        flex: 0 0 18%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .products--list.products--col-md-5 > .product {
        flex: 0 0 18%;
        margin: 0 1% 2%;
        height: auto; } }
    .wqa-design .products--list.products--col-6 > .product {
      flex: 0 0 14.6666%;
      margin: 0 1% 2%;
      height: auto; }
    @media screen and (min-width: 480px) {
      .wqa-design .products--list.products--col-sm-6 > .product {
        flex: 0 0 14.6666%;
        margin: 0 1% 2%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .products--list.products--col-md-6 > .product {
        flex: 0 0 14.6666%;
        margin: 0 1% 2%;
        height: auto; } }
  .wqa-design .card-location {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: 800px; }
    .wqa-design .card-location__body {
      padding: 20px; }
      @media screen and (min-width: 480px) {
        .wqa-design .card-location__body {
          display: flex;
          justify-content: space-between;
          align-items: center; } }
    .wqa-design .card-location__address {
      font-weight: 800;
      font-size: 1rem;
      margin-bottom: 10px; }
      .wqa-design .card-location__address > br {
        display: none; }
      @media screen and (min-width: 480px) {
        .wqa-design .card-location__address {
          margin: 0;
          margin-right: 20px; }
          .wqa-design .card-location__address > br {
            display: block; } }
    .wqa-design .card-location__button {
      margin-bottom: 0;
      width: auto; }
  .wqa-design .card-person {
    display: block;
    border-radius: 40px;
    box-shadow: 0 2px 24px 0 rgba(51, 51, 51, 0.1);
    overflow: hidden;
    max-width: 800px; }
    .wqa-design .card-person__header {
      height: 80px;
      background-position: center center;
      background-size: cover; }
    .wqa-design .card-person__body {
      margin-top: -60px;
      text-align: center;
      padding: 0 30px 30px 30px;
      font-size: 0.875rem; }
    .wqa-design .card-person__image {
      width: 120px;
      height: 120px;
      border-radius: 1000px;
      border: 10px solid white;
      margin-bottom: 10px; }
    .wqa-design .card-person__subtitle {
      font-size: 0.7rem;
      font-style: italic;
      color: #9b9b9b;
      margin-bottom: 0; }
    .wqa-design .card-person__name {
      font-size: 1.5rem;
      margin-bottom: 0; }
    .wqa-design .card-person__job-title {
      font-size: 0.6875rem;
      color: #BD8BCA;
      margin-bottom: 20px; }
    .wqa-design .card-person__description {
      margin-bottom: 0; }
  .wqa-design .card-airports {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: 800px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .wqa-design .card-airports {
        text-align: left; } }
    .wqa-design .card-airports__body {
      padding: 20px;
      font-size: 0.875rem; }
      .wqa-design .card-airports__body h3 {
        font-size: 1.5rem;
        margin-bottom: 1em; }
      .wqa-design .card-airports__body > :last-child {
        margin-bottom: 0; }
    .wqa-design .card-airports__list {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 20px 0; }
      @media screen and (min-width: 768px) {
        .wqa-design .card-airports__list {
          grid-template-columns: 1fr 1fr; } }
    .wqa-design .card-airports__airport {
      display: flex;
      flex-direction: column; }
      .wqa-design .card-airports__airport:not(:last-child) {
        padding-bottom: 20px;
        border-bottom: 2px solid #D1D1D1; }
      @media screen and (min-width: 768px) {
        .wqa-design .card-airports__airport:not(:last-child) {
          padding-bottom: 0;
          border-bottom: 0; }
        .wqa-design .card-airports__airport:nth-child(2n) {
          border-left: 2px solid #D1D1D1;
          padding-left: 30px; }
        .wqa-design .card-airports__airport:nth-child(2n-1) {
          padding-right: 30px; } }
      .wqa-design .card-airports__airport-name {
        font-size: 0.875rem; }
      .wqa-design .card-airports__airport-description {
        font-size: 0.75rem; }
      .wqa-design .card-airports__airport-cta {
        font-weight: 800;
        text-decoration: none; }
      .wqa-design .card-airports__airport > :last-child {
        margin-bottom: 0;
        margin-top: auto; }
  .wqa-design .card-area {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: 800px;
    margin-bottom: 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .wqa-design .card-area {
        text-align: left; } }
    .wqa-design .card-area__body {
      padding: 20px;
      font-size: 0.875rem; }
      .wqa-design .card-area__body h3 {
        font-size: 1.5rem;
        margin-bottom: 1em; }
      .wqa-design .card-area__body > :last-child {
        margin-bottom: 0; }
    .wqa-design .card-area__address {
      font-size: 0.75rem;
      font-weight: 800; }
      .wqa-design .card-area__address br {
        display: none; }
        @media screen and (min-width: 768px) {
          .wqa-design .card-area__address br {
            display: block; } }
    .wqa-design .card-area__cta {
      font-weight: 800;
      text-decoration: none; }
  .wqa-design .events-featured__title {
    text-align: center; }
  @media screen and (min-width: 1024px) {
    .wqa-design .events-list__header {
      display: flex;
      align-items: center; } }
  .wqa-design .events-list__header-search {
    position: relative;
    flex: 1 1 auto;
    max-width: 300px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .wqa-design .events-list__header-search {
        margin-left: 30px;
        margin-bottom: 0; } }
    .wqa-design .events-list__header-search input,
    .wqa-design .events-list__header-search input:hover,
    .wqa-design .events-list__header-search input:focus {
      border: 0;
      background: white;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      border-radius: 100px;
      padding: 0 30px; }
      .wqa-design .events-list__header-search input:hover, .wqa-design .events-list__header-search input:focus,
      .wqa-design .events-list__header-search input:hover:hover,
      .wqa-design .events-list__header-search input:hover:focus,
      .wqa-design .events-list__header-search input:focus:hover,
      .wqa-design .events-list__header-search input:focus:focus {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    .wqa-design .events-list__header-search button {
      background: url(/_ui/desktop/common/images/wqa/icons/icon-search-primary.svg);
      background-repeat: no-repeat;
      background-position: center;
      border: none;
      text-indent: -9999px;
      width: 50px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      padding: 0; }
  .wqa-design .events-list__all-link {
    font-size: 1.125rem;
    font-weight: 800;
    margin-left: auto; }
  .wqa-design .events-list__title {
    font-size: 1.875rem; }
    @media screen and (min-width: 1024px) {
      .wqa-design .events-list__title {
        margin-bottom: 0; } }
    .wqa-design .events-list__title--small {
      font-size: 1.125rem;
      color: #9b9b9b; }
  .wqa-design .events-list__back {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
    font-size: 0.875rem;
    color: #4e657e;
    line-height: 1;
    font-weight: 800;
    text-decoration: none; }
    @media screen and (min-width: 1024px) {
      .wqa-design .events-list__back {
        border-right: 1px solid #D1D1D1;
        padding: 10px 20px 10px 0;
        margin-right: 20px; } }
  .wqa-design .banner {
    padding: 20px 0;
    background: #354657;
    color: white; }
    @media screen and (min-width: 1024px) {
      .wqa-design .banner {
        padding: 60px 0; } }
    .wqa-design .banner__inner {
      text-align: center; }
      @media screen and (min-width: 1024px) {
        .wqa-design .banner__inner {
          text-align: left;
          display: flex;
          align-items: center;
          flex-wrap: wrap; } }
    .wqa-design .banner__text {
      font-size: 1rem;
      font-weight: 800;
      margin-bottom: 20px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .banner__text {
          margin-bottom: 0;
          margin-right: 30px;
          font-size: 1.5rem; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .banner__text {
          font-size: 1.875rem; } }
    .wqa-design .banner__button {
      margin: 0; }
  .wqa-design .divider--shadow {
    height: 10px;
    margin-top: -10px;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2); }
  .wqa-design .breadcrumb {
    background: none;
    padding: 0;
    font-size: 0.875rem; }
    .wqa-design .breadcrumb-item, .wqa-design .breadcrumb-item.active,
    .wqa-design .breadcrumb-item + .breadcrumb-item::before {
      color: #BD8BCA; }
    .wqa-design .breadcrumb a {
      color: #BD8BCA;
      text-decoration: none; }
      .wqa-design .breadcrumb a:hover {
        color: #A25EB5; }
    .wqa-design .breadcrumb-item:first-child > a {
      font-weight: 800; }
  .wqa-design .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center; }
    .wqa-design .social-icons__item:not(:first-child) {
      margin-left: 10px; }
    .wqa-design .social-icons__link {
      width: 50px;
      height: 50px;
      display: block; }
      .wqa-design .social-icons__link > img {
        display: block; }
    .wqa-design .social-icons--small .social-icons__link {
      width: 36px;
      height: 36px; }
  .wqa-design .agenda__table + .wqa-design .agenda__table {
    margin-top: 70px; }
  .wqa-design .agenda__header {
    border-bottom: 6px solid #EEEEEE;
    margin-bottom: 30px;
    padding-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .wqa-design .agenda__header {
        display: flex;
        align-items: center; } }
    .wqa-design .agenda__header-title, .wqa-design .event__events-header-title {
      font-size: 1.5rem;
      margin-right: auto;
      margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        .wqa-design .agenda__header-title, .wqa-design .event__events-header-title {
          font-size: 2.25rem; } }
    .wqa-design .agenda__header-filter-title, .wqa-design .event__events-header-filter-title {
      font-size: 0.875rem;
      color: #9b9b9b;
      margin-right: 50px; }
  .wqa-design .agenda__filters, .wqa-design .event__events-filters {
    margin: 10px -5px -5px -10px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .wqa-design .agenda__filters, .wqa-design .event__events-filters {
        margin-top: 0; } }
    .wqa-design .agenda__filters .btn, .wqa-design .event__events-filters .btn {
      margin: 0 5px 10px; }
  .wqa-design .agenda__filter-button, .wqa-design .event__events-filter-button {
    width: auto;
    margin-bottom: 0; }
  .wqa-design .agenda__table-date {
    font-size: 1.125rem;
    color: #BD8BCA;
    font-weight: 600;
    margin-bottom: 1em; }
    @media screen and (min-width: 768px) {
      .wqa-design .agenda__table-date {
        font-size: 1.875rem; } }
  .wqa-design .agenda__table-row:nth-of-type(odd) {
    background: #BD8BCA;
    border-top: 1px solid #b57dc4;
    border-bottom: 1px solid #b57dc4; }
  .wqa-design .agenda__table-row-inner {
    font-size: 0.9375rem;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .wqa-design .agenda__table-row-inner {
        display: grid;
        grid-template-columns: 30% 20% 50%;
        grid-gap: 20px;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0; } }
    .wqa-design .agenda__table-row-inner {
      min-height: 100px; }
    .wqa-design .agenda__table-row-inner--header {
      display: none;
      border-bottom: 1px solid #EEEEEE; }
      @media screen and (min-width: 768px) {
        .wqa-design .agenda__table-row-inner--header {
          display: grid; } }
  .wqa-design .agenda__table-heading {
    font-size: 1.5rem;
    font-weight: 800;
    color: #4e657e;
    padding: 10px 0; }
  .wqa-design .agenda__table-event {
    font-size: 1.125rem;
    color: #354657;
    font-weight: 800; }
  .wqa-design .agenda__footer {
    text-align: center;
    margin-top: 20px;
    font-weight: 700; }
  .wqa-design .date-time {
    padding-left: 32px;
    background: url("/images/wqa/icons/icon-calendar-primary.svg") no-repeat;
    background-position: left top;
    background-size: 22px 22px; }
    .wqa-design .date-time__date {
      font-size: 1.25rem;
      font-weight: 800;
      line-height: 1;
      margin-bottom: 5px; }
      .wqa-design .date-time__date > sup {
        vertical-align: bottom;
        font-size: 0.875rem; }
    .wqa-design .date-time__time {
      font-size: 0.75rem;
      font-weight: 800;
      line-height: 1; }
      .wqa-design .date-time__time + .date-time__time {
        margin-top: .3em; }
  .wqa-design .date-time-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-gap: 20px;
    margin: 30px 0; }
    .wqa-design .date-time-grid--2-col {
      grid-template-columns: 1fr; }
      @media screen and (min-width: 768px) {
        .wqa-design .date-time-grid--2-col {
          grid-template-columns: 1fr 1fr; } }
  .wqa-design .list {
    list-style: none;
    margin: 0 0 1em 1em;
    padding: 0; }
    .wqa-design .list li {
      margin-bottom: 1em;
      position: relative;
      padding-left: 20px; }
      .wqa-design .list li:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background: #BD8BCA;
        border-radius: 100px; }
  .wqa-design .switcher {
    max-width: 220px;
    margin-bottom: 20px;
    /* Hide default HTML checkbox */ }
    @media screen and (min-width: 1024px) {
      .wqa-design .switcher {
        max-width: 220px; } }
    .wqa-design .switcher__label {
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 3px; }
    .wqa-design .switcher__title {
      font-size: 22px;
      margin-bottom: 25px; }
    .wqa-design .switcher__subtitle {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: .75em;
      display: flex; }
      .wqa-design .switcher__subtitle .icon--help {
        position: relative;
        margin-left: 5px;
        top: 1px;
        display: inline-block; }
      .wqa-design .switcher__subtitle a {
        display: flex;
        align-items: center; }
    .wqa-design .switcher__bg {
      background-color: white;
      position: absolute;
      z-index: -2;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border-radius: 50px; }
    .wqa-design .switcher__switch {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      position: relative;
      height: 54px;
      background-color: transparent; }
      .wqa-design .switcher__switch > * {
        flex: 1; }
      .wqa-design .switcher__switch.off .switcher__switch-label--us {
        color: #D1D1D1;
        background: transparent;
        margin-left: 10px;
        pointer-events: none;
        padding-left: 45px; }
        @media screen and (min-width: 768px) {
          .wqa-design .switcher__switch.off .switcher__switch-label--us {
            margin-left: 15px;
            padding-left: 30px; } }
        @media screen and (min-width: 1440px) {
          .wqa-design .switcher__switch.off .switcher__switch-label--us {
            margin-left: 10px;
            padding-left: 45px; } }
        .wqa-design .switcher__switch.off .switcher__switch-label--us:before {
          filter: saturate(0%);
          opacity: 0.4; }
      .wqa-design .switcher__switch.on .switcher__switch-label--canada {
        color: #D1D1D1;
        pointer-events: none; }
        .wqa-design .switcher__switch.on .switcher__switch-label--canada:before {
          filter: saturate(0%);
          opacity: 0.4; }
      .wqa-design .switcher__switch.on .switcher__switch-label--us {
        margin-left: 10px;
        padding-left: 45px; }
        @media screen and (min-width: 768px) {
          .wqa-design .switcher__switch.on .switcher__switch-label--us {
            margin-left: 15px;
            padding-left: 30px; } }
        @media screen and (min-width: 1440px) {
          .wqa-design .switcher__switch.on .switcher__switch-label--us {
            margin-left: 10px;
            padding-left: 45px; } }
      .wqa-design .switcher__switch.on .slider:before {
        width: calc(50% - 10px);
        margin-left: 20px; }
    .wqa-design .switcher__switch-control {
      position: absolute;
      display: inline-block;
      width: 100%;
      height: 54px;
      top: 0;
      left: 0; }
    .wqa-design .switcher__switch-label {
      text-align: center;
      font-weight: 700;
      position: relative;
      z-index: 11;
      padding-left: 35px;
      background: transparent;
      margin: 10px;
      border-radius: 50px;
      height: 25px; }
      .wqa-design .switcher__switch-label::before {
        position: absolute;
        content: "";
        height: 28px;
        width: 28px;
        left: 0;
        bottom: 4px;
        top: 0;
        transition: .4s;
        border-radius: 50%; }
      .wqa-design .switcher__switch-label--us::before {
        background: url("/_ui/desktop/common/images/wqa/icons/icon-flag-round-us.svg") center center no-repeat transparent;
        left: 10px; }
        @media screen and (min-width: 768px) {
          .wqa-design .switcher__switch-label--us::before {
            left: 0; } }
        @media (min-width: 1440px) {
          .wqa-design .switcher__switch-label--us::before {
            left: 10px; } }
      .wqa-design .switcher__switch-label--canada::before {
        background: url("/_ui/desktop/common/images/wqa/icons/icon-flag-round-canada.svg") center center no-repeat transparent; }
    .wqa-design .switcher__switch-control input {
      opacity: 0;
      width: 0;
      height: 0; }
  .wqa-design .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    transition: .4s;
    box-shadow: 0 0px 20px 0 rgba(96, 75, 102, 0.35);
    border-radius: 60px; }
  .wqa-design .slider:before {
    position: absolute;
    content: "";
    height: 46px;
    width: 50%;
    left: 4px;
    top: 4px;
    bottom: 4px;
    background-color: #F4F8FD;
    background-color: #eaf0f7;
    transition: .4s;
    border-radius: 50px; }
  .wqa-design input.slider__input:checked + .slider {
    background-color: transparent; }
  .wqa-design input.slider__input:checked + .slider:before {
    transform: translateX(92%);
    transform: translateX(calc(100% - 8px)); }
  html .wqa-design  {
    height: 100%; }
    html body .wqa-design  {
      min-height: 100%; }
      @media screen and (min-width: 1024px) {
        html body .wqa-design  {
          position: relative;
          margin: 0;
          overflow: auto; } }
  .wqa-design main {
    padding-top: 130px; }
  .wqa-design section.main {
    margin: 30px 0; }
    @media screen and (min-width: 1024px) {
      .wqa-design section.main {
        margin: 70px 0; } }
  .wqa-design .page-404 {
    background: #DE6C6C; }
    .wqa-design .page-404__title {
      font-size: 160px;
      color: #FFFFFF;
      margin-bottom: 0; }
    .wqa-design .page-404__body {
      margin-top: 200px;
      margin-bottom: 140px;
      color: #FFFFFF;
      text-align: center; }
  .wqa-design .home .intro {
    padding: 50px 0;
    overflow: hidden; }
    @media screen and (min-width: 1024px) {
      .wqa-design .home .intro {
        padding: 130px 0; } }
    @media screen and (min-width: 480px) {
      .wqa-design .home .intro__heading {
        margin-bottom: 20px;
        text-align: center; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .home .intro__heading {
        margin-bottom: 70px;
        text-align: center; } }
    @media screen and (min-width: 480px) {
      .wqa-design .home .intro__content-text {
        padding: 0 10%;
        text-align: center; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .home .intro__content-text {
        padding: 0 20% 0 10%;
        text-align: left; } }
    .wqa-design .home .intro__content-text .btn {
      margin-left: auto;
      margin-right: auto;
      display: block; }
      @media screen and (min-width: 1024px) {
        .wqa-design .home .intro__content-text .btn {
          margin-left: 0;
          margin-right: 0; } }
    .wqa-design .home .intro__content-image {
      padding: 20px 20px 50px; }
      @media screen and (min-width: 480px) {
        .wqa-design .home .intro__content-image {
          padding: 20px 20% 50px; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .home .intro__content-image {
          padding: 0 0 0 15%; } }
  @media screen and (min-width: 1024px) {
    .wqa-design .home .products {
      padding: 65px 0; } }
  .wqa-design .home .cards-grid__container {
    margin: 0 -80vw; }
    @media screen and (min-width: 1024px) {
      .wqa-design .home .cards-grid__container {
        margin: 0; } }
  @media screen and (max-width: 1023px) {
    .wqa-design .home .hero__sourcetoyou {
      background: none !important; } }
  .wqa-design .home .hero__sourcetoyou img {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .wqa-design .home .hero__sourcetoyou img {
        width: auto; } }
  .wqa-design .home .hero__sourcetoyou .hero__inner {
    padding-top: 60px; }
    @media screen and (min-width: 1024px) {
      .wqa-design .home .hero__sourcetoyou .hero__inner {
        padding-top: 150px; } }
  .wqa-design .home .hero__sourcetoyou .hero__heading {
    margin: 0 0 30px; }
    @media screen and (min-width: 1024px) {
      .wqa-design .home .hero__sourcetoyou .hero__heading {
        margin: 0 0 0 -20px; } }
  @media screen and (max-width: 1023px) {
    .wqa-design .home .hero__sourcetoyou .hero__text {
      color: #354657;
      text-align: left;
      margin-bottom: 30px; } }
  .wqa-design .home .hero__sourcetoyou .btn {
    width: 100%;
    max-width: initial; }
    @media screen and (min-width: 1024px) {
      .wqa-design .home .hero__sourcetoyou .btn {
        width: auto; } }
  @media screen and (max-width: 767px) {
    .wqa-design .home .hero__sourcetoyou .card {
      box-shadow: none;
      display: flex;
      flex-direction: row;
      margin-bottom: 30px; }
      .wqa-design .home .hero__sourcetoyou .card .card__image {
        width: 70px;
        height: 70px;
        border-radius: 70px;
        flex: 0 0 70px; }
      .wqa-design .home .hero__sourcetoyou .card .card__body {
        padding: 0 0 0 20px;
        flex: 1 0 0%; }
      .wqa-design .home .hero__sourcetoyou .card .card__excerpt {
        display: none; } }
  @media screen and (max-width: 767px) {
    .wqa-design .home .hero__sourcetoyou .hero__footer__cards {
      padding: 25px 0; } }
  .wqa-design .account .hero--login {
    min-height: 550px;
    margin-bottom: 400px;
    padding-top: 100px; }
    @media screen and (min-width: 480px) {
      .wqa-design .account .hero--login {
        min-height: 720px;
        margin-bottom: 300px; } }
    .wqa-design .account .hero--login .hero__heading {
      text-align: center;
      color: #354657;
      margin-bottom: 15px; }
    .wqa-design .account .hero--login .hero__text {
      width: 100%;
      color: #354657;
      text-align: center;
      font-size: 1rem; }
  @media screen and (max-width: 767px) {
    .wqa-design .account .hero__card {
      box-shadow: none; } }
  .wqa-design .account .account-form {
    overflow: hidden; }
    .wqa-design .account .account-form__sidebar {
      text-align: center;
      padding: 25px;
      font-size: 1rem; }
      @media screen and (min-width: 480px) {
        .wqa-design .account .account-form__sidebar {
          height: 110%;
          padding: 50px 15%;
          /* Rectangle 5 Copy 6: */
          box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.13); } }
      .wqa-design .account .account-form__sidebar .icon {
        display: none;
        margin: 0 auto; }
        @media screen and (min-width: 480px) {
          .wqa-design .account .account-form__sidebar .icon {
            display: block; } }
      .wqa-design .account .account-form__sidebar__heading {
        margin: 25px 0 20px 0; }
      .wqa-design .account .account-form__sidebar p {
        font-size: 0.9rem; }
      .wqa-design .account .account-form__sidebar .btn {
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .wqa-design .account .account-form__sidebar .btn {
            width: 100%; } }
    .wqa-design .account .account-form__inner {
      padding: 25px;
      font-size: 1rem;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .wqa-design .account .account-form__inner {
          border-radius: 5px;
          box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.1); } }
      @media screen and (min-width: 480px) {
        .wqa-design .account .account-form__inner {
          padding: 35px 25px 35px 0; } }
      .wqa-design .account .account-form__inner form {
        flex-direction: column; }
        @media screen and (min-width: 480px) {
          .wqa-design .account .account-form__inner form {
            display: flex;
            height: 100%; } }
      .wqa-design .account .account-form__inner .action-link {
        display: block;
        font-weight: 900;
        text-decoration: none;
        font-size: 90%;
        margin: 10px 0 10px; }
    .wqa-design .account .account-form__success {
      display: none;
      flex-direction: column;
      height: 100%;
      text-align: center;
      padding-top: 20px; }
      .wqa-design .account .account-form__success .icon {
        margin: 0 auto; }
      .wqa-design .account .account-form__success__heading {
        margin: 20px 0; }
  .wqa-design .account .forgotten-password-form form.forgotten-password-form__logincode {
    display: none; }
  .wqa-design .account .forgotten-password-form .logincode {
    display: flex;
    justify-content: center;
    margin: 30px 0 15px; }
    .wqa-design .account .forgotten-password-form .logincode input {
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 4px;
      border: 2px solid #EEEEEE;
      margin: 0 4px;
      text-align: center;
      font-weight: 700;
      padding: 0;
      font-size: 1.2rem;
      font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
      @media screen and (min-width: 480px) {
        .wqa-design .account .forgotten-password-form .logincode input {
          width: 50px;
          height: 50px;
          line-height: 50px; } }
      .wqa-design .account .forgotten-password-form .logincode input.complete, .wqa-design .account .forgotten-password-form .logincode input:active, .wqa-design .account .forgotten-password-form .logincode input:focus, .wqa-design .account .forgotten-password-form .logincode input:hover {
        outline: none;
        border-color: #BD8BCA;
        background-color: #F8F3F9; }
    .wqa-design .account .forgotten-password-form .logincode input[type=number]::-webkit-inner-spin-button,
    .wqa-design .account .forgotten-password-form .logincode input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .wqa-design .account .forgotten-password-form .logincode + small {
      text-align: center;
      width: 100%;
      display: block; }
      .wqa-design .account .forgotten-password-form .logincode + small a {
        text-decoration: none;
        font-weight: 900; }
  .wqa-design .account .reset-password-form .form-group {
    margin-bottom: 0; }
  .wqa-design .account .reset-password-form .password-strength {
    padding: 25px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1); }
    .wqa-design .account .reset-password-form .password-strength__heading {
      font-size: 0.9rem;
      margin-bottom: 15px; }
    .wqa-design .account .reset-password-form .password-strength__requirements {
      padding-bottom: 15px;
      margin-bottom: 20px;
      border-bottom: 1px solid #EEEEEE; }
    .wqa-design .account .reset-password-form .password-strength__requirement {
      font-size: 0.9rem;
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 20px; }
      .wqa-design .account .reset-password-form .password-strength__requirement.valid {
        color: #7BB739;
        background-image: url(/_ui/desktop/common/images/wqa/icons/icon-tick.svg); }
      .wqa-design .account .reset-password-form .password-strength__requirement.invalid {
        background-image: url(/_ui/desktop/common/images/wqa/icons/icon-cross.svg);
        color: #DE6C6C; }
    .wqa-design .account .reset-password-form .password-strength__meter label {
      font-weight: 400;
      font-size: 0.95rem; }
      .wqa-design .account .reset-password-form .password-strength__meter label span {
        font-weight: 900; }
    .wqa-design .account .reset-password-form .password-strength__meter__bar {
      width: 100%;
      height: 7px;
      background: #EEEEEE;
      box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      border-radius: 100px;
      position: relative; }
      .wqa-design .account .reset-password-form .password-strength__meter__bar__inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        border-radius: 100px;
        background: #F8B259;
        height: 7px;
        display: inline-block;
        transition: all .3s; }
        .wqa-design .account .reset-password-form .password-strength__meter__bar__inner[data-strength="0"] {
          width: 20%;
          background: #DE6C6C; }
        .wqa-design .account .reset-password-form .password-strength__meter__bar__inner[data-strength="1"] {
          width: 40%;
          background: #DE6C6C; }
        .wqa-design .account .reset-password-form .password-strength__meter__bar__inner[data-strength="2"] {
          width: 60%;
          background: #F8B259; }
        .wqa-design .account .reset-password-form .password-strength__meter__bar__inner[data-strength="3"] {
          width: 80%;
          background: #7BB739; }
        .wqa-design .account .reset-password-form .password-strength__meter__bar__inner[data-strength="4"] {
          width: 100%;
          background: #7BB739; }
  .wqa-design .events .hero--events {
    margin-bottom: 40px; }
    @media screen and (min-width: 1024px) {
      .wqa-design .events .hero--events {
        margin-bottom: 140px; } }
    .wqa-design .events .hero--events .hero__inner {
      min-height: auto;
      margin: 0;
      display: flex;
      flex-direction: row;
      justify-content: center; }
      @media screen and (min-width: 768px) {
        .wqa-design .events .hero--events .hero__inner {
          padding-top: 80px;
          justify-content: flex-start; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .events .hero--events .hero__inner {
          display: flex;
          align-items: center; } }
    .wqa-design .events .hero--events .hero__heading {
      margin: 50px 0 100px;
      font-size: 1.5rem;
      text-align: center;
      order: 2; }
      @media screen and (min-width: 768px) {
        .wqa-design .events .hero--events .hero__heading {
          margin: 0;
          text-align: left;
          font-size: 3rem;
          margin-left: 100px; } }
      @media (min-width: 1024px) {
        .wqa-design .events .hero--events .hero__heading {
          margin-left: 100px; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .events .hero--events .hero__heading {
          font-size: 4.375rem; } }
  .wqa-design .events__search-card {
    transition: all ease-in-out 0.5s;
    margin: 0 -15px;
    display: block;
    width: auto;
    border-radius: 0;
    flex: 1 1 auto;
    padding: 30px 30px 30px 30px;
    order: 1; }
    @media screen and (min-width: 768px) {
      .wqa-design .events__search-card {
        height: 100%;
        padding: 50px 30px 30px 30px;
        order: 2; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .events__search-card {
        order: -1;
        max-width: 500px;
        margin: 0;
        margin-bottom: -100px;
        align-self: flex-start;
        border-radius: 5px;
        min-width: 415px; } }
    .wqa-design .events__search-card-title {
      font-size: 1.5rem;
      margin-bottom: 30px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .events__search-card-title {
          font-size: 2rem; } }
    .wqa-design .events__search-card-subtitle {
      font-size: 1.125rem; }
    .wqa-design .events__search-card-location-group {
      margin-bottom: 30px; }
    .wqa-design .events__search-card-miles-group {
      display: flex;
      align-items: center; }
      .wqa-design .events__search-card-miles-group select {
        max-width: 220px; }
    .wqa-design .events__search-card-of {
      color: #354657;
      font-size: 0.875rem;
      font-weight: 800;
      margin-left: 10px; }
    .wqa-design .events__search-card-date-group {
      margin-bottom: 30px; }
    .wqa-design .events__search-card--section {
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 35px; }
      @media screen and (min-width: 768px) {
        .wqa-design .events__search-card--section {
          display: none; } }
    .wqa-design .events__search-card--section-inactive {
      display: none; }
    .wqa-design .events__search-card--active {
      display: block; }
  .wqa-design .events .events-featured {
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 50px; }
  .wqa-design .events__search-drop-cta {
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
    background-color: #FFFFFF;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex: 1 1 auto; }
    @media screen and (min-width: 768px) {
      .wqa-design .events__search-drop-cta {
        display: none; } }
    .wqa-design .events__search-drop-cta .icon--arrow-down {
      align-self: center; }
  .wqa-design .events__search-drop-wrap {
    display: none; }
    .wqa-design .events__search-drop-wrap--active {
      display: flex;
      flex-wrap: wrap;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 99999999; }
    @media screen and (min-width: 768px) {
      .wqa-design .events__search-drop-wrap {
        display: flex;
        flex-wrap: wrap; } }
    .wqa-design .events__search-drop-wrap .events__search-card {
      display: none; }
      @media screen and (min-width: 768px) {
        .wqa-design .events__search-drop-wrap .events__search-card {
          display: block; } }
  .wqa-design .events-results__title {
    font-size: 1.875rem;
    margin-bottom: 0; }
  .wqa-design .events-results__view-options {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
  .wqa-design .events-results__view-name {
    margin-right: auto;
    font-size: 0.875rem;
    font-weight: 800; }
  .wqa-design .events-results__filter-bar {
    padding-top: 20px;
    margin-bottom: 60px;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: white; }
    .wqa-design .events-results__filter-bar-title {
      font-size: 1.125rem;
      margin-bottom: 0; }
    .wqa-design .events-results__filter-bar-inner {
      padding: 20px 0; }
      @media screen and (min-width: 768px) {
        .wqa-design .events-results__filter-bar-inner {
          display: flex;
          align-items: flex-end; } }
    .wqa-design .events-results__filter-bar-group {
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .wqa-design .events-results__filter-bar-group {
          margin-right: 20px;
          margin-bottom: 0; }
          .wqa-design .events-results__filter-bar-group--bordered {
            padding-right: 20px;
            border-right: 1px solid rgba(0, 0, 0, 0.2); } }
    .wqa-design .events-results__filter-bar-location-group-inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .wqa-design .events-results__filter-bar-location-group-inner > :first-child {
        flex: 1 1 auto;
        margin-bottom: 10px !important; }
      .wqa-design .events-results__filter-bar-location-group-inner > :last-child {
        width: 100%; }
      @media screen and (min-width: 768px) {
        .wqa-design .events-results__filter-bar-location-group-inner {
          flex-wrap: nowrap; }
          .wqa-design .events-results__filter-bar-location-group-inner > :first-child {
            flex: 1 1 0;
            margin-bottom: 0 !important; }
          .wqa-design .events-results__filter-bar-location-group-inner > :last-child {
            width: auto; } }
    .wqa-design .events-results__filter-bar-subtitle {
      font-size: 0.875rem;
      color: #4e657e; }
    .wqa-design .events-results__filter-bar-of {
      color: #354657;
      font-size: 0.875rem;
      font-weight: 800;
      margin: 0 15px; }
    .wqa-design .events-results__filter-bar-submit-button, .wqa-design .events-results__filter-bar-filters-button {
      width: auto; }
    .wqa-design .events-results__filter-bar-submit-button {
      padding-left: 40px;
      padding-right: 40px;
      margin-right: 10px; }
    .wqa-design .events-results__filter-bar-filters-button {
      min-width: none;
      margin-left: auto !important; }
    .wqa-design .events-results__filter-bar .form-group {
      margin-bottom: 0; }
    .wqa-design .events-results__filter-bar select {
      min-width: 200px; }
    .wqa-design .events-results__filter-bar-extra {
      display: none;
      padding-top: 20px;
      color: white;
      background: #354657; }
      .wqa-design .events-results__filter-bar-extra--active {
        display: block; }
      @media screen and (min-width: 768px) {
        .wqa-design .events-results__filter-bar-extra .events-results__filter-bar-group--bordered {
          border-right: 1px solid rgba(255, 255, 255, 0.2); } }
      .wqa-design .events-results__filter-bar-extra .events-results__filter-bar-subtitle {
        margin-bottom: 1em;
        color: white; }
    .wqa-design .events-results__filter-bar-form-group-inline {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px; }
      .wqa-design .events-results__filter-bar-form-group-inline .form-check {
        padding-left: 0;
        margin: 0 10px; }
  .wqa-design .events-results__calendar {
    margin-bottom: 60px; }
    .wqa-design .events-results__calendar--weekly {
      max-width: 1450px;
      margin-left: auto;
      margin-right: auto; }
  .wqa-design .event .hero--event {
    margin-bottom: 40px; }
    .wqa-design .event .hero--event .hero__inner {
      min-height: auto;
      padding: 130px 0 80px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .event .hero--event .hero__inner {
          padding: 220px 0 120px; } }
    .wqa-design .event .hero--event .hero__heading {
      max-width: 700px;
      margin-bottom: 40px; }
  .wqa-design .event .events-featured__title {
    font-size: 2.25rem; }
  .wqa-design .event__content {
    margin-top: -130px;
    margin-bottom: 60px; }
    @media screen and (min-width: 1024px) {
      .wqa-design .event__content {
        margin-top: 0; } }
    .wqa-design .event__content + .event__content {
      margin-top: 100px; }
  .wqa-design .event__overview {
    font-size: 1rem;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 800px; }
    .wqa-design .event__overview > :last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .wqa-design .event__overview {
        margin-top: 0; } }
  .wqa-design .event__cta {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .wqa-design .event__cta {
        text-align: left; } }
  .wqa-design .event__sidebar-heading {
    font-size: 1.5rem;
    margin: 1.5em 0 1em; }
  @media screen and (min-width: 1024px) {
    .wqa-design .event__breadcrumbs-mobile {
      display: none; } }
  .wqa-design .event__image-title {
    background-color: #BD8BCA;
    background-size: cover;
    background-position: center;
    padding: 120px 60px;
    border-radius: 5px;
    margin-bottom: 30px;
    max-width: 800px;
    display: none; }
    @media screen and (min-width: 1024px) {
      .wqa-design .event__image-title {
        display: block; } }
    .wqa-design .event__image-title > h1 {
      color: white; }
    .wqa-design .event__image-title--corporate {
      background-color: #354657; }
    .wqa-design .event__image-title--online {
      background-color: #67b251; }
    .wqa-design .event__image-title--full {
      display: block;
      max-width: none;
      border-radius: 0;
      margin-bottom: 80px;
      padding: 100px 15px; }
      .wqa-design .event__image-title--full > h1 {
        text-align: center;
        font-size: 2.4975rem; }
      @media screen and (min-width: 480px) {
        .wqa-design .event__image-title--full > h1 {
          text-align: left;
          font-size: 3.825rem; } }
      @media screen and (min-width: 1024px) {
        .wqa-design .event__image-title--full {
          display: none; } }
  .wqa-design .event__nav {
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #EEEEEE;
    padding: 10px;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: absolute;
    top: 82px;
    width: 100%; }
    @media screen and (min-width: 480px) {
      .wqa-design .event__nav {
        top: 92px; } }
    @media screen and (min-width: 768px) {
      .wqa-design .event__nav {
        top: 82px; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .event__nav {
        top: 0;
        position: relative;
        margin-top: -40px;
        margin-bottom: 40px;
        padding: 20px 0;
        border-top: 0; } }
    .wqa-design .event__nav-inner {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (min-width: 1024px) {
        .wqa-design .event__nav-inner {
          max-width: calc(100% - 420px - 60px); } }
    .wqa-design .event__nav-menu-toggle {
      position: relative;
      padding-right: 24px;
      font-size: 0.875rem;
      text-decoration: none;
      font-weight: 800; }
      .wqa-design .event__nav-menu-toggle:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #354657;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
      @media screen and (min-width: 1024px) {
        .wqa-design .event__nav-menu-toggle {
          display: none; } }
    .wqa-design .event__nav-menu {
      opacity: 0;
      display: block;
      pointer-events: none;
      flex: 1 1 0;
      background: white;
      box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2);
      top: calc(100% + 20px);
      left: 10px;
      position: absolute;
      border-radius: 3px;
      transform: translateY(-20px);
      transition: opacity .3s, transform .3s; }
      .wqa-design .event__nav-menu--open {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0); }
      .wqa-design .event__nav-menu:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
        top: -10px;
        left: 20px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .event__nav-menu {
          opacity: 1;
          pointer-events: all;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin: 0 -20px;
          position: static;
          box-shadow: none;
          border-radius: 0;
          transform: none; }
          .wqa-design .event__nav-menu:after {
            display: none; } }
    .wqa-design .event__nav-button {
      margin-bottom: 0;
      width: auto; }
      @media screen and (min-width: 1024px) {
        .wqa-design .event__nav-button {
          display: none; } }
    .wqa-design .event__nav-item {
      display: block;
      padding: 10px 20px;
      color: #9b9b9b;
      font-weight: 700;
      font-size: 1rem;
      text-decoration: none;
      min-width: 300px;
      transition: color .3s; }
      .wqa-design .event__nav-item.active {
        color: #BD8BCA;
        font-weight: 900; }
      @media screen and (min-width: 1024px) {
        .wqa-design .event__nav-item {
          padding: 20px;
          min-width: auto; } }
  .wqa-design .event__floating-details-card {
    position: relative;
    margin-top: -90px; }
    @media screen and (min-width: 1024px) {
      .wqa-design .event__floating-details-card {
        margin-top: 0; } }
    .wqa-design .event__floating-details-card .card-event-details {
      margin: 0 auto 30px auto;
      max-width: 420px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .event__floating-details-card .card-event-details {
          margin-bottom: 0;
          position: absolute;
          bottom: -30px;
          right: 15px;
          z-index: 100; } }
  .wqa-design .event__education {
    padding: 70px 0;
    background: #EEEEEE;
    text-align: center; }
    .wqa-design .event__education-description {
      font-size: 0.875rem;
      max-width: 500px;
      margin: 0 auto 50px; }
    .wqa-design .event__education-grid {
      display: grid;
      grid-gap: 40px;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
    .wqa-design .event__education-footer {
      margin-top: 20px;
      font-weight: 700; }
  .wqa-design .event__register {
    text-align: center; }
    .wqa-design .event__register-subtitle {
      font-size: 1.5625rem;
      margin-bottom: .3em;
      font-weight: 600; }
    .wqa-design .event__register-price {
      font-weight: 700;
      color: #A25EB5; }
    .wqa-design .event__register-description {
      font-size: 1rem;
      max-width: 800px;
      margin: 0 auto 50px; }
  @media screen and (min-width: 1024px) {
    .wqa-design .event__events-header {
      display: flex;
      align-items: center; } }
  .wqa-design .event__session, .wqa-design .event__travel-row {
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    border-left: 0;
    border-right: 0;
    font-size: 1rem;
    margin-top: 40px !important; }
    @media screen and (min-width: 1024px) {
      .wqa-design .event__session, .wqa-design .event__travel-row {
        margin-top: 100px !important; } }
    .wqa-design .event__session-inner, .wqa-design .event__travel-row-inner {
      padding-top: 20px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .event__session-inner, .wqa-design .event__travel-row-inner {
          display: flex;
          padding-top: 0; } }
    .wqa-design .event__session-image, .wqa-design .event__travel-row-image {
      border-radius: 5px;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
      background-size: cover;
      background-position: center center;
      min-height: 260px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .event__session-image, .wqa-design .event__travel-row-image {
          position: relative;
          top: -50px;
          left: -50px;
          flex: 0 0 40%; } }
    .wqa-design .event__session-content, .wqa-design .event__travel-row-content {
      padding: 20px 0;
      flex: 0 0 60%; }
      @media screen and (min-width: 1024px) {
        .wqa-design .event__session-content, .wqa-design .event__travel-row-content {
          padding: 50px 0; } }
    .wqa-design .event__session-track-nav {
      display: flex;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 40px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .event__session-track-nav {
          margin-left: 0;
          margin-right: 0; } }
      .wqa-design .event__session-track-nav-item {
        position: relative;
        border: 1px solid #EEEEEE;
        padding: 65px 15px 15px;
        flex: 1 1 0;
        color: #354657;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .wqa-design .event__session-track-nav-item {
            padding: 20px 20px 20px 80px;
            font-size: 1.25rem;
            text-align: left; } }
        .wqa-design .event__session-track-nav-item > small {
          font-size: 0.75rem;
          font-weight: 600; }
          @media screen and (min-width: 768px) {
            .wqa-design .event__session-track-nav-item > small {
              font-size: 1.125rem; } }
        .wqa-design .event__session-track-nav-item-letter {
          border: 3px solid #BD8BCA;
          color: #BD8BCA;
          border-radius: 1000px;
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          top: 15px;
          left: 50%;
          transform: translateX(-50%); }
          @media screen and (min-width: 768px) {
            .wqa-design .event__session-track-nav-item-letter {
              top: 28px;
              left: 20px;
              transform: none; } }
        .wqa-design .event__session-track-nav-item.active {
          background: #BD8BCA;
          border-color: #BD8BCA;
          color: white;
          position: relative; }
          .wqa-design .event__session-track-nav-item.active .event__session-track-nav-item-letter {
            color: white;
            border-color: white; }
          .wqa-design .event__session-track-nav-item.active:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 40px;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #BD8BCA; }
      @media screen and (min-width: 1024px) {
        .wqa-design .event__session-track-nav-content {
          padding: 0 30px; } }
      .wqa-design .event__session-track-nav-content .tab-pane > :last-child {
        margin-bottom: 0; }
    .wqa-design .event__session--reversed .event__session-inner, .wqa-design .event__session--reversed .event__travel-row-inner {
      flex-direction: row-reverse; }
    .wqa-design .event__session--reversed .event__session-image, .wqa-design .event__session--reversed .event__travel-row-image {
      right: -50px;
      left: auto; }
  .wqa-design .event__session-card-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr; }
    @media screen and (min-width: 480px) {
      .wqa-design .event__session-card-grid {
        grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); } }
  .wqa-design .event__recognition {
    margin-top: 0 !important;
    margin-bottom: 0;
    padding: 40px 0 400px;
    background-color: #29182b;
    background-size: cover;
    background-position: center center;
    color: white;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .wqa-design .event__recognition {
        margin-top: -62px !important; } }
    .wqa-design .event__recognition-breadcrumbs {
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 1024px) {
        .wqa-design .event__recognition-breadcrumbs {
          margin-bottom: -22px; }
          .wqa-design .event__recognition-breadcrumbs .breadcrumb {
            margin-bottom: 0 !important; } }
    .wqa-design .event__recognition + .event__content {
      margin-top: -350px !important; }
    .wqa-design .event__recognition-title {
      font-size: 4rem; }
      .wqa-design .event__recognition-title > small {
        font-size: 1.5rem;
        font-weight: 700; }
    .wqa-design .event__recognition-description {
      margin-bottom: 0;
      line-height: 1.6;
      font-size: 1rem;
      max-width: 800px;
      margin: 0 auto; }
    .wqa-design .event__recognition-details {
      font-size: 1rem; }
      .wqa-design .event__recognition-details h4 {
        font-size: 1.5rem;
        margin-top: 1.8em;
        margin-bottom: 0.8em; }
        @media screen and (min-width: 768px) {
          .wqa-design .event__recognition-details h4:first-child {
            margin-top: 0; } }
  .wqa-design .event__travel-row {
    background: white;
    border: none; }
    .wqa-design .event__travel-row-image {
      top: 0;
      display: none; }
      @media screen and (min-width: 1024px) {
        .wqa-design .event__travel-row-image {
          display: block; } }
    .wqa-design .event__travel-row-content {
      padding: 0; }
      .wqa-design .event__travel-row-content h3 {
        font-size: 1.5rem;
        margin-bottom: 1em; }
        .wqa-design .event__travel-row-content h3:not(:first-child) {
          margin-top: 2em; }
      .wqa-design .event__travel-row-content > :last-child {
        margin-bottom: 0; }
  .wqa-design .event__travel-button-stack-row {
    border-bottom: 1px solid #EEEEEE;
    padding: 1rem 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .wqa-design .event__travel-button-stack-row {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .wqa-design .event__travel-button-stack-row > :first-child {
          margin-right: 20px; }
        .wqa-design .event__travel-button-stack-row p {
          margin-bottom: 0; } }
    .wqa-design .event__travel-button-stack-row .btn {
      margin-bottom: 0;
      width: auto;
      min-width: 240px; }
  @media screen and (min-width: 1024px) {
    .wqa-design .event__travel-logos-inner {
      display: grid;
      grid-gap: 30px;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } }
  .wqa-design .event__travel-logos-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    box-shadow: 0 2px 24px 0 rgba(51, 51, 51, 0.1);
    padding: 20px;
    border-radius: 3px;
    height: 160px; }
    @media screen and (min-width: 1024px) {
      .wqa-design .event__travel-logos-item {
        background: transparent;
        box-shadow: none;
        height: auto;
        padding: 0;
        border-radius: 0; } }
    .wqa-design .event__travel-logos-item img {
      width: auto !important; }
  .wqa-design .event__travel-details {
    font-size: 1rem; }
    .wqa-design .event__travel-details h3 {
      font-size: 1.5rem; }
    .wqa-design .event__travel-details h4 {
      font-size: 1rem; }
    .wqa-design .event__travel-details h3,
    .wqa-design .event__travel-details h4 {
      margin-bottom: 1em; }
      .wqa-design .event__travel-details h3:not(:first-child),
      .wqa-design .event__travel-details h4:not(:first-child) {
        margin-top: 2em; }
  .wqa-design .event--featured .hero--event .hero__inner {
    padding-top: 200px; }
    @media screen and (min-width: 768px) {
      .wqa-design .event--featured .hero--event .hero__inner {
        padding-top: 220px; } }
  .wqa-design .event--featured .breadcrumb {
    margin-bottom: 30px; }
  .wqa-design .event--featured .event__content {
    margin-top: 0; }
    .wqa-design .event--featured .event__content + .event__content {
      margin-top: 100px; }
  .wqa-design .styleguide.is-region-notice {
    padding-top: 0; }
  .wqa-design .styleguide .sg-center {
    text-align: center; }
  .wqa-design .styleguide .sg-center > * {
    margin: 0 auto; }
  .wqa-design .styleguide .sg-sidebar {
    display: none;
    padding-top: 140px;
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    border-right: 1px solid #d5d5d5;
    height: 100%;
    background: #f9f9f9; }
    @media screen and (min-width: 480px) {
      .wqa-design .styleguide .sg-sidebar {
        display: block; } }
    .wqa-design .styleguide .sg-sidebar ul {
      border-top: 1px solid #d5d5d5;
      margin: 0;
      padding: 0;
      list-style: none; }
      .wqa-design .styleguide .sg-sidebar ul li {
        margin: 0;
        padding: 0; }
        .wqa-design .styleguide .sg-sidebar ul li a {
          padding: 20px;
          display: block;
          width: 100%;
          border-bottom: 1px solid #d5d5d5;
          color: #666;
          font-size: 28px;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: 700;
          font-family: 'Montserrat', sans-serif; }
          .wqa-design .styleguide .sg-sidebar ul li a:hover, .wqa-design .styleguide .sg-sidebar ul li a:active, .wqa-design .styleguide .sg-sidebar ul li a:focus {
            background: #e9e9e9; }
  .wqa-design .styleguide {
    /* Colours */
    /* Primary */
    /* Secondary */
    /* Neutral */
    /* Functional Colours */ }
    .wqa-design .styleguide h1.sg-header {
      margin-top: 30px;
      font-weight: 700;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase; }
    .wqa-design .styleguide .sg-sub-header {
      font-weight: 700;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      font-size: 28px;
      color: #555; }
    .wqa-design .styleguide .sg-section-header {
      font-weight: 700;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      font-size: 20px;
      margin-bottom: 20px;
      color: #555; }
    .wqa-design .styleguide .pattern {
      margin: 0 0 3em;
      width: 100%;
      border: 1px solid #E5E5E5;
      border-radius: 3px; }
    .wqa-design .styleguide .pattern-detail {
      font-size: .875rem;
      color: #555;
      background-color: #FBF9F9;
      text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
      padding: 0.5em 10px;
      width: 100%;
      overflow: hidden;
      display: block;
      border-bottom: 1px solid rgba(229, 229, 229, 0.5);
      border-color: rgba(229, 229, 229, 0.5);
      border-radius: 3px 3px 0px 0px; }
    .wqa-design .styleguide .pattern-example {
      padding: 10px;
      width: auto;
      overflow: hidden;
      font-size: .875rem; }
      .wqa-design .styleguide .pattern-example pre {
        max-height: 30em;
        overflow: auto; }
      .wqa-design .styleguide .pattern-example--dark {
        background: #333; }
    .wqa-design .styleguide .pattern-tabs {
      display: flex;
      border-top: 1px solid rgba(229, 229, 229, 0.5); }
      .wqa-design .styleguide .pattern-tabs > div {
        border-right: 1px solid rgba(229, 229, 229, 0.5);
        font-size: 0.875rem;
        padding: 5px 10px;
        cursor: pointer; }
        .wqa-design .styleguide .pattern-tabs > div.active {
          font-weight: 700; }
    .wqa-design .styleguide .pattern-help {
      font-size: .875rem;
      padding: 10px 10px;
      border-top: 1px solid rgba(229, 229, 229, 0.5); }
      .wqa-design .styleguide .pattern-help > div:not(.active) {
        display: none; }
      .wqa-design .styleguide .pattern-help pre {
        max-height: 30em;
        overflow: auto; }
      .wqa-design .styleguide .pattern-help .pattern-help-note {
        font-style: italic; }
      .wqa-design .styleguide .pattern-help code {
        color: #354657; }
    .wqa-design .styleguide .section-content {
      border-radius: 5px;
      float: left;
      margin: 0 0 0;
      width: 100%;
      background: #fff;
      padding: 40px; }
    .wqa-design .styleguide .pattern {
      margin: 0 0 3em;
      width: 100%;
      border: 1px solid #E5E5E5;
      border-radius: 3px; }
    .wqa-design .styleguide .pattern-example {
      padding: 20px;
      width: auto;
      overflow: hidden; }
    .wqa-design .styleguide .grid-wrapper .col-sm {
      background: #F4F8FD;
      text-align: center;
      margin-bottom: 15px;
      padding: 10px;
      text-transform: uppercase;
      font-weight: 700;
      font-size: .875rem; }
    @media screen and (min-width: 1024px) {
      .wqa-design .styleguide .grid-wrapper .row .col-sm:first-of-type {
        border-right: 15px #fff solid; } }
    .wqa-design .styleguide .table {
      font-size: .875rem; }
      .wqa-design .styleguide .table th, .wqa-design .styleguide .table td {
        padding: .75em .75em; }
      .wqa-design .styleguide .table code {
        color: #354657; }
    .wqa-design .styleguide .swatch {
      width: 100%;
      height: 100px;
      margin-bottom: 10px; }
    .wqa-design .styleguide .color-blue {
      background: #95C0F1; }
    .wqa-design .styleguide .color-blue-dark {
      background: #354657; }
    .wqa-design .styleguide .color-blue-strong {
      background: #5597E2; }
    .wqa-design .styleguide .color-blue-grey {
      background: #7F88A9; }
    .wqa-design .styleguide .color-blue-light {
      background: #F4F8FD; }
    .wqa-design .styleguide .color-yellow {
      background: #FECC2B; }
    .wqa-design .styleguide .color-green {
      background: #67b251; }
    .wqa-design .styleguide .color-purple {
      background: #A25EB5; }
    .wqa-design .styleguide .color-purple-light {
      background: #BD8BCA; }
    .wqa-design .styleguide .color-green-light {
      background: #81C28A; }
    .wqa-design .styleguide .color-black {
      background: #000000; }
    .wqa-design .styleguide .color-white {
      background: #FFFFFF; }
    .wqa-design .styleguide .color-grey {
      background: #D1D1D1; }
    .wqa-design .styleguide .color-grey-dark {
      background: #555555; }
    .wqa-design .styleguide .color-grey-light {
      background: #EEEEEE; }
    .wqa-design .styleguide .color-body {
      background: #FFFFFF; }
    .wqa-design .styleguide .color-brand {
      background: #A25EB5; }
    .wqa-design .styleguide .color-header {
      background: #000000; }
    .wqa-design .styleguide .color-accent {
      background: #BD8BCA; }
  .wqa-design .styleguide .container, .wqa-design .styleguide .agenda__table-date, .wqa-design .styleguide .agenda__table-row-inner, .wqa-design .styleguide .side-nav + div {
    width: 100%;
    margin-left: 0;
    transition: .25s ease;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh; }
  @media (min-width: 840px) {
    .wqa-design .styleguide .container, .wqa-design .styleguide .agenda__table-date, .wqa-design .styleguide .agenda__table-row-inner, .wqa-design .styleguide .side-nav + div {
      margin-left: 16rem;
      width: calc(100% - 256px); } }
  .wqa-design .styleguide .container--expanded, .wqa-design .styleguide .side-nav + .container--expanded {
    width: 100%;
    margin-left: 0; }
  .wqa-design .styleguide .side-nav .bx--btn, .wqa-design .styleguide button {
    font-family: IBM Plex Sans,ibm-plex-sans,Helvetica Neue,Arial,sans-serif; }
  .wqa-design .styleguide .side-nav {
    font-size: .875rem;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-right: 2px solid #f4f7fb;
    width: 16rem;
    height: 100%;
    padding: 1rem 0;
    position: fixed;
    z-index: 7000;
    transition: 0.25s cubic-bezier(0.5, 0, 0.1, 1); }
  @media screen and (min-width: 840px) {
    .wqa-design .styleguide .side-nav {
      box-shadow: none; } }
  .wqa-design .styleguide .side-nav__closed {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: inherit; }
  .wqa-design .styleguide .side-nav__closed--final {
    display: none; }
  .wqa-design .styleguide .side-nav--items {
    overflow-y: auto;
    width: 100%; }
  .wqa-design .styleguide .side-nav-click-to-close {
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500; }
  @media screen and (min-width: 840px) {
    .wqa-design .styleguide .side-nav-click-to-close {
      display: none; } }
  .wqa-design .styleguide .side-nav-click-to-close__closed {
    display: none; }
  .wqa-design .styleguide .side-nav__logo {
    font-size: 1rem;
    display: inline-block;
    color: #152935;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.2;
    margin: 1rem 1rem 1rem 20px;
    white-space: nowrap;
    padding: 0 1rem 0 0; }
  .wqa-design .styleguide .side-nav__logo:hover {
    color: #3057d5; }
  .wqa-design .styleguide .side-nav__logo:focus {
    text-decoration: underline;
    outline: none;
    color: #3057d5; }
  .wqa-design .styleguide .side-nav__logo span {
    font-weight: 600; }
  .wqa-design .styleguide .side-nav__search {
    margin: 0 1rem 2rem; }
  .wqa-design .styleguide .side-nav__nav-items {
    width: 100%;
    padding: 0;
    list-style: none;
    margin-bottom: 2.5rem; }
  .wqa-design .styleguide .side-nav__nav-item a, .wqa-design .styleguide .side-nav__nav-item button {
    font-size: .875rem;
    cursor: pointer;
    padding: .25rem 1rem;
    height: 2rem;
    color: #565656;
    font-weight: 600;
    letter-spacing: .01rem;
    background: transparent;
    line-height: 1.5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    text-decoration: none;
    border: none;
    border-left: 4px solid transparent; }
  .wqa-design .styleguide .side-nav__nav-item a:focus, .wqa-design .styleguide .side-nav__nav-item button:focus {
    color: #171717;
    text-decoration: underline;
    outline: none; }
  .wqa-design .styleguide .side-nav__nav-item a:hover, .wqa-design .styleguide .side-nav__nav-item button:hover {
    color: #171717;
    background: #f4f7fb; }
  @media (max-width: 620px) {
    .wqa-design .styleguide .side-nav__nav-item a, .wqa-design .styleguide .side-nav__nav-item button {
      font-size: 1rem;
      padding-bottom: 1rem; } }
  .wqa-design .styleguide .side-nav__nav-item--arrow {
    height: .625rem;
    width: .625rem;
    fill: #a4a4a4;
    transition: .3s; }
  .wqa-design .styleguide .side-nav__nav-item--active > a {
    color: #171717;
    border-left: 4px solid #BD8BCA; }
  .wqa-design .styleguide .side-nav__nav-item--open .side-nav__nav-item--arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .wqa-design .styleguide .side-nav__nav-item--open .side-nav__sub-nav {
    margin-top: 0;
    max-height: 100rem; }
  .wqa-design .styleguide .side-nav__sub-nav {
    overflow: hidden;
    max-height: 0;
    transition: .3s;
    list-style: none;
    padding: 0; }
  .wqa-design .styleguide .side-nav__sub-nav-item {
    border-left: 4px solid transparent;
    padding: 0 1.5rem; }
  .wqa-design .styleguide .side-nav__sub-nav-item:hover {
    background: #f4f7fb; }
  .wqa-design .styleguide .side-nav__sub-nav-item a {
    font-weight: 400;
    padding: .25rem .25rem .25rem 0;
    text-decoration: none; }
  @media (max-width: 620px) {
    .wqa-design .styleguide .side-nav__sub-nav-item a {
      font-size: 1rem;
      padding-bottom: .75rem; } }
  .wqa-design .styleguide .side-nav__sub-nav-item--active {
    border-left: 4px solid #BD8BCA; }
  .wqa-design .styleguide .side-nav__sub-nav-item--active a {
    font-weight: 600;
    color: #171717; }
  .wqa-design .styleguide .side-nav__links {
    width: 100%;
    padding: 0 1rem; }
  .wqa-design .styleguide .side-nav__link {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    border-color: #3057d5;
    color: #3057d5; }
  .wqa-design .styleguide .side-nav__link:focus, .wqa-design .styleguide .side-nav__link:hover {
    background: #3057d5; }
  .wqa-design .styleguide .side-nav__link:focus {
    outline-color: #3057d5; }
  .wqa-design .styleguide .side-nav-toggle-btn {
    position: fixed;
    top: 0;
    left: calc(256px - 2.3rem);
    width: 2.3rem;
    height: 2.3rem;
    background-color: #fff;
    border: 1px solid transparent;
    border-right: 2px solid #f4f7fb;
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 8000;
    border-radius: 0;
    transition: 0.25s cubic-bezier(0.5, 0, 0.1, 1); }
  .wqa-design .styleguide .side-nav-toggle-btn:focus {
    outline: none;
    border: 1px solid #3057d5; }
  .wqa-design .styleguide .side-nav-toggle-btn:hover {
    background: #3057d5;
    border-right: none; }
  .wqa-design .styleguide .side-nav-toggle-btn:hover .line {
    background: #fff; }
  .wqa-design .styleguide .side-nav-toggle-btn > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .wqa-design .styleguide .side-nav-toggle-btn > div:focus {
    outline: none; }
  .wqa-design .styleguide .side-nav-toggle-btn > div .line {
    height: .0625rem;
    width: 1.25rem;
    cursor: pointer;
    display: block;
    margin: .125rem 0;
    background: #3057d5;
    will-change: all; }
  .wqa-design .styleguide .side-nav-toggle-btn > div .line:nth-child(2) {
    opacity: 0; }
  .wqa-design .styleguide .side-nav-toggle-btn > div .line:first-child {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg); }
  .wqa-design .styleguide .side-nav-toggle-btn > div .line:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg); }
  .wqa-design .styleguide .side-nav-toggle-btn--closed {
    left: 0;
    border-right: 0; }
  .wqa-design .styleguide .side-nav-toggle-btn--closed > div .line:nth-child(2) {
    opacity: 1; }
  .wqa-design .styleguide .side-nav-toggle-btn--closed > div .line, .wqa-design .styleguide .side-nav-toggle-btn--closed > div .line:first-child, .wqa-design .styleguide .side-nav-toggle-btn--closed > div .line:nth-child(3) {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    transition: all .25s ease-in-out; }
  .wqa-design .styleguide .styleguide__sections > .section {
    display: none; }
  .wqa-design .styleguide .section-header {
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #EEEEEE;
    padding-bottom: 0;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 20px; }
  .wqa-design .styleguide .section-header__label {
    font-size: .875rem;
    color: #5a6872;
    font-weight: 400;
    margin: 4rem 0 1rem;
    white-space: nowrap;
    text-transform: capitalize;
    display: none; }
  .wqa-design .styleguide .section-header__title {
    font-size: 36px;
    color: #152935;
    font-weight: 900;
    margin: -1.15rem 0 0 -3px;
    line-height: 1.25;
    letter-spacing: 0;
    padding: 0;
    transition: 0.25s cubic-bezier(0.5, 0, 0.1, 1); }
  .wqa-design .styleguide .section-header__version {
    font-weight: 700; }
  .wqa-design .styleguide .section-content {
    padding: 4rem 3%;
    width: 100%;
    margin-bottom: 7rem; }
  .wqa-design .styleguide .sg-icon-plate {
    position: relative;
    display: inline-block;
    margin: 25px 10px;
    width: 140px;
    vertical-align: top;
    text-align: left; }
  .wqa-design .styleguide .sg-icon-wrapper {
    background: #F4F8FD;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .wqa-design .styleguide .sg-icon-class {
    font-size: .875rem; }
  .wqa-design .styleguide .sg-icon-plate > div:first-of-type {
    /* width: 32px;
  height: 32px; */ }
  .wqa-design .swatch-grid {
    display: grid;
    grid-gap: 20px;
    margin-bottom: 80px;
    margin-top: 80px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr 1fr 1fr; }
    @media screen and (min-width: 1024px) {
      .wqa-design .swatch-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-row: 1fr 1fr 1fr 1fr; } }
    .wqa-design .swatch-grid:first-child {
      margin-top: 0; }
    .wqa-design .swatch-grid__head {
      grid-area: 1 / 1 / 1 / -1; }
    .wqa-design .swatch-grid__pattern--group1 {
      order: 1; }
    .wqa-design .swatch-grid__pattern--group2 {
      order: 2; }
    .wqa-design .swatch-grid__pattern--group3 {
      order: 3; }
    .wqa-design .swatch-grid__pattern--group4 {
      order: 4; }
    @media screen and (min-width: 1024px) {
      .wqa-design .swatch-grid__pattern {
        order: initial; } }
    .wqa-design .swatch-grid__title {
      font-size: 22px;
      color: #354657;
      margin-bottom: 20px; }
    .wqa-design .swatch-grid__title-info {
      font-size: 16px;
      color: #354657;
      font-weight: 400; }
    .wqa-design .swatch-grid .pattern {
      margin: 0;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15); }
    .wqa-design .swatch-grid .pattern-example {
      padding: 0; }
    .wqa-design .swatch-grid .pattern-info {
      padding: 30px 20px; }
    .wqa-design .swatch-grid .pattern-info-name {
      font-size: 18px;
      font-weight: 900;
      color: #152935;
      margin-bottom: 10px; }
    .wqa-design .swatch-grid .pattern-info-class {
      font-size: 14px;
      font-weight: 700;
      color: #84909B;
      margin-bottom: 5px; }
    .wqa-design .swatch-grid .pattern-info-color-ref {
      font-size: 14px;
      font-weight: 700;
      color: #84909B;
      margin: 0; }
    .wqa-design .swatch-grid .swatch {
      margin-bottom: 0;
      min-height: 180px; }
  .wqa-design .typo-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto; }
    @media screen and (min-width: 1024px) {
      .wqa-design .typo-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto; } }
    .wqa-design .typo-grid:first-child {
      margin-top: 0; }
    .wqa-design .typo-grid__head {
      grid-area: 1 / 1 / 1 / -1; }
    .wqa-design .typo-grid__title {
      font-size: 22px;
      color: #354657;
      margin-bottom: 0; }
    .wqa-design .typo-grid__title-info {
      font-size: 16px;
      color: #354657;
      font-weight: 400; }
    .wqa-design .typo-grid__pattern {
      padding: 20px;
      margin-bottom: 0 !important;
      border: none !important;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15); }
      @media screen and (min-width: 768px) {
        .wqa-design .typo-grid__pattern {
          padding: 40px; } }
      .wqa-design .typo-grid__pattern--group1 {
        order: 1; }
      .wqa-design .typo-grid__pattern--group2 {
        order: 2;
        background-color: #354657;
        color: #FFFFFF; }
        .wqa-design .typo-grid__pattern--group2 .typo-grid__pattern-info {
          color: #FFFFFF; }
        .wqa-design .typo-grid__pattern--group2 .typo-grid__pattern-item {
          border-color: #FFFFFF; }
      @media screen and (min-width: 1024px) {
        .wqa-design .typo-grid__pattern {
          order: initial; } }
      .wqa-design .typo-grid__pattern--hero .typo-grid__pattern-item {
        border-bottom: none;
        margin-bottom: 0;
        padding: 0; }
    .wqa-design .typo-grid__pattern-item {
      border-bottom: 1px solid #354657;
      margin-bottom: 25px;
      padding-bottom: 20px; }
      .wqa-design .typo-grid__pattern-item h1, .wqa-design .typo-grid__pattern-item h2, .wqa-design .typo-grid__pattern-item h3, .wqa-design .typo-grid__pattern-item h4, .wqa-design .typo-grid__pattern-item h5, .wqa-design .typo-grid__pattern-item h6 {
        margin-bottom: 10px; }
      .wqa-design .typo-grid__pattern-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .wqa-design .typo-grid__pattern-info {
      font-size: 14px;
      font-weight: 400;
      color: #354657; }
    .wqa-design .typo-grid--desktop {
      display: none; }
      @media screen and (min-width: 768px) {
        .wqa-design .typo-grid--desktop {
          display: grid; } }
    .wqa-design .typo-grid--mobile {
      display: grid; }
      @media screen and (min-width: 768px) {
        .wqa-design .typo-grid--mobile {
          display: none; } }
  .wqa-design .content-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto; }
    @media screen and (min-width: 1024px) {
      .wqa-design .content-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto; } }
    .wqa-design .content-grid__head p {
      margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .wqa-design .content-grid__head {
        grid-area: 1 / 1 / 1 / -1; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .content-grid__head--half {
        grid-area: 1 / 1 / 1 / 1; } }
    @media screen and (min-width: 1024px) {
      .wqa-design .content-grid__head--half.content-grid__head--rhs {
        grid-area: 1 / 2 / 1 / -1; } }
    .wqa-design .content-grid__item {
      padding: 20px;
      margin-bottom: 0 !important;
      border: none !important;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15);
      display: flex;
      flex-wrap: wrap; }
      @media screen and (min-width: 768px) {
        .wqa-design .content-grid__item {
          padding: 30px; } }
    .wqa-design .content-grid__item-foot {
      margin-top: auto;
      margin-bottom: 0; }
    .wqa-design .content-grid__title {
      font-size: 22px;
      color: #354657;
      margin-bottom: 0;
      margin-top: 60px; }
      @media screen and (min-width: 1024px) {
        .wqa-design .content-grid__title {
          margin-top: 80px; } }
    .wqa-design .content-grid__title-info {
      font-size: 16px;
      color: #354657;
      font-weight: 400; }
    .wqa-design .content-grid__item-content {
      width: 100%; }
    .wqa-design .content-grid__item-foot {
      padding-top: 20px; }
      .wqa-design .content-grid__item-foot p {
        margin-bottom: 0; }
    .wqa-design .content-grid__box {
      padding: 20px;
      border: 2px solid #D1D1D1;
      margin: 15px 0;
      width: 100%; }
    .wqa-design .content-grid--desktop {
      display: none; }
      @media screen and (min-width: 768px) {
        .wqa-design .content-grid--desktop {
          display: grid; } }
    .wqa-design .content-grid--mobile {
      display: grid; }
      @media screen and (min-width: 768px) {
        .wqa-design .content-grid--mobile {
          display: none; } }
  .wqa-design .styleguide-item__title {
    font-size: 22px;
    color: #354657;
    margin-bottom: 10px; }
  .wqa-design .styleguide-item__info {
    font-size: 16px;
    color: #354657;
    font-weight: 400;
    margin-bottom: 35px; }
  .wqa-design .icon-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 30px);
    grid-auto-rows: 30px; }
    .wqa-design .icon-grid__wrap {
      display: flex; }
      .wqa-design .icon-grid__wrap .icon-grid {
        margin-right: 70px; }
    .wqa-design .icon-grid--2 {
      grid-template-columns: repeat(2, 30px); }
    .wqa-design .icon-grid--4 {
      grid-template-columns: repeat(4, 30px); }
    .wqa-design .icon-grid--11 {
      grid-template-columns: repeat(11, 30px); }
  @media (max-width: 900px) {
    .wqa-design .side-nav {
      display: none !important; } }

/********************************************
Icons
*********************************************/
[class*="icon--"] {
  display: inline-block;
  font-size: 1.2904rem; }

[class*="icon--"]:before {
  content: '';
  display: inline-block;
  background-image: url("/_ui/desktop/common/images/icons/sprite.svg");
  background-size: 1325.125em 1325.125em;
  margin-right: 0.5em;
  top: 0;
  left: 0;
  position: absolute; }

.icon--add {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--add:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -0.3125em -0.3125em; }
  .icon--add.icon--brand:before {
    background-position: -2.8125em -2.8125em; }
  .icon--add.icon--white:before {
    background-position: -20.3125em -20.3125em; }

.icon--add-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--add-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -2.8125em -2.8125em; }

.icon--add-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--add-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -5.3125em -5.3125em; }
  .icon--add-circle:not(.icon--no-hover):hover:before {
    background-position: -10.3125em -10.3125em; }
  .icon--add-circle.icon--brand:before {
    background-position: -7.8125em -7.8125em; }
  .icon--add-circle.icon--brand:hover:before {
    background-position: -12.8125em -12.8125em; }
  .icon--add-circle.icon--hover-brand:hover:before {
    background-position: -12.8125em -12.8125em; }
  .icon--add-circle.icon--white:before {
    background-position: -17.8125em -17.8125em; }
  .icon--add-circle.icon--white:hover:before {
    background-position: -15.3125em -15.3125em; }
  .icon--add-circle.icon--white-brand:hover:before {
    background-position: -15.3125em -15.3125em; }

.icon--add-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--add-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -7.8125em -7.8125em; }

.icon--add-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--add-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -10.3125em -10.3125em; }
  .icon--add-circle-fill.icon--brand:before {
    background-position: -12.8125em -12.8125em; }
  .icon--add-circle-fill.icon--white:before {
    background-position: -15.3125em -15.3125em; }

.icon--add-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--add-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -12.8125em -12.8125em; }

.icon--add-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--add-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -15.3125em -15.3125em; }

.icon--add-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--add-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -17.8125em -17.8125em; }

.icon--add-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--add-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -20.3125em -20.3125em; }

.icon--alert {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--alert:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -22.8125em -22.8125em; }
  .icon--alert.icon--brand:before {
    background-position: -25.3125em -25.3125em; }
  .icon--alert.icon--white:before {
    background-position: -42.8125em -42.8125em; }

.icon--alert-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--alert-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -25.3125em -25.3125em; }

.icon--alert-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--alert-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -27.8125em -27.8125em; }
  .icon--alert-circle:not(.icon--no-hover):hover:before {
    background-position: -32.8125em -32.8125em; }
  .icon--alert-circle.icon--brand:before {
    background-position: -30.3125em -30.3125em; }
  .icon--alert-circle.icon--brand:hover:before {
    background-position: -35.3125em -35.3125em; }
  .icon--alert-circle.icon--hover-brand:hover:before {
    background-position: -35.3125em -35.3125em; }
  .icon--alert-circle.icon--white:before {
    background-position: -40.3125em -40.3125em; }
  .icon--alert-circle.icon--white:hover:before {
    background-position: -37.8125em -37.8125em; }
  .icon--alert-circle.icon--white-brand:hover:before {
    background-position: -37.8125em -37.8125em; }

.icon--alert-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--alert-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -30.3125em -30.3125em; }

.icon--alert-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--alert-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -32.8125em -32.8125em; }
  .icon--alert-circle-fill.icon--brand:before {
    background-position: -35.3125em -35.3125em; }
  .icon--alert-circle-fill.icon--white:before {
    background-position: -37.8125em -37.8125em; }

.icon--alert-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--alert-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -35.3125em -35.3125em; }

.icon--alert-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--alert-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -37.8125em -37.8125em; }

.icon--alert-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--alert-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -40.3125em -40.3125em; }

.icon--alert-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--alert-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -42.8125em -42.8125em; }

.icon--arrow-down {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -45.3125em -45.3125em; }
  .icon--arrow-down.icon--brand:before {
    background-position: -47.8125em -47.8125em; }
  .icon--arrow-down.icon--white:before {
    background-position: -65.3125em -65.3125em; }

.icon--arrow-down-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -47.8125em -47.8125em; }

.icon--arrow-down-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -50.3125em -50.3125em; }
  .icon--arrow-down-circle:not(.icon--no-hover):hover:before {
    background-position: -55.3125em -55.3125em; }
  .icon--arrow-down-circle.icon--brand:before {
    background-position: -52.8125em -52.8125em; }
  .icon--arrow-down-circle.icon--brand:hover:before {
    background-position: -57.8125em -57.8125em; }
  .icon--arrow-down-circle.icon--hover-brand:hover:before {
    background-position: -57.8125em -57.8125em; }
  .icon--arrow-down-circle.icon--white:before {
    background-position: -62.8125em -62.8125em; }
  .icon--arrow-down-circle.icon--white:hover:before {
    background-position: -60.3125em -60.3125em; }
  .icon--arrow-down-circle.icon--white-brand:hover:before {
    background-position: -60.3125em -60.3125em; }

.icon--arrow-down-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -52.8125em -52.8125em; }

.icon--arrow-down-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -55.3125em -55.3125em; }
  .icon--arrow-down-circle-fill.icon--brand:before {
    background-position: -57.8125em -57.8125em; }
  .icon--arrow-down-circle-fill.icon--white:before {
    background-position: -60.3125em -60.3125em; }

.icon--arrow-down-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -57.8125em -57.8125em; }

.icon--arrow-down-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -60.3125em -60.3125em; }

.icon--arrow-down-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -62.8125em -62.8125em; }

.icon--arrow-down-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-down-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -65.3125em -65.3125em; }

.icon--arrow-left {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -67.8125em -67.8125em; }
  .icon--arrow-left.icon--brand:before {
    background-position: -70.3125em -70.3125em; }
  .icon--arrow-left.icon--white:before {
    background-position: -87.8125em -87.8125em; }

.icon--arrow-left-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -70.3125em -70.3125em; }

.icon--arrow-left-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -72.8125em -72.8125em; }
  .icon--arrow-left-circle:not(.icon--no-hover):hover:before {
    background-position: -77.8125em -77.8125em; }
  .icon--arrow-left-circle.icon--brand:before {
    background-position: -75.3125em -75.3125em; }
  .icon--arrow-left-circle.icon--brand:hover:before {
    background-position: -80.3125em -80.3125em; }
  .icon--arrow-left-circle.icon--hover-brand:hover:before {
    background-position: -80.3125em -80.3125em; }
  .icon--arrow-left-circle.icon--white:before {
    background-position: -85.3125em -85.3125em; }
  .icon--arrow-left-circle.icon--white:hover:before {
    background-position: -82.8125em -82.8125em; }
  .icon--arrow-left-circle.icon--white-brand:hover:before {
    background-position: -82.8125em -82.8125em; }

.icon--arrow-left-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -75.3125em -75.3125em; }

.icon--arrow-left-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -77.8125em -77.8125em; }
  .icon--arrow-left-circle-fill.icon--brand:before {
    background-position: -80.3125em -80.3125em; }
  .icon--arrow-left-circle-fill.icon--white:before {
    background-position: -82.8125em -82.8125em; }

.icon--arrow-left-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -80.3125em -80.3125em; }

.icon--arrow-left-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -82.8125em -82.8125em; }

.icon--arrow-left-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -85.3125em -85.3125em; }

.icon--arrow-left-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-left-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -87.8125em -87.8125em; }

.icon--arrow-right {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -90.3125em -90.3125em; }
  .icon--arrow-right.icon--brand:before {
    background-position: -92.8125em -92.8125em; }
  .icon--arrow-right.icon--white:before {
    background-position: -110.3125em -110.3125em; }

.icon--arrow-right-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -92.8125em -92.8125em; }

.icon--arrow-right-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -95.3125em -95.3125em; }
  .icon--arrow-right-circle:not(.icon--no-hover):hover:before {
    background-position: -100.3125em -100.3125em; }
  .icon--arrow-right-circle.icon--brand:before {
    background-position: -97.8125em -97.8125em; }
  .icon--arrow-right-circle.icon--brand:hover:before {
    background-position: -102.8125em -102.8125em; }
  .icon--arrow-right-circle.icon--hover-brand:hover:before {
    background-position: -102.8125em -102.8125em; }
  .icon--arrow-right-circle.icon--white:before {
    background-position: -107.8125em -107.8125em; }
  .icon--arrow-right-circle.icon--white:hover:before {
    background-position: -105.3125em -105.3125em; }
  .icon--arrow-right-circle.icon--white-brand:hover:before {
    background-position: -105.3125em -105.3125em; }

.icon--arrow-right-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -97.8125em -97.8125em; }

.icon--arrow-right-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -100.3125em -100.3125em; }
  .icon--arrow-right-circle-fill.icon--brand:before {
    background-position: -102.8125em -102.8125em; }
  .icon--arrow-right-circle-fill.icon--white:before {
    background-position: -105.3125em -105.3125em; }

.icon--arrow-right-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -102.8125em -102.8125em; }

.icon--arrow-right-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -105.3125em -105.3125em; }

.icon--arrow-right-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -107.8125em -107.8125em; }

.icon--arrow-right-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-right-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -110.3125em -110.3125em; }

.icon--arrow-up {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -112.8125em -112.8125em; }
  .icon--arrow-up.icon--brand:before {
    background-position: -115.3125em -115.3125em; }
  .icon--arrow-up.icon--white:before {
    background-position: -132.8125em -132.8125em; }

.icon--arrow-up-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -115.3125em -115.3125em; }

.icon--arrow-up-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -117.8125em -117.8125em; }
  .icon--arrow-up-circle:not(.icon--no-hover):hover:before {
    background-position: -122.8125em -122.8125em; }
  .icon--arrow-up-circle.icon--brand:before {
    background-position: -120.3125em -120.3125em; }
  .icon--arrow-up-circle.icon--brand:hover:before {
    background-position: -125.3125em -125.3125em; }
  .icon--arrow-up-circle.icon--hover-brand:hover:before {
    background-position: -125.3125em -125.3125em; }
  .icon--arrow-up-circle.icon--white:before {
    background-position: -130.3125em -130.3125em; }
  .icon--arrow-up-circle.icon--white:hover:before {
    background-position: -127.8125em -127.8125em; }
  .icon--arrow-up-circle.icon--white-brand:hover:before {
    background-position: -127.8125em -127.8125em; }

.icon--arrow-up-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -120.3125em -120.3125em; }

.icon--arrow-up-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -122.8125em -122.8125em; }
  .icon--arrow-up-circle-fill.icon--brand:before {
    background-position: -125.3125em -125.3125em; }
  .icon--arrow-up-circle-fill.icon--white:before {
    background-position: -127.8125em -127.8125em; }

.icon--arrow-up-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -125.3125em -125.3125em; }

.icon--arrow-up-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -127.8125em -127.8125em; }

.icon--arrow-up-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -130.3125em -130.3125em; }

.icon--arrow-up-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrow-up-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -132.8125em -132.8125em; }

.icon--arrows-down {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-down:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -135.3125em -135.3125em; }
  .icon--arrows-down.icon--brand:before {
    background-position: -137.8125em -137.8125em; }
  .icon--arrows-down.icon--white:before {
    background-position: -155.3125em -155.3125em; }

.icon--arrows-down-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-down-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -137.8125em -137.8125em; }

.icon--arrows-down-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-down-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -140.3125em -140.3125em; }
  .icon--arrows-down-circle:not(.icon--no-hover):hover:before {
    background-position: -145.3125em -145.3125em; }
  .icon--arrows-down-circle.icon--brand:before {
    background-position: -142.8125em -142.8125em; }
  .icon--arrows-down-circle.icon--brand:hover:before {
    background-position: -147.8125em -147.8125em; }
  .icon--arrows-down-circle.icon--hover-brand:hover:before {
    background-position: -147.8125em -147.8125em; }
  .icon--arrows-down-circle.icon--white:before {
    background-position: -152.8125em -152.8125em; }
  .icon--arrows-down-circle.icon--white:hover:before {
    background-position: -150.3125em -150.3125em; }
  .icon--arrows-down-circle.icon--white-brand:hover:before {
    background-position: -150.3125em -150.3125em; }

.icon--arrows-down-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-down-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -142.8125em -142.8125em; }

.icon--arrows-down-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-down-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -145.3125em -145.3125em; }
  .icon--arrows-down-circle-fill.icon--brand:before {
    background-position: -147.8125em -147.8125em; }
  .icon--arrows-down-circle-fill.icon--white:before {
    background-position: -150.3125em -150.3125em; }

.icon--arrows-down-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-down-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -147.8125em -147.8125em; }

.icon--arrows-down-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-down-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -150.3125em -150.3125em; }

.icon--arrows-down-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-down-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -152.8125em -152.8125em; }

.icon--arrows-down-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-down-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -155.3125em -155.3125em; }

.icon--arrows-left {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-left:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -157.8125em -157.8125em; }
  .icon--arrows-left.icon--brand:before {
    background-position: -160.3125em -160.3125em; }
  .icon--arrows-left.icon--white:before {
    background-position: -177.8125em -177.8125em; }

.icon--arrows-left-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-left-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -160.3125em -160.3125em; }

.icon--arrows-left-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-left-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -162.8125em -162.8125em; }
  .icon--arrows-left-circle:not(.icon--no-hover):hover:before {
    background-position: -167.8125em -167.8125em; }
  .icon--arrows-left-circle.icon--brand:before {
    background-position: -165.3125em -165.3125em; }
  .icon--arrows-left-circle.icon--brand:hover:before {
    background-position: -170.3125em -170.3125em; }
  .icon--arrows-left-circle.icon--hover-brand:hover:before {
    background-position: -170.3125em -170.3125em; }
  .icon--arrows-left-circle.icon--white:before {
    background-position: -175.3125em -175.3125em; }
  .icon--arrows-left-circle.icon--white:hover:before {
    background-position: -172.8125em -172.8125em; }
  .icon--arrows-left-circle.icon--white-brand:hover:before {
    background-position: -172.8125em -172.8125em; }

.icon--arrows-left-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-left-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -165.3125em -165.3125em; }

.icon--arrows-left-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-left-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -167.8125em -167.8125em; }
  .icon--arrows-left-circle-fill.icon--brand:before {
    background-position: -170.3125em -170.3125em; }
  .icon--arrows-left-circle-fill.icon--white:before {
    background-position: -172.8125em -172.8125em; }

.icon--arrows-left-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-left-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -170.3125em -170.3125em; }

.icon--arrows-left-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-left-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -172.8125em -172.8125em; }

.icon--arrows-left-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-left-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -175.3125em -175.3125em; }

.icon--arrows-left-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-left-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -177.8125em -177.8125em; }

.icon--arrows-right {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-right:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -180.3125em -180.3125em; }
  .icon--arrows-right.icon--brand:before {
    background-position: -182.8125em -182.8125em; }
  .icon--arrows-right.icon--white:before {
    background-position: -200.3125em -200.3125em; }

.icon--arrows-right-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-right-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -182.8125em -182.8125em; }

.icon--arrows-right-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-right-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -185.3125em -185.3125em; }
  .icon--arrows-right-circle:not(.icon--no-hover):hover:before {
    background-position: -190.3125em -190.3125em; }
  .icon--arrows-right-circle.icon--brand:before {
    background-position: -187.8125em -187.8125em; }
  .icon--arrows-right-circle.icon--brand:hover:before {
    background-position: -192.8125em -192.8125em; }
  .icon--arrows-right-circle.icon--hover-brand:hover:before {
    background-position: -192.8125em -192.8125em; }
  .icon--arrows-right-circle.icon--white:before {
    background-position: -197.8125em -197.8125em; }
  .icon--arrows-right-circle.icon--white:hover:before {
    background-position: -195.3125em -195.3125em; }
  .icon--arrows-right-circle.icon--white-brand:hover:before {
    background-position: -195.3125em -195.3125em; }

.icon--arrows-right-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-right-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -187.8125em -187.8125em; }

.icon--arrows-right-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-right-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -190.3125em -190.3125em; }
  .icon--arrows-right-circle-fill.icon--brand:before {
    background-position: -192.8125em -192.8125em; }
  .icon--arrows-right-circle-fill.icon--white:before {
    background-position: -195.3125em -195.3125em; }

.icon--arrows-right-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-right-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -192.8125em -192.8125em; }

.icon--arrows-right-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-right-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -195.3125em -195.3125em; }

.icon--arrows-right-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-right-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -197.8125em -197.8125em; }

.icon--arrows-right-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-right-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -200.3125em -200.3125em; }

.icon--arrows-up {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-up:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -202.8125em -202.8125em; }
  .icon--arrows-up.icon--brand:before {
    background-position: -205.3125em -205.3125em; }
  .icon--arrows-up.icon--white:before {
    background-position: -222.8125em -222.8125em; }

.icon--arrows-up-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-up-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -205.3125em -205.3125em; }

.icon--arrows-up-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-up-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -207.8125em -207.8125em; }
  .icon--arrows-up-circle:not(.icon--no-hover):hover:before {
    background-position: -212.8125em -212.8125em; }
  .icon--arrows-up-circle.icon--brand:before {
    background-position: -210.3125em -210.3125em; }
  .icon--arrows-up-circle.icon--brand:hover:before {
    background-position: -215.3125em -215.3125em; }
  .icon--arrows-up-circle.icon--hover-brand:hover:before {
    background-position: -215.3125em -215.3125em; }
  .icon--arrows-up-circle.icon--white:before {
    background-position: -220.3125em -220.3125em; }
  .icon--arrows-up-circle.icon--white:hover:before {
    background-position: -217.8125em -217.8125em; }
  .icon--arrows-up-circle.icon--white-brand:hover:before {
    background-position: -217.8125em -217.8125em; }

.icon--arrows-up-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-up-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -210.3125em -210.3125em; }

.icon--arrows-up-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-up-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -212.8125em -212.8125em; }
  .icon--arrows-up-circle-fill.icon--brand:before {
    background-position: -215.3125em -215.3125em; }
  .icon--arrows-up-circle-fill.icon--white:before {
    background-position: -217.8125em -217.8125em; }

.icon--arrows-up-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-up-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -215.3125em -215.3125em; }

.icon--arrows-up-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-up-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -217.8125em -217.8125em; }

.icon--arrows-up-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-up-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -220.3125em -220.3125em; }

.icon--arrows-up-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--arrows-up-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -222.8125em -222.8125em; }

.icon--articles {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--articles:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -225.3125em -225.3125em; }
  .icon--articles:not(.icon--no-hover):hover:before {
    background-position: -227.8125em -227.8125em; }

.icon--articles-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--articles-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -227.8125em -227.8125em; }

.icon--auth-account {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--auth-account:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -230.3125em -230.3125em; }
  .icon--auth-account:not(.icon--no-hover):hover:before {
    background-position: -232.8125em -232.8125em; }

.icon--auth-account-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--auth-account-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -232.8125em -232.8125em; }

.icon--bag {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bag:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -235.3125em -235.3125em; }
  .icon--bag:not(.icon--no-hover):hover:before {
    background-position: -240.3125em -240.3125em; }
  .icon--bag.icon--brand:before {
    background-position: -237.8125em -237.8125em; }
  .icon--bag.icon--brand:hover:before {
    background-position: -242.8125em -242.8125em; }
  .icon--bag.icon--hover-brand:hover:before {
    background-position: -242.8125em -242.8125em; }
  .icon--bag.icon--white:before {
    background-position: -247.8125em -247.8125em; }
  .icon--bag.icon--white:hover:before {
    background-position: -245.3125em -245.3125em; }
  .icon--bag.icon--white-brand:hover:before {
    background-position: -245.3125em -245.3125em; }

.icon--bag-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bag-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -237.8125em -237.8125em; }

.icon--bag-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bag-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -240.3125em -240.3125em; }
  .icon--bag-fill.icon--brand:before {
    background-position: -242.8125em -242.8125em; }
  .icon--bag-fill.icon--white:before {
    background-position: -245.3125em -245.3125em; }

.icon--bag-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bag-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -242.8125em -242.8125em; }

.icon--bag-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bag-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -245.3125em -245.3125em; }

.icon--bag-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bag-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -247.8125em -247.8125em; }

.icon--bookmark {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bookmark:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -250.3125em -250.3125em; }
  .icon--bookmark:not(.icon--no-hover):hover:before {
    background-position: -270.3125em -270.3125em; }
  .icon--bookmark.icon--brand:before {
    background-position: -252.8125em -252.8125em; }
  .icon--bookmark.icon--brand:hover:before {
    background-position: -272.8125em -272.8125em; }
  .icon--bookmark.icon--hover-brand:hover:before {
    background-position: -272.8125em -272.8125em; }
  .icon--bookmark.icon--white:before {
    background-position: -277.8125em -277.8125em; }
  .icon--bookmark.icon--white:hover:before {
    background-position: -275.3125em -275.3125em; }
  .icon--bookmark.icon--white-brand:hover:before {
    background-position: -275.3125em -275.3125em; }

.icon--bookmark-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bookmark-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -252.8125em -252.8125em; }

.icon--bookmark-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bookmark-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -255.3125em -255.3125em; }
  .icon--bookmark-circle:not(.icon--no-hover):hover:before {
    background-position: -260.3125em -260.3125em; }
  .icon--bookmark-circle.icon--brand:before {
    background-position: -257.8125em -257.8125em; }
  .icon--bookmark-circle.icon--brand:hover:before {
    background-position: -262.8125em -262.8125em; }
  .icon--bookmark-circle.icon--hover-brand:hover:before {
    background-position: -262.8125em -262.8125em; }
  .icon--bookmark-circle.icon--white:before {
    background-position: -267.8125em -267.8125em; }
  .icon--bookmark-circle.icon--white:hover:before {
    background-position: -265.3125em -265.3125em; }
  .icon--bookmark-circle.icon--white-brand:hover:before {
    background-position: -265.3125em -265.3125em; }

.icon--bookmark-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bookmark-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -257.8125em -257.8125em; }

.icon--bookmark-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bookmark-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -260.3125em -260.3125em; }
  .icon--bookmark-circle-fill.icon--brand:before {
    background-position: -262.8125em -262.8125em; }
  .icon--bookmark-circle-fill.icon--white:before {
    background-position: -265.3125em -265.3125em; }

.icon--bookmark-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bookmark-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -262.8125em -262.8125em; }

.icon--bookmark-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bookmark-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -265.3125em -265.3125em; }

.icon--bookmark-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bookmark-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -267.8125em -267.8125em; }

.icon--bookmark-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bookmark-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -270.3125em -270.3125em; }
  .icon--bookmark-fill.icon--brand:before {
    background-position: -272.8125em -272.8125em; }
  .icon--bookmark-fill.icon--white:before {
    background-position: -275.3125em -275.3125em; }

.icon--bookmark-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bookmark-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -272.8125em -272.8125em; }

.icon--bookmark-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bookmark-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -275.3125em -275.3125em; }

.icon--bookmark-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--bookmark-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -277.8125em -277.8125em; }

.icon--burger {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--burger:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -280.3125em -280.3125em; }
  .icon--burger.icon--brand:before {
    background-position: -282.8125em -282.8125em; }
  .icon--burger.icon--white:before {
    background-position: -285.3125em -285.3125em; }

.icon--burger-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--burger-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -282.8125em -282.8125em; }

.icon--burger-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--burger-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -285.3125em -285.3125em; }

.icon--calendar {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--calendar:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -287.8125em -287.8125em; }
  .icon--calendar.icon--brand:before {
    background-position: -290.3125em -290.3125em; }
  .icon--calendar.icon--white:before {
    background-position: -300.3125em -300.3125em; }

.icon--calendar-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--calendar-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -290.3125em -290.3125em; }

.icon--calendar-edit {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--calendar-edit:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -292.8125em -292.8125em; }
  .icon--calendar-edit.icon--brand:before {
    background-position: -295.3125em -295.3125em; }
  .icon--calendar-edit.icon--white:before {
    background-position: -297.8125em -297.8125em; }

.icon--calendar-edit-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--calendar-edit-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -295.3125em -295.3125em; }

.icon--calendar-edit-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--calendar-edit-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -297.8125em -297.8125em; }

.icon--calendar-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--calendar-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -300.3125em -300.3125em; }

.icon--click {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--click:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -302.8125em -302.8125em; }
  .icon--click.icon--brand:before {
    background-position: -305.3125em -305.3125em; }
  .icon--click.icon--white:before {
    background-position: -307.8125em -307.8125em; }

.icon--click-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--click-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -305.3125em -305.3125em; }

.icon--click-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--click-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -307.8125em -307.8125em; }

.icon--comment {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--comment:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -310.3125em -310.3125em; }
  .icon--comment:not(.icon--no-hover):hover:before {
    background-position: -330.3125em -330.3125em; }
  .icon--comment.icon--brand:before {
    background-position: -312.8125em -312.8125em; }
  .icon--comment.icon--brand:hover:before {
    background-position: -332.8125em -332.8125em; }
  .icon--comment.icon--hover-brand:hover:before {
    background-position: -332.8125em -332.8125em; }
  .icon--comment.icon--white:before {
    background-position: -337.8125em -337.8125em; }
  .icon--comment.icon--white:hover:before {
    background-position: -335.3125em -335.3125em; }
  .icon--comment.icon--white-brand:hover:before {
    background-position: -335.3125em -335.3125em; }

.icon--comment-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--comment-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -312.8125em -312.8125em; }

.icon--comment-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--comment-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -315.3125em -315.3125em; }
  .icon--comment-circle:not(.icon--no-hover):hover:before {
    background-position: -320.3125em -320.3125em; }
  .icon--comment-circle.icon--brand:before {
    background-position: -317.8125em -317.8125em; }
  .icon--comment-circle.icon--brand:hover:before {
    background-position: -322.8125em -322.8125em; }
  .icon--comment-circle.icon--hover-brand:hover:before {
    background-position: -322.8125em -322.8125em; }
  .icon--comment-circle.icon--white:before {
    background-position: -327.8125em -327.8125em; }
  .icon--comment-circle.icon--white:hover:before {
    background-position: -325.3125em -325.3125em; }
  .icon--comment-circle.icon--white-brand:hover:before {
    background-position: -325.3125em -325.3125em; }

.icon--comment-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--comment-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -317.8125em -317.8125em; }

.icon--comment-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--comment-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -320.3125em -320.3125em; }
  .icon--comment-circle-fill.icon--brand:before {
    background-position: -322.8125em -322.8125em; }
  .icon--comment-circle-fill.icon--white:before {
    background-position: -325.3125em -325.3125em; }

.icon--comment-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--comment-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -322.8125em -322.8125em; }

.icon--comment-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--comment-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -325.3125em -325.3125em; }

.icon--comment-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--comment-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -327.8125em -327.8125em; }

.icon--comment-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--comment-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -330.3125em -330.3125em; }
  .icon--comment-fill.icon--brand:before {
    background-position: -332.8125em -332.8125em; }
  .icon--comment-fill.icon--white:before {
    background-position: -335.3125em -335.3125em; }

.icon--comment-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--comment-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -332.8125em -332.8125em; }

.icon--comment-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--comment-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -335.3125em -335.3125em; }

.icon--comment-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--comment-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -337.8125em -337.8125em; }

.icon--complete {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--complete:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -340.3125em -340.3125em; }
  .icon--complete.icon--brand:before {
    background-position: -342.8125em -342.8125em; }
  .icon--complete.icon--white:before {
    background-position: -360.3125em -360.3125em; }

.icon--complete-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--complete-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -342.8125em -342.8125em; }

.icon--complete-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--complete-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -345.3125em -345.3125em; }
  .icon--complete-circle:not(.icon--no-hover):hover:before {
    background-position: -350.3125em -350.3125em; }
  .icon--complete-circle.icon--brand:before {
    background-position: -347.8125em -347.8125em; }
  .icon--complete-circle.icon--brand:hover:before {
    background-position: -352.8125em -352.8125em; }
  .icon--complete-circle.icon--hover-brand:hover:before {
    background-position: -352.8125em -352.8125em; }
  .icon--complete-circle.icon--white:before {
    background-position: -357.8125em -357.8125em; }
  .icon--complete-circle.icon--white:hover:before {
    background-position: -355.3125em -355.3125em; }
  .icon--complete-circle.icon--white-brand:hover:before {
    background-position: -355.3125em -355.3125em; }

.icon--complete-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--complete-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -347.8125em -347.8125em; }

.icon--complete-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--complete-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -350.3125em -350.3125em; }
  .icon--complete-circle-fill.icon--brand:before {
    background-position: -352.8125em -352.8125em; }
  .icon--complete-circle-fill.icon--white:before {
    background-position: -355.3125em -355.3125em; }

.icon--complete-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--complete-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -352.8125em -352.8125em; }

.icon--complete-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--complete-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -355.3125em -355.3125em; }

.icon--complete-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--complete-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -357.8125em -357.8125em; }

.icon--complete-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--complete-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -360.3125em -360.3125em; }

.icon--contact {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--contact:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -362.8125em -362.8125em; }
  .icon--contact.icon--brand:before {
    background-position: -365.3125em -365.3125em; }
  .icon--contact.icon--white:before {
    background-position: -382.8125em -382.8125em; }

.icon--contact-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--contact-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -365.3125em -365.3125em; }

.icon--contact-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--contact-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -367.8125em -367.8125em; }
  .icon--contact-circle:not(.icon--no-hover):hover:before {
    background-position: -372.8125em -372.8125em; }
  .icon--contact-circle.icon--brand:before {
    background-position: -370.3125em -370.3125em; }
  .icon--contact-circle.icon--brand:hover:before {
    background-position: -375.3125em -375.3125em; }
  .icon--contact-circle.icon--hover-brand:hover:before {
    background-position: -375.3125em -375.3125em; }
  .icon--contact-circle.icon--white:before {
    background-position: -380.3125em -380.3125em; }
  .icon--contact-circle.icon--white:hover:before {
    background-position: -377.8125em -377.8125em; }
  .icon--contact-circle.icon--white-brand:hover:before {
    background-position: -377.8125em -377.8125em; }

.icon--contact-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--contact-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -370.3125em -370.3125em; }

.icon--contact-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--contact-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -372.8125em -372.8125em; }
  .icon--contact-circle-fill.icon--brand:before {
    background-position: -375.3125em -375.3125em; }
  .icon--contact-circle-fill.icon--white:before {
    background-position: -377.8125em -377.8125em; }

.icon--contact-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--contact-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -375.3125em -375.3125em; }

.icon--contact-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--contact-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -377.8125em -377.8125em; }

.icon--contact-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--contact-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -380.3125em -380.3125em; }

.icon--contact-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--contact-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -382.8125em -382.8125em; }

.icon--cross {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--cross:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -385.3125em -385.3125em; }
  .icon--cross.icon--brand:before {
    background-position: -387.8125em -387.8125em; }
  .icon--cross.icon--white:before {
    background-position: -405.3125em -405.3125em; }

.icon--cross-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--cross-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -387.8125em -387.8125em; }

.icon--cross-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--cross-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -390.3125em -390.3125em; }
  .icon--cross-circle:not(.icon--no-hover):hover:before {
    background-position: -395.3125em -395.3125em; }
  .icon--cross-circle.icon--brand:before {
    background-position: -392.8125em -392.8125em; }
  .icon--cross-circle.icon--brand:hover:before {
    background-position: -397.8125em -397.8125em; }
  .icon--cross-circle.icon--hover-brand:hover:before {
    background-position: -397.8125em -397.8125em; }
  .icon--cross-circle.icon--white:before {
    background-position: -402.8125em -402.8125em; }
  .icon--cross-circle.icon--white:hover:before {
    background-position: -400.3125em -400.3125em; }
  .icon--cross-circle.icon--white-brand:hover:before {
    background-position: -400.3125em -400.3125em; }

.icon--cross-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--cross-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -392.8125em -392.8125em; }

.icon--cross-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--cross-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -395.3125em -395.3125em; }
  .icon--cross-circle-fill.icon--brand:before {
    background-position: -397.8125em -397.8125em; }
  .icon--cross-circle-fill.icon--white:before {
    background-position: -400.3125em -400.3125em; }

.icon--cross-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--cross-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -397.8125em -397.8125em; }

.icon--cross-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--cross-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -400.3125em -400.3125em; }

.icon--cross-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--cross-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -402.8125em -402.8125em; }

.icon--cross-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--cross-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -405.3125em -405.3125em; }

.icon--delivery {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--delivery:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -407.8125em -407.8125em; }
  .icon--delivery.icon--brand:before {
    background-position: -410.3125em -410.3125em; }
  .icon--delivery.icon--white:before {
    background-position: -427.8125em -427.8125em; }

.icon--delivery-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--delivery-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -410.3125em -410.3125em; }

.icon--delivery-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--delivery-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -412.8125em -412.8125em; }
  .icon--delivery-circle:not(.icon--no-hover):hover:before {
    background-position: -417.8125em -417.8125em; }
  .icon--delivery-circle.icon--brand:before {
    background-position: -415.3125em -415.3125em; }
  .icon--delivery-circle.icon--brand:hover:before {
    background-position: -420.3125em -420.3125em; }
  .icon--delivery-circle.icon--hover-brand:hover:before {
    background-position: -420.3125em -420.3125em; }
  .icon--delivery-circle.icon--white:before {
    background-position: -425.3125em -425.3125em; }
  .icon--delivery-circle.icon--white:hover:before {
    background-position: -422.8125em -422.8125em; }
  .icon--delivery-circle.icon--white-brand:hover:before {
    background-position: -422.8125em -422.8125em; }

.icon--delivery-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--delivery-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -415.3125em -415.3125em; }

.icon--delivery-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--delivery-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -417.8125em -417.8125em; }
  .icon--delivery-circle-fill.icon--brand:before {
    background-position: -420.3125em -420.3125em; }
  .icon--delivery-circle-fill.icon--white:before {
    background-position: -422.8125em -422.8125em; }

.icon--delivery-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--delivery-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -420.3125em -420.3125em; }

.icon--delivery-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--delivery-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -422.8125em -422.8125em; }

.icon--delivery-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--delivery-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -425.3125em -425.3125em; }

.icon--delivery-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--delivery-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -427.8125em -427.8125em; }

.icon--diffused {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--diffused:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -430.3125em -430.3125em; }
  .icon--diffused.icon--white:before {
    background-position: -442.8125em -442.8125em; }

.icon--diffused-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--diffused-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -432.8125em -432.8125em; }
  .icon--diffused-circle:not(.icon--no-hover):hover:before {
    background-position: -435.3125em -435.3125em; }
  .icon--diffused-circle.icon--white:before {
    background-position: -440.3125em -440.3125em; }
  .icon--diffused-circle.icon--white:hover:before {
    background-position: -437.8125em -437.8125em; }
  .icon--diffused-circle.icon--white-brand:hover:before {
    background-position: -437.8125em -437.8125em; }

.icon--diffused-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--diffused-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -435.3125em -435.3125em; }
  .icon--diffused-circle-fill.icon--white:before {
    background-position: -437.8125em -437.8125em; }

.icon--diffused-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--diffused-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -437.8125em -437.8125em; }

.icon--diffused-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--diffused-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -440.3125em -440.3125em; }

.icon--diffused-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--diffused-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -442.8125em -442.8125em; }

.icon--dilluted {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dilluted:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -445.3125em -445.3125em; }
  .icon--dilluted.icon--white:before {
    background-position: -457.8125em -457.8125em; }

.icon--dilluted-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dilluted-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -447.8125em -447.8125em; }
  .icon--dilluted-circle:not(.icon--no-hover):hover:before {
    background-position: -450.3125em -450.3125em; }
  .icon--dilluted-circle.icon--white:before {
    background-position: -455.3125em -455.3125em; }
  .icon--dilluted-circle.icon--white:hover:before {
    background-position: -452.8125em -452.8125em; }
  .icon--dilluted-circle.icon--white-brand:hover:before {
    background-position: -452.8125em -452.8125em; }

.icon--dilluted-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dilluted-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -450.3125em -450.3125em; }
  .icon--dilluted-circle-fill.icon--white:before {
    background-position: -452.8125em -452.8125em; }

.icon--dilluted-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dilluted-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -452.8125em -452.8125em; }

.icon--dilluted-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dilluted-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -455.3125em -455.3125em; }

.icon--dilluted-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dilluted-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -457.8125em -457.8125em; }

.icon--dislike {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dislike:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -460.3125em -460.3125em; }
  .icon--dislike:not(.icon--no-hover):hover:before {
    background-position: -480.3125em -480.3125em; }
  .icon--dislike.icon--brand:before {
    background-position: -462.8125em -462.8125em; }
  .icon--dislike.icon--brand:hover:before {
    background-position: -482.8125em -482.8125em; }
  .icon--dislike.icon--hover-brand:hover:before {
    background-position: -482.8125em -482.8125em; }
  .icon--dislike.icon--white:before {
    background-position: -487.8125em -487.8125em; }
  .icon--dislike.icon--white:hover:before {
    background-position: -485.3125em -485.3125em; }
  .icon--dislike.icon--white-brand:hover:before {
    background-position: -485.3125em -485.3125em; }

.icon--dislike-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dislike-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -462.8125em -462.8125em; }

.icon--dislike-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dislike-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -465.3125em -465.3125em; }
  .icon--dislike-circle:not(.icon--no-hover):hover:before {
    background-position: -470.3125em -470.3125em; }
  .icon--dislike-circle.icon--brand:before {
    background-position: -467.8125em -467.8125em; }
  .icon--dislike-circle.icon--brand:hover:before {
    background-position: -472.8125em -472.8125em; }
  .icon--dislike-circle.icon--hover-brand:hover:before {
    background-position: -472.8125em -472.8125em; }
  .icon--dislike-circle.icon--white:before {
    background-position: -477.8125em -477.8125em; }
  .icon--dislike-circle.icon--white:hover:before {
    background-position: -475.3125em -475.3125em; }
  .icon--dislike-circle.icon--white-brand:hover:before {
    background-position: -475.3125em -475.3125em; }

.icon--dislike-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dislike-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -467.8125em -467.8125em; }

.icon--dislike-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dislike-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -470.3125em -470.3125em; }
  .icon--dislike-circle-fill.icon--brand:before {
    background-position: -472.8125em -472.8125em; }
  .icon--dislike-circle-fill.icon--white:before {
    background-position: -475.3125em -475.3125em; }

.icon--dislike-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dislike-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -472.8125em -472.8125em; }

.icon--dislike-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dislike-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -475.3125em -475.3125em; }

.icon--dislike-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dislike-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -477.8125em -477.8125em; }

.icon--dislike-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dislike-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -480.3125em -480.3125em; }
  .icon--dislike-fill.icon--brand:before {
    background-position: -482.8125em -482.8125em; }
  .icon--dislike-fill.icon--white:before {
    background-position: -485.3125em -485.3125em; }

.icon--dislike-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dislike-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -482.8125em -482.8125em; }

.icon--dislike-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dislike-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -485.3125em -485.3125em; }

.icon--dislike-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--dislike-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -487.8125em -487.8125em; }

.icon--download {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--download:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -490.3125em -490.3125em; }
  .icon--download:not(.icon--no-hover):hover:before {
    background-position: -510.3125em -510.3125em; }
  .icon--download.icon--brand:before {
    background-position: -492.8125em -492.8125em; }
  .icon--download.icon--brand:hover:before {
    background-position: -512.8125em -512.8125em; }
  .icon--download.icon--hover-brand:hover:before {
    background-position: -512.8125em -512.8125em; }
  .icon--download.icon--white:before {
    background-position: -517.8125em -517.8125em; }
  .icon--download.icon--white:hover:before {
    background-position: -515.3125em -515.3125em; }
  .icon--download.icon--white-brand:hover:before {
    background-position: -515.3125em -515.3125em; }

.icon--download-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--download-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -492.8125em -492.8125em; }

.icon--download-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--download-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -495.3125em -495.3125em; }
  .icon--download-circle:not(.icon--no-hover):hover:before {
    background-position: -500.3125em -500.3125em; }
  .icon--download-circle.icon--brand:before {
    background-position: -497.8125em -497.8125em; }
  .icon--download-circle.icon--brand:hover:before {
    background-position: -502.8125em -502.8125em; }
  .icon--download-circle.icon--hover-brand:hover:before {
    background-position: -502.8125em -502.8125em; }
  .icon--download-circle.icon--white:before {
    background-position: -507.8125em -507.8125em; }
  .icon--download-circle.icon--white:hover:before {
    background-position: -505.3125em -505.3125em; }
  .icon--download-circle.icon--white-brand:hover:before {
    background-position: -505.3125em -505.3125em; }

.icon--download-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--download-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -497.8125em -497.8125em; }

.icon--download-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--download-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -500.3125em -500.3125em; }
  .icon--download-circle-fill.icon--brand:before {
    background-position: -502.8125em -502.8125em; }
  .icon--download-circle-fill.icon--white:before {
    background-position: -505.3125em -505.3125em; }

.icon--download-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--download-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -502.8125em -502.8125em; }

.icon--download-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--download-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -505.3125em -505.3125em; }

.icon--download-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--download-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -507.8125em -507.8125em; }

.icon--download-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--download-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -510.3125em -510.3125em; }
  .icon--download-fill.icon--brand:before {
    background-position: -512.8125em -512.8125em; }
  .icon--download-fill.icon--white:before {
    background-position: -515.3125em -515.3125em; }

.icon--download-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--download-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -512.8125em -512.8125em; }

.icon--download-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--download-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -515.3125em -515.3125em; }

.icon--download-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--download-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -517.8125em -517.8125em; }

.icon--edit {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--edit:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -520.3125em -520.3125em; }
  .icon--edit.icon--white:before {
    background-position: -530.3125em -530.3125em; }

.icon--edit-date {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--edit-date:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -522.8125em -522.8125em; }
  .icon--edit-date.icon--brand:before {
    background-position: -525.3125em -525.3125em; }
  .icon--edit-date.icon--white:before {
    background-position: -527.8125em -527.8125em; }

.icon--edit-date-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--edit-date-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -525.3125em -525.3125em; }

.icon--edit-date-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--edit-date-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -527.8125em -527.8125em; }

.icon--edit-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--edit-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -530.3125em -530.3125em; }

.icon--error-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--error-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -532.8125em -532.8125em; }

.icon--error-fill-danger {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--error-fill-danger:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -535.3125em -535.3125em; }

.icon--error-outline {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--error-outline:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -537.8125em -537.8125em; }

.icon--error-outline-danger {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--error-outline-danger:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -540.3125em -540.3125em; }

.icon--favorite {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--favorite:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -542.8125em -542.8125em; }
  .icon--favorite:not(.icon--no-hover):hover:before {
    background-position: -547.8125em -547.8125em; }
  .icon--favorite.icon--brand:before {
    background-position: -545.3125em -545.3125em; }
  .icon--favorite.icon--brand:hover:before {
    background-position: -550.3125em -550.3125em; }
  .icon--favorite.icon--hover-brand:hover:before {
    background-position: -550.3125em -550.3125em; }
  .icon--favorite.icon--white:before {
    background-position: -555.3125em -555.3125em; }
  .icon--favorite.icon--white:hover:before {
    background-position: -552.8125em -552.8125em; }
  .icon--favorite.icon--white-brand:hover:before {
    background-position: -552.8125em -552.8125em; }

.icon--favorite-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--favorite-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -545.3125em -545.3125em; }

.icon--favorite-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--favorite-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -547.8125em -547.8125em; }
  .icon--favorite-fill.icon--brand:before {
    background-position: -550.3125em -550.3125em; }
  .icon--favorite-fill.icon--white:before {
    background-position: -552.8125em -552.8125em; }

.icon--favorite-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--favorite-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -550.3125em -550.3125em; }

.icon--favorite-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--favorite-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -552.8125em -552.8125em; }

.icon--favorite-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--favorite-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -555.3125em -555.3125em; }

.icon--feedback {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--feedback:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -557.8125em -557.8125em; }
  .icon--feedback.icon--brand:before {
    background-position: -560.3125em -560.3125em; }
  .icon--feedback.icon--white:before {
    background-position: -562.8125em -562.8125em; }

.icon--feedback-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--feedback-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -560.3125em -560.3125em; }

.icon--feedback-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--feedback-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -562.8125em -562.8125em; }

.icon--globe {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--globe:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -565.3125em -565.3125em; }
  .icon--globe.icon--brand:before {
    background-position: -567.8125em -567.8125em; }
  .icon--globe.icon--white:before {
    background-position: -570.3125em -570.3125em; }

.icon--globe-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--globe-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -567.8125em -567.8125em; }

.icon--globe-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--globe-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -570.3125em -570.3125em; }

.icon--grid {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--grid:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -572.8125em -572.8125em; }
  .icon--grid.icon--brand:before {
    background-position: -575.3125em -575.3125em; }
  .icon--grid.icon--white:before {
    background-position: -577.8125em -577.8125em; }

.icon--grid-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--grid-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -575.3125em -575.3125em; }

.icon--grid-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--grid-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -577.8125em -577.8125em; }

.icon--help {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--help:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -580.3125em -580.3125em; }
  .icon--help.icon--brand:before {
    background-position: -582.8125em -582.8125em; }
  .icon--help.icon--white:before {
    background-position: -600.3125em -600.3125em; }

.icon--help-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--help-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -582.8125em -582.8125em; }

.icon--help-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--help-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -585.3125em -585.3125em; }
  .icon--help-circle:not(.icon--no-hover):hover:before {
    background-position: -590.3125em -590.3125em; }
  .icon--help-circle.icon--brand:before {
    background-position: -587.8125em -587.8125em; }
  .icon--help-circle.icon--brand:hover:before {
    background-position: -592.8125em -592.8125em; }
  .icon--help-circle.icon--hover-brand:hover:before {
    background-position: -592.8125em -592.8125em; }
  .icon--help-circle.icon--white:before {
    background-position: -597.8125em -597.8125em; }
  .icon--help-circle.icon--white:hover:before {
    background-position: -595.3125em -595.3125em; }
  .icon--help-circle.icon--white-brand:hover:before {
    background-position: -595.3125em -595.3125em; }

.icon--help-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--help-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -587.8125em -587.8125em; }

.icon--help-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--help-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -590.3125em -590.3125em; }
  .icon--help-circle-fill.icon--brand:before {
    background-position: -592.8125em -592.8125em; }
  .icon--help-circle-fill.icon--white:before {
    background-position: -595.3125em -595.3125em; }

.icon--help-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--help-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -592.8125em -592.8125em; }

.icon--help-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--help-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -595.3125em -595.3125em; }

.icon--help-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--help-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -597.8125em -597.8125em; }

.icon--help-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--help-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -600.3125em -600.3125em; }

.icon--home {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--home:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -602.8125em -602.8125em; }
  .icon--home.icon--brand:before {
    background-position: -605.3125em -605.3125em; }
  .icon--home.icon--white:before {
    background-position: -622.8125em -622.8125em; }

.icon--home-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--home-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -605.3125em -605.3125em; }

.icon--home-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--home-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -607.8125em -607.8125em; }
  .icon--home-circle:not(.icon--no-hover):hover:before {
    background-position: -612.8125em -612.8125em; }
  .icon--home-circle.icon--brand:before {
    background-position: -610.3125em -610.3125em; }
  .icon--home-circle.icon--brand:hover:before {
    background-position: -615.3125em -615.3125em; }
  .icon--home-circle.icon--hover-brand:hover:before {
    background-position: -615.3125em -615.3125em; }
  .icon--home-circle.icon--white:before {
    background-position: -620.3125em -620.3125em; }
  .icon--home-circle.icon--white:hover:before {
    background-position: -617.8125em -617.8125em; }
  .icon--home-circle.icon--white-brand:hover:before {
    background-position: -617.8125em -617.8125em; }

.icon--home-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--home-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -610.3125em -610.3125em; }

.icon--home-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--home-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -612.8125em -612.8125em; }
  .icon--home-circle-fill.icon--brand:before {
    background-position: -615.3125em -615.3125em; }
  .icon--home-circle-fill.icon--white:before {
    background-position: -617.8125em -617.8125em; }

.icon--home-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--home-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -615.3125em -615.3125em; }

.icon--home-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--home-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -617.8125em -617.8125em; }

.icon--home-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--home-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -620.3125em -620.3125em; }

.icon--home-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--home-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -622.8125em -622.8125em; }

.icon--images {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--images:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -625.3125em -625.3125em; }
  .icon--images:not(.icon--no-hover):hover:before {
    background-position: -627.8125em -627.8125em; }

.icon--images-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--images-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -627.8125em -627.8125em; }

.icon--info {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--info:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -630.3125em -630.3125em; }
  .icon--info.icon--brand:before {
    background-position: -632.8125em -632.8125em; }
  .icon--info.icon--white:before {
    background-position: -650.3125em -650.3125em; }

.icon--info-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--info-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -632.8125em -632.8125em; }

.icon--info-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--info-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -635.3125em -635.3125em; }
  .icon--info-circle:not(.icon--no-hover):hover:before {
    background-position: -640.3125em -640.3125em; }
  .icon--info-circle.icon--brand:before {
    background-position: -637.8125em -637.8125em; }
  .icon--info-circle.icon--brand:hover:before {
    background-position: -642.8125em -642.8125em; }
  .icon--info-circle.icon--hover-brand:hover:before {
    background-position: -642.8125em -642.8125em; }
  .icon--info-circle.icon--white:before {
    background-position: -647.8125em -647.8125em; }
  .icon--info-circle.icon--white:hover:before {
    background-position: -645.3125em -645.3125em; }
  .icon--info-circle.icon--white-brand:hover:before {
    background-position: -645.3125em -645.3125em; }

.icon--info-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--info-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -637.8125em -637.8125em; }

.icon--info-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--info-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -640.3125em -640.3125em; }
  .icon--info-circle-fill.icon--brand:before {
    background-position: -642.8125em -642.8125em; }
  .icon--info-circle-fill.icon--white:before {
    background-position: -645.3125em -645.3125em; }

.icon--info-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--info-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -642.8125em -642.8125em; }

.icon--info-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--info-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -645.3125em -645.3125em; }

.icon--info-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--info-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -647.8125em -647.8125em; }

.icon--info-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--info-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -650.3125em -650.3125em; }

.icon--internally {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--internally:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -652.8125em -652.8125em; }
  .icon--internally.icon--white:before {
    background-position: -665.3125em -665.3125em; }

.icon--internally-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--internally-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -655.3125em -655.3125em; }
  .icon--internally-circle:not(.icon--no-hover):hover:before {
    background-position: -657.8125em -657.8125em; }
  .icon--internally-circle.icon--white:before {
    background-position: -662.8125em -662.8125em; }
  .icon--internally-circle.icon--white:hover:before {
    background-position: -660.3125em -660.3125em; }
  .icon--internally-circle.icon--white-brand:hover:before {
    background-position: -660.3125em -660.3125em; }

.icon--internally-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--internally-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -657.8125em -657.8125em; }
  .icon--internally-circle-fill.icon--white:before {
    background-position: -660.3125em -660.3125em; }

.icon--internally-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--internally-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -660.3125em -660.3125em; }

.icon--internally-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--internally-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -662.8125em -662.8125em; }

.icon--internally-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--internally-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -665.3125em -665.3125em; }

.icon--like {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--like:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -667.8125em -667.8125em; }
  .icon--like:not(.icon--no-hover):hover:before {
    background-position: -687.8125em -687.8125em; }
  .icon--like.icon--brand:before {
    background-position: -670.3125em -670.3125em; }
  .icon--like.icon--brand:hover:before {
    background-position: -690.3125em -690.3125em; }
  .icon--like.icon--hover-brand:hover:before {
    background-position: -690.3125em -690.3125em; }
  .icon--like.icon--white:before {
    background-position: -695.3125em -695.3125em; }
  .icon--like.icon--white:hover:before {
    background-position: -692.8125em -692.8125em; }
  .icon--like.icon--white-brand:hover:before {
    background-position: -692.8125em -692.8125em; }

.icon--like-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--like-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -670.3125em -670.3125em; }

.icon--like-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--like-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -672.8125em -672.8125em; }
  .icon--like-circle:not(.icon--no-hover):hover:before {
    background-position: -677.8125em -677.8125em; }
  .icon--like-circle.icon--brand:before {
    background-position: -675.3125em -675.3125em; }
  .icon--like-circle.icon--brand:hover:before {
    background-position: -680.3125em -680.3125em; }
  .icon--like-circle.icon--hover-brand:hover:before {
    background-position: -680.3125em -680.3125em; }
  .icon--like-circle.icon--white:before {
    background-position: -685.3125em -685.3125em; }
  .icon--like-circle.icon--white:hover:before {
    background-position: -682.8125em -682.8125em; }
  .icon--like-circle.icon--white-brand:hover:before {
    background-position: -682.8125em -682.8125em; }

.icon--like-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--like-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -675.3125em -675.3125em; }

.icon--like-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--like-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -677.8125em -677.8125em; }
  .icon--like-circle-fill.icon--brand:before {
    background-position: -680.3125em -680.3125em; }
  .icon--like-circle-fill.icon--white:before {
    background-position: -682.8125em -682.8125em; }

.icon--like-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--like-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -680.3125em -680.3125em; }

.icon--like-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--like-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -682.8125em -682.8125em; }

.icon--like-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--like-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -685.3125em -685.3125em; }

.icon--like-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--like-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -687.8125em -687.8125em; }
  .icon--like-fill.icon--brand:before {
    background-position: -690.3125em -690.3125em; }
  .icon--like-fill.icon--white:before {
    background-position: -692.8125em -692.8125em; }

.icon--like-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--like-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -690.3125em -690.3125em; }

.icon--like-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--like-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -692.8125em -692.8125em; }

.icon--like-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--like-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -695.3125em -695.3125em; }

.icon--link {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--link:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -697.8125em -697.8125em; }
  .icon--link.icon--brand:before {
    background-position: -700.3125em -700.3125em; }
  .icon--link.icon--white:before {
    background-position: -717.8125em -717.8125em; }

.icon--link-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--link-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -700.3125em -700.3125em; }

.icon--link-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--link-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -702.8125em -702.8125em; }
  .icon--link-circle:not(.icon--no-hover):hover:before {
    background-position: -707.8125em -707.8125em; }
  .icon--link-circle.icon--brand:before {
    background-position: -705.3125em -705.3125em; }
  .icon--link-circle.icon--brand:hover:before {
    background-position: -710.3125em -710.3125em; }
  .icon--link-circle.icon--hover-brand:hover:before {
    background-position: -710.3125em -710.3125em; }
  .icon--link-circle.icon--white:before {
    background-position: -715.3125em -715.3125em; }
  .icon--link-circle.icon--white:hover:before {
    background-position: -712.8125em -712.8125em; }
  .icon--link-circle.icon--white-brand:hover:before {
    background-position: -712.8125em -712.8125em; }

.icon--link-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--link-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -705.3125em -705.3125em; }

.icon--link-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--link-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -707.8125em -707.8125em; }
  .icon--link-circle-fill.icon--brand:before {
    background-position: -710.3125em -710.3125em; }
  .icon--link-circle-fill.icon--white:before {
    background-position: -712.8125em -712.8125em; }

.icon--link-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--link-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -710.3125em -710.3125em; }

.icon--link-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--link-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -712.8125em -712.8125em; }

.icon--link-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--link-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -715.3125em -715.3125em; }

.icon--link-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--link-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -717.8125em -717.8125em; }

.icon--list {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--list:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -720.3125em -720.3125em; }
  .icon--list.icon--brand:before {
    background-position: -722.8125em -722.8125em; }
  .icon--list.icon--white:before {
    background-position: -725.3125em -725.3125em; }

.icon--list-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--list-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -722.8125em -722.8125em; }

.icon--list-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--list-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -725.3125em -725.3125em; }

.icon--literature {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--literature:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -727.8125em -727.8125em; }
  .icon--literature:not(.icon--no-hover):hover:before {
    background-position: -730.3125em -730.3125em; }

.icon--literature-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--literature-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -730.3125em -730.3125em; }

.icon--locked {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--locked:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -732.8125em -732.8125em; }
  .icon--locked.icon--white:before {
    background-position: -735.3125em -735.3125em; }

.icon--locked-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--locked-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -735.3125em -735.3125em; }

.icon--loyalty-order {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--loyalty-order:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -737.8125em -737.8125em; }
  .icon--loyalty-order.icon--brand:before {
    background-position: -740.3125em -740.3125em; }
  .icon--loyalty-order.icon--white:before {
    background-position: -742.8125em -742.8125em; }

.icon--loyalty-order-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--loyalty-order-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -740.3125em -740.3125em; }

.icon--loyalty-order-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--loyalty-order-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -742.8125em -742.8125em; }

.icon--lrp-date {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--lrp-date:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -745.3125em -745.3125em; }
  .icon--lrp-date.icon--brand:before {
    background-position: -747.8125em -747.8125em; }
  .icon--lrp-date.icon--white:before {
    background-position: -750.3125em -750.3125em; }

.icon--lrp-date-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--lrp-date-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -747.8125em -747.8125em; }

.icon--lrp-date-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--lrp-date-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -750.3125em -750.3125em; }

.icon--macron {
  width: 2.0625em;
  height: 2.0625em; }
  .icon--macron:before {
    width: 2.0625em;
    height: 2.0625em;
    background-position: -752.8125em -752.8125em; }

.icon--message {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--message:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -755.4375em -755.4375em; }
  .icon--message.icon--brand:before {
    background-position: -757.9375em -757.9375em; }
  .icon--message.icon--white:before {
    background-position: -760.4375em -760.4375em; }

.icon--message-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--message-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -757.9375em -757.9375em; }

.icon--message-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--message-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -760.4375em -760.4375em; }

.icon--minus {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--minus:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -762.9375em -762.9375em; }
  .icon--minus.icon--brand:before {
    background-position: -765.4375em -765.4375em; }
  .icon--minus.icon--white:before {
    background-position: -782.9375em -782.9375em; }

.icon--minus-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--minus-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -765.4375em -765.4375em; }

.icon--minus-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--minus-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -767.9375em -767.9375em; }
  .icon--minus-circle:not(.icon--no-hover):hover:before {
    background-position: -772.9375em -772.9375em; }
  .icon--minus-circle.icon--brand:before {
    background-position: -770.4375em -770.4375em; }
  .icon--minus-circle.icon--brand:hover:before {
    background-position: -775.4375em -775.4375em; }
  .icon--minus-circle.icon--hover-brand:hover:before {
    background-position: -775.4375em -775.4375em; }
  .icon--minus-circle.icon--white:before {
    background-position: -780.4375em -780.4375em; }
  .icon--minus-circle.icon--white:hover:before {
    background-position: -777.9375em -777.9375em; }
  .icon--minus-circle.icon--white-brand:hover:before {
    background-position: -777.9375em -777.9375em; }

.icon--minus-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--minus-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -770.4375em -770.4375em; }

.icon--minus-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--minus-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -772.9375em -772.9375em; }
  .icon--minus-circle-fill.icon--brand:before {
    background-position: -775.4375em -775.4375em; }
  .icon--minus-circle-fill.icon--white:before {
    background-position: -777.9375em -777.9375em; }

.icon--minus-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--minus-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -775.4375em -775.4375em; }

.icon--minus-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--minus-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -777.9375em -777.9375em; }

.icon--minus-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--minus-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -780.4375em -780.4375em; }

.icon--minus-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--minus-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -782.9375em -782.9375em; }

.icon--my-account {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-account:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -785.4375em -785.4375em; }
  .icon--my-account.icon--brand:before {
    background-position: -787.9375em -787.9375em; }
  .icon--my-account.icon--brand:hover:before {
    background-position: -805.4375em -805.4375em; }
  .icon--my-account.icon--hover-brand:hover:before {
    background-position: -805.4375em -805.4375em; }
  .icon--my-account.icon--white:before {
    background-position: -807.9375em -807.9375em; }

.icon--my-account-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-account-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -787.9375em -787.9375em; }

.icon--my-account-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-account-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -790.4375em -790.4375em; }
  .icon--my-account-circle:not(.icon--no-hover):hover:before {
    background-position: -795.4375em -795.4375em; }
  .icon--my-account-circle.icon--brand:before {
    background-position: -792.9375em -792.9375em; }
  .icon--my-account-circle.icon--brand:hover:before {
    background-position: -797.9375em -797.9375em; }
  .icon--my-account-circle.icon--hover-brand:hover:before {
    background-position: -797.9375em -797.9375em; }
  .icon--my-account-circle.icon--white:before {
    background-position: -802.9375em -802.9375em; }
  .icon--my-account-circle.icon--white:hover:before {
    background-position: -800.4375em -800.4375em; }
  .icon--my-account-circle.icon--white-brand:hover:before {
    background-position: -800.4375em -800.4375em; }

.icon--my-account-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-account-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -792.9375em -792.9375em; }

.icon--my-account-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-account-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -795.4375em -795.4375em; }
  .icon--my-account-circle-fill.icon--brand:before {
    background-position: -797.9375em -797.9375em; }
  .icon--my-account-circle-fill.icon--white:before {
    background-position: -800.4375em -800.4375em; }

.icon--my-account-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-account-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -797.9375em -797.9375em; }

.icon--my-account-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-account-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -800.4375em -800.4375em; }

.icon--my-account-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-account-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -802.9375em -802.9375em; }

.icon--my-account-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-account-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -805.4375em -805.4375em; }

.icon--my-account-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-account-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -807.9375em -807.9375em; }

.icon--my-office {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-office:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -810.4375em -810.4375em; }
  .icon--my-office.icon--brand:before {
    background-position: -812.9375em -812.9375em; }
  .icon--my-office.icon--white:before {
    background-position: -830.4375em -830.4375em; }

.icon--my-office-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-office-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -812.9375em -812.9375em; }

.icon--my-office-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-office-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -815.4375em -815.4375em; }
  .icon--my-office-circle:not(.icon--no-hover):hover:before {
    background-position: -820.4375em -820.4375em; }
  .icon--my-office-circle.icon--brand:before {
    background-position: -817.9375em -817.9375em; }
  .icon--my-office-circle.icon--brand:hover:before {
    background-position: -822.9375em -822.9375em; }
  .icon--my-office-circle.icon--hover-brand:hover:before {
    background-position: -822.9375em -822.9375em; }
  .icon--my-office-circle.icon--white:before {
    background-position: -827.9375em -827.9375em; }
  .icon--my-office-circle.icon--white:hover:before {
    background-position: -825.4375em -825.4375em; }
  .icon--my-office-circle.icon--white-brand:hover:before {
    background-position: -825.4375em -825.4375em; }

.icon--my-office-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-office-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -817.9375em -817.9375em; }

.icon--my-office-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-office-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -820.4375em -820.4375em; }
  .icon--my-office-circle-fill.icon--brand:before {
    background-position: -822.9375em -822.9375em; }
  .icon--my-office-circle-fill.icon--white:before {
    background-position: -825.4375em -825.4375em; }

.icon--my-office-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-office-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -822.9375em -822.9375em; }

.icon--my-office-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-office-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -825.4375em -825.4375em; }

.icon--my-office-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-office-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -827.9375em -827.9375em; }

.icon--my-office-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-office-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -830.4375em -830.4375em; }

.icon--my-orders {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-orders:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -832.9375em -832.9375em; }
  .icon--my-orders.icon--brand:before {
    background-position: -835.4375em -835.4375em; }
  .icon--my-orders.icon--white:before {
    background-position: -837.9375em -837.9375em; }

.icon--my-orders-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-orders-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -835.4375em -835.4375em; }

.icon--my-orders-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--my-orders-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -837.9375em -837.9375em; }

.icon--natural {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--natural:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -840.4375em -840.4375em; }
  .icon--natural.icon--white:before {
    background-position: -852.9375em -852.9375em; }

.icon--natural-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--natural-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -842.9375em -842.9375em; }
  .icon--natural-circle:not(.icon--no-hover):hover:before {
    background-position: -845.4375em -845.4375em; }
  .icon--natural-circle.icon--white:before {
    background-position: -850.4375em -850.4375em; }
  .icon--natural-circle.icon--white:hover:before {
    background-position: -847.9375em -847.9375em; }
  .icon--natural-circle.icon--white-brand:hover:before {
    background-position: -847.9375em -847.9375em; }

.icon--natural-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--natural-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -845.4375em -845.4375em; }
  .icon--natural-circle-fill.icon--white:before {
    background-position: -847.9375em -847.9375em; }

.icon--natural-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--natural-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -847.9375em -847.9375em; }

.icon--natural-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--natural-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -850.4375em -850.4375em; }

.icon--natural-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--natural-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -852.9375em -852.9375em; }

.icon--neat {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--neat:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -855.4375em -855.4375em; }
  .icon--neat.icon--white:before {
    background-position: -867.9375em -867.9375em; }

.icon--neat-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--neat-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -857.9375em -857.9375em; }
  .icon--neat-circle:not(.icon--no-hover):hover:before {
    background-position: -860.4375em -860.4375em; }
  .icon--neat-circle.icon--white:before {
    background-position: -865.4375em -865.4375em; }
  .icon--neat-circle.icon--white:hover:before {
    background-position: -862.9375em -862.9375em; }
  .icon--neat-circle.icon--white-brand:hover:before {
    background-position: -862.9375em -862.9375em; }

.icon--neat-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--neat-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -860.4375em -860.4375em; }
  .icon--neat-circle-fill.icon--white:before {
    background-position: -862.9375em -862.9375em; }

.icon--neat-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--neat-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -862.9375em -862.9375em; }

.icon--neat-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--neat-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -865.4375em -865.4375em; }

.icon--neat-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--neat-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -867.9375em -867.9375em; }

.icon--notification {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--notification:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -870.4375em -870.4375em; }
  .icon--notification.icon--brand:before {
    background-position: -872.9375em -872.9375em; }
  .icon--notification.icon--white:before {
    background-position: -875.4375em -875.4375em; }

.icon--notification-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--notification-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -872.9375em -872.9375em; }

.icon--notification-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--notification-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -875.4375em -875.4375em; }

.icon--notifications {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--notifications:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -877.9375em -877.9375em; }
  .icon--notifications.icon--brand:before {
    background-position: -880.4375em -880.4375em; }
  .icon--notifications.icon--white:before {
    background-position: -882.9375em -882.9375em; }

.icon--notifications-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--notifications-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -880.4375em -880.4375em; }

.icon--notifications-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--notifications-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -882.9375em -882.9375em; }

.icon--oil-drop-diluted {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--oil-drop-diluted:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -885.4375em -885.4375em; }

.icon--oil-drop-diluted-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--oil-drop-diluted-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -887.9375em -887.9375em; }
  .icon--oil-drop-diluted-circle:not(.icon--no-hover):hover:before {
    background-position: -890.4375em -890.4375em; }

.icon--oil-drop-diluted-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--oil-drop-diluted-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -890.4375em -890.4375em; }

.icon--oil-drop-neat {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--oil-drop-neat:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -892.9375em -892.9375em; }

.icon--oil-drop-neat-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--oil-drop-neat-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -895.4375em -895.4375em; }
  .icon--oil-drop-neat-circle:not(.icon--no-hover):hover:before {
    background-position: -897.9375em -897.9375em; }

.icon--oil-drop-neat-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--oil-drop-neat-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -897.9375em -897.9375em; }

.icon--oil-drop-sensitive {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--oil-drop-sensitive:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -900.4375em -900.4375em; }

.icon--oil-drop-sensitive-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--oil-drop-sensitive-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -902.9375em -902.9375em; }
  .icon--oil-drop-sensitive-circle:not(.icon--no-hover):hover:before {
    background-position: -905.4375em -905.4375em; }

.icon--oil-drop-sensitive-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--oil-drop-sensitive-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -905.4375em -905.4375em; }

.icon--one-time-order {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--one-time-order:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -907.9375em -907.9375em; }
  .icon--one-time-order.icon--white:before {
    background-position: -912.9375em -912.9375em; }

.icon--one-time-order-cool-blue {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--one-time-order-cool-blue:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -910.4375em -910.4375em; }

.icon--one-time-order-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--one-time-order-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -912.9375em -912.9375em; }

.icon--order {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--order:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -915.4375em -915.4375em; }
  .icon--order.icon--brand:before {
    background-position: -917.9375em -917.9375em; }
  .icon--order.icon--white:before {
    background-position: -935.4375em -935.4375em; }

.icon--order-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--order-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -917.9375em -917.9375em; }

.icon--order-complete {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--order-complete:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -920.4375em -920.4375em; }
  .icon--order-complete.icon--brand:before {
    background-position: -922.9375em -922.9375em; }
  .icon--order-complete.icon--white:before {
    background-position: -925.4375em -925.4375em; }

.icon--order-complete-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--order-complete-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -922.9375em -922.9375em; }

.icon--order-complete-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--order-complete-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -925.4375em -925.4375em; }

.icon--order-success {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--order-success:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -927.9375em -927.9375em; }
  .icon--order-success.icon--brand:before {
    background-position: -930.4375em -930.4375em; }
  .icon--order-success.icon--white:before {
    background-position: -932.9375em -932.9375em; }

.icon--order-success-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--order-success-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -930.4375em -930.4375em; }

.icon--order-success-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--order-success-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -932.9375em -932.9375em; }

.icon--order-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--order-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -935.4375em -935.4375em; }

.icon--payment-amex {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--payment-amex:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -937.9375em -937.9375em; }

.icon--payment-apple {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--payment-apple:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -940.4375em -940.4375em; }

.icon--payment-discover {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--payment-discover:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -942.9375em -942.9375em; }

.icon--payment-generic {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--payment-generic:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -945.4375em -945.4375em; }

.icon--payment-mastercard {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--payment-mastercard:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -947.9375em -947.9375em; }

.icon--payment-paypal {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--payment-paypal:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -950.4375em -950.4375em; }

.icon--payment-visa {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--payment-visa:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -952.9375em -952.9375em; }

.icon--pdf {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pdf:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -955.4375em -955.4375em; }
  .icon--pdf.icon--brand:before {
    background-position: -957.9375em -957.9375em; }
  .icon--pdf.icon--white:before {
    background-position: -975.4375em -975.4375em; }

.icon--pdf-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pdf-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -957.9375em -957.9375em; }

.icon--pdf-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pdf-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -960.4375em -960.4375em; }
  .icon--pdf-circle:not(.icon--no-hover):hover:before {
    background-position: -965.4375em -965.4375em; }
  .icon--pdf-circle.icon--brand:before {
    background-position: -962.9375em -962.9375em; }
  .icon--pdf-circle.icon--brand:hover:before {
    background-position: -967.9375em -967.9375em; }
  .icon--pdf-circle.icon--hover-brand:hover:before {
    background-position: -967.9375em -967.9375em; }
  .icon--pdf-circle.icon--white:before {
    background-position: -972.9375em -972.9375em; }
  .icon--pdf-circle.icon--white:hover:before {
    background-position: -970.4375em -970.4375em; }
  .icon--pdf-circle.icon--white-brand:hover:before {
    background-position: -970.4375em -970.4375em; }

.icon--pdf-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pdf-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -962.9375em -962.9375em; }

.icon--pdf-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pdf-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -965.4375em -965.4375em; }
  .icon--pdf-circle-fill.icon--brand:before {
    background-position: -967.9375em -967.9375em; }
  .icon--pdf-circle-fill.icon--white:before {
    background-position: -970.4375em -970.4375em; }

.icon--pdf-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pdf-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -967.9375em -967.9375em; }

.icon--pdf-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pdf-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -970.4375em -970.4375em; }

.icon--pdf-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pdf-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -972.9375em -972.9375em; }

.icon--pdf-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pdf-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -975.4375em -975.4375em; }

.icon--phone {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--phone:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -977.9375em -977.9375em; }
  .icon--phone.icon--brand:before {
    background-position: -980.4375em -980.4375em; }
  .icon--phone.icon--white:before {
    background-position: -997.9375em -997.9375em; }

.icon--phone-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--phone-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -980.4375em -980.4375em; }

.icon--phone-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--phone-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -982.9375em -982.9375em; }
  .icon--phone-circle:not(.icon--no-hover):hover:before {
    background-position: -987.9375em -987.9375em; }
  .icon--phone-circle.icon--brand:before {
    background-position: -985.4375em -985.4375em; }
  .icon--phone-circle.icon--brand:hover:before {
    background-position: -990.4375em -990.4375em; }
  .icon--phone-circle.icon--hover-brand:hover:before {
    background-position: -990.4375em -990.4375em; }
  .icon--phone-circle.icon--white:before {
    background-position: -995.4375em -995.4375em; }
  .icon--phone-circle.icon--white:hover:before {
    background-position: -992.9375em -992.9375em; }
  .icon--phone-circle.icon--white-brand:hover:before {
    background-position: -992.9375em -992.9375em; }

.icon--phone-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--phone-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -985.4375em -985.4375em; }

.icon--phone-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--phone-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -987.9375em -987.9375em; }
  .icon--phone-circle-fill.icon--brand:before {
    background-position: -990.4375em -990.4375em; }
  .icon--phone-circle-fill.icon--white:before {
    background-position: -992.9375em -992.9375em; }

.icon--phone-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--phone-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -990.4375em -990.4375em; }

.icon--phone-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--phone-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -992.9375em -992.9375em; }

.icon--phone-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--phone-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -995.4375em -995.4375em; }

.icon--phone-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--phone-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -997.9375em -997.9375em; }

.icon--pickup {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pickup:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1000.4375em -1000.4375em; }
  .icon--pickup.icon--brand:before {
    background-position: -1002.9375em -1002.9375em; }
  .icon--pickup.icon--white:before {
    background-position: -1020.4375em -1020.4375em; }

.icon--pickup-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pickup-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1002.9375em -1002.9375em; }

.icon--pickup-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pickup-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1005.4375em -1005.4375em; }
  .icon--pickup-circle:not(.icon--no-hover):hover:before {
    background-position: -1010.4375em -1010.4375em; }
  .icon--pickup-circle.icon--brand:before {
    background-position: -1007.9375em -1007.9375em; }
  .icon--pickup-circle.icon--brand:hover:before {
    background-position: -1012.9375em -1012.9375em; }
  .icon--pickup-circle.icon--hover-brand:hover:before {
    background-position: -1012.9375em -1012.9375em; }
  .icon--pickup-circle.icon--white:before {
    background-position: -1017.9375em -1017.9375em; }
  .icon--pickup-circle.icon--white:hover:before {
    background-position: -1015.4375em -1015.4375em; }
  .icon--pickup-circle.icon--white-brand:hover:before {
    background-position: -1015.4375em -1015.4375em; }

.icon--pickup-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pickup-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1007.9375em -1007.9375em; }

.icon--pickup-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pickup-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1010.4375em -1010.4375em; }
  .icon--pickup-circle-fill.icon--brand:before {
    background-position: -1012.9375em -1012.9375em; }
  .icon--pickup-circle-fill.icon--white:before {
    background-position: -1015.4375em -1015.4375em; }

.icon--pickup-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pickup-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1012.9375em -1012.9375em; }

.icon--pickup-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pickup-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1015.4375em -1015.4375em; }

.icon--pickup-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pickup-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1017.9375em -1017.9375em; }

.icon--pickup-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--pickup-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1020.4375em -1020.4375em; }

.icon--play {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--play:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1022.9375em -1022.9375em; }
  .icon--play:not(.icon--no-hover):hover:before {
    background-position: -1042.9375em -1042.9375em; }
  .icon--play.icon--brand:before {
    background-position: -1025.4375em -1025.4375em; }
  .icon--play.icon--brand:hover:before {
    background-position: -1045.4375em -1045.4375em; }
  .icon--play.icon--hover-brand:hover:before {
    background-position: -1045.4375em -1045.4375em; }
  .icon--play.icon--white:before {
    background-position: -1050.4375em -1050.4375em; }
  .icon--play.icon--white:hover:before {
    background-position: -1047.9375em -1047.9375em; }
  .icon--play.icon--white-brand:hover:before {
    background-position: -1047.9375em -1047.9375em; }

.icon--play-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--play-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1025.4375em -1025.4375em; }

.icon--play-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--play-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1027.9375em -1027.9375em; }
  .icon--play-circle:not(.icon--no-hover):hover:before {
    background-position: -1032.9375em -1032.9375em; }
  .icon--play-circle.icon--brand:before {
    background-position: -1030.4375em -1030.4375em; }
  .icon--play-circle.icon--brand:hover:before {
    background-position: -1035.4375em -1035.4375em; }
  .icon--play-circle.icon--hover-brand:hover:before {
    background-position: -1035.4375em -1035.4375em; }
  .icon--play-circle.icon--white:before {
    background-position: -1040.4375em -1040.4375em; }
  .icon--play-circle.icon--white:hover:before {
    background-position: -1037.9375em -1037.9375em; }
  .icon--play-circle.icon--white-brand:hover:before {
    background-position: -1037.9375em -1037.9375em; }

.icon--play-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--play-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1030.4375em -1030.4375em; }

.icon--play-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--play-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1032.9375em -1032.9375em; }
  .icon--play-circle-fill.icon--brand:before {
    background-position: -1035.4375em -1035.4375em; }
  .icon--play-circle-fill.icon--white:before {
    background-position: -1037.9375em -1037.9375em; }

.icon--play-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--play-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1035.4375em -1035.4375em; }

.icon--play-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--play-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1037.9375em -1037.9375em; }

.icon--play-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--play-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1040.4375em -1040.4375em; }

.icon--play-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--play-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1042.9375em -1042.9375em; }
  .icon--play-fill.icon--brand:before {
    background-position: -1045.4375em -1045.4375em; }
  .icon--play-fill.icon--white:before {
    background-position: -1047.9375em -1047.9375em; }

.icon--play-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--play-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1045.4375em -1045.4375em; }

.icon--play-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--play-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1047.9375em -1047.9375em; }

.icon--play-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--play-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1050.4375em -1050.4375em; }

.icon--print {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--print:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1052.9375em -1052.9375em; }
  .icon--print.icon--brand:before {
    background-position: -1055.4375em -1055.4375em; }
  .icon--print.icon--white:before {
    background-position: -1072.9375em -1072.9375em; }

.icon--print-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--print-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1055.4375em -1055.4375em; }

.icon--print-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--print-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1057.9375em -1057.9375em; }
  .icon--print-circle:not(.icon--no-hover):hover:before {
    background-position: -1062.9375em -1062.9375em; }
  .icon--print-circle.icon--brand:before {
    background-position: -1060.4375em -1060.4375em; }
  .icon--print-circle.icon--brand:hover:before {
    background-position: -1065.4375em -1065.4375em; }
  .icon--print-circle.icon--hover-brand:hover:before {
    background-position: -1065.4375em -1065.4375em; }
  .icon--print-circle.icon--white:before {
    background-position: -1070.4375em -1070.4375em; }
  .icon--print-circle.icon--white:hover:before {
    background-position: -1067.9375em -1067.9375em; }
  .icon--print-circle.icon--white-brand:hover:before {
    background-position: -1067.9375em -1067.9375em; }

.icon--print-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--print-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1060.4375em -1060.4375em; }

.icon--print-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--print-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1062.9375em -1062.9375em; }
  .icon--print-circle-fill.icon--brand:before {
    background-position: -1065.4375em -1065.4375em; }
  .icon--print-circle-fill.icon--white:before {
    background-position: -1067.9375em -1067.9375em; }

.icon--print-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--print-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1065.4375em -1065.4375em; }

.icon--print-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--print-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1067.9375em -1067.9375em; }

.icon--print-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--print-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1070.4375em -1070.4375em; }

.icon--print-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--print-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1072.9375em -1072.9375em; }

.icon--promotion {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--promotion:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1075.4375em -1075.4375em; }
  .icon--promotion.icon--brand:before {
    background-position: -1077.9375em -1077.9375em; }
  .icon--promotion.icon--white:before {
    background-position: -1080.4375em -1080.4375em; }

.icon--promotion-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--promotion-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1077.9375em -1077.9375em; }

.icon--promotion-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--promotion-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1080.4375em -1080.4375em; }

.icon--quote {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--quote:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1082.9375em -1082.9375em; }
  .icon--quote.icon--white:before {
    background-position: -1085.4375em -1085.4375em; }

.icon--quote-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--quote-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1085.4375em -1085.4375em; }

.icon--region {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--region:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1087.9375em -1087.9375em; }
  .icon--region.icon--brand:before {
    background-position: -1090.4375em -1090.4375em; }
  .icon--region.icon--white:before {
    background-position: -1092.9375em -1092.9375em; }

.icon--region-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--region-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1090.4375em -1090.4375em; }

.icon--region-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--region-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1092.9375em -1092.9375em; }

.icon--replacement {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--replacement:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1095.4375em -1095.4375em; }
  .icon--replacement.icon--brand:before {
    background-position: -1097.9375em -1097.9375em; }
  .icon--replacement.icon--white:before {
    background-position: -1107.9375em -1107.9375em; }

.icon--replacement-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--replacement-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1097.9375em -1097.9375em; }

.icon--replacement-order {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--replacement-order:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1100.4375em -1100.4375em; }
  .icon--replacement-order.icon--brand:before {
    background-position: -1102.9375em -1102.9375em; }
  .icon--replacement-order.icon--white:before {
    background-position: -1105.4375em -1105.4375em; }

.icon--replacement-order-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--replacement-order-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1102.9375em -1102.9375em; }

.icon--replacement-order-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--replacement-order-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1105.4375em -1105.4375em; }

.icon--replacement-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--replacement-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1107.9375em -1107.9375em; }

.icon--report {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--report:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1110.4375em -1110.4375em; }
  .icon--report.icon--brand:before {
    background-position: -1112.9375em -1112.9375em; }
  .icon--report.icon--white:before {
    background-position: -1115.4375em -1115.4375em; }

.icon--report-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--report-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1112.9375em -1112.9375em; }

.icon--report-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--report-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1115.4375em -1115.4375em; }

.icon--reports {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--reports:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1117.9375em -1117.9375em; }
  .icon--reports.icon--brand:before {
    background-position: -1120.4375em -1120.4375em; }
  .icon--reports.icon--white:before {
    background-position: -1122.9375em -1122.9375em; }

.icon--reports-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--reports-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1120.4375em -1120.4375em; }

.icon--reports-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--reports-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1122.9375em -1122.9375em; }

.icon--return {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--return:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1125.4375em -1125.4375em; }

.icon--return-order {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--return-order:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1127.9375em -1127.9375em; }
  .icon--return-order.icon--brand:before {
    background-position: -1130.4375em -1130.4375em; }
  .icon--return-order.icon--white:before {
    background-position: -1132.9375em -1132.9375em; }

.icon--return-order-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--return-order-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1130.4375em -1130.4375em; }

.icon--return-order-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--return-order-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1132.9375em -1132.9375em; }

.icon--rewards {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--rewards:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1135.4375em -1135.4375em; }
  .icon--rewards.icon--brand:before {
    background-position: -1137.9375em -1137.9375em; }
  .icon--rewards.icon--white:before {
    background-position: -1155.4375em -1155.4375em; }

.icon--rewards-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--rewards-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1137.9375em -1137.9375em; }

.icon--rewards-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--rewards-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1140.4375em -1140.4375em; }
  .icon--rewards-circle:not(.icon--no-hover):hover:before {
    background-position: -1145.4375em -1145.4375em; }
  .icon--rewards-circle.icon--brand:before {
    background-position: -1142.9375em -1142.9375em; }
  .icon--rewards-circle.icon--brand:hover:before {
    background-position: -1147.9375em -1147.9375em; }
  .icon--rewards-circle.icon--hover-brand:hover:before {
    background-position: -1147.9375em -1147.9375em; }
  .icon--rewards-circle.icon--white:before {
    background-position: -1152.9375em -1152.9375em; }
  .icon--rewards-circle.icon--white:hover:before {
    background-position: -1150.4375em -1150.4375em; }
  .icon--rewards-circle.icon--white-brand:hover:before {
    background-position: -1150.4375em -1150.4375em; }

.icon--rewards-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--rewards-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1142.9375em -1142.9375em; }

.icon--rewards-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--rewards-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1145.4375em -1145.4375em; }
  .icon--rewards-circle-fill.icon--brand:before {
    background-position: -1147.9375em -1147.9375em; }
  .icon--rewards-circle-fill.icon--white:before {
    background-position: -1150.4375em -1150.4375em; }

.icon--rewards-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--rewards-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1147.9375em -1147.9375em; }

.icon--rewards-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--rewards-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1150.4375em -1150.4375em; }

.icon--rewards-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--rewards-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1152.9375em -1152.9375em; }

.icon--rewards-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--rewards-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1155.4375em -1155.4375em; }

.icon--search {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--search:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1157.9375em -1157.9375em; }
  .icon--search.icon--brand:before {
    background-position: -1160.4375em -1160.4375em; }
  .icon--search.icon--white:before {
    background-position: -1162.9375em -1162.9375em; }

.icon--search-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--search-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1160.4375em -1160.4375em; }

.icon--search-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--search-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1162.9375em -1162.9375em; }

.icon--sensitive {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--sensitive:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1165.4375em -1165.4375em; }
  .icon--sensitive.icon--white:before {
    background-position: -1177.9375em -1177.9375em; }

.icon--sensitive-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--sensitive-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1167.9375em -1167.9375em; }
  .icon--sensitive-circle:not(.icon--no-hover):hover:before {
    background-position: -1170.4375em -1170.4375em; }
  .icon--sensitive-circle.icon--white:before {
    background-position: -1175.4375em -1175.4375em; }
  .icon--sensitive-circle.icon--white:hover:before {
    background-position: -1172.9375em -1172.9375em; }
  .icon--sensitive-circle.icon--white-brand:hover:before {
    background-position: -1172.9375em -1172.9375em; }

.icon--sensitive-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--sensitive-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1170.4375em -1170.4375em; }
  .icon--sensitive-circle-fill.icon--white:before {
    background-position: -1172.9375em -1172.9375em; }

.icon--sensitive-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--sensitive-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1172.9375em -1172.9375em; }

.icon--sensitive-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--sensitive-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1175.4375em -1175.4375em; }

.icon--sensitive-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--sensitive-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1177.9375em -1177.9375em; }

.icon--share {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--share:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1180.4375em -1180.4375em; }
  .icon--share.icon--brand:before {
    background-position: -1182.9375em -1182.9375em; }
  .icon--share.icon--white:before {
    background-position: -1200.4375em -1200.4375em; }

.icon--share-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--share-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1182.9375em -1182.9375em; }

.icon--share-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--share-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1185.4375em -1185.4375em; }
  .icon--share-circle:not(.icon--no-hover):hover:before {
    background-position: -1190.4375em -1190.4375em; }
  .icon--share-circle.icon--brand:before {
    background-position: -1187.9375em -1187.9375em; }
  .icon--share-circle.icon--brand:hover:before {
    background-position: -1192.9375em -1192.9375em; }
  .icon--share-circle.icon--hover-brand:hover:before {
    background-position: -1192.9375em -1192.9375em; }
  .icon--share-circle.icon--white:before {
    background-position: -1197.9375em -1197.9375em; }
  .icon--share-circle.icon--white:hover:before {
    background-position: -1195.4375em -1195.4375em; }
  .icon--share-circle.icon--white-brand:hover:before {
    background-position: -1195.4375em -1195.4375em; }

.icon--share-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--share-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1187.9375em -1187.9375em; }

.icon--share-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--share-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1190.4375em -1190.4375em; }
  .icon--share-circle-fill.icon--brand:before {
    background-position: -1192.9375em -1192.9375em; }
  .icon--share-circle-fill.icon--white:before {
    background-position: -1195.4375em -1195.4375em; }

.icon--share-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--share-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1192.9375em -1192.9375em; }

.icon--share-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--share-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1195.4375em -1195.4375em; }

.icon--share-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--share-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1197.9375em -1197.9375em; }

.icon--share-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--share-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1200.4375em -1200.4375em; }

.icon--social-facebook {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--social-facebook:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1202.9375em -1202.9375em; }

.icon--social-instagram {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--social-instagram:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1205.4375em -1205.4375em; }

.icon--social-media-assets {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--social-media-assets:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1207.9375em -1207.9375em; }
  .icon--social-media-assets:not(.icon--no-hover):hover:before {
    background-position: -1210.4375em -1210.4375em; }

.icon--social-media-assets-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--social-media-assets-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1210.4375em -1210.4375em; }

.icon--social-pinterest {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--social-pinterest:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1212.9375em -1212.9375em; }

.icon--social-rss {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--social-rss:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1215.4375em -1215.4375em; }

.icon--social-youtube {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--social-youtube:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1217.9375em -1217.9375em; }

.icon--star {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--star:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1220.4375em -1220.4375em; }
  .icon--star:not(.icon--no-hover):hover:before {
    background-position: -1225.4375em -1225.4375em; }
  .icon--star.icon--brand:before {
    background-position: -1222.9375em -1222.9375em; }
  .icon--star.icon--brand:hover:before {
    background-position: -1227.9375em -1227.9375em; }
  .icon--star.icon--hover-brand:hover:before {
    background-position: -1227.9375em -1227.9375em; }
  .icon--star.icon--white:before {
    background-position: -1232.9375em -1232.9375em; }
  .icon--star.icon--white:hover:before {
    background-position: -1230.4375em -1230.4375em; }
  .icon--star.icon--white-brand:hover:before {
    background-position: -1230.4375em -1230.4375em; }

.icon--star-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--star-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1222.9375em -1222.9375em; }

.icon--star-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--star-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1225.4375em -1225.4375em; }
  .icon--star-fill.icon--brand:before {
    background-position: -1227.9375em -1227.9375em; }
  .icon--star-fill.icon--white:before {
    background-position: -1230.4375em -1230.4375em; }

.icon--star-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--star-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1227.9375em -1227.9375em; }

.icon--star-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--star-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1230.4375em -1230.4375em; }

.icon--star-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--star-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1232.9375em -1232.9375em; }

.icon--success {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--success:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1235.4375em -1235.4375em; }
  .icon--success:not(.icon--no-hover):hover:before {
    background-position: -1255.4375em -1255.4375em; }
  .icon--success.icon--brand:before {
    background-position: -1237.9375em -1237.9375em; }
  .icon--success.icon--brand:hover:before {
    background-position: -1257.9375em -1257.9375em; }
  .icon--success.icon--hover-brand:hover:before {
    background-position: -1257.9375em -1257.9375em; }
  .icon--success.icon--white:before {
    background-position: -1262.9375em -1262.9375em; }
  .icon--success.icon--white:hover:before {
    background-position: -1260.4375em -1260.4375em; }
  .icon--success.icon--white-brand:hover:before {
    background-position: -1260.4375em -1260.4375em; }

.icon--success-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--success-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1237.9375em -1237.9375em; }

.icon--success-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--success-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1240.4375em -1240.4375em; }
  .icon--success-circle:not(.icon--no-hover):hover:before {
    background-position: -1245.4375em -1245.4375em; }
  .icon--success-circle.icon--brand:before {
    background-position: -1242.9375em -1242.9375em; }
  .icon--success-circle.icon--brand:hover:before {
    background-position: -1247.9375em -1247.9375em; }
  .icon--success-circle.icon--hover-brand:hover:before {
    background-position: -1247.9375em -1247.9375em; }
  .icon--success-circle.icon--white:before {
    background-position: -1252.9375em -1252.9375em; }
  .icon--success-circle.icon--white:hover:before {
    background-position: -1250.4375em -1250.4375em; }
  .icon--success-circle.icon--white-brand:hover:before {
    background-position: -1250.4375em -1250.4375em; }

.icon--success-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--success-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1242.9375em -1242.9375em; }

.icon--success-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--success-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1245.4375em -1245.4375em; }
  .icon--success-circle-fill.icon--brand:before {
    background-position: -1247.9375em -1247.9375em; }
  .icon--success-circle-fill.icon--white:before {
    background-position: -1250.4375em -1250.4375em; }

.icon--success-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--success-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1247.9375em -1247.9375em; }

.icon--success-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--success-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1250.4375em -1250.4375em; }

.icon--success-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--success-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1252.9375em -1252.9375em; }

.icon--success-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--success-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1255.4375em -1255.4375em; }
  .icon--success-fill.icon--brand:before {
    background-position: -1257.9375em -1257.9375em; }
  .icon--success-fill.icon--white:before {
    background-position: -1260.4375em -1260.4375em; }

.icon--success-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--success-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1257.9375em -1257.9375em; }

.icon--success-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--success-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1260.4375em -1260.4375em; }

.icon--success-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--success-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1262.9375em -1262.9375em; }

.icon--team {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--team:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1265.4375em -1265.4375em; }
  .icon--team.icon--brand:before {
    background-position: -1267.9375em -1267.9375em; }
  .icon--team.icon--white:before {
    background-position: -1270.4375em -1270.4375em; }

.icon--team-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--team-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1267.9375em -1267.9375em; }

.icon--team-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--team-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1270.4375em -1270.4375em; }

.icon--tick {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1272.9375em -1272.9375em; }
  .icon--tick.icon--brand:before {
    background-position: -1275.4375em -1275.4375em; }
  .icon--tick.icon--white:before {
    background-position: -1292.9375em -1292.9375em; }

.icon--tick-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1275.4375em -1275.4375em; }

.icon--tick-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1277.9375em -1277.9375em; }
  .icon--tick-circle:not(.icon--no-hover):hover:before {
    background-position: -1282.9375em -1282.9375em; }
  .icon--tick-circle.icon--brand:before {
    background-position: -1280.4375em -1280.4375em; }
  .icon--tick-circle.icon--brand:hover:before {
    background-position: -1285.4375em -1285.4375em; }
  .icon--tick-circle.icon--hover-brand:hover:before {
    background-position: -1285.4375em -1285.4375em; }
  .icon--tick-circle.icon--white:before {
    background-position: -1290.4375em -1290.4375em; }
  .icon--tick-circle.icon--white:hover:before {
    background-position: -1287.9375em -1287.9375em; }
  .icon--tick-circle.icon--white-brand:hover:before {
    background-position: -1287.9375em -1287.9375em; }

.icon--tick-circle-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-circle-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1280.4375em -1280.4375em; }

.icon--tick-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1282.9375em -1282.9375em; }
  .icon--tick-circle-fill.icon--brand:before {
    background-position: -1285.4375em -1285.4375em; }
  .icon--tick-circle-fill.icon--white:before {
    background-position: -1287.9375em -1287.9375em; }

.icon--tick-circle-fill-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-circle-fill-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1285.4375em -1285.4375em; }

.icon--tick-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1287.9375em -1287.9375em; }

.icon--tick-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1290.4375em -1290.4375em; }

.icon--tick-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--tick-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1292.9375em -1292.9375em; }

.icon--topically {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--topically:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1295.4375em -1295.4375em; }
  .icon--topically.icon--white:before {
    background-position: -1307.9375em -1307.9375em; }

.icon--topically-circle {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--topically-circle:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1297.9375em -1297.9375em; }
  .icon--topically-circle:not(.icon--no-hover):hover:before {
    background-position: -1300.4375em -1300.4375em; }
  .icon--topically-circle.icon--white:before {
    background-position: -1305.4375em -1305.4375em; }
  .icon--topically-circle.icon--white:hover:before {
    background-position: -1302.9375em -1302.9375em; }
  .icon--topically-circle.icon--white-brand:hover:before {
    background-position: -1302.9375em -1302.9375em; }

.icon--topically-circle-fill {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--topically-circle-fill:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1300.4375em -1300.4375em; }
  .icon--topically-circle-fill.icon--white:before {
    background-position: -1302.9375em -1302.9375em; }

.icon--topically-circle-fill-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--topically-circle-fill-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1302.9375em -1302.9375em; }

.icon--topically-circle-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--topically-circle-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1305.4375em -1305.4375em; }

.icon--topically-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--topically-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1307.9375em -1307.9375em; }

.icon--view-grid {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--view-grid:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1310.4375em -1310.4375em; }
  .icon--view-grid.icon--brand:before {
    background-position: -1312.9375em -1312.9375em; }
  .icon--view-grid.icon--white:before {
    background-position: -1315.4375em -1315.4375em; }

.icon--view-grid-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--view-grid-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1312.9375em -1312.9375em; }

.icon--view-grid-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--view-grid-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1315.4375em -1315.4375em; }

.icon--view-list {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--view-list:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1317.9375em -1317.9375em; }
  .icon--view-list.icon--brand:before {
    background-position: -1320.4375em -1320.4375em; }
  .icon--view-list.icon--white:before {
    background-position: -1322.9375em -1322.9375em; }

.icon--view-list-brand {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--view-list-brand:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1320.4375em -1320.4375em; }

.icon--view-list-white {
  width: 1.9375em;
  height: 1.9375em; }
  .icon--view-list-white:before {
    width: 1.9375em;
    height: 1.9375em;
    background-position: -1322.9375em -1322.9375em; }

[class*="icon--"] {
  display: inline-block;
  position: relative; }

.icon--xs {
  font-size: 9.6px; }

.icon--sm {
  font-size: 12px; }

.icon--md {
  font-size: 16px; }

.icon--lg {
  font-size: 19.2px; }

/********************************************
Icons End
*********************************************/
.spinner {
  width: 30px;
  height: 30px;
  background: url(/_ui/desktop/common/images/wqa/spinner-primary.svg);
  background-repeat: no-repeat;
  background-size: contain;
  animation: loader 1.7s linear;
  animation-iteration-count: infinite; }
  .spinner--sm {
    width: 20px;
    height: 20px; }
  .spinner--md {
    width: 40px;
    height: 40px; }
  .spinner--lg {
    width: 60px;
    height: 60px; }
  .spinner--primary {
    background-image: url(/_ui/desktop/common/images/wqa/spinner-primary.svg); }
  .spinner--brand {
    background-image: url(/_ui/desktop/common/images/wqa/spinner-brand.svg); }
  .spinner--white {
    background-image: url(/_ui/desktop/common/images/wqa/spinner-white.svg); }

span.spinner {
  display: inline-block; }

.btn .spinner {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0; }

.btn-size-sm .spinner {
  width: 20px;
  height: 20px; }

/* Active Animation */
@keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*# sourceMappingURL=wqa.css.map */