/* Include this file in your html if you are using the CSP mode. */

@charset "UTF-8";

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

ng\:form {
  display: block;
}

.ng-animate-shim {
  visibility:hidden;
}

.ng-anchor {
  position:absolute;
}

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("/_ws/fonts/lightcase/lightcase.eot?55356177");
  src: url("/_ws/fonts/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("/_ws/fonts/lightcase/lightcase.woff?55356177") format("woff"), url("/_ws/fonts/lightcase/lightcase.ttf?55356177") format("truetype"), url("/_ws/fonts/lightcase/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
.lightcase-icon-play:before {
  content: '\e800'; }

.lightcase-icon-pause:before {
  content: '\e801'; }

.lightcase-icon-close:before {
  content: '\e802'; }

.lightcase-icon-prev:before {
  content: '\e803'; }

.lightcase-icon-next:before {
  content: '\e804'; }

.lightcase-icon-spin:before {
  content: '\e805'; }

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 640px) {
    html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      margin: 0 !important;
      padding: 55px 0 70px 0;
      width: 100% !important;
      height: 100% !important;
      overflow: auto !important; } }

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333; } }
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
  @media screen and (max-width: 640px) {
    html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      padding: 0 !important;
      border: none !important;
      background: none !important; } }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
        padding: 15px; }
        html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
          width: 100% !important;
          max-width: none !important; }
        html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
          height: auto !important;
          max-height: none !important; } }
@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }
@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }
@media screen and (max-width: 640px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa; } }
@media screen and (min-width: 641px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333; } }

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa; }
  @media screen and (max-width: 640px) {
    #lightcase-case p.lightcase-error {
      padding: 30px 0; } }
  @media screen and (min-width: 641px) {
    #lightcase-case p.lightcase-error {
      padding: 0; } }

.lightcase-open body {
  overflow: hidden; }
  .lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%; }

#lightcase-info {
  position: absolute;
  padding-top: 15px; }
  #lightcase-info #lightcase-title,
  #lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis; }
  #lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa; }
    @media screen and (max-width: 640px) {
      #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333; } }
  #lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa; }
  #lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa; }
  @media screen and (max-width: 640px) {
    .lightcase-fullScreenMode #lightcase-info {
      padding-left: 15px;
      padding-right: 15px; }
    html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
      position: static; } }

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }
  #lightcase-loading, #lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s; }
  #lightcase-loading > span {
    display: inline-block;
    text-indent: -9999px; }

a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
  text-decoration: none; }
  a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s; }
  a[class*='lightcase-icon-'] > span {
    display: inline-block;
    text-indent: -9999px; }
  a[class*='lightcase-icon-']:hover {
    color: white;
    text-shadow: 0 0 15px white; }
  .lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none; }
  a[class*='lightcase-icon-']:hover {
    text-decoration: none; }
  a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed;
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none; }
  a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px; }
  a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px; }
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em; }
    @media screen and (min-width: 641px) {
      a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0; } }
  @media screen and (max-width: 640px) {
    a[class*='lightcase-icon-'] {
      bottom: 15px;
      font-size: 24px; } }
  @media screen and (min-width: 641px) {
    a[class*='lightcase-icon-'] {
      bottom: 50%;
      margin-bottom: -0.5em; }
      a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
        opacity: 1; } }

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333; }
  @media screen and (max-width: 640px) {
    #lightcase-overlay {
      opacity: 1 !important; } }

.lightcase-contentInner {
  cursor: pointer; }

.wsImageSlider {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .wsImageSlider > .wsImageSlider-content {
    width: 100%;
    position: absolute;
    overflow: hidden; }
    .wsImageSlider > .wsImageSlider-content.wsImageSliderInitShow {
      position: relative; }
    .wsImageSlider > .wsImageSlider-content > .wsImageSlider-item {
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
      .wsImageSlider > .wsImageSlider-content > .wsImageSlider-item.pos-left {
        left: -100%;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease; }
      .wsImageSlider > .wsImageSlider-content > .wsImageSlider-item.pos-right {
        left: 100%;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease; }
      .wsImageSlider > .wsImageSlider-content > .wsImageSlider-item.pos-center {
        z-index: 1;
        left: 0;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease; }
      .wsImageSlider > .wsImageSlider-content > .wsImageSlider-item img.wsImageSlider-item-img {
        display: block;
        width: 100%;
        height: 100%; }
      .wsImageSlider > .wsImageSlider-content > .wsImageSlider-item.wsImageSliderInitShow {
        position: relative; }
      .wsImageSlider > .wsImageSlider-content > .wsImageSlider-item.wsImageSliderInitHide {
        display: none; }
  .wsImageSlider > .wsImageSlider-slide-left, .wsImageSlider > .wsImageSlider-slide-right {
    position: absolute;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    top: calc( 50% - 1.0rem );
    width: 3rem;
    height: 3rem; }
    .wsImageSlider > .wsImageSlider-slide-left:after, .wsImageSlider > .wsImageSlider-slide-right:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      width: 1.5rem;
      height: 1.5rem;
      border: solid #ffffff;
      border-width: 0 0.4rem 0.4rem 0; }
  .wsImageSlider > .wsImageSlider-slide-left {
    left: 0.5rem; }
    .wsImageSlider > .wsImageSlider-slide-left:after {
      left: 0.5rem;
      box-shadow: 0.2rem 0.2rem 0.1rem #00000045;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
  .wsImageSlider > .wsImageSlider-slide-right {
    right: 0.5rem; }
    .wsImageSlider > .wsImageSlider-slide-right:after {
      right: 0.5rem;
      box-shadow: 0.2rem 0.2rem 0.1rem #00000045;
      -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
      transform: rotate(315deg); }
  .wsImageSlider > .wsImageSlider-bullets > .wsImageSlider-bullet {
    z-index: 1; }
  @media (max-width: 767px) {
    .wsImageSlider.wsImageSlider-view-desktop {
      display: none; } }
  @media (min-width: 768px) {
    .wsImageSlider.wsImageSlider-view-desktop {
      display: block; } }
  @media (max-width: 767px) {
    .wsImageSlider.wsImageSlider-view-mobile {
      display: block; } }
  @media (min-width: 768px) {
    .wsImageSlider.wsImageSlider-view-mobile {
      display: none; } }

.ws-audio-container {
  width: 100%;
  height: auto;
  display: block;
  position: relative; }
  .ws-audio-container > .ws-audio-cover {
    display: block;
    width: 100%;
    position: relative; }
    .ws-audio-container > .ws-audio-cover > img {
      width: 100%;
      height: auto; }
  .ws-audio-container > .ws-audio-controls > .progress {
    overflow: hidden;
    height: 1.3em;
    background-color: #f5f5f5;
    border-radius: 0.7em;
    -webkit-box-shadow: inset 0 0.2em 0.4em rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0.2em 0.4em rgba(0, 0, 0, 0.1);
    margin-bottom: 0.2em;
    cursor: pointer; }
    .ws-audio-container > .ws-audio-controls > .progress > .bar {
      float: left;
      width: 0;
      height: 100%;
      background-color: #005FC5;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: width 0.2s ease;
      -moz-transition: width 0.2s ease;
      -o-transition: width 0.2s ease;
      transition: width 0.2s ease;
      display: block; }
  .ws-audio-container > .ws-audio-controls > .audio-play {
    font-size: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    display: block;
    float: left; }
  .ws-audio-container > .ws-audio-controls > .audio-time {
    font-size: 1rem;
    width: calc( 100% - 1.7rem );
    display: block;
    float: right;
    text-align: right; }

.ws-responsive-image {
  width: 100%; }

/*gallery*/
/*.ws-gallery-container{
  margin-bottom: 15px;
}*/
.slidshow-picture-wrapper {
  position: relative;
  float: left;
  width: calc(20% - 2px);
  padding-bottom: calc(20% - 2px);
  margin: 0 2px 2px 0; }
  @media (min-width: 768px) {
    .slidshow-picture-wrapper {
      width: calc(14.28571429% - 2px);
      padding-bottom: calc(14.28571429% - 2px); } }
  @media (min-width: 992px) {
    .slidshow-picture-wrapper {
      width: calc(11.111111111% - 2px);
      padding-bottom: calc(11.111111111% - 2px); } }
  .slidshow-picture-wrapper > a {
    text-decoration: none; }
    .slidshow-picture-wrapper > a:hover {
      text-decoration: none; }

.slidshow-picture {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center top; }

.ws-search-results-content-highlight {
  background-color: #171717;
  color: #ffffff; }

body.ws, .ws {
  font-family: 'Arial';
  color: #000000;
  text-align: left;
  font-size: 14px !important; }
  body.ws.error, .ws.error {
    text-align: center;
    background: #ffffff; }
  body.ws p, body.ws a, body.ws li, body.ws div, body.ws label, .ws p, .ws a, .ws li, .ws div, .ws label {
    font-size: 14px !important; }
  body.ws p, body.ws a, body.ws li, body.ws div, body.ws label, .ws p, .ws a, .ws li, .ws div, .ws label {
    font-size: 14px !important; }
  body.ws h1, .ws h1 {
    font-size: 20px !important; }
  body.ws h2, .ws h2 {
    font-size: 18px !important; }
  body.ws h3, .ws h3 {
    font-size: 16px !important; }
  body.ws h4, .ws h4 {
    font-size: 15px !important; }
  body.ws ul:not(.nav):not(.wsLink-internalSiteChildren):not(.wsFinder-file-use-list), .ws ul:not(.nav):not(.wsLink-internalSiteChildren):not(.wsFinder-file-use-list) {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important; }
    body.ws ul:not(.nav):not(.wsLink-internalSiteChildren):not(.wsFinder-file-use-list) li, .ws ul:not(.nav):not(.wsLink-internalSiteChildren):not(.wsFinder-file-use-list) li {
      list-style: none !important;
      padding: 0 !important;
      margin: 3px 0 3px 0 !important; }
      body.ws ul:not(.nav):not(.wsLink-internalSiteChildren):not(.wsFinder-file-use-list) li:before, .ws ul:not(.nav):not(.wsLink-internalSiteChildren):not(.wsFinder-file-use-list) li:before {
        content: "" !important;
        display: none !important; }
  body.ws a, .ws a {
    font-style: normal !important;
    text-decoration: none !important; }
  body.ws .small, .ws .small {
    font-size: 11px !important;
    line-height: 1.1em !important; }
  body.ws .row, .ws .row {
    display: block; }

.wsVideoResponsiveWrapper-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .wsVideoResponsiveWrapper-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wsWidgetResponsiveWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .wsWidgetResponsiveWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wsWidgetStaticWrapper {
  position: relative;
  min-height: 20px; }
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
@charset "UTF-8";@font-face{font-family:'oswaldbold';src:url("../../fonts/oswald/oswald-bold.woff2") format("woff2"),url("../../fonts/oswald/oswald-bold.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'oswaldlight';src:url("../../fonts/oswald/oswald-light.woff2") format("woff2"),url("../../fonts/oswald/oswald-light.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'oswaldregular';src:url("../../fonts/oswald/oswald-regular.woff2") format("woff2"),url("../../fonts/oswald/oswald-regular.woff") format("woff");font-weight:normal;font-style:normal}.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:0.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul > li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url("../../fonts/fontawesome5.7.1/fa-regular-400.eot");src:url("../../fonts/fontawesome5.7.1/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../fonts/fontawesome5.7.1/fa-regular-400.woff2") format("woff2"),url("../../fonts/fontawesome5.7.1/fa-regular-400.woff") format("woff"),url("../../fonts/fontawesome5.7.1/fa-regular-400.ttf") format("truetype"),url("../../fonts/fontawesome5.7.1/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url("../../fonts/fontawesome5.7.1/fa-solid-900.eot");src:url("../../fonts/fontawesome5.7.1/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../fonts/fontawesome5.7.1/fa-solid-900.woff2") format("woff2"),url("../../fonts/fontawesome5.7.1/fa-solid-900.woff") format("woff"),url("../../fonts/fontawesome5.7.1/fa-solid-900.ttf") format("truetype"),url("../../fonts/fontawesome5.7.1/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:normal;font-display:auto;src:url("../../fonts/fontawesome5.7.1/fa-brands-400.eot");src:url("../../fonts/fontawesome5.7.1/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../fonts/fontawesome5.7.1/fa-brands-400.woff2") format("woff2"),url("../../fonts/fontawesome5.7.1/fa-brands-400.woff") format("woff"),url("../../fonts/fontawesome5.7.1/fa-brands-400.ttf") format("truetype"),url("../../fonts/fontawesome5.7.1/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands'}/*$heading-sizes:2.1rem, 1.8rem, 1.6rem, 1.4rem, 1.0rem, 1.0rem;*//* NAV *//* factor based on parent ( level 0) *//* factor based on parent ( level 0) *//* FORM *//* GRID */@-webkit-keyframes jump{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-40px);transform:translateY(-40px)}50%{-webkit-transform:translateY(0);transform:translateY(0)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}80%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes jump{0%{transform:translateY(0)}20%{transform:translateY(0)}40%{transform:translateY(-30px)}50%{transform:translateY(0)}60%{transform:translateY(-15px)}80%{transform:translateY(0)}100%{transform:translateY(0)}}/* BASE *//* need to change width also in js/liquidum.js *//* MEDIA *//* COLOR *//* GRID *//* TYPO *//* UTIL *//* NAV *//* factor based on parent ( level 0) *//* factor based on parent ( level 0) *//* FORM *//* use alway 4 values!!! *//* BASE *//* need to change width also in js/liquidum.js *//* MEDIA *//* COLOR *//* GRID *//* TYPO *//* UTIL *//* NAV *//* factor based on parent ( level 0) *//* factor based on parent ( level 0) *//* FORM *//* use alway 4 values!!! */@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.visible-liquid{display:none !important}}@media (max-width: 1024px){.visible-desktop{display:none !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.visible-tablet{display:none !important}}@media (min-width: 1025px){.visible-tablet{display:none !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.visible-phone{display:none !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.invisible-liquid{display:none !important}}@media (min-width: 1025px){.invisible-desktop{display:none !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.invisible-tablet{display:none !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.invisible-phone{display:none !important}}.invisible{display:none !important}/* BASE *//* need to change width also in js/liquidum.js *//* MEDIA *//* COLOR *//* GRID *//* TYPO *//* UTIL *//* NAV *//* factor based on parent ( level 0) *//* factor based on parent ( level 0) *//* FORM *//* use alway 4 values!!! *//* BASE *//* need to change width also in js/liquidum.js *//* MEDIA *//* COLOR *//* GRID *//* TYPO *//* UTIL *//* NAV *//* factor based on parent ( level 0) *//* factor based on parent ( level 0) *//* FORM *//* use alway 4 values!!! */html,body{margin:0;padding:0;overflow-x:hidden;font-family:"oswaldlight",sans-serif;font-size:1.36719vw}html *,body *{box-sizing:border-box}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){html,body{font-size:1.36719vw}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){html,body{font-size:1.36719vw}}@media (min-width: 1601px){html,body{font-size:21.875px}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){html,body{font-size:16px}}/* BASE *//* need to change width also in js/liquidum.js *//* MEDIA *//* COLOR *//* GRID *//* TYPO *//* UTIL *//* NAV *//* factor based on parent ( level 0) *//* factor based on parent ( level 0) *//* FORM *//* use alway 4 values!!! */p:first-child,pre:first-child{margin-top:0}p:last-child,pre:last-child{margin-bottom:0}h1{margin:1.68rem 0 0.63rem 0;font-weight:normal;font-size:2.1rem;line-height:1.2em;font-family:"oswaldlight",sans-serif;text-transform:none}h1:first-child{margin-top:0}h1:last-child{margin-bottom:0}h1.highlight{font-family:"oswaldlight",sans-serif}h1 + p{margin-top:0.63rem}h1.x-50{font-size:1.05rem}h1.xr-50{font-size:0.5em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.x-50-liquid{font-size:1.05rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.xr-50-liquid{font-size:0.5em}}@media (min-width: 1025px){h1.x-50-desktop{font-size:1.05rem}}@media (min-width: 1025px){h1.xr-50-desktop{font-size:0.5em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.x-50-tablet{font-size:1.05rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.xr-50-tablet{font-size:0.5em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.x-50-phone{font-size:1.05rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.xr-50-phone{font-size:0.5em}}h1.x-66{font-size:1.4rem}h1.xr-66{font-size:0.66667em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.x-66-liquid{font-size:1.4rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.xr-66-liquid{font-size:0.66667em}}@media (min-width: 1025px){h1.x-66-desktop{font-size:1.4rem}}@media (min-width: 1025px){h1.xr-66-desktop{font-size:0.66667em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.x-66-tablet{font-size:1.4rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.xr-66-tablet{font-size:0.66667em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.x-66-phone{font-size:1.4rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.xr-66-phone{font-size:0.66667em}}h1.x-75{font-size:1.575rem}h1.xr-75{font-size:0.75em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.x-75-liquid{font-size:1.575rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.xr-75-liquid{font-size:0.75em}}@media (min-width: 1025px){h1.x-75-desktop{font-size:1.575rem}}@media (min-width: 1025px){h1.xr-75-desktop{font-size:0.75em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.x-75-tablet{font-size:1.575rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.xr-75-tablet{font-size:0.75em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.x-75-phone{font-size:1.575rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.xr-75-phone{font-size:0.75em}}h1.x-80{font-size:1.68rem}h1.xr-80{font-size:0.8em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.x-80-liquid{font-size:1.68rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.xr-80-liquid{font-size:0.8em}}@media (min-width: 1025px){h1.x-80-desktop{font-size:1.68rem}}@media (min-width: 1025px){h1.xr-80-desktop{font-size:0.8em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.x-80-tablet{font-size:1.68rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.xr-80-tablet{font-size:0.8em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.x-80-phone{font-size:1.68rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.xr-80-phone{font-size:0.8em}}h1.x-90{font-size:1.89rem}h1.xr-90{font-size:0.9em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.x-90-liquid{font-size:1.89rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.xr-90-liquid{font-size:0.9em}}@media (min-width: 1025px){h1.x-90-desktop{font-size:1.89rem}}@media (min-width: 1025px){h1.xr-90-desktop{font-size:0.9em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.x-90-tablet{font-size:1.89rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.xr-90-tablet{font-size:0.9em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.x-90-phone{font-size:1.89rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.xr-90-phone{font-size:0.9em}}h1.x-110{font-size:2.31rem}h1.xr-110{font-size:1.1em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.x-110-liquid{font-size:2.31rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.xr-110-liquid{font-size:1.1em}}@media (min-width: 1025px){h1.x-110-desktop{font-size:2.31rem}}@media (min-width: 1025px){h1.xr-110-desktop{font-size:1.1em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.x-110-tablet{font-size:2.31rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.xr-110-tablet{font-size:1.1em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.x-110-phone{font-size:2.31rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.xr-110-phone{font-size:1.1em}}h1.x-125{font-size:2.625rem}h1.xr-125{font-size:1.25em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.x-125-liquid{font-size:2.625rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.xr-125-liquid{font-size:1.25em}}@media (min-width: 1025px){h1.x-125-desktop{font-size:2.625rem}}@media (min-width: 1025px){h1.xr-125-desktop{font-size:1.25em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.x-125-tablet{font-size:2.625rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.xr-125-tablet{font-size:1.25em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.x-125-phone{font-size:2.625rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.xr-125-phone{font-size:1.25em}}h1.x-150{font-size:3.15rem}h1.xr-150{font-size:1.5em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.x-150-liquid{font-size:3.15rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.xr-150-liquid{font-size:1.5em}}@media (min-width: 1025px){h1.x-150-desktop{font-size:3.15rem}}@media (min-width: 1025px){h1.xr-150-desktop{font-size:1.5em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.x-150-tablet{font-size:3.15rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.xr-150-tablet{font-size:1.5em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.x-150-phone{font-size:3.15rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.xr-150-phone{font-size:1.5em}}h1.x-200{font-size:4.2rem}h1.xr-200{font-size:2em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.x-200-liquid{font-size:4.2rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.xr-200-liquid{font-size:2em}}@media (min-width: 1025px){h1.x-200-desktop{font-size:4.2rem}}@media (min-width: 1025px){h1.xr-200-desktop{font-size:2em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.x-200-tablet{font-size:4.2rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.xr-200-tablet{font-size:2em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.x-200-phone{font-size:4.2rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.xr-200-phone{font-size:2em}}h1.x-300{font-size:6.3rem}h1.xr-300{font-size:3em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.x-300-liquid{font-size:6.3rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h1.xr-300-liquid{font-size:3em}}@media (min-width: 1025px){h1.x-300-desktop{font-size:6.3rem}}@media (min-width: 1025px){h1.xr-300-desktop{font-size:3em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.x-300-tablet{font-size:6.3rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h1.xr-300-tablet{font-size:3em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.x-300-phone{font-size:6.3rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h1.xr-300-phone{font-size:3em}}h2{margin:1.52rem 0 0.57rem 0;font-weight:normal;font-size:1.9rem;line-height:1.2em;font-family:"oswaldlight",sans-serif;text-transform:none}h2:first-child{margin-top:0}h2:last-child{margin-bottom:0}h2.highlight{font-family:"oswaldlight",sans-serif}h2 + p{margin-top:0.57rem}h2.x-50{font-size:0.95rem}h2.xr-50{font-size:0.5em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.x-50-liquid{font-size:0.95rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.xr-50-liquid{font-size:0.5em}}@media (min-width: 1025px){h2.x-50-desktop{font-size:0.95rem}}@media (min-width: 1025px){h2.xr-50-desktop{font-size:0.5em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.x-50-tablet{font-size:0.95rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.xr-50-tablet{font-size:0.5em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.x-50-phone{font-size:0.95rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.xr-50-phone{font-size:0.5em}}h2.x-66{font-size:1.26667rem}h2.xr-66{font-size:0.66667em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.x-66-liquid{font-size:1.26667rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.xr-66-liquid{font-size:0.66667em}}@media (min-width: 1025px){h2.x-66-desktop{font-size:1.26667rem}}@media (min-width: 1025px){h2.xr-66-desktop{font-size:0.66667em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.x-66-tablet{font-size:1.26667rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.xr-66-tablet{font-size:0.66667em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.x-66-phone{font-size:1.26667rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.xr-66-phone{font-size:0.66667em}}h2.x-75{font-size:1.425rem}h2.xr-75{font-size:0.75em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.x-75-liquid{font-size:1.425rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.xr-75-liquid{font-size:0.75em}}@media (min-width: 1025px){h2.x-75-desktop{font-size:1.425rem}}@media (min-width: 1025px){h2.xr-75-desktop{font-size:0.75em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.x-75-tablet{font-size:1.425rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.xr-75-tablet{font-size:0.75em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.x-75-phone{font-size:1.425rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.xr-75-phone{font-size:0.75em}}h2.x-80{font-size:1.52rem}h2.xr-80{font-size:0.8em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.x-80-liquid{font-size:1.52rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.xr-80-liquid{font-size:0.8em}}@media (min-width: 1025px){h2.x-80-desktop{font-size:1.52rem}}@media (min-width: 1025px){h2.xr-80-desktop{font-size:0.8em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.x-80-tablet{font-size:1.52rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.xr-80-tablet{font-size:0.8em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.x-80-phone{font-size:1.52rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.xr-80-phone{font-size:0.8em}}h2.x-90{font-size:1.71rem}h2.xr-90{font-size:0.9em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.x-90-liquid{font-size:1.71rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.xr-90-liquid{font-size:0.9em}}@media (min-width: 1025px){h2.x-90-desktop{font-size:1.71rem}}@media (min-width: 1025px){h2.xr-90-desktop{font-size:0.9em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.x-90-tablet{font-size:1.71rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.xr-90-tablet{font-size:0.9em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.x-90-phone{font-size:1.71rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.xr-90-phone{font-size:0.9em}}h2.x-110{font-size:2.09rem}h2.xr-110{font-size:1.1em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.x-110-liquid{font-size:2.09rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.xr-110-liquid{font-size:1.1em}}@media (min-width: 1025px){h2.x-110-desktop{font-size:2.09rem}}@media (min-width: 1025px){h2.xr-110-desktop{font-size:1.1em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.x-110-tablet{font-size:2.09rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.xr-110-tablet{font-size:1.1em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.x-110-phone{font-size:2.09rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.xr-110-phone{font-size:1.1em}}h2.x-125{font-size:2.375rem}h2.xr-125{font-size:1.25em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.x-125-liquid{font-size:2.375rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.xr-125-liquid{font-size:1.25em}}@media (min-width: 1025px){h2.x-125-desktop{font-size:2.375rem}}@media (min-width: 1025px){h2.xr-125-desktop{font-size:1.25em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.x-125-tablet{font-size:2.375rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.xr-125-tablet{font-size:1.25em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.x-125-phone{font-size:2.375rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.xr-125-phone{font-size:1.25em}}h2.x-150{font-size:2.85rem}h2.xr-150{font-size:1.5em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.x-150-liquid{font-size:2.85rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.xr-150-liquid{font-size:1.5em}}@media (min-width: 1025px){h2.x-150-desktop{font-size:2.85rem}}@media (min-width: 1025px){h2.xr-150-desktop{font-size:1.5em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.x-150-tablet{font-size:2.85rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.xr-150-tablet{font-size:1.5em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.x-150-phone{font-size:2.85rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.xr-150-phone{font-size:1.5em}}h2.x-200{font-size:3.8rem}h2.xr-200{font-size:2em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.x-200-liquid{font-size:3.8rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.xr-200-liquid{font-size:2em}}@media (min-width: 1025px){h2.x-200-desktop{font-size:3.8rem}}@media (min-width: 1025px){h2.xr-200-desktop{font-size:2em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.x-200-tablet{font-size:3.8rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.xr-200-tablet{font-size:2em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.x-200-phone{font-size:3.8rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.xr-200-phone{font-size:2em}}h2.x-300{font-size:5.7rem}h2.xr-300{font-size:3em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.x-300-liquid{font-size:5.7rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h2.xr-300-liquid{font-size:3em}}@media (min-width: 1025px){h2.x-300-desktop{font-size:5.7rem}}@media (min-width: 1025px){h2.xr-300-desktop{font-size:3em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.x-300-tablet{font-size:5.7rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h2.xr-300-tablet{font-size:3em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.x-300-phone{font-size:5.7rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h2.xr-300-phone{font-size:3em}}h3{margin:1.28rem 0 0.48rem 0;font-weight:normal;font-size:1.6rem;line-height:1.2em;font-family:"oswaldlight",sans-serif;text-transform:none}h3:first-child{margin-top:0}h3:last-child{margin-bottom:0}h3.highlight{font-family:"oswaldlight",sans-serif}h3 + p{margin-top:0.48rem}h3.x-50{font-size:0.8rem}h3.xr-50{font-size:0.5em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.x-50-liquid{font-size:0.8rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.xr-50-liquid{font-size:0.5em}}@media (min-width: 1025px){h3.x-50-desktop{font-size:0.8rem}}@media (min-width: 1025px){h3.xr-50-desktop{font-size:0.5em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.x-50-tablet{font-size:0.8rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.xr-50-tablet{font-size:0.5em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.x-50-phone{font-size:0.8rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.xr-50-phone{font-size:0.5em}}h3.x-66{font-size:1.06667rem}h3.xr-66{font-size:0.66667em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.x-66-liquid{font-size:1.06667rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.xr-66-liquid{font-size:0.66667em}}@media (min-width: 1025px){h3.x-66-desktop{font-size:1.06667rem}}@media (min-width: 1025px){h3.xr-66-desktop{font-size:0.66667em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.x-66-tablet{font-size:1.06667rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.xr-66-tablet{font-size:0.66667em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.x-66-phone{font-size:1.06667rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.xr-66-phone{font-size:0.66667em}}h3.x-75{font-size:1.2rem}h3.xr-75{font-size:0.75em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.x-75-liquid{font-size:1.2rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.xr-75-liquid{font-size:0.75em}}@media (min-width: 1025px){h3.x-75-desktop{font-size:1.2rem}}@media (min-width: 1025px){h3.xr-75-desktop{font-size:0.75em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.x-75-tablet{font-size:1.2rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.xr-75-tablet{font-size:0.75em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.x-75-phone{font-size:1.2rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.xr-75-phone{font-size:0.75em}}h3.x-80{font-size:1.28rem}h3.xr-80{font-size:0.8em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.x-80-liquid{font-size:1.28rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.xr-80-liquid{font-size:0.8em}}@media (min-width: 1025px){h3.x-80-desktop{font-size:1.28rem}}@media (min-width: 1025px){h3.xr-80-desktop{font-size:0.8em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.x-80-tablet{font-size:1.28rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.xr-80-tablet{font-size:0.8em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.x-80-phone{font-size:1.28rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.xr-80-phone{font-size:0.8em}}h3.x-90{font-size:1.44rem}h3.xr-90{font-size:0.9em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.x-90-liquid{font-size:1.44rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.xr-90-liquid{font-size:0.9em}}@media (min-width: 1025px){h3.x-90-desktop{font-size:1.44rem}}@media (min-width: 1025px){h3.xr-90-desktop{font-size:0.9em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.x-90-tablet{font-size:1.44rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.xr-90-tablet{font-size:0.9em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.x-90-phone{font-size:1.44rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.xr-90-phone{font-size:0.9em}}h3.x-110{font-size:1.76rem}h3.xr-110{font-size:1.1em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.x-110-liquid{font-size:1.76rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.xr-110-liquid{font-size:1.1em}}@media (min-width: 1025px){h3.x-110-desktop{font-size:1.76rem}}@media (min-width: 1025px){h3.xr-110-desktop{font-size:1.1em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.x-110-tablet{font-size:1.76rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.xr-110-tablet{font-size:1.1em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.x-110-phone{font-size:1.76rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.xr-110-phone{font-size:1.1em}}h3.x-125{font-size:2rem}h3.xr-125{font-size:1.25em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.x-125-liquid{font-size:2rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.xr-125-liquid{font-size:1.25em}}@media (min-width: 1025px){h3.x-125-desktop{font-size:2rem}}@media (min-width: 1025px){h3.xr-125-desktop{font-size:1.25em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.x-125-tablet{font-size:2rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.xr-125-tablet{font-size:1.25em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.x-125-phone{font-size:2rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.xr-125-phone{font-size:1.25em}}h3.x-150{font-size:2.4rem}h3.xr-150{font-size:1.5em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.x-150-liquid{font-size:2.4rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.xr-150-liquid{font-size:1.5em}}@media (min-width: 1025px){h3.x-150-desktop{font-size:2.4rem}}@media (min-width: 1025px){h3.xr-150-desktop{font-size:1.5em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.x-150-tablet{font-size:2.4rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.xr-150-tablet{font-size:1.5em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.x-150-phone{font-size:2.4rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.xr-150-phone{font-size:1.5em}}h3.x-200{font-size:3.2rem}h3.xr-200{font-size:2em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.x-200-liquid{font-size:3.2rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.xr-200-liquid{font-size:2em}}@media (min-width: 1025px){h3.x-200-desktop{font-size:3.2rem}}@media (min-width: 1025px){h3.xr-200-desktop{font-size:2em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.x-200-tablet{font-size:3.2rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.xr-200-tablet{font-size:2em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.x-200-phone{font-size:3.2rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.xr-200-phone{font-size:2em}}h3.x-300{font-size:4.8rem}h3.xr-300{font-size:3em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.x-300-liquid{font-size:4.8rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h3.xr-300-liquid{font-size:3em}}@media (min-width: 1025px){h3.x-300-desktop{font-size:4.8rem}}@media (min-width: 1025px){h3.xr-300-desktop{font-size:3em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.x-300-tablet{font-size:4.8rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h3.xr-300-tablet{font-size:3em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.x-300-phone{font-size:4.8rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h3.xr-300-phone{font-size:3em}}h4{margin:1.04rem 0 0.39rem 0;font-weight:normal;font-size:1.3rem;line-height:1.2em;font-family:"oswaldlight",sans-serif;text-transform:none}h4:first-child{margin-top:0}h4:last-child{margin-bottom:0}h4.highlight{font-family:"oswaldlight",sans-serif}h4 + p{margin-top:0.39rem}h4.x-50{font-size:0.65rem}h4.xr-50{font-size:0.5em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.x-50-liquid{font-size:0.65rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.xr-50-liquid{font-size:0.5em}}@media (min-width: 1025px){h4.x-50-desktop{font-size:0.65rem}}@media (min-width: 1025px){h4.xr-50-desktop{font-size:0.5em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.x-50-tablet{font-size:0.65rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.xr-50-tablet{font-size:0.5em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.x-50-phone{font-size:0.65rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.xr-50-phone{font-size:0.5em}}h4.x-66{font-size:0.86667rem}h4.xr-66{font-size:0.66667em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.x-66-liquid{font-size:0.86667rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.xr-66-liquid{font-size:0.66667em}}@media (min-width: 1025px){h4.x-66-desktop{font-size:0.86667rem}}@media (min-width: 1025px){h4.xr-66-desktop{font-size:0.66667em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.x-66-tablet{font-size:0.86667rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.xr-66-tablet{font-size:0.66667em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.x-66-phone{font-size:0.86667rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.xr-66-phone{font-size:0.66667em}}h4.x-75{font-size:0.975rem}h4.xr-75{font-size:0.75em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.x-75-liquid{font-size:0.975rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.xr-75-liquid{font-size:0.75em}}@media (min-width: 1025px){h4.x-75-desktop{font-size:0.975rem}}@media (min-width: 1025px){h4.xr-75-desktop{font-size:0.75em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.x-75-tablet{font-size:0.975rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.xr-75-tablet{font-size:0.75em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.x-75-phone{font-size:0.975rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.xr-75-phone{font-size:0.75em}}h4.x-80{font-size:1.04rem}h4.xr-80{font-size:0.8em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.x-80-liquid{font-size:1.04rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.xr-80-liquid{font-size:0.8em}}@media (min-width: 1025px){h4.x-80-desktop{font-size:1.04rem}}@media (min-width: 1025px){h4.xr-80-desktop{font-size:0.8em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.x-80-tablet{font-size:1.04rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.xr-80-tablet{font-size:0.8em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.x-80-phone{font-size:1.04rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.xr-80-phone{font-size:0.8em}}h4.x-90{font-size:1.17rem}h4.xr-90{font-size:0.9em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.x-90-liquid{font-size:1.17rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.xr-90-liquid{font-size:0.9em}}@media (min-width: 1025px){h4.x-90-desktop{font-size:1.17rem}}@media (min-width: 1025px){h4.xr-90-desktop{font-size:0.9em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.x-90-tablet{font-size:1.17rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.xr-90-tablet{font-size:0.9em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.x-90-phone{font-size:1.17rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.xr-90-phone{font-size:0.9em}}h4.x-110{font-size:1.43rem}h4.xr-110{font-size:1.1em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.x-110-liquid{font-size:1.43rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.xr-110-liquid{font-size:1.1em}}@media (min-width: 1025px){h4.x-110-desktop{font-size:1.43rem}}@media (min-width: 1025px){h4.xr-110-desktop{font-size:1.1em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.x-110-tablet{font-size:1.43rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.xr-110-tablet{font-size:1.1em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.x-110-phone{font-size:1.43rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.xr-110-phone{font-size:1.1em}}h4.x-125{font-size:1.625rem}h4.xr-125{font-size:1.25em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.x-125-liquid{font-size:1.625rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.xr-125-liquid{font-size:1.25em}}@media (min-width: 1025px){h4.x-125-desktop{font-size:1.625rem}}@media (min-width: 1025px){h4.xr-125-desktop{font-size:1.25em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.x-125-tablet{font-size:1.625rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.xr-125-tablet{font-size:1.25em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.x-125-phone{font-size:1.625rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.xr-125-phone{font-size:1.25em}}h4.x-150{font-size:1.95rem}h4.xr-150{font-size:1.5em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.x-150-liquid{font-size:1.95rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.xr-150-liquid{font-size:1.5em}}@media (min-width: 1025px){h4.x-150-desktop{font-size:1.95rem}}@media (min-width: 1025px){h4.xr-150-desktop{font-size:1.5em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.x-150-tablet{font-size:1.95rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.xr-150-tablet{font-size:1.5em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.x-150-phone{font-size:1.95rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.xr-150-phone{font-size:1.5em}}h4.x-200{font-size:2.6rem}h4.xr-200{font-size:2em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.x-200-liquid{font-size:2.6rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.xr-200-liquid{font-size:2em}}@media (min-width: 1025px){h4.x-200-desktop{font-size:2.6rem}}@media (min-width: 1025px){h4.xr-200-desktop{font-size:2em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.x-200-tablet{font-size:2.6rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.xr-200-tablet{font-size:2em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.x-200-phone{font-size:2.6rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.xr-200-phone{font-size:2em}}h4.x-300{font-size:3.9rem}h4.xr-300{font-size:3em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.x-300-liquid{font-size:3.9rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h4.xr-300-liquid{font-size:3em}}@media (min-width: 1025px){h4.x-300-desktop{font-size:3.9rem}}@media (min-width: 1025px){h4.xr-300-desktop{font-size:3em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.x-300-tablet{font-size:3.9rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h4.xr-300-tablet{font-size:3em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.x-300-phone{font-size:3.9rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h4.xr-300-phone{font-size:3em}}h5{margin:0.8rem 0 0.3rem 0;font-weight:normal;font-size:1rem;line-height:1.2em;font-family:"oswaldlight",sans-serif;text-transform:none}h5:first-child{margin-top:0}h5:last-child{margin-bottom:0}h5.highlight{font-family:"oswaldlight",sans-serif}h5 + p{margin-top:0.3rem}h5.x-50{font-size:0.5rem}h5.xr-50{font-size:0.5em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.x-50-liquid{font-size:0.5rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.xr-50-liquid{font-size:0.5em}}@media (min-width: 1025px){h5.x-50-desktop{font-size:0.5rem}}@media (min-width: 1025px){h5.xr-50-desktop{font-size:0.5em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.x-50-tablet{font-size:0.5rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.xr-50-tablet{font-size:0.5em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.x-50-phone{font-size:0.5rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.xr-50-phone{font-size:0.5em}}h5.x-66{font-size:0.66667rem}h5.xr-66{font-size:0.66667em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.x-66-liquid{font-size:0.66667rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.xr-66-liquid{font-size:0.66667em}}@media (min-width: 1025px){h5.x-66-desktop{font-size:0.66667rem}}@media (min-width: 1025px){h5.xr-66-desktop{font-size:0.66667em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.x-66-tablet{font-size:0.66667rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.xr-66-tablet{font-size:0.66667em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.x-66-phone{font-size:0.66667rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.xr-66-phone{font-size:0.66667em}}h5.x-75{font-size:0.75rem}h5.xr-75{font-size:0.75em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.x-75-liquid{font-size:0.75rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.xr-75-liquid{font-size:0.75em}}@media (min-width: 1025px){h5.x-75-desktop{font-size:0.75rem}}@media (min-width: 1025px){h5.xr-75-desktop{font-size:0.75em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.x-75-tablet{font-size:0.75rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.xr-75-tablet{font-size:0.75em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.x-75-phone{font-size:0.75rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.xr-75-phone{font-size:0.75em}}h5.x-80{font-size:0.8rem}h5.xr-80{font-size:0.8em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.x-80-liquid{font-size:0.8rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.xr-80-liquid{font-size:0.8em}}@media (min-width: 1025px){h5.x-80-desktop{font-size:0.8rem}}@media (min-width: 1025px){h5.xr-80-desktop{font-size:0.8em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.x-80-tablet{font-size:0.8rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.xr-80-tablet{font-size:0.8em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.x-80-phone{font-size:0.8rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.xr-80-phone{font-size:0.8em}}h5.x-90{font-size:0.9rem}h5.xr-90{font-size:0.9em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.x-90-liquid{font-size:0.9rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.xr-90-liquid{font-size:0.9em}}@media (min-width: 1025px){h5.x-90-desktop{font-size:0.9rem}}@media (min-width: 1025px){h5.xr-90-desktop{font-size:0.9em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.x-90-tablet{font-size:0.9rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.xr-90-tablet{font-size:0.9em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.x-90-phone{font-size:0.9rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.xr-90-phone{font-size:0.9em}}h5.x-110{font-size:1.1rem}h5.xr-110{font-size:1.1em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.x-110-liquid{font-size:1.1rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.xr-110-liquid{font-size:1.1em}}@media (min-width: 1025px){h5.x-110-desktop{font-size:1.1rem}}@media (min-width: 1025px){h5.xr-110-desktop{font-size:1.1em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.x-110-tablet{font-size:1.1rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.xr-110-tablet{font-size:1.1em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.x-110-phone{font-size:1.1rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.xr-110-phone{font-size:1.1em}}h5.x-125{font-size:1.25rem}h5.xr-125{font-size:1.25em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.x-125-liquid{font-size:1.25rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.xr-125-liquid{font-size:1.25em}}@media (min-width: 1025px){h5.x-125-desktop{font-size:1.25rem}}@media (min-width: 1025px){h5.xr-125-desktop{font-size:1.25em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.x-125-tablet{font-size:1.25rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.xr-125-tablet{font-size:1.25em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.x-125-phone{font-size:1.25rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.xr-125-phone{font-size:1.25em}}h5.x-150{font-size:1.5rem}h5.xr-150{font-size:1.5em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.x-150-liquid{font-size:1.5rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.xr-150-liquid{font-size:1.5em}}@media (min-width: 1025px){h5.x-150-desktop{font-size:1.5rem}}@media (min-width: 1025px){h5.xr-150-desktop{font-size:1.5em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.x-150-tablet{font-size:1.5rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.xr-150-tablet{font-size:1.5em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.x-150-phone{font-size:1.5rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.xr-150-phone{font-size:1.5em}}h5.x-200{font-size:2rem}h5.xr-200{font-size:2em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.x-200-liquid{font-size:2rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.xr-200-liquid{font-size:2em}}@media (min-width: 1025px){h5.x-200-desktop{font-size:2rem}}@media (min-width: 1025px){h5.xr-200-desktop{font-size:2em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.x-200-tablet{font-size:2rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.xr-200-tablet{font-size:2em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.x-200-phone{font-size:2rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.xr-200-phone{font-size:2em}}h5.x-300{font-size:3rem}h5.xr-300{font-size:3em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.x-300-liquid{font-size:3rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h5.xr-300-liquid{font-size:3em}}@media (min-width: 1025px){h5.x-300-desktop{font-size:3rem}}@media (min-width: 1025px){h5.xr-300-desktop{font-size:3em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.x-300-tablet{font-size:3rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h5.xr-300-tablet{font-size:3em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.x-300-phone{font-size:3rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h5.xr-300-phone{font-size:3em}}h6{margin:0.8rem 0 0.3rem 0;font-weight:normal;font-size:1rem;line-height:1.2em;font-family:"oswaldlight",sans-serif;text-transform:none}h6:first-child{margin-top:0}h6:last-child{margin-bottom:0}h6.highlight{font-family:"oswaldlight",sans-serif}h6 + p{margin-top:0.3rem}h6.x-50{font-size:0.5rem}h6.xr-50{font-size:0.5em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.x-50-liquid{font-size:0.5rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.xr-50-liquid{font-size:0.5em}}@media (min-width: 1025px){h6.x-50-desktop{font-size:0.5rem}}@media (min-width: 1025px){h6.xr-50-desktop{font-size:0.5em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.x-50-tablet{font-size:0.5rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.xr-50-tablet{font-size:0.5em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.x-50-phone{font-size:0.5rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.xr-50-phone{font-size:0.5em}}h6.x-66{font-size:0.66667rem}h6.xr-66{font-size:0.66667em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.x-66-liquid{font-size:0.66667rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.xr-66-liquid{font-size:0.66667em}}@media (min-width: 1025px){h6.x-66-desktop{font-size:0.66667rem}}@media (min-width: 1025px){h6.xr-66-desktop{font-size:0.66667em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.x-66-tablet{font-size:0.66667rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.xr-66-tablet{font-size:0.66667em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.x-66-phone{font-size:0.66667rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.xr-66-phone{font-size:0.66667em}}h6.x-75{font-size:0.75rem}h6.xr-75{font-size:0.75em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.x-75-liquid{font-size:0.75rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.xr-75-liquid{font-size:0.75em}}@media (min-width: 1025px){h6.x-75-desktop{font-size:0.75rem}}@media (min-width: 1025px){h6.xr-75-desktop{font-size:0.75em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.x-75-tablet{font-size:0.75rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.xr-75-tablet{font-size:0.75em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.x-75-phone{font-size:0.75rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.xr-75-phone{font-size:0.75em}}h6.x-80{font-size:0.8rem}h6.xr-80{font-size:0.8em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.x-80-liquid{font-size:0.8rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.xr-80-liquid{font-size:0.8em}}@media (min-width: 1025px){h6.x-80-desktop{font-size:0.8rem}}@media (min-width: 1025px){h6.xr-80-desktop{font-size:0.8em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.x-80-tablet{font-size:0.8rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.xr-80-tablet{font-size:0.8em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.x-80-phone{font-size:0.8rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.xr-80-phone{font-size:0.8em}}h6.x-90{font-size:0.9rem}h6.xr-90{font-size:0.9em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.x-90-liquid{font-size:0.9rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.xr-90-liquid{font-size:0.9em}}@media (min-width: 1025px){h6.x-90-desktop{font-size:0.9rem}}@media (min-width: 1025px){h6.xr-90-desktop{font-size:0.9em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.x-90-tablet{font-size:0.9rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.xr-90-tablet{font-size:0.9em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.x-90-phone{font-size:0.9rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.xr-90-phone{font-size:0.9em}}h6.x-110{font-size:1.1rem}h6.xr-110{font-size:1.1em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.x-110-liquid{font-size:1.1rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.xr-110-liquid{font-size:1.1em}}@media (min-width: 1025px){h6.x-110-desktop{font-size:1.1rem}}@media (min-width: 1025px){h6.xr-110-desktop{font-size:1.1em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.x-110-tablet{font-size:1.1rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.xr-110-tablet{font-size:1.1em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.x-110-phone{font-size:1.1rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.xr-110-phone{font-size:1.1em}}h6.x-125{font-size:1.25rem}h6.xr-125{font-size:1.25em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.x-125-liquid{font-size:1.25rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.xr-125-liquid{font-size:1.25em}}@media (min-width: 1025px){h6.x-125-desktop{font-size:1.25rem}}@media (min-width: 1025px){h6.xr-125-desktop{font-size:1.25em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.x-125-tablet{font-size:1.25rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.xr-125-tablet{font-size:1.25em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.x-125-phone{font-size:1.25rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.xr-125-phone{font-size:1.25em}}h6.x-150{font-size:1.5rem}h6.xr-150{font-size:1.5em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.x-150-liquid{font-size:1.5rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.xr-150-liquid{font-size:1.5em}}@media (min-width: 1025px){h6.x-150-desktop{font-size:1.5rem}}@media (min-width: 1025px){h6.xr-150-desktop{font-size:1.5em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.x-150-tablet{font-size:1.5rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.xr-150-tablet{font-size:1.5em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.x-150-phone{font-size:1.5rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.xr-150-phone{font-size:1.5em}}h6.x-200{font-size:2rem}h6.xr-200{font-size:2em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.x-200-liquid{font-size:2rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.xr-200-liquid{font-size:2em}}@media (min-width: 1025px){h6.x-200-desktop{font-size:2rem}}@media (min-width: 1025px){h6.xr-200-desktop{font-size:2em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.x-200-tablet{font-size:2rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.xr-200-tablet{font-size:2em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.x-200-phone{font-size:2rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.xr-200-phone{font-size:2em}}h6.x-300{font-size:3rem}h6.xr-300{font-size:3em}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.x-300-liquid{font-size:3rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){h6.xr-300-liquid{font-size:3em}}@media (min-width: 1025px){h6.x-300-desktop{font-size:3rem}}@media (min-width: 1025px){h6.xr-300-desktop{font-size:3em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.x-300-tablet{font-size:3rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){h6.xr-300-tablet{font-size:3em}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.x-300-phone{font-size:3rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){h6.xr-300-phone{font-size:3em}}.text-justify{text-align:justify;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-highlight{font-family:"oswaldlight",sans-serif}.x-50:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.5rem !important}.xr-50:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.5em !important}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.x-50-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.5rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.xr-50-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.5em !important}}@media (min-width: 1025px){.x-50-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.5rem !important}}@media (min-width: 1025px){.xr-50-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.5em !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.x-50-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.5rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.xr-50-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.5em !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.x-50-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.5rem !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.xr-50-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.5em !important}}.x-66:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.66667rem !important}.xr-66:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.66667em !important}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.x-66-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.66667rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.xr-66-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.66667em !important}}@media (min-width: 1025px){.x-66-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.66667rem !important}}@media (min-width: 1025px){.xr-66-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.66667em !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.x-66-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.66667rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.xr-66-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.66667em !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.x-66-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.66667rem !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.xr-66-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.66667em !important}}.x-75:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.75rem !important}.xr-75:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.75em !important}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.x-75-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.75rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.xr-75-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.75em !important}}@media (min-width: 1025px){.x-75-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.75rem !important}}@media (min-width: 1025px){.xr-75-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.75em !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.x-75-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.75rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.xr-75-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.75em !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.x-75-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.75rem !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.xr-75-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.75em !important}}.x-80:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.8rem !important}.xr-80:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.8em !important}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.x-80-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.8rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.xr-80-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.8em !important}}@media (min-width: 1025px){.x-80-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.8rem !important}}@media (min-width: 1025px){.xr-80-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.8em !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.x-80-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.8rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.xr-80-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.8em !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.x-80-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.8rem !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.xr-80-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.8em !important}}.x-90:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.9rem !important}.xr-90:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.9em !important}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.x-90-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.9rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.xr-90-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.9em !important}}@media (min-width: 1025px){.x-90-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.9rem !important}}@media (min-width: 1025px){.xr-90-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.9em !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.x-90-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.9rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.xr-90-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.9em !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.x-90-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.9rem !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.xr-90-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:0.9em !important}}.x-110:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.1rem !important}.xr-110:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.1em !important}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.x-110-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.1rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.xr-110-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.1em !important}}@media (min-width: 1025px){.x-110-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.1rem !important}}@media (min-width: 1025px){.xr-110-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.1em !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.x-110-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.1rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.xr-110-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.1em !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.x-110-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.1rem !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.xr-110-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.1em !important}}.x-125:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.25rem !important}.xr-125:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.25em !important}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.x-125-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.25rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.xr-125-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.25em !important}}@media (min-width: 1025px){.x-125-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.25rem !important}}@media (min-width: 1025px){.xr-125-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.25em !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.x-125-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.25rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.xr-125-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.25em !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.x-125-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.25rem !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.xr-125-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.25em !important}}.x-150:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.5rem !important}.xr-150:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.5em !important}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.x-150-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.5rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.xr-150-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.5em !important}}@media (min-width: 1025px){.x-150-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.5rem !important}}@media (min-width: 1025px){.xr-150-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.5em !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.x-150-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.5rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.xr-150-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.5em !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.x-150-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.5rem !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.xr-150-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.5em !important}}.x-200:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:2rem !important}.xr-200:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:2em !important}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.x-200-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:2rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.xr-200-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:2em !important}}@media (min-width: 1025px){.x-200-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:2rem !important}}@media (min-width: 1025px){.xr-200-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:2em !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.x-200-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:2rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.xr-200-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:2em !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.x-200-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:2rem !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.xr-200-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:2em !important}}.x-300:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:3rem !important}.xr-300:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:3em !important}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.x-300-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:3rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.xr-300-liquid:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:3em !important}}@media (min-width: 1025px){.x-300-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:3rem !important}}@media (min-width: 1025px){.xr-300-desktop:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:3em !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.x-300-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:3rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.xr-300-tablet:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:3em !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.x-300-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:3rem !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.xr-300-phone:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:3em !important}}/* BASE *//* need to change width also in js/liquidum.js *//* MEDIA *//* COLOR *//* GRID *//* TYPO *//* UTIL *//* NAV *//* factor based on parent ( level 0) *//* factor based on parent ( level 0) *//* FORM *//* use alway 4 values!!! *//* PADDINGS */.padding-25{padding:0.25rem !important}.padding-horizontal-25{padding-right:0.25rem !important;padding-left:0.25rem !important}.padding-vertical-25{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.padding-top-25{padding-top:0.25rem !important}.padding-right-25{padding-right:0.25rem !important}.padding-left-25{padding-left:0.25rem !important}.padding-bottom-25{padding-bottom:0.25rem !important}.padding-50{padding:0.5rem !important}.padding-horizontal-50{padding-right:0.5rem !important;padding-left:0.5rem !important}.padding-vertical-50{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.padding-top-50{padding-top:0.5rem !important}.padding-right-50{padding-right:0.5rem !important}.padding-left-50{padding-left:0.5rem !important}.padding-bottom-50{padding-bottom:0.5rem !important}.padding{padding:1rem !important}.padding-horizontal{padding-right:1rem !important;padding-left:1rem !important}.padding-vertical{padding-top:1rem !important;padding-bottom:1rem !important}.padding-top{padding-top:1rem !important}.padding-right{padding-right:1rem !important}.padding-left{padding-left:1rem !important}.padding-bottom{padding-bottom:1rem !important}.padding-150{padding:1.5rem !important}.padding-horizontal-150{padding-right:1.5rem !important;padding-left:1.5rem !important}.padding-vertical-150{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.padding-top-150{padding-top:1.5rem !important}.padding-right-150{padding-right:1.5rem !important}.padding-left-150{padding-left:1.5rem !important}.padding-bottom-150{padding-bottom:1.5rem !important}.padding-200{padding:2rem !important}.padding-horizontal-200{padding-right:2rem !important;padding-left:2rem !important}.padding-vertical-200{padding-top:2rem !important;padding-bottom:2rem !important}.padding-top-200{padding-top:2rem !important}.padding-right-200{padding-right:2rem !important}.padding-left-200{padding-left:2rem !important}.padding-bottom-200{padding-bottom:2rem !important}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.padding-25-liquid{padding:0.25rem !important}.padding-horizontal-25-liquid{padding-right:0.25rem !important;padding-left:0.25rem !important}.padding-vertical-25-liquid{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.padding-top-25-liquid{padding-top:0.25rem !important}.padding-right-25-liquid{padding-right:0.25rem !important}.padding-left-25-liquid{padding-left:0.25rem !important}.padding-bottom-25-liquid{padding-bottom:0.25rem !important}.padding-50-liquid{padding:0.5rem !important}.padding-horizontal-50-liquid{padding-right:0.5rem !important;padding-left:0.5rem !important}.padding-vertical-50-liquid{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.padding-top-50-liquid{padding-top:0.5rem !important}.padding-right-50-liquid{padding-right:0.5rem !important}.padding-left-50-liquid{padding-left:0.5rem !important}.padding-bottom-50-liquid{padding-bottom:0.5rem !important}.padding-liquid{padding:1rem !important}.padding-horizontal-liquid{padding-right:1rem !important;padding-left:1rem !important}.padding-vertical-liquid{padding-top:1rem !important;padding-bottom:1rem !important}.padding-top-liquid{padding-top:1rem !important}.padding-right-liquid{padding-right:1rem !important}.padding-left-liquid{padding-left:1rem !important}.padding-bottom-liquid{padding-bottom:1rem !important}.padding-150-liquid{padding:1.5rem !important}.padding-horizontal-150-liquid{padding-right:1.5rem !important;padding-left:1.5rem !important}.padding-vertical-150-liquid{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.padding-top-150-liquid{padding-top:1.5rem !important}.padding-right-150-liquid{padding-right:1.5rem !important}.padding-left-150-liquid{padding-left:1.5rem !important}.padding-bottom-150-liquid{padding-bottom:1.5rem !important}.padding-200-liquid{padding:2rem !important}.padding-horizontal-200-liquid{padding-right:2rem !important;padding-left:2rem !important}.padding-vertical-200-liquid{padding-top:2rem !important;padding-bottom:2rem !important}.padding-top-200-liquid{padding-top:2rem !important}.padding-right-200-liquid{padding-right:2rem !important}.padding-left-200-liquid{padding-left:2rem !important}.padding-bottom-200-liquid{padding-bottom:2rem !important}}@media (min-width: 1025px){.padding-25-desktop{padding:0.25rem !important}.padding-horizontal-25-desktop{padding-right:0.25rem !important;padding-left:0.25rem !important}.padding-vertical-25-desktop{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.padding-top-25-desktop{padding-top:0.25rem !important}.padding-right-25-desktop{padding-right:0.25rem !important}.padding-left-25-desktop{padding-left:0.25rem !important}.padding-bottom-25-desktop{padding-bottom:0.25rem !important}.padding-50-desktop{padding:0.5rem !important}.padding-horizontal-50-desktop{padding-right:0.5rem !important;padding-left:0.5rem !important}.padding-vertical-50-desktop{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.padding-top-50-desktop{padding-top:0.5rem !important}.padding-right-50-desktop{padding-right:0.5rem !important}.padding-left-50-desktop{padding-left:0.5rem !important}.padding-bottom-50-desktop{padding-bottom:0.5rem !important}.padding-desktop{padding:1rem !important}.padding-horizontal-desktop{padding-right:1rem !important;padding-left:1rem !important}.padding-vertical-desktop{padding-top:1rem !important;padding-bottom:1rem !important}.padding-top-desktop{padding-top:1rem !important}.padding-right-desktop{padding-right:1rem !important}.padding-left-desktop{padding-left:1rem !important}.padding-bottom-desktop{padding-bottom:1rem !important}.padding-150-desktop{padding:1.5rem !important}.padding-horizontal-150-desktop{padding-right:1.5rem !important;padding-left:1.5rem !important}.padding-vertical-150-desktop{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.padding-top-150-desktop{padding-top:1.5rem !important}.padding-right-150-desktop{padding-right:1.5rem !important}.padding-left-150-desktop{padding-left:1.5rem !important}.padding-bottom-150-desktop{padding-bottom:1.5rem !important}.padding-200-desktop{padding:2rem !important}.padding-horizontal-200-desktop{padding-right:2rem !important;padding-left:2rem !important}.padding-vertical-200-desktop{padding-top:2rem !important;padding-bottom:2rem !important}.padding-top-200-desktop{padding-top:2rem !important}.padding-right-200-desktop{padding-right:2rem !important}.padding-left-200-desktop{padding-left:2rem !important}.padding-bottom-200-desktop{padding-bottom:2rem !important}}@media (max-width: 1024px){.padding-25-mobile-device{padding:0.25rem !important}.padding-horizontal-25-mobile-device{padding-right:0.25rem !important;padding-left:0.25rem !important}.padding-vertical-25-mobile-device{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.padding-top-25-mobile-device{padding-top:0.25rem !important}.padding-right-25-mobile-device{padding-right:0.25rem !important}.padding-left-25-mobile-device{padding-left:0.25rem !important}.padding-bottom-25-mobile-device{padding-bottom:0.25rem !important}.padding-50-mobile-device{padding:0.5rem !important}.padding-horizontal-50-mobile-device{padding-right:0.5rem !important;padding-left:0.5rem !important}.padding-vertical-50-mobile-device{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.padding-top-50-mobile-device{padding-top:0.5rem !important}.padding-right-50-mobile-device{padding-right:0.5rem !important}.padding-left-50-mobile-device{padding-left:0.5rem !important}.padding-bottom-50-mobile-device{padding-bottom:0.5rem !important}.padding-mobile-device{padding:1rem !important}.padding-horizontal-mobile-device{padding-right:1rem !important;padding-left:1rem !important}.padding-vertical-mobile-device{padding-top:1rem !important;padding-bottom:1rem !important}.padding-top-mobile-device{padding-top:1rem !important}.padding-right-mobile-device{padding-right:1rem !important}.padding-left-mobile-device{padding-left:1rem !important}.padding-bottom-mobile-device{padding-bottom:1rem !important}.padding-150-mobile-device{padding:1.5rem !important}.padding-horizontal-150-mobile-device{padding-right:1.5rem !important;padding-left:1.5rem !important}.padding-vertical-150-mobile-device{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.padding-top-150-mobile-device{padding-top:1.5rem !important}.padding-right-150-mobile-device{padding-right:1.5rem !important}.padding-left-150-mobile-device{padding-left:1.5rem !important}.padding-bottom-150-mobile-device{padding-bottom:1.5rem !important}.padding-200-mobile-device{padding:2rem !important}.padding-horizontal-200-mobile-device{padding-right:2rem !important;padding-left:2rem !important}.padding-vertical-200-mobile-device{padding-top:2rem !important;padding-bottom:2rem !important}.padding-top-200-mobile-device{padding-top:2rem !important}.padding-right-200-mobile-device{padding-right:2rem !important}.padding-left-200-mobile-device{padding-left:2rem !important}.padding-bottom-200-mobile-device{padding-bottom:2rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.padding-25-tablet{padding:0.25rem !important}.padding-horizontal-25-tablet{padding-right:0.25rem !important;padding-left:0.25rem !important}.padding-vertical-25-tablet{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.padding-top-25-tablet{padding-top:0.25rem !important}.padding-right-25-tablet{padding-right:0.25rem !important}.padding-left-25-tablet{padding-left:0.25rem !important}.padding-bottom-25-tablet{padding-bottom:0.25rem !important}.padding-50-tablet{padding:0.5rem !important}.padding-horizontal-50-tablet{padding-right:0.5rem !important;padding-left:0.5rem !important}.padding-vertical-50-tablet{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.padding-top-50-tablet{padding-top:0.5rem !important}.padding-right-50-tablet{padding-right:0.5rem !important}.padding-left-50-tablet{padding-left:0.5rem !important}.padding-bottom-50-tablet{padding-bottom:0.5rem !important}.padding-tablet{padding:1rem !important}.padding-horizontal-tablet{padding-right:1rem !important;padding-left:1rem !important}.padding-vertical-tablet{padding-top:1rem !important;padding-bottom:1rem !important}.padding-top-tablet{padding-top:1rem !important}.padding-right-tablet{padding-right:1rem !important}.padding-left-tablet{padding-left:1rem !important}.padding-bottom-tablet{padding-bottom:1rem !important}.padding-150-tablet{padding:1.5rem !important}.padding-horizontal-150-tablet{padding-right:1.5rem !important;padding-left:1.5rem !important}.padding-vertical-150-tablet{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.padding-top-150-tablet{padding-top:1.5rem !important}.padding-right-150-tablet{padding-right:1.5rem !important}.padding-left-150-tablet{padding-left:1.5rem !important}.padding-bottom-150-tablet{padding-bottom:1.5rem !important}.padding-200-tablet{padding:2rem !important}.padding-horizontal-200-tablet{padding-right:2rem !important;padding-left:2rem !important}.padding-vertical-200-tablet{padding-top:2rem !important;padding-bottom:2rem !important}.padding-top-200-tablet{padding-top:2rem !important}.padding-right-200-tablet{padding-right:2rem !important}.padding-left-200-tablet{padding-left:2rem !important}.padding-bottom-200-tablet{padding-bottom:2rem !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.padding-25-phone{padding:0.25rem !important}.padding-horizontal-25-phone{padding-right:0.25rem !important;padding-left:0.25rem !important}.padding-vertical-25-phone{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.padding-top-25-phone{padding-top:0.25rem !important}.padding-right-25-phone{padding-right:0.25rem !important}.padding-left-25-phone{padding-left:0.25rem !important}.padding-bottom-25-phone{padding-bottom:0.25rem !important}.padding-50-phone{padding:0.5rem !important}.padding-horizontal-50-phone{padding-right:0.5rem !important;padding-left:0.5rem !important}.padding-vertical-50-phone{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.padding-top-50-phone{padding-top:0.5rem !important}.padding-right-50-phone{padding-right:0.5rem !important}.padding-left-50-phone{padding-left:0.5rem !important}.padding-bottom-50-phone{padding-bottom:0.5rem !important}.padding-phone{padding:1rem !important}.padding-horizontal-phone{padding-right:1rem !important;padding-left:1rem !important}.padding-vertical-phone{padding-top:1rem !important;padding-bottom:1rem !important}.padding-top-phone{padding-top:1rem !important}.padding-right-phone{padding-right:1rem !important}.padding-left-phone{padding-left:1rem !important}.padding-bottom-phone{padding-bottom:1rem !important}.padding-150-phone{padding:1.5rem !important}.padding-horizontal-150-phone{padding-right:1.5rem !important;padding-left:1.5rem !important}.padding-vertical-150-phone{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.padding-top-150-phone{padding-top:1.5rem !important}.padding-right-150-phone{padding-right:1.5rem !important}.padding-left-150-phone{padding-left:1.5rem !important}.padding-bottom-150-phone{padding-bottom:1.5rem !important}.padding-200-phone{padding:2rem !important}.padding-horizontal-200-phone{padding-right:2rem !important;padding-left:2rem !important}.padding-vertical-200-phone{padding-top:2rem !important;padding-bottom:2rem !important}.padding-top-200-phone{padding-top:2rem !important}.padding-right-200-phone{padding-right:2rem !important}.padding-left-200-phone{padding-left:2rem !important}.padding-bottom-200-phone{padding-bottom:2rem !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.padding-25{padding:0.125rem !important}.padding-horizontal-25{padding-right:0.125rem !important;padding-left:0.125rem !important}.padding-vertical-25{padding-top:0.125rem !important;padding-bottom:0.125rem !important}.padding-top-25{padding-top:0.125rem !important}.padding-right-25{padding-right:0.125rem !important}.padding-left-25{padding-left:0.125rem !important}.padding-bottom-25{padding-bottom:0.125rem !important}.padding-50{padding:0.25rem !important}.padding-horizontal-50{padding-right:0.25rem !important;padding-left:0.25rem !important}.padding-vertical-50{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.padding-top-50{padding-top:0.25rem !important}.padding-right-50{padding-right:0.25rem !important}.padding-left-50{padding-left:0.25rem !important}.padding-bottom-50{padding-bottom:0.25rem !important}.padding{padding:0.5rem !important}.padding-horizontal{padding-right:0.5rem !important;padding-left:0.5rem !important}.padding-vertical{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.padding-top{padding-top:0.5rem !important}.padding-right{padding-right:0.5rem !important}.padding-left{padding-left:0.5rem !important}.padding-bottom{padding-bottom:0.5rem !important}.padding-150{padding:0.75rem !important}.padding-horizontal-150{padding-right:0.75rem !important;padding-left:0.75rem !important}.padding-vertical-150{padding-top:0.75rem !important;padding-bottom:0.75rem !important}.padding-top-150{padding-top:0.75rem !important}.padding-right-150{padding-right:0.75rem !important}.padding-left-150{padding-left:0.75rem !important}.padding-bottom-150{padding-bottom:0.75rem !important}.padding-200{padding:1rem !important}.padding-horizontal-200{padding-right:1rem !important;padding-left:1rem !important}.padding-vertical-200{padding-top:1rem !important;padding-bottom:1rem !important}.padding-top-200{padding-top:1rem !important}.padding-right-200{padding-right:1rem !important}.padding-left-200{padding-left:1rem !important}.padding-bottom-200{padding-bottom:1rem !important}}@media (max-width: 768px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(max-width: 768px) and (min-width: 1025px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (min-width: 1025px){.padding-25-liquid{padding:0.125rem !important}.padding-horizontal-25-liquid{padding-right:0.125rem !important;padding-left:0.125rem !important}.padding-vertical-25-liquid{padding-top:0.125rem !important;padding-bottom:0.125rem !important}.padding-top-25-liquid{padding-top:0.125rem !important}.padding-right-25-liquid{padding-right:0.125rem !important}.padding-left-25-liquid{padding-left:0.125rem !important}.padding-bottom-25-liquid{padding-bottom:0.125rem !important}.padding-50-liquid{padding:0.25rem !important}.padding-horizontal-50-liquid{padding-right:0.25rem !important;padding-left:0.25rem !important}.padding-vertical-50-liquid{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.padding-top-50-liquid{padding-top:0.25rem !important}.padding-right-50-liquid{padding-right:0.25rem !important}.padding-left-50-liquid{padding-left:0.25rem !important}.padding-bottom-50-liquid{padding-bottom:0.25rem !important}.padding-liquid{padding:0.5rem !important}.padding-horizontal-liquid{padding-right:0.5rem !important;padding-left:0.5rem !important}.padding-vertical-liquid{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.padding-top-liquid{padding-top:0.5rem !important}.padding-right-liquid{padding-right:0.5rem !important}.padding-left-liquid{padding-left:0.5rem !important}.padding-bottom-liquid{padding-bottom:0.5rem !important}.padding-150-liquid{padding:0.75rem !important}.padding-horizontal-150-liquid{padding-right:0.75rem !important;padding-left:0.75rem !important}.padding-vertical-150-liquid{padding-top:0.75rem !important;padding-bottom:0.75rem !important}.padding-top-150-liquid{padding-top:0.75rem !important}.padding-right-150-liquid{padding-right:0.75rem !important}.padding-left-150-liquid{padding-left:0.75rem !important}.padding-bottom-150-liquid{padding-bottom:0.75rem !important}.padding-200-liquid{padding:1rem !important}.padding-horizontal-200-liquid{padding-right:1rem !important;padding-left:1rem !important}.padding-vertical-200-liquid{padding-top:1rem !important;padding-bottom:1rem !important}.padding-top-200-liquid{padding-top:1rem !important}.padding-right-200-liquid{padding-right:1rem !important}.padding-left-200-liquid{padding-left:1rem !important}.padding-bottom-200-liquid{padding-bottom:1rem !important}}@media (max-width: 768px) and (min-width: 1025px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (min-width: 1025px){.padding-25-desktop{padding:0.125rem !important}.padding-horizontal-25-desktop{padding-right:0.125rem !important;padding-left:0.125rem !important}.padding-vertical-25-desktop{padding-top:0.125rem !important;padding-bottom:0.125rem !important}.padding-top-25-desktop{padding-top:0.125rem !important}.padding-right-25-desktop{padding-right:0.125rem !important}.padding-left-25-desktop{padding-left:0.125rem !important}.padding-bottom-25-desktop{padding-bottom:0.125rem !important}.padding-50-desktop{padding:0.25rem !important}.padding-horizontal-50-desktop{padding-right:0.25rem !important;padding-left:0.25rem !important}.padding-vertical-50-desktop{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.padding-top-50-desktop{padding-top:0.25rem !important}.padding-right-50-desktop{padding-right:0.25rem !important}.padding-left-50-desktop{padding-left:0.25rem !important}.padding-bottom-50-desktop{padding-bottom:0.25rem !important}.padding-desktop{padding:0.5rem !important}.padding-horizontal-desktop{padding-right:0.5rem !important;padding-left:0.5rem !important}.padding-vertical-desktop{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.padding-top-desktop{padding-top:0.5rem !important}.padding-right-desktop{padding-right:0.5rem !important}.padding-left-desktop{padding-left:0.5rem !important}.padding-bottom-desktop{padding-bottom:0.5rem !important}.padding-150-desktop{padding:0.75rem !important}.padding-horizontal-150-desktop{padding-right:0.75rem !important;padding-left:0.75rem !important}.padding-vertical-150-desktop{padding-top:0.75rem !important;padding-bottom:0.75rem !important}.padding-top-150-desktop{padding-top:0.75rem !important}.padding-right-150-desktop{padding-right:0.75rem !important}.padding-left-150-desktop{padding-left:0.75rem !important}.padding-bottom-150-desktop{padding-bottom:0.75rem !important}.padding-200-desktop{padding:1rem !important}.padding-horizontal-200-desktop{padding-right:1rem !important;padding-left:1rem !important}.padding-vertical-200-desktop{padding-top:1rem !important;padding-bottom:1rem !important}.padding-top-200-desktop{padding-top:1rem !important}.padding-right-200-desktop{padding-right:1rem !important}.padding-left-200-desktop{padding-left:1rem !important}.padding-bottom-200-desktop{padding-bottom:1rem !important}}@media (max-width: 768px) and (max-width: 1024px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (max-width: 1024px){.padding-25-mobile-device{padding:0.125rem !important}.padding-horizontal-25-mobile-device{padding-right:0.125rem !important;padding-left:0.125rem !important}.padding-vertical-25-mobile-device{padding-top:0.125rem !important;padding-bottom:0.125rem !important}.padding-top-25-mobile-device{padding-top:0.125rem !important}.padding-right-25-mobile-device{padding-right:0.125rem !important}.padding-left-25-mobile-device{padding-left:0.125rem !important}.padding-bottom-25-mobile-device{padding-bottom:0.125rem !important}.padding-50-mobile-device{padding:0.25rem !important}.padding-horizontal-50-mobile-device{padding-right:0.25rem !important;padding-left:0.25rem !important}.padding-vertical-50-mobile-device{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.padding-top-50-mobile-device{padding-top:0.25rem !important}.padding-right-50-mobile-device{padding-right:0.25rem !important}.padding-left-50-mobile-device{padding-left:0.25rem !important}.padding-bottom-50-mobile-device{padding-bottom:0.25rem !important}.padding-mobile-device{padding:0.5rem !important}.padding-horizontal-mobile-device{padding-right:0.5rem !important;padding-left:0.5rem !important}.padding-vertical-mobile-device{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.padding-top-mobile-device{padding-top:0.5rem !important}.padding-right-mobile-device{padding-right:0.5rem !important}.padding-left-mobile-device{padding-left:0.5rem !important}.padding-bottom-mobile-device{padding-bottom:0.5rem !important}.padding-150-mobile-device{padding:0.75rem !important}.padding-horizontal-150-mobile-device{padding-right:0.75rem !important;padding-left:0.75rem !important}.padding-vertical-150-mobile-device{padding-top:0.75rem !important;padding-bottom:0.75rem !important}.padding-top-150-mobile-device{padding-top:0.75rem !important}.padding-right-150-mobile-device{padding-right:0.75rem !important}.padding-left-150-mobile-device{padding-left:0.75rem !important}.padding-bottom-150-mobile-device{padding-bottom:0.75rem !important}.padding-200-mobile-device{padding:1rem !important}.padding-horizontal-200-mobile-device{padding-right:1rem !important;padding-left:1rem !important}.padding-vertical-200-mobile-device{padding-top:1rem !important;padding-bottom:1rem !important}.padding-top-200-mobile-device{padding-top:1rem !important}.padding-right-200-mobile-device{padding-right:1rem !important}.padding-left-200-mobile-device{padding-left:1rem !important}.padding-bottom-200-mobile-device{padding-bottom:1rem !important}}@media (max-width: 768px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.padding-25-tablet{padding:0.125rem !important}.padding-horizontal-25-tablet{padding-right:0.125rem !important;padding-left:0.125rem !important}.padding-vertical-25-tablet{padding-top:0.125rem !important;padding-bottom:0.125rem !important}.padding-top-25-tablet{padding-top:0.125rem !important}.padding-right-25-tablet{padding-right:0.125rem !important}.padding-left-25-tablet{padding-left:0.125rem !important}.padding-bottom-25-tablet{padding-bottom:0.125rem !important}.padding-50-tablet{padding:0.25rem !important}.padding-horizontal-50-tablet{padding-right:0.25rem !important;padding-left:0.25rem !important}.padding-vertical-50-tablet{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.padding-top-50-tablet{padding-top:0.25rem !important}.padding-right-50-tablet{padding-right:0.25rem !important}.padding-left-50-tablet{padding-left:0.25rem !important}.padding-bottom-50-tablet{padding-bottom:0.25rem !important}.padding-tablet{padding:0.5rem !important}.padding-horizontal-tablet{padding-right:0.5rem !important;padding-left:0.5rem !important}.padding-vertical-tablet{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.padding-top-tablet{padding-top:0.5rem !important}.padding-right-tablet{padding-right:0.5rem !important}.padding-left-tablet{padding-left:0.5rem !important}.padding-bottom-tablet{padding-bottom:0.5rem !important}.padding-150-tablet{padding:0.75rem !important}.padding-horizontal-150-tablet{padding-right:0.75rem !important;padding-left:0.75rem !important}.padding-vertical-150-tablet{padding-top:0.75rem !important;padding-bottom:0.75rem !important}.padding-top-150-tablet{padding-top:0.75rem !important}.padding-right-150-tablet{padding-right:0.75rem !important}.padding-left-150-tablet{padding-left:0.75rem !important}.padding-bottom-150-tablet{padding-bottom:0.75rem !important}.padding-200-tablet{padding:1rem !important}.padding-horizontal-200-tablet{padding-right:1rem !important;padding-left:1rem !important}.padding-vertical-200-tablet{padding-top:1rem !important;padding-bottom:1rem !important}.padding-top-200-tablet{padding-top:1rem !important}.padding-right-200-tablet{padding-right:1rem !important}.padding-left-200-tablet{padding-left:1rem !important}.padding-bottom-200-tablet{padding-bottom:1rem !important}}@media (max-width: 768px) and (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (max-width: 768px),(max-width: 768px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.padding-25-phone{padding:0.125rem !important}.padding-horizontal-25-phone{padding-right:0.125rem !important;padding-left:0.125rem !important}.padding-vertical-25-phone{padding-top:0.125rem !important;padding-bottom:0.125rem !important}.padding-top-25-phone{padding-top:0.125rem !important}.padding-right-25-phone{padding-right:0.125rem !important}.padding-left-25-phone{padding-left:0.125rem !important}.padding-bottom-25-phone{padding-bottom:0.125rem !important}.padding-50-phone{padding:0.25rem !important}.padding-horizontal-50-phone{padding-right:0.25rem !important;padding-left:0.25rem !important}.padding-vertical-50-phone{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.padding-top-50-phone{padding-top:0.25rem !important}.padding-right-50-phone{padding-right:0.25rem !important}.padding-left-50-phone{padding-left:0.25rem !important}.padding-bottom-50-phone{padding-bottom:0.25rem !important}.padding-phone{padding:0.5rem !important}.padding-horizontal-phone{padding-right:0.5rem !important;padding-left:0.5rem !important}.padding-vertical-phone{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.padding-top-phone{padding-top:0.5rem !important}.padding-right-phone{padding-right:0.5rem !important}.padding-left-phone{padding-left:0.5rem !important}.padding-bottom-phone{padding-bottom:0.5rem !important}.padding-150-phone{padding:0.75rem !important}.padding-horizontal-150-phone{padding-right:0.75rem !important;padding-left:0.75rem !important}.padding-vertical-150-phone{padding-top:0.75rem !important;padding-bottom:0.75rem !important}.padding-top-150-phone{padding-top:0.75rem !important}.padding-right-150-phone{padding-right:0.75rem !important}.padding-left-150-phone{padding-left:0.75rem !important}.padding-bottom-150-phone{padding-bottom:0.75rem !important}.padding-200-phone{padding:1rem !important}.padding-horizontal-200-phone{padding-right:1rem !important;padding-left:1rem !important}.padding-vertical-200-phone{padding-top:1rem !important;padding-bottom:1rem !important}.padding-top-200-phone{padding-top:1rem !important}.padding-right-200-phone{padding-right:1rem !important}.padding-left-200-phone{padding-left:1rem !important}.padding-bottom-200-phone{padding-bottom:1rem !important}}/* MISC */.pull-left{float:left}.pull-right{float:right}.relative{position:relative !important}.absolute{position:absolute !important}.fixed{position:fixed !important}.clearfix::after{display:block;content:"";clear:both}/* BASE *//* need to change width also in js/liquidum.js *//* MEDIA *//* COLOR *//* GRID *//* TYPO *//* UTIL *//* NAV *//* factor based on parent ( level 0) *//* factor based on parent ( level 0) *//* FORM *//* use alway 4 values!!! */.brand{-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}.brand > img{-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}/* currently only 2 levels and horizental*/body{-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}body.liquidum-nav-phone-open-left{margin-left:85vw;width:100vw}body.liquidum-nav-phone-open-right{margin-left:-85vw;width:100vw}/* BOX-SHADOW */.shadow{box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5)}.shadow-soft{box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3)}/* BASE *//* need to change width also in js/liquidum.js *//* MEDIA *//* COLOR *//* GRID *//* TYPO *//* UTIL *//* NAV *//* factor based on parent ( level 0) *//* factor based on parent ( level 0) *//* FORM *//* use alway 4 values!!! */[class^="lq-btn"]{-webkit-border-radius:0.1rem;-moz-border-radius:0.1rem;border-radius:0.1rem;font-family:"oswaldlight",sans-serif;padding:0.1em 0.8em 0.12em 0.8em;font-size:1rem;display:inline-block;outline:none;cursor:pointer;text-decoration:none;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}[class^="lq-btn"]:hover{-webkit-transform:scale(0.98);-ms-transform:scale(0.98);-o-transform:scale(0.98);transform:scale(0.98)}[class^="lq-btn"].vertical{margin-bottom:1rem}[class^="lq-btn"].block,[class^="lq-btn"].phone{width:100%}[class^="lq-btn"].right{display:block;float:right}[class^="lq-btn"].right::after{display:block;content:"";clear:both}[class^="lq-btn"].block-phone{width:100%}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){[class^="lq-btn"]{display:block;width:100%;margin-left:0;margin-top:0;margin-right:0;text-align:center}[class^="lq-btn"]:not(.vertical){margin-bottom:0}}[class^="lq-form-group"],[class^="lq-form-group-float"]{font-family:"oswaldlight",sans-serif;display:flex;justify-content:left;align-items:start;min-width:100%;width:100%}[class^="lq-form-group"].vertical,[class^="lq-form-group-float"].vertical{margin-bottom:1rem}[class^="lq-form-group"].center,[class^="lq-form-group-float"].center{align-items:center}[class^="lq-form-group"] > input,[class^="lq-form-group"] > textarea,[class^="lq-form-group"] > select,[class^="lq-form-group"] > .lq-select > select,[class^="lq-form-group-float"] > input,[class^="lq-form-group-float"] > textarea,[class^="lq-form-group-float"] > select,[class^="lq-form-group-float"] > .lq-select > select{font-family:"oswaldlight",sans-serif;padding:0.1em 0.8em 0.12em 0.8em;font-size:1rem;-webkit-border-radius:0.1rem;-moz-border-radius:0.1rem;border-radius:0.1rem;text-align:left;outline:none}[class^="lq-form-group"] > input.right,[class^="lq-form-group"] > textarea.right,[class^="lq-form-group"] > select.right,[class^="lq-form-group"] > .lq-select > select.right,[class^="lq-form-group-float"] > input.right,[class^="lq-form-group-float"] > textarea.right,[class^="lq-form-group-float"] > select.right,[class^="lq-form-group-float"] > .lq-select > select.right{text-align:right}[class^="lq-form-group"] > input.center,[class^="lq-form-group"] > textarea.center,[class^="lq-form-group"] > select.center,[class^="lq-form-group"] > .lq-select > select.center,[class^="lq-form-group-float"] > input.center,[class^="lq-form-group-float"] > textarea.center,[class^="lq-form-group-float"] > select.center,[class^="lq-form-group-float"] > .lq-select > select.center{text-align:center}[class^="lq-form-group"] > select,[class^="lq-form-group"] > .lq-select > select,[class^="lq-form-group-float"] > select,[class^="lq-form-group-float"] > .lq-select > select{-webkit-appearance:none;-moz-appearance:none}[class^="lq-form-group"] > .lq-select,[class^="lq-form-group-float"] > .lq-select{position:relative}[class^="lq-form-group"] > .lq-select > select,[class^="lq-form-group-float"] > .lq-select > select{width:100%}[class^="lq-form-group"] > .lq-select > .selectarrow,[class^="lq-form-group-float"] > .lq-select > .selectarrow{pointer-events:none;position:absolute;display:inline-block;top:calc( 0.1rem + 0.1em);right:calc( 0.6rem + 0.8em)}[class^="lq-form-group"] > .lq-select > .selectarrow:after,[class^="lq-form-group-float"] > .lq-select > .selectarrow:after{content:'';display:block;width:0.7rem;height:0.7rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}[class^="lq-form-group"] > label,[class^="lq-form-group-float"] > label{font-family:"oswaldlight",sans-serif;padding-top:calc( 0.1em + 2px);padding-right:0.8em;padding-bottom:calc( 0.12em + 2px);padding-left:0;font-size:1rem}[class^="lq-form-group"] > label.right,[class^="lq-form-group-float"] > label.right{text-align:right;justify-content:flex-end}[class^="lq-form-group"] > label.checkbox,[class^="lq-form-group-float"] > label.checkbox{ms-flex:none;flex:none;position:relative;display:block;padding-left:calc( ( 1rem + 0.1em + 0.12em ) + 0.8em)}[class^="lq-form-group"] > label.checkbox > input,[class^="lq-form-group-float"] > label.checkbox > input{position:absolute;opacity:0;cursor:pointer}[class^="lq-form-group"] > label.checkbox > .checkmarker,[class^="lq-form-group-float"] > label.checkbox > .checkmarker{pointer-events:none;position:absolute;display:inline-block;top:calc(0.1em + 0.5rem - (( 1rem + 0.1em + 0.12em ) / 2));left:0;-webkit-border-radius:0.1rem;-moz-border-radius:0.1rem;border-radius:0.1rem;width:calc( 1rem + 0.1em + 0.12em);height:calc( 1rem + 0.1em + 0.12em)}[class^="lq-form-group"] > label.checkbox > .checkmarker:after,[class^="lq-form-group-float"] > label.checkbox > .checkmarker:after{content:'';display:none;position:absolute;left:0.6rem;top:-0.5rem;width:calc( ( 1rem + 0.1em + 0.12em ) * 0.45);height:calc( ( 1rem + 0.1em + 0.12em ) * 0.9);/*width: 0.9rem;
          height: 1.7rem;*/padding-right:0rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}[class^="lq-form-group"] > label.checkbox > input:checked ~ .checkmarker:after,[class^="lq-form-group-float"] > label.checkbox > input:checked ~ .checkmarker:after{display:block}[class^="lq-form-group"] > label.radio,[class^="lq-form-group-float"] > label.radio{ms-flex:none;flex:none;position:relative;display:block;padding-left:calc( ( 1rem + 0.1em + 0.12em ) + 0.8em)}[class^="lq-form-group"] > label.radio > input,[class^="lq-form-group-float"] > label.radio > input{position:absolute;opacity:0;cursor:pointer}[class^="lq-form-group"] > label.radio > .radiocircle,[class^="lq-form-group-float"] > label.radio > .radiocircle{pointer-events:none;position:absolute;display:inline-block;top:calc(0.1em + 0.5rem - (( 1rem + 0.1em + 0.12em ) / 2));left:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:calc( 1rem + 0.1em + 0.12em);height:calc( 1rem + 0.1em + 0.12em)}[class^="lq-form-group"] > label.radio > .radiocircle:after,[class^="lq-form-group-float"] > label.radio > .radiocircle:after{content:'';display:none;position:absolute;left:calc( ( ( 1rem + 0.1em + 0.12em ) / 2 ) - ( ( 1rem + 0.1em + 0.12em  ) / 4 ) - 2px);top:calc( ( ( 1rem + 0.1em + 0.12em ) / 2 ) - ( ( 1rem + 0.1em + 0.12em  ) / 4 ) - 2px);width:0.000001rem;height:0.000001rem;padding-right:0rem;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}[class^="lq-form-group"] > label.radio > input:checked ~ .radiocircle:after,[class^="lq-form-group-float"] > label.radio > input:checked ~ .radiocircle:after{display:block}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){[class^="lq-form-group"],[class^="lq-form-group-float"]{align-items:stretch}[class^="lq-form-group"] > label,[class^="lq-form-group-float"] > label{display:block;min-height:0;padding-top:0.1em;padding-right:0.8em;padding-bottom:0.12em;padding-left:0;font-size:1rem}[class^="lq-form-group"] > label.right,[class^="lq-form-group-float"] > label.right{text-align:left;justify-content:flex-end}}[class^="lq-form-group-float"]{display:flex;justify-content:left;align-items:start;min-width:0;max-width:100%}/* CMS */figure.contentImage{margin-bottom:1rem;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0}figure.contentImage > figcaption{font-size:0.8rem;text-align:center}figure.contentImage img{width:100%;height:auto;border:0}input[type="checkbox"]{-webkit-appearance:checkbox !important}table{border:0}table.table-100{width:100%}table.table-label-price{width:100%}table.table-label-price td{padding-bottom:0.6rem}table.table-label-price td:last-child{text-align:right;min-width:5rem}sup{font-size:0.66em}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{content:" ";display:table}.modal-footer:after{clear:both}.modal-footer .btn + .btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn + .btn{margin-left:-1px}.modal-footer .btn-block + .btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);box-shadow:0 5px 15px rgba(0, 0, 0, 0.5)}.modal-sm{width:300px}}@media (min-width: 992px){.modal-lg{width:90%}}.ws{/*! normalize.css v3.0.2 | MIT License | git.io/normalize *//*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */}.ws html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.ws body{margin:0}.ws article,.ws aside,.ws details,.ws figcaption,.ws figure,.ws footer,.ws header,.ws hgroup,.ws main,.ws menu,.ws nav,.ws section,.ws summary{display:block}.ws audio,.ws canvas,.ws progress,.ws video{display:inline-block;vertical-align:baseline}.ws audio:not([controls]){display:none;height:0}.ws [hidden],.ws template{display:none}.ws a{background-color:transparent}.ws a:active,.ws a:hover{outline:0}.ws abbr[title]{border-bottom:1px dotted}.ws b,.ws strong{font-weight:bold}.ws dfn{font-style:italic}.ws h1{font-size:2em;margin:0.67em 0}.ws mark{background:#ff0;color:#000}.ws small{font-size:80%}.ws sub,.ws sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.ws sup{top:-0.5em}.ws sub{bottom:-0.25em}.ws img{border:0}.ws svg:not(:root){overflow:hidden}.ws figure{margin:1em 40px}.ws hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}.ws pre{overflow:auto}.ws code,.ws kbd,.ws pre,.ws samp{font-family:monospace,monospace;font-size:1em}.ws button,.ws input,.ws optgroup,.ws select,.ws textarea{color:inherit;font:inherit;margin:0}.ws button{overflow:visible}.ws button,.ws select{text-transform:none}.ws button,.ws html input[type="button"],.ws input[type="reset"],.ws input[type="submit"]{-webkit-appearance:button;cursor:pointer}.ws button[disabled],.ws html input[disabled]{cursor:default}.ws button::-moz-focus-inner,.ws input::-moz-focus-inner{border:0;padding:0}.ws input{line-height:normal}.ws input[type="checkbox"],.ws input[type="radio"]{box-sizing:border-box;padding:0}.ws input[type="number"]::-webkit-inner-spin-button,.ws input[type="number"]::-webkit-outer-spin-button{height:auto}.ws input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.ws input[type="search"]::-webkit-search-cancel-button,.ws input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.ws fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}.ws legend{border:0;padding:0}.ws textarea{overflow:auto}.ws optgroup{font-weight:bold}.ws table{border-collapse:collapse;border-spacing:0}.ws td,.ws th{padding:0}@media print{.ws *,.ws *:before,.ws *:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}.ws a,.ws a:visited{text-decoration:underline}.ws a[href]:after{content:" (" attr(href) ")"}.ws abbr[title]:after{content:" (" attr(title) ")"}.ws a[href^="#"]:after,.ws a[href^="javascript:"]:after{content:""}.ws pre,.ws blockquote{border:1px solid #999;page-break-inside:avoid}.ws thead{display:table-header-group}.ws tr,.ws img{page-break-inside:avoid}.ws img{max-width:100% !important}.ws p,.ws h2,.ws h3{orphans:3;widows:3}.ws h2,.ws h3{page-break-after:avoid}.ws select{background:#fff !important}.ws .navbar{display:none}.ws .btn > .caret,.ws .dropup > .btn > .caret{border-top-color:#000 !important}.ws .label{border:1px solid #000}.ws .table{border-collapse:collapse !important}.ws .table td,.ws .table th{background-color:#fff !important}.ws .table-bordered th,.ws .table-bordered td{border:1px solid #ddd !important}}@font-face{.ws {
    font-family:'Glyphicons Halflings';src:url("../fonts/bootstrap/glyphicons-halflings-regular.eot");src:url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")}}
  .ws .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ws .glyphicon-asterisk:before{content:"\2a"}.ws .glyphicon-plus:before{content:"\2b"}.ws .glyphicon-euro:before,.ws .glyphicon-eur:before{content:"\20ac"}.ws .glyphicon-minus:before{content:"\2212"}.ws .glyphicon-cloud:before{content:"\2601"}.ws .glyphicon-envelope:before{content:"\2709"}.ws .glyphicon-pencil:before{content:"\270f"}.ws .glyphicon-glass:before{content:"\e001"}.ws .glyphicon-music:before{content:"\e002"}.ws .glyphicon-search:before{content:"\e003"}.ws .glyphicon-heart:before{content:"\e005"}.ws .glyphicon-star:before{content:"\e006"}.ws .glyphicon-star-empty:before{content:"\e007"}.ws .glyphicon-user:before{content:"\e008"}.ws .glyphicon-film:before{content:"\e009"}.ws .glyphicon-th-large:before{content:"\e010"}.ws .glyphicon-th:before{content:"\e011"}.ws .glyphicon-th-list:before{content:"\e012"}.ws .glyphicon-ok:before{content:"\e013"}.ws .glyphicon-remove:before{content:"\e014"}.ws .glyphicon-zoom-in:before{content:"\e015"}.ws .glyphicon-zoom-out:before{content:"\e016"}.ws .glyphicon-off:before{content:"\e017"}.ws .glyphicon-signal:before{content:"\e018"}.ws .glyphicon-cog:before{content:"\e019"}.ws .glyphicon-trash:before{content:"\e020"}.ws .glyphicon-home:before{content:"\e021"}.ws .glyphicon-file:before{content:"\e022"}.ws .glyphicon-time:before{content:"\e023"}.ws .glyphicon-road:before{content:"\e024"}.ws .glyphicon-download-alt:before{content:"\e025"}.ws .glyphicon-download:before{content:"\e026"}.ws .glyphicon-upload:before{content:"\e027"}.ws .glyphicon-inbox:before{content:"\e028"}.ws .glyphicon-play-circle:before{content:"\e029"}.ws .glyphicon-repeat:before{content:"\e030"}.ws .glyphicon-refresh:before{content:"\e031"}.ws .glyphicon-list-alt:before{content:"\e032"}.ws .glyphicon-lock:before{content:"\e033"}.ws .glyphicon-flag:before{content:"\e034"}.ws .glyphicon-headphones:before{content:"\e035"}.ws .glyphicon-volume-off:before{content:"\e036"}.ws .glyphicon-volume-down:before{content:"\e037"}.ws .glyphicon-volume-up:before{content:"\e038"}.ws .glyphicon-qrcode:before{content:"\e039"}.ws .glyphicon-barcode:before{content:"\e040"}.ws .glyphicon-tag:before{content:"\e041"}.ws .glyphicon-tags:before{content:"\e042"}.ws .glyphicon-book:before{content:"\e043"}.ws .glyphicon-bookmark:before{content:"\e044"}.ws .glyphicon-print:before{content:"\e045"}.ws .glyphicon-camera:before{content:"\e046"}.ws .glyphicon-font:before{content:"\e047"}.ws .glyphicon-bold:before{content:"\e048"}.ws .glyphicon-italic:before{content:"\e049"}.ws .glyphicon-text-height:before{content:"\e050"}.ws .glyphicon-text-width:before{content:"\e051"}.ws .glyphicon-align-left:before{content:"\e052"}.ws .glyphicon-align-center:before{content:"\e053"}.ws .glyphicon-align-right:before{content:"\e054"}.ws .glyphicon-align-justify:before{content:"\e055"}.ws .glyphicon-list:before{content:"\e056"}.ws .glyphicon-indent-left:before{content:"\e057"}.ws .glyphicon-indent-right:before{content:"\e058"}.ws .glyphicon-facetime-video:before{content:"\e059"}.ws .glyphicon-picture:before{content:"\e060"}.ws .glyphicon-map-marker:before{content:"\e062"}.ws .glyphicon-adjust:before{content:"\e063"}.ws .glyphicon-tint:before{content:"\e064"}.ws .glyphicon-edit:before{content:"\e065"}.ws .glyphicon-share:before{content:"\e066"}.ws .glyphicon-check:before{content:"\e067"}.ws .glyphicon-move:before{content:"\e068"}.ws .glyphicon-step-backward:before{content:"\e069"}.ws .glyphicon-fast-backward:before{content:"\e070"}.ws .glyphicon-backward:before{content:"\e071"}.ws .glyphicon-play:before{content:"\e072"}.ws .glyphicon-pause:before{content:"\e073"}.ws .glyphicon-stop:before{content:"\e074"}.ws .glyphicon-forward:before{content:"\e075"}.ws .glyphicon-fast-forward:before{content:"\e076"}.ws .glyphicon-step-forward:before{content:"\e077"}.ws .glyphicon-eject:before{content:"\e078"}.ws .glyphicon-chevron-left:before{content:"\e079"}.ws .glyphicon-chevron-right:before{content:"\e080"}.ws .glyphicon-plus-sign:before{content:"\e081"}.ws .glyphicon-minus-sign:before{content:"\e082"}.ws .glyphicon-remove-sign:before{content:"\e083"}.ws .glyphicon-ok-sign:before{content:"\e084"}.ws .glyphicon-question-sign:before{content:"\e085"}.ws .glyphicon-info-sign:before{content:"\e086"}.ws .glyphicon-screenshot:before{content:"\e087"}.ws .glyphicon-remove-circle:before{content:"\e088"}.ws .glyphicon-ok-circle:before{content:"\e089"}.ws .glyphicon-ban-circle:before{content:"\e090"}.ws .glyphicon-arrow-left:before{content:"\e091"}.ws .glyphicon-arrow-right:before{content:"\e092"}.ws .glyphicon-arrow-up:before{content:"\e093"}.ws .glyphicon-arrow-down:before{content:"\e094"}.ws .glyphicon-share-alt:before{content:"\e095"}.ws .glyphicon-resize-full:before{content:"\e096"}.ws .glyphicon-resize-small:before{content:"\e097"}.ws .glyphicon-exclamation-sign:before{content:"\e101"}.ws .glyphicon-gift:before{content:"\e102"}.ws .glyphicon-leaf:before{content:"\e103"}.ws .glyphicon-fire:before{content:"\e104"}.ws .glyphicon-eye-open:before{content:"\e105"}.ws .glyphicon-eye-close:before{content:"\e106"}.ws .glyphicon-warning-sign:before{content:"\e107"}.ws .glyphicon-plane:before{content:"\e108"}.ws .glyphicon-calendar:before{content:"\e109"}.ws .glyphicon-random:before{content:"\e110"}.ws .glyphicon-comment:before{content:"\e111"}.ws .glyphicon-magnet:before{content:"\e112"}.ws .glyphicon-chevron-up:before{content:"\e113"}.ws .glyphicon-chevron-down:before{content:"\e114"}.ws .glyphicon-retweet:before{content:"\e115"}.ws .glyphicon-shopping-cart:before{content:"\e116"}.ws .glyphicon-folder-close:before{content:"\e117"}.ws .glyphicon-folder-open:before{content:"\e118"}.ws .glyphicon-resize-vertical:before{content:"\e119"}.ws .glyphicon-resize-horizontal:before{content:"\e120"}.ws .glyphicon-hdd:before{content:"\e121"}.ws .glyphicon-bullhorn:before{content:"\e122"}.ws .glyphicon-bell:before{content:"\e123"}.ws .glyphicon-certificate:before{content:"\e124"}.ws .glyphicon-thumbs-up:before{content:"\e125"}.ws .glyphicon-thumbs-down:before{content:"\e126"}.ws .glyphicon-hand-right:before{content:"\e127"}.ws .glyphicon-hand-left:before{content:"\e128"}.ws .glyphicon-hand-up:before{content:"\e129"}.ws .glyphicon-hand-down:before{content:"\e130"}.ws .glyphicon-circle-arrow-right:before{content:"\e131"}.ws .glyphicon-circle-arrow-left:before{content:"\e132"}.ws .glyphicon-circle-arrow-up:before{content:"\e133"}.ws .glyphicon-circle-arrow-down:before{content:"\e134"}.ws .glyphicon-globe:before{content:"\e135"}.ws .glyphicon-wrench:before{content:"\e136"}.ws .glyphicon-tasks:before{content:"\e137"}.ws .glyphicon-filter:before{content:"\e138"}.ws .glyphicon-briefcase:before{content:"\e139"}.ws .glyphicon-fullscreen:before{content:"\e140"}.ws .glyphicon-dashboard:before{content:"\e141"}.ws .glyphicon-paperclip:before{content:"\e142"}.ws .glyphicon-heart-empty:before{content:"\e143"}.ws .glyphicon-link:before{content:"\e144"}.ws .glyphicon-phone:before{content:"\e145"}.ws .glyphicon-pushpin:before{content:"\e146"}.ws .glyphicon-usd:before{content:"\e148"}.ws .glyphicon-gbp:before{content:"\e149"}.ws .glyphicon-sort:before{content:"\e150"}.ws .glyphicon-sort-by-alphabet:before{content:"\e151"}.ws .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.ws .glyphicon-sort-by-order:before{content:"\e153"}.ws .glyphicon-sort-by-order-alt:before{content:"\e154"}.ws .glyphicon-sort-by-attributes:before{content:"\e155"}.ws .glyphicon-sort-by-attributes-alt:before{content:"\e156"}.ws .glyphicon-unchecked:before{content:"\e157"}.ws .glyphicon-expand:before{content:"\e158"}.ws .glyphicon-collapse-down:before{content:"\e159"}.ws .glyphicon-collapse-up:before{content:"\e160"}.ws .glyphicon-log-in:before{content:"\e161"}.ws .glyphicon-flash:before{content:"\e162"}.ws .glyphicon-log-out:before{content:"\e163"}.ws .glyphicon-new-window:before{content:"\e164"}.ws .glyphicon-record:before{content:"\e165"}.ws .glyphicon-save:before{content:"\e166"}.ws .glyphicon-open:before{content:"\e167"}.ws .glyphicon-saved:before{content:"\e168"}.ws .glyphicon-import:before{content:"\e169"}.ws .glyphicon-export:before{content:"\e170"}.ws .glyphicon-send:before{content:"\e171"}.ws .glyphicon-floppy-disk:before{content:"\e172"}.ws .glyphicon-floppy-saved:before{content:"\e173"}.ws .glyphicon-floppy-remove:before{content:"\e174"}.ws .glyphicon-floppy-save:before{content:"\e175"}.ws .glyphicon-floppy-open:before{content:"\e176"}.ws .glyphicon-credit-card:before{content:"\e177"}.ws .glyphicon-transfer:before{content:"\e178"}.ws .glyphicon-cutlery:before{content:"\e179"}.ws .glyphicon-header:before{content:"\e180"}.ws .glyphicon-compressed:before{content:"\e181"}.ws .glyphicon-earphone:before{content:"\e182"}.ws .glyphicon-phone-alt:before{content:"\e183"}.ws .glyphicon-tower:before{content:"\e184"}.ws .glyphicon-stats:before{content:"\e185"}.ws .glyphicon-sd-video:before{content:"\e186"}.ws .glyphicon-hd-video:before{content:"\e187"}.ws .glyphicon-subtitles:before{content:"\e188"}.ws .glyphicon-sound-stereo:before{content:"\e189"}.ws .glyphicon-sound-dolby:before{content:"\e190"}.ws .glyphicon-sound-5-1:before{content:"\e191"}.ws .glyphicon-sound-6-1:before{content:"\e192"}.ws .glyphicon-sound-7-1:before{content:"\e193"}.ws .glyphicon-copyright-mark:before{content:"\e194"}.ws .glyphicon-registration-mark:before{content:"\e195"}.ws .glyphicon-cloud-download:before{content:"\e197"}.ws .glyphicon-cloud-upload:before{content:"\e198"}.ws .glyphicon-tree-conifer:before{content:"\e199"}.ws .glyphicon-tree-deciduous:before{content:"\e200"}.ws .glyphicon-cd:before{content:"\e201"}.ws .glyphicon-save-file:before{content:"\e202"}.ws .glyphicon-open-file:before{content:"\e203"}.ws .glyphicon-level-up:before{content:"\e204"}.ws .glyphicon-copy:before{content:"\e205"}.ws .glyphicon-paste:before{content:"\e206"}.ws .glyphicon-alert:before{content:"\e209"}.ws .glyphicon-equalizer:before{content:"\e210"}.ws .glyphicon-king:before{content:"\e211"}.ws .glyphicon-queen:before{content:"\e212"}.ws .glyphicon-pawn:before{content:"\e213"}.ws .glyphicon-bishop:before{content:"\e214"}.ws .glyphicon-knight:before{content:"\e215"}.ws .glyphicon-baby-formula:before{content:"\e216"}.ws .glyphicon-tent:before{content:"\26fa"}.ws .glyphicon-blackboard:before{content:"\e218"}.ws .glyphicon-bed:before{content:"\e219"}.ws .glyphicon-apple:before{content:"\f8ff"}.ws .glyphicon-erase:before{content:"\e221"}.ws .glyphicon-hourglass:before{content:"\231b"}.ws .glyphicon-lamp:before{content:"\e223"}.ws .glyphicon-duplicate:before{content:"\e224"}.ws .glyphicon-piggy-bank:before{content:"\e225"}.ws .glyphicon-scissors:before{content:"\e226"}.ws .glyphicon-bitcoin:before{content:"\e227"}.ws .glyphicon-btc:before{content:"\e227"}.ws .glyphicon-xbt:before{content:"\e227"}.ws .glyphicon-yen:before{content:"\00a5"}.ws .glyphicon-jpy:before{content:"\00a5"}.ws .glyphicon-ruble:before{content:"\20bd"}.ws .glyphicon-rub:before{content:"\20bd"}.ws .glyphicon-scale:before{content:"\e230"}.ws .glyphicon-ice-lolly:before{content:"\e231"}.ws .glyphicon-ice-lolly-tasted:before{content:"\e232"}.ws .glyphicon-education:before{content:"\e233"}.ws .glyphicon-option-horizontal:before{content:"\e234"}.ws .glyphicon-option-vertical:before{content:"\e235"}.ws .glyphicon-menu-hamburger:before{content:"\e236"}.ws .glyphicon-modal-window:before{content:"\e237"}.ws .glyphicon-oil:before{content:"\e238"}.ws .glyphicon-grain:before{content:"\e239"}.ws .glyphicon-sunglasses:before{content:"\e240"}.ws .glyphicon-text-size:before{content:"\e241"}.ws .glyphicon-text-color:before{content:"\e242"}.ws .glyphicon-text-background:before{content:"\e243"}.ws .glyphicon-object-align-top:before{content:"\e244"}.ws .glyphicon-object-align-bottom:before{content:"\e245"}.ws .glyphicon-object-align-horizontal:before{content:"\e246"}.ws .glyphicon-object-align-left:before{content:"\e247"}.ws .glyphicon-object-align-vertical:before{content:"\e248"}.ws .glyphicon-object-align-right:before{content:"\e249"}.ws .glyphicon-triangle-right:before{content:"\e250"}.ws .glyphicon-triangle-left:before{content:"\e251"}.ws .glyphicon-triangle-bottom:before{content:"\e252"}.ws .glyphicon-triangle-top:before{content:"\e253"}.ws .glyphicon-console:before{content:"\e254"}.ws .glyphicon-superscript:before{content:"\e255"}.ws .glyphicon-subscript:before{content:"\e256"}.ws .glyphicon-menu-left:before{content:"\e257"}.ws .glyphicon-menu-right:before{content:"\e258"}.ws .glyphicon-menu-down:before{content:"\e259"}.ws .glyphicon-menu-up:before{content:"\e260"}.ws *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ws *:before,.ws *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ws html{font-size:10px;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.ws body{font-family:"Arial";font-size:14px;line-height:1.42857;color:#333333;background-color:#fff}.ws input,.ws button,.ws select,.ws textarea{font-family:inherit;font-size:inherit;line-height:inherit}.ws a{color:#337ab7;text-decoration:none}.ws a:hover,.ws a:focus{color:#23527c;text-decoration:underline}.ws a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ws figure{margin:0}.ws img{vertical-align:middle}.ws .img-responsive{display:block;max-width:100%;height:auto}.ws .img-rounded{border-radius:6px}.ws .img-thumbnail{padding:4px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.ws .img-circle{border-radius:50%}.ws hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee}.ws .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.ws .sr-only-focusable:active,.ws .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.ws [role="button"]{cursor:pointer}.ws h1,.ws h2,.ws h3,.ws h4,.ws h5,.ws h6,.ws .h1,.ws .h2,.ws .h3,.ws .h4,.ws .h5,.ws .h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.ws h1 small,.ws h1 .small,.ws h2 small,.ws h2 .small,.ws h3 small,.ws h3 .small,.ws h4 small,.ws h4 .small,.ws h5 small,.ws h5 .small,.ws h6 small,.ws h6 .small,.ws .h1 small,.ws .h1 .small,.ws .h2 small,.ws .h2 .small,.ws .h3 small,.ws .h3 .small,.ws .h4 small,.ws .h4 .small,.ws .h5 small,.ws .h5 .small,.ws .h6 small,.ws .h6 .small{font-weight:normal;line-height:1;color:#777777}.ws h1,.ws .h1,.ws h2,.ws .h2,.ws h3,.ws .h3{margin-top:20px;margin-bottom:10px}.ws h1 small,.ws h1 .small,.ws .h1 small,.ws .h1 .small,.ws h2 small,.ws h2 .small,.ws .h2 small,.ws .h2 .small,.ws h3 small,.ws h3 .small,.ws .h3 small,.ws .h3 .small{font-size:65%}.ws h4,.ws .h4,.ws h5,.ws .h5,.ws h6,.ws .h6{margin-top:10px;margin-bottom:10px}.ws h4 small,.ws h4 .small,.ws .h4 small,.ws .h4 .small,.ws h5 small,.ws h5 .small,.ws .h5 small,.ws .h5 .small,.ws h6 small,.ws h6 .small,.ws .h6 small,.ws .h6 .small{font-size:75%}.ws h1,.ws .h1{font-size:36px}.ws h2,.ws .h2{font-size:30px}.ws h3,.ws .h3{font-size:24px}.ws h4,.ws .h4{font-size:18px}.ws h5,.ws .h5{font-size:14px}.ws h6,.ws .h6{font-size:12px}.ws p{margin:0 0 10px}.ws .lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width: 768px){.ws .lead{font-size:21px}}.ws small,.ws .small{font-size:85%}.ws mark,.ws .mark{background-color:#fcf8e3;padding:.2em}.ws .text-left{text-align:left}.ws .text-right{text-align:right}.ws .text-center{text-align:center}.ws .text-justify{text-align:justify}.ws .text-nowrap{white-space:nowrap}.ws .text-lowercase{text-transform:lowercase}.ws .text-uppercase,.ws .initialism{text-transform:uppercase}.ws .text-capitalize{text-transform:capitalize}.ws .text-muted{color:#777777}.ws .text-primary{color:#337ab7}.ws a.text-primary:hover{color:#286090}.ws .text-success{color:#3c763d}.ws a.text-success:hover{color:#2b542c}.ws .text-info{color:#31708f}.ws a.text-info:hover{color:#245269}.ws .text-warning{color:#8a6d3b}.ws a.text-warning:hover{color:#66512c}.ws .text-danger{color:#d40000}.ws a.text-danger:hover{color:#a10000}.ws .bg-primary{color:#fff}.ws .bg-primary{background-color:#337ab7}.ws a.bg-primary:hover{background-color:#286090}.ws .bg-success{background-color:#dff0d8}.ws a.bg-success:hover{background-color:#c1e2b3}.ws .bg-info{background-color:#d9edf7}.ws a.bg-info:hover{background-color:#afd9ee}.ws .bg-warning{background-color:#fcf8e3}.ws a.bg-warning:hover{background-color:#f7ecb5}.ws .bg-danger{background-color:#f2dede}.ws a.bg-danger:hover{background-color:#e4b9b9}.ws .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee}.ws ul,.ws ol{margin-top:0;margin-bottom:10px}.ws ul ul,.ws ul ol,.ws ol ul,.ws ol ol{margin-bottom:0}.ws .list-unstyled{padding-left:0;list-style:none}.ws .list-inline{padding-left:0;list-style:none;margin-left:-5px}.ws .list-inline > li{display:inline-block;padding-left:5px;padding-right:5px}.ws dl{margin-top:0;margin-bottom:20px}.ws dt,.ws dd{line-height:1.42857}.ws dt{font-weight:bold}.ws dd{margin-left:0}.ws .dl-horizontal dd:before,.ws .dl-horizontal dd:after{content:" ";display:table}.ws .dl-horizontal dd:after{clear:both}@media (min-width: 768px){.ws .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws .dl-horizontal dd{margin-left:180px}}.ws abbr[title],.ws abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777777}.ws .initialism{font-size:90%}.ws blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eeeeee}.ws blockquote p:last-child,.ws blockquote ul:last-child,.ws blockquote ol:last-child{margin-bottom:0}.ws blockquote footer,.ws blockquote small,.ws blockquote .small{display:block;font-size:80%;line-height:1.42857;color:#777777}.ws blockquote footer:before,.ws blockquote small:before,.ws blockquote .small:before{content:'\2014 \00A0'}.ws .blockquote-reverse,.ws blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;text-align:right}.ws .blockquote-reverse footer:before,.ws .blockquote-reverse small:before,.ws .blockquote-reverse .small:before,.ws blockquote.pull-right footer:before,.ws blockquote.pull-right small:before,.ws blockquote.pull-right .small:before{content:''}.ws .blockquote-reverse footer:after,.ws .blockquote-reverse small:after,.ws .blockquote-reverse .small:after,.ws blockquote.pull-right footer:after,.ws blockquote.pull-right small:after,.ws blockquote.pull-right .small:after{content:'\00A0 \2014'}.ws address{margin-bottom:20px;font-style:normal;line-height:1.42857}.ws code,.ws kbd,.ws pre,.ws samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.ws code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.ws kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.25)}.ws kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none}.ws pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.ws pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.ws .pre-scrollable{max-height:340px;overflow-y:scroll}.ws .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.ws .container:before,.ws .container:after{content:" ";display:table}.ws .container:after{clear:both}@media (min-width: 768px){.ws .container{width:750px}}@media (min-width: 992px){.ws .container{width:970px}}@media (min-width: 1200px){.ws .container{width:1170px}}.ws .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.ws .container-fluid:before,.ws .container-fluid:after{content:" ";display:table}.ws .container-fluid:after{clear:both}.ws .row{margin-left:-15px;margin-right:-15px}.ws .row:before,.ws .row:after{content:" ";display:table}.ws .row:after{clear:both}.ws .col-xs-1,.ws .col-sm-1,.ws .col-md-1,.ws .col-lg-1,.ws .col-xs-2,.ws .col-sm-2,.ws .col-md-2,.ws .col-lg-2,.ws .col-xs-3,.ws .col-sm-3,.ws .col-md-3,.ws .col-lg-3,.ws .col-xs-4,.ws .col-sm-4,.ws .col-md-4,.ws .col-lg-4,.ws .col-xs-5,.ws .col-sm-5,.ws .col-md-5,.ws .col-lg-5,.ws .col-xs-6,.ws .col-sm-6,.ws .col-md-6,.ws .col-lg-6,.ws .col-xs-7,.ws .col-sm-7,.ws .col-md-7,.ws .col-lg-7,.ws .col-xs-8,.ws .col-sm-8,.ws .col-md-8,.ws .col-lg-8,.ws .col-xs-9,.ws .col-sm-9,.ws .col-md-9,.ws .col-lg-9,.ws .col-xs-10,.ws .col-sm-10,.ws .col-md-10,.ws .col-lg-10,.ws .col-xs-11,.ws .col-sm-11,.ws .col-md-11,.ws .col-lg-11,.ws .col-xs-12,.ws .col-sm-12,.ws .col-md-12,.ws .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.ws .col-xs-1,.ws .col-xs-2,.ws .col-xs-3,.ws .col-xs-4,.ws .col-xs-5,.ws .col-xs-6,.ws .col-xs-7,.ws .col-xs-8,.ws .col-xs-9,.ws .col-xs-10,.ws .col-xs-11,.ws .col-xs-12{float:left}.ws .col-xs-1{width:8.33333%}.ws .col-xs-2{width:16.66667%}.ws .col-xs-3{width:25%}.ws .col-xs-4{width:33.33333%}.ws .col-xs-5{width:41.66667%}.ws .col-xs-6{width:50%}.ws .col-xs-7{width:58.33333%}.ws .col-xs-8{width:66.66667%}.ws .col-xs-9{width:75%}.ws .col-xs-10{width:83.33333%}.ws .col-xs-11{width:91.66667%}.ws .col-xs-12{width:100%}.ws .col-xs-pull-0{right:auto}.ws .col-xs-pull-1{right:8.33333%}.ws .col-xs-pull-2{right:16.66667%}.ws .col-xs-pull-3{right:25%}.ws .col-xs-pull-4{right:33.33333%}.ws .col-xs-pull-5{right:41.66667%}.ws .col-xs-pull-6{right:50%}.ws .col-xs-pull-7{right:58.33333%}.ws .col-xs-pull-8{right:66.66667%}.ws .col-xs-pull-9{right:75%}.ws .col-xs-pull-10{right:83.33333%}.ws .col-xs-pull-11{right:91.66667%}.ws .col-xs-pull-12{right:100%}.ws .col-xs-push-0{left:auto}.ws .col-xs-push-1{left:8.33333%}.ws .col-xs-push-2{left:16.66667%}.ws .col-xs-push-3{left:25%}.ws .col-xs-push-4{left:33.33333%}.ws .col-xs-push-5{left:41.66667%}.ws .col-xs-push-6{left:50%}.ws .col-xs-push-7{left:58.33333%}.ws .col-xs-push-8{left:66.66667%}.ws .col-xs-push-9{left:75%}.ws .col-xs-push-10{left:83.33333%}.ws .col-xs-push-11{left:91.66667%}.ws .col-xs-push-12{left:100%}.ws .col-xs-offset-0{margin-left:0%}.ws .col-xs-offset-1{margin-left:8.33333%}.ws .col-xs-offset-2{margin-left:16.66667%}.ws .col-xs-offset-3{margin-left:25%}.ws .col-xs-offset-4{margin-left:33.33333%}.ws .col-xs-offset-5{margin-left:41.66667%}.ws .col-xs-offset-6{margin-left:50%}.ws .col-xs-offset-7{margin-left:58.33333%}.ws .col-xs-offset-8{margin-left:66.66667%}.ws .col-xs-offset-9{margin-left:75%}.ws .col-xs-offset-10{margin-left:83.33333%}.ws .col-xs-offset-11{margin-left:91.66667%}.ws .col-xs-offset-12{margin-left:100%}@media (min-width: 768px){.ws .col-sm-1,.ws .col-sm-2,.ws .col-sm-3,.ws .col-sm-4,.ws .col-sm-5,.ws .col-sm-6,.ws .col-sm-7,.ws .col-sm-8,.ws .col-sm-9,.ws .col-sm-10,.ws .col-sm-11,.ws .col-sm-12{float:left}.ws .col-sm-1{width:8.33333%}.ws .col-sm-2{width:16.66667%}.ws .col-sm-3{width:25%}.ws .col-sm-4{width:33.33333%}.ws .col-sm-5{width:41.66667%}.ws .col-sm-6{width:50%}.ws .col-sm-7{width:58.33333%}.ws .col-sm-8{width:66.66667%}.ws .col-sm-9{width:75%}.ws .col-sm-10{width:83.33333%}.ws .col-sm-11{width:91.66667%}.ws .col-sm-12{width:100%}.ws .col-sm-pull-0{right:auto}.ws .col-sm-pull-1{right:8.33333%}.ws .col-sm-pull-2{right:16.66667%}.ws .col-sm-pull-3{right:25%}.ws .col-sm-pull-4{right:33.33333%}.ws .col-sm-pull-5{right:41.66667%}.ws .col-sm-pull-6{right:50%}.ws .col-sm-pull-7{right:58.33333%}.ws .col-sm-pull-8{right:66.66667%}.ws .col-sm-pull-9{right:75%}.ws .col-sm-pull-10{right:83.33333%}.ws .col-sm-pull-11{right:91.66667%}.ws .col-sm-pull-12{right:100%}.ws .col-sm-push-0{left:auto}.ws .col-sm-push-1{left:8.33333%}.ws .col-sm-push-2{left:16.66667%}.ws .col-sm-push-3{left:25%}.ws .col-sm-push-4{left:33.33333%}.ws .col-sm-push-5{left:41.66667%}.ws .col-sm-push-6{left:50%}.ws .col-sm-push-7{left:58.33333%}.ws .col-sm-push-8{left:66.66667%}.ws .col-sm-push-9{left:75%}.ws .col-sm-push-10{left:83.33333%}.ws .col-sm-push-11{left:91.66667%}.ws .col-sm-push-12{left:100%}.ws .col-sm-offset-0{margin-left:0%}.ws .col-sm-offset-1{margin-left:8.33333%}.ws .col-sm-offset-2{margin-left:16.66667%}.ws .col-sm-offset-3{margin-left:25%}.ws .col-sm-offset-4{margin-left:33.33333%}.ws .col-sm-offset-5{margin-left:41.66667%}.ws .col-sm-offset-6{margin-left:50%}.ws .col-sm-offset-7{margin-left:58.33333%}.ws .col-sm-offset-8{margin-left:66.66667%}.ws .col-sm-offset-9{margin-left:75%}.ws .col-sm-offset-10{margin-left:83.33333%}.ws .col-sm-offset-11{margin-left:91.66667%}.ws .col-sm-offset-12{margin-left:100%}}@media (min-width: 992px){.ws .col-md-1,.ws .col-md-2,.ws .col-md-3,.ws .col-md-4,.ws .col-md-5,.ws .col-md-6,.ws .col-md-7,.ws .col-md-8,.ws .col-md-9,.ws .col-md-10,.ws .col-md-11,.ws .col-md-12{float:left}.ws .col-md-1{width:8.33333%}.ws .col-md-2{width:16.66667%}.ws .col-md-3{width:25%}.ws .col-md-4{width:33.33333%}.ws .col-md-5{width:41.66667%}.ws .col-md-6{width:50%}.ws .col-md-7{width:58.33333%}.ws .col-md-8{width:66.66667%}.ws .col-md-9{width:75%}.ws .col-md-10{width:83.33333%}.ws .col-md-11{width:91.66667%}.ws .col-md-12{width:100%}.ws .col-md-pull-0{right:auto}.ws .col-md-pull-1{right:8.33333%}.ws .col-md-pull-2{right:16.66667%}.ws .col-md-pull-3{right:25%}.ws .col-md-pull-4{right:33.33333%}.ws .col-md-pull-5{right:41.66667%}.ws .col-md-pull-6{right:50%}.ws .col-md-pull-7{right:58.33333%}.ws .col-md-pull-8{right:66.66667%}.ws .col-md-pull-9{right:75%}.ws .col-md-pull-10{right:83.33333%}.ws .col-md-pull-11{right:91.66667%}.ws .col-md-pull-12{right:100%}.ws .col-md-push-0{left:auto}.ws .col-md-push-1{left:8.33333%}.ws .col-md-push-2{left:16.66667%}.ws .col-md-push-3{left:25%}.ws .col-md-push-4{left:33.33333%}.ws .col-md-push-5{left:41.66667%}.ws .col-md-push-6{left:50%}.ws .col-md-push-7{left:58.33333%}.ws .col-md-push-8{left:66.66667%}.ws .col-md-push-9{left:75%}.ws .col-md-push-10{left:83.33333%}.ws .col-md-push-11{left:91.66667%}.ws .col-md-push-12{left:100%}.ws .col-md-offset-0{margin-left:0%}.ws .col-md-offset-1{margin-left:8.33333%}.ws .col-md-offset-2{margin-left:16.66667%}.ws .col-md-offset-3{margin-left:25%}.ws .col-md-offset-4{margin-left:33.33333%}.ws .col-md-offset-5{margin-left:41.66667%}.ws .col-md-offset-6{margin-left:50%}.ws .col-md-offset-7{margin-left:58.33333%}.ws .col-md-offset-8{margin-left:66.66667%}.ws .col-md-offset-9{margin-left:75%}.ws .col-md-offset-10{margin-left:83.33333%}.ws .col-md-offset-11{margin-left:91.66667%}.ws .col-md-offset-12{margin-left:100%}}@media (min-width: 1200px){.ws .col-lg-1,.ws .col-lg-2,.ws .col-lg-3,.ws .col-lg-4,.ws .col-lg-5,.ws .col-lg-6,.ws .col-lg-7,.ws .col-lg-8,.ws .col-lg-9,.ws .col-lg-10,.ws .col-lg-11,.ws .col-lg-12{float:left}.ws .col-lg-1{width:8.33333%}.ws .col-lg-2{width:16.66667%}.ws .col-lg-3{width:25%}.ws .col-lg-4{width:33.33333%}.ws .col-lg-5{width:41.66667%}.ws .col-lg-6{width:50%}.ws .col-lg-7{width:58.33333%}.ws .col-lg-8{width:66.66667%}.ws .col-lg-9{width:75%}.ws .col-lg-10{width:83.33333%}.ws .col-lg-11{width:91.66667%}.ws .col-lg-12{width:100%}.ws .col-lg-pull-0{right:auto}.ws .col-lg-pull-1{right:8.33333%}.ws .col-lg-pull-2{right:16.66667%}.ws .col-lg-pull-3{right:25%}.ws .col-lg-pull-4{right:33.33333%}.ws .col-lg-pull-5{right:41.66667%}.ws .col-lg-pull-6{right:50%}.ws .col-lg-pull-7{right:58.33333%}.ws .col-lg-pull-8{right:66.66667%}.ws .col-lg-pull-9{right:75%}.ws .col-lg-pull-10{right:83.33333%}.ws .col-lg-pull-11{right:91.66667%}.ws .col-lg-pull-12{right:100%}.ws .col-lg-push-0{left:auto}.ws .col-lg-push-1{left:8.33333%}.ws .col-lg-push-2{left:16.66667%}.ws .col-lg-push-3{left:25%}.ws .col-lg-push-4{left:33.33333%}.ws .col-lg-push-5{left:41.66667%}.ws .col-lg-push-6{left:50%}.ws .col-lg-push-7{left:58.33333%}.ws .col-lg-push-8{left:66.66667%}.ws .col-lg-push-9{left:75%}.ws .col-lg-push-10{left:83.33333%}.ws .col-lg-push-11{left:91.66667%}.ws .col-lg-push-12{left:100%}.ws .col-lg-offset-0{margin-left:0%}.ws .col-lg-offset-1{margin-left:8.33333%}.ws .col-lg-offset-2{margin-left:16.66667%}.ws .col-lg-offset-3{margin-left:25%}.ws .col-lg-offset-4{margin-left:33.33333%}.ws .col-lg-offset-5{margin-left:41.66667%}.ws .col-lg-offset-6{margin-left:50%}.ws .col-lg-offset-7{margin-left:58.33333%}.ws .col-lg-offset-8{margin-left:66.66667%}.ws .col-lg-offset-9{margin-left:75%}.ws .col-lg-offset-10{margin-left:83.33333%}.ws .col-lg-offset-11{margin-left:91.66667%}.ws .col-lg-offset-12{margin-left:100%}}.ws table{background-color:transparent}.ws caption{padding-top:8px;padding-bottom:8px;color:#777777;text-align:left}.ws th{text-align:left}.ws .table{width:100%;max-width:100%;margin-bottom:20px}.ws .table > thead > tr > th,.ws .table > thead > tr > td,.ws .table > tbody > tr > th,.ws .table > tbody > tr > td,.ws .table > tfoot > tr > th,.ws .table > tfoot > tr > td{padding:8px;line-height:1.42857;vertical-align:top;border-top:1px solid #ddd}.ws .table > thead > tr > th{vertical-align:bottom;border-bottom:2px solid #ddd}.ws .table > caption + thead > tr:first-child > th,.ws .table > caption + thead > tr:first-child > td,.ws .table > colgroup + thead > tr:first-child > th,.ws .table > colgroup + thead > tr:first-child > td,.ws .table > thead:first-child > tr:first-child > th,.ws .table > thead:first-child > tr:first-child > td{border-top:0}.ws .table > tbody + tbody{border-top:2px solid #ddd}.ws .table .table{background-color:#fff}.ws .table-condensed > thead > tr > th,.ws .table-condensed > thead > tr > td,.ws .table-condensed > tbody > tr > th,.ws .table-condensed > tbody > tr > td,.ws .table-condensed > tfoot > tr > th,.ws .table-condensed > tfoot > tr > td{padding:5px}.ws .table-bordered{border:1px solid #ddd}.ws .table-bordered > thead > tr > th,.ws .table-bordered > thead > tr > td,.ws .table-bordered > tbody > tr > th,.ws .table-bordered > tbody > tr > td,.ws .table-bordered > tfoot > tr > th,.ws .table-bordered > tfoot > tr > td{border:1px solid #ddd}.ws .table-bordered > thead > tr > th,.ws .table-bordered > thead > tr > td{border-bottom-width:2px}.ws .table-striped > tbody > tr:nth-of-type(odd){background-color:#f9f9f9}.ws .table-hover > tbody > tr:hover{background-color:#f5f5f5}.ws table col[class*="col-"]{position:static;float:none;display:table-column}.ws table td[class*="col-"],.ws table th[class*="col-"]{position:static;float:none;display:table-cell}.ws .table > thead > tr > td.active,.ws .table > thead > tr > th.active,.ws .table > thead > tr.active > td,.ws .table > thead > tr.active > th,.ws .table > tbody > tr > td.active,.ws .table > tbody > tr > th.active,.ws .table > tbody > tr.active > td,.ws .table > tbody > tr.active > th,.ws .table > tfoot > tr > td.active,.ws .table > tfoot > tr > th.active,.ws .table > tfoot > tr.active > td,.ws .table > tfoot > tr.active > th{background-color:#f5f5f5}.ws .table-hover > tbody > tr > td.active:hover,.ws .table-hover > tbody > tr > th.active:hover,.ws .table-hover > tbody > tr.active:hover > td,.ws .table-hover > tbody > tr:hover > .active,.ws .table-hover > tbody > tr.active:hover > th{background-color:#e8e8e8}.ws .table > thead > tr > td.success,.ws .table > thead > tr > th.success,.ws .table > thead > tr.success > td,.ws .table > thead > tr.success > th,.ws .table > tbody > tr > td.success,.ws .table > tbody > tr > th.success,.ws .table > tbody > tr.success > td,.ws .table > tbody > tr.success > th,.ws .table > tfoot > tr > td.success,.ws .table > tfoot > tr > th.success,.ws .table > tfoot > tr.success > td,.ws .table > tfoot > tr.success > th{background-color:#dff0d8}.ws .table-hover > tbody > tr > td.success:hover,.ws .table-hover > tbody > tr > th.success:hover,.ws .table-hover > tbody > tr.success:hover > td,.ws .table-hover > tbody > tr:hover > .success,.ws .table-hover > tbody > tr.success:hover > th{background-color:#d0e9c6}.ws .table > thead > tr > td.info,.ws .table > thead > tr > th.info,.ws .table > thead > tr.info > td,.ws .table > thead > tr.info > th,.ws .table > tbody > tr > td.info,.ws .table > tbody > tr > th.info,.ws .table > tbody > tr.info > td,.ws .table > tbody > tr.info > th,.ws .table > tfoot > tr > td.info,.ws .table > tfoot > tr > th.info,.ws .table > tfoot > tr.info > td,.ws .table > tfoot > tr.info > th{background-color:#d9edf7}.ws .table-hover > tbody > tr > td.info:hover,.ws .table-hover > tbody > tr > th.info:hover,.ws .table-hover > tbody > tr.info:hover > td,.ws .table-hover > tbody > tr:hover > .info,.ws .table-hover > tbody > tr.info:hover > th{background-color:#c4e3f3}.ws .table > thead > tr > td.warning,.ws .table > thead > tr > th.warning,.ws .table > thead > tr.warning > td,.ws .table > thead > tr.warning > th,.ws .table > tbody > tr > td.warning,.ws .table > tbody > tr > th.warning,.ws .table > tbody > tr.warning > td,.ws .table > tbody > tr.warning > th,.ws .table > tfoot > tr > td.warning,.ws .table > tfoot > tr > th.warning,.ws .table > tfoot > tr.warning > td,.ws .table > tfoot > tr.warning > th{background-color:#fcf8e3}.ws .table-hover > tbody > tr > td.warning:hover,.ws .table-hover > tbody > tr > th.warning:hover,.ws .table-hover > tbody > tr.warning:hover > td,.ws .table-hover > tbody > tr:hover > .warning,.ws .table-hover > tbody > tr.warning:hover > th{background-color:#faf2cc}.ws .table > thead > tr > td.danger,.ws .table > thead > tr > th.danger,.ws .table > thead > tr.danger > td,.ws .table > thead > tr.danger > th,.ws .table > tbody > tr > td.danger,.ws .table > tbody > tr > th.danger,.ws .table > tbody > tr.danger > td,.ws .table > tbody > tr.danger > th,.ws .table > tfoot > tr > td.danger,.ws .table > tfoot > tr > th.danger,.ws .table > tfoot > tr.danger > td,.ws .table > tfoot > tr.danger > th{background-color:#f2dede}.ws .table-hover > tbody > tr > td.danger:hover,.ws .table-hover > tbody > tr > th.danger:hover,.ws .table-hover > tbody > tr.danger:hover > td,.ws .table-hover > tbody > tr:hover > .danger,.ws .table-hover > tbody > tr.danger:hover > th{background-color:#ebcccc}.ws .table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width: 767px){.ws .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.ws .table-responsive > .table{margin-bottom:0}.ws .table-responsive > .table > thead > tr > th,.ws .table-responsive > .table > thead > tr > td,.ws .table-responsive > .table > tbody > tr > th,.ws .table-responsive > .table > tbody > tr > td,.ws .table-responsive > .table > tfoot > tr > th,.ws .table-responsive > .table > tfoot > tr > td{white-space:nowrap}.ws .table-responsive > .table-bordered{border:0}.ws .table-responsive > .table-bordered > thead > tr > th:first-child,.ws .table-responsive > .table-bordered > thead > tr > td:first-child,.ws .table-responsive > .table-bordered > tbody > tr > th:first-child,.ws .table-responsive > .table-bordered > tbody > tr > td:first-child,.ws .table-responsive > .table-bordered > tfoot > tr > th:first-child,.ws .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0}.ws .table-responsive > .table-bordered > thead > tr > th:last-child,.ws .table-responsive > .table-bordered > thead > tr > td:last-child,.ws .table-responsive > .table-bordered > tbody > tr > th:last-child,.ws .table-responsive > .table-bordered > tbody > tr > td:last-child,.ws .table-responsive > .table-bordered > tfoot > tr > th:last-child,.ws .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0}.ws .table-responsive > .table-bordered > tbody > tr:last-child > th,.ws .table-responsive > .table-bordered > tbody > tr:last-child > td,.ws .table-responsive > .table-bordered > tfoot > tr:last-child > th,.ws .table-responsive > .table-bordered > tfoot > tr:last-child > td{border-bottom:0}}.ws fieldset{padding:0;margin:0;border:0;min-width:0}.ws legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5}.ws label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}.ws input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ws input[type="radio"],.ws input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}.ws input[type="file"]{display:block}.ws input[type="range"]{display:block;width:100%}.ws select[multiple],.ws select[size]{height:auto}.ws input[type="file"]:focus,.ws input[type="radio"]:focus,.ws input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ws output{display:block;padding-top:7px;font-size:14px;line-height:1.42857;color:#555555}.ws .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857;color:#555555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;-o-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s}.ws .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6)}.ws .form-control::-moz-placeholder{color:#999;opacity:1}.ws .form-control:-ms-input-placeholder{color:#999}.ws .form-control::-webkit-input-placeholder{color:#999}.ws .form-control[disabled],.ws .form-control[readonly],fieldset[disabled] .ws .form-control{background-color:#eeeeee;opacity:1}.ws .form-control[disabled],fieldset[disabled] .ws .form-control{cursor:not-allowed}.ws textarea.form-control{height:auto}.ws input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio: 0){.ws input[type="date"],.ws input[type="time"],.ws input[type="datetime-local"],.ws input[type="month"]{line-height:34px}.ws input[type="date"].input-sm,.ws .input-group-sm > input.form-control[type="date"],.ws .input-group-sm > input.input-group-addon[type="date"],.ws .input-group-sm > .input-group-btn > input.btn[type="date"],.input-group-sm .ws input[type="date"],.ws input[type="time"].input-sm,.ws .input-group-sm > input.form-control[type="time"],.ws .input-group-sm > input.input-group-addon[type="time"],.ws .input-group-sm > .input-group-btn > input.btn[type="time"],.input-group-sm
      .ws input[type="time"],.ws input[type="datetime-local"].input-sm,.ws .input-group-sm > input.form-control[type="datetime-local"],.ws .input-group-sm > input.input-group-addon[type="datetime-local"],.ws .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],.input-group-sm
      .ws input[type="datetime-local"],.ws input[type="month"].input-sm,.ws .input-group-sm > input.form-control[type="month"],.ws .input-group-sm > input.input-group-addon[type="month"],.ws .input-group-sm > .input-group-btn > input.btn[type="month"],.input-group-sm
      .ws input[type="month"]{line-height:30px}.ws input[type="date"].input-lg,.ws .input-group-lg > input.form-control[type="date"],.ws .input-group-lg > input.input-group-addon[type="date"],.ws .input-group-lg > .input-group-btn > input.btn[type="date"],.input-group-lg .ws input[type="date"],.ws input[type="time"].input-lg,.ws .input-group-lg > input.form-control[type="time"],.ws .input-group-lg > input.input-group-addon[type="time"],.ws .input-group-lg > .input-group-btn > input.btn[type="time"],.input-group-lg
      .ws input[type="time"],.ws input[type="datetime-local"].input-lg,.ws .input-group-lg > input.form-control[type="datetime-local"],.ws .input-group-lg > input.input-group-addon[type="datetime-local"],.ws .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],.input-group-lg
      .ws input[type="datetime-local"],.ws input[type="month"].input-lg,.ws .input-group-lg > input.form-control[type="month"],.ws .input-group-lg > input.input-group-addon[type="month"],.ws .input-group-lg > .input-group-btn > input.btn[type="month"],.input-group-lg
      .ws input[type="month"]{line-height:46px}}.ws .form-group{margin-bottom:15px}.ws .radio,.ws .checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.ws .radio label,.ws .checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.ws .radio input[type="radio"],.ws .radio-inline input[type="radio"],.ws .checkbox input[type="checkbox"],.ws .checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.ws .radio + .radio,.ws .checkbox + .checkbox{margin-top:-5px}.ws .radio-inline,.ws .checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.ws .radio-inline + .radio-inline,.ws .checkbox-inline + .checkbox-inline{margin-top:0;margin-left:10px}.ws input[type="radio"][disabled],.ws input[type="radio"].disabled,fieldset[disabled] .ws input[type="radio"],.ws input[type="checkbox"][disabled],.ws input[type="checkbox"].disabled,fieldset[disabled]
  .ws input[type="checkbox"]{cursor:not-allowed}.ws .radio-inline.disabled,fieldset[disabled] .ws .radio-inline,.ws .checkbox-inline.disabled,fieldset[disabled]
  .ws .checkbox-inline{cursor:not-allowed}.ws .radio.disabled label,fieldset[disabled] .ws .radio label,.ws .checkbox.disabled label,fieldset[disabled]
  .ws .checkbox label{cursor:not-allowed}.ws .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.ws .form-control-static.input-lg,.ws .input-group-lg > .form-control-static.form-control,.ws .input-group-lg > .form-control-static.input-group-addon,.ws .input-group-lg > .input-group-btn > .form-control-static.btn,.ws .form-control-static.input-sm,.ws .input-group-sm > .form-control-static.form-control,.ws .input-group-sm > .form-control-static.input-group-addon,.ws .input-group-sm > .input-group-btn > .form-control-static.btn{padding-left:0;padding-right:0}.ws .input-sm,.ws .input-group-sm > .form-control,.ws .input-group-sm > .input-group-addon,.ws .input-group-sm > .input-group-btn > .btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ws select.input-sm,.ws .input-group-sm > select.form-control,.ws .input-group-sm > select.input-group-addon,.ws .input-group-sm > .input-group-btn > select.btn{height:30px;line-height:30px}.ws textarea.input-sm,.ws .input-group-sm > textarea.form-control,.ws .input-group-sm > textarea.input-group-addon,.ws .input-group-sm > .input-group-btn > textarea.btn,.ws select[multiple].input-sm,.ws .input-group-sm > select.form-control[multiple],.ws .input-group-sm > select.input-group-addon[multiple],.ws .input-group-sm > .input-group-btn > select.btn[multiple]{height:auto}.ws .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ws .form-group-sm select.form-control{height:30px;line-height:30px}.ws .form-group-sm textarea.form-control,.ws .form-group-sm select[multiple].form-control{height:auto}.ws .form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;min-height:32px}.ws .input-lg,.ws .input-group-lg > .form-control,.ws .input-group-lg > .input-group-addon,.ws .input-group-lg > .input-group-btn > .btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.ws select.input-lg,.ws .input-group-lg > select.form-control,.ws .input-group-lg > select.input-group-addon,.ws .input-group-lg > .input-group-btn > select.btn{height:46px;line-height:46px}.ws textarea.input-lg,.ws .input-group-lg > textarea.form-control,.ws .input-group-lg > textarea.input-group-addon,.ws .input-group-lg > .input-group-btn > textarea.btn,.ws select[multiple].input-lg,.ws .input-group-lg > select.form-control[multiple],.ws .input-group-lg > select.input-group-addon[multiple],.ws .input-group-lg > .input-group-btn > select.btn[multiple]{height:auto}.ws .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.ws .form-group-lg select.form-control{height:46px;line-height:46px}.ws .form-group-lg textarea.form-control,.ws .form-group-lg select[multiple].form-control{height:auto}.ws .form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;min-height:38px}.ws .has-feedback{position:relative}.ws .has-feedback .form-control{padding-right:42.5px}.ws .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.ws .input-lg + .form-control-feedback,.ws .input-group-lg > .form-control + .form-control-feedback,.ws .input-group-lg > .input-group-addon + .form-control-feedback,.ws .input-group-lg > .input-group-btn > .btn + .form-control-feedback{width:46px;height:46px;line-height:46px}.ws .input-sm + .form-control-feedback,.ws .input-group-sm > .form-control + .form-control-feedback,.ws .input-group-sm > .input-group-addon + .form-control-feedback,.ws .input-group-sm > .input-group-btn > .btn + .form-control-feedback{width:30px;height:30px;line-height:30px}.ws .has-success .help-block,.ws .has-success .control-label,.ws .has-success .radio,.ws .has-success .checkbox,.ws .has-success .radio-inline,.ws .has-success .checkbox-inline,.ws .has-success.radio label,.ws .has-success.checkbox label,.ws .has-success.radio-inline label,.ws .has-success.checkbox-inline label{color:#3c763d}.ws .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}.ws .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #67b168}.ws .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.ws .has-success .form-control-feedback{color:#3c763d}.ws .has-warning .help-block,.ws .has-warning .control-label,.ws .has-warning .radio,.ws .has-warning .checkbox,.ws .has-warning .radio-inline,.ws .has-warning .checkbox-inline,.ws .has-warning.radio label,.ws .has-warning.checkbox label,.ws .has-warning.radio-inline label,.ws .has-warning.checkbox-inline label{color:#8a6d3b}.ws .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}.ws .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #c0a16b}.ws .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.ws .has-warning .form-control-feedback{color:#8a6d3b}.ws .has-error .help-block,.ws .has-error .control-label,.ws .has-error .radio,.ws .has-error .checkbox,.ws .has-error .radio-inline,.ws .has-error .checkbox-inline,.ws .has-error.radio label,.ws .has-error.checkbox label,.ws .has-error.radio-inline label,.ws .has-error.checkbox-inline label{color:#d40000}.ws .has-error .form-control{border-color:#d40000;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}.ws .has-error .form-control:focus{border-color:#a10000;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #ff3b3b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #ff3b3b}.ws .has-error .input-group-addon{color:#d40000;border-color:#d40000;background-color:#f2dede}.ws .has-error .form-control-feedback{color:#d40000}.ws .has-feedback label ~ .form-control-feedback{top:25px}.ws .has-feedback label.sr-only ~ .form-control-feedback{top:0}.ws .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width: 768px){.ws .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.ws .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.ws .form-inline .form-control-static{display:inline-block}.ws .form-inline .input-group{display:inline-table;vertical-align:middle}.ws .form-inline .input-group .input-group-addon,.ws .form-inline .input-group .input-group-btn,.ws .form-inline .input-group .form-control{width:auto}.ws .form-inline .input-group > .form-control{width:100%}.ws .form-inline .control-label{margin-bottom:0;vertical-align:middle}.ws .form-inline .radio,.ws .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.ws .form-inline .radio label,.ws .form-inline .checkbox label{padding-left:0}.ws .form-inline .radio input[type="radio"],.ws .form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.ws .form-inline .has-feedback .form-control-feedback{top:0}}.ws .form-horizontal .radio,.ws .form-horizontal .checkbox,.ws .form-horizontal .radio-inline,.ws .form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.ws .form-horizontal .radio,.ws .form-horizontal .checkbox{min-height:27px}.ws .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.ws .form-horizontal .form-group:before,.ws .form-horizontal .form-group:after{content:" ";display:table}.ws .form-horizontal .form-group:after{clear:both}@media (min-width: 768px){.ws .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.ws .form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width: 768px){.ws .form-horizontal .form-group-lg .control-label{padding-top:14.33333px}}@media (min-width: 768px){.ws .form-horizontal .form-group-sm .control-label{padding-top:6px}}.ws .btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ws .btn:focus,.ws .btn.focus,.ws .btn:active:focus,.ws .btn:active.focus,.ws .btn.active:focus,.ws .btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ws .btn:hover,.ws .btn:focus,.ws .btn.focus{color:#333;text-decoration:none}.ws .btn:active,.ws .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.ws .btn.disabled,.ws .btn[disabled],fieldset[disabled] .ws .btn{cursor:not-allowed;pointer-events:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.ws .btn-default{color:#333;background-color:#fff;border-color:#ccc}.ws .btn-default:hover,.ws .btn-default:focus,.ws .btn-default.focus,.ws .btn-default:active,.ws .btn-default.active,.open > .ws .btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad}.ws .btn-default:active,.ws .btn-default.active,.open > .ws .btn-default.dropdown-toggle{background-image:none}.ws .btn-default.disabled,.ws .btn-default.disabled:hover,.ws .btn-default.disabled:focus,.ws .btn-default.disabled.focus,.ws .btn-default.disabled:active,.ws .btn-default.disabled.active,.ws .btn-default[disabled],.ws .btn-default[disabled]:hover,.ws .btn-default[disabled]:focus,.ws .btn-default[disabled].focus,.ws .btn-default[disabled]:active,.ws .btn-default[disabled].active,fieldset[disabled] .ws .btn-default,fieldset[disabled] .ws .btn-default:hover,fieldset[disabled] .ws .btn-default:focus,fieldset[disabled] .ws .btn-default.focus,fieldset[disabled] .ws .btn-default:active,fieldset[disabled] .ws .btn-default.active{background-color:#fff;border-color:#ccc}.ws .btn-default .badge{color:#fff;background-color:#333}.ws .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.ws .btn-primary:hover,.ws .btn-primary:focus,.ws .btn-primary.focus,.ws .btn-primary:active,.ws .btn-primary.active,.open > .ws .btn-primary.dropdown-toggle{color:#fff;background-color:#286090;border-color:#204d74}.ws .btn-primary:active,.ws .btn-primary.active,.open > .ws .btn-primary.dropdown-toggle{background-image:none}.ws .btn-primary.disabled,.ws .btn-primary.disabled:hover,.ws .btn-primary.disabled:focus,.ws .btn-primary.disabled.focus,.ws .btn-primary.disabled:active,.ws .btn-primary.disabled.active,.ws .btn-primary[disabled],.ws .btn-primary[disabled]:hover,.ws .btn-primary[disabled]:focus,.ws .btn-primary[disabled].focus,.ws .btn-primary[disabled]:active,.ws .btn-primary[disabled].active,fieldset[disabled] .ws .btn-primary,fieldset[disabled] .ws .btn-primary:hover,fieldset[disabled] .ws .btn-primary:focus,fieldset[disabled] .ws .btn-primary.focus,fieldset[disabled] .ws .btn-primary:active,fieldset[disabled] .ws .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.ws .btn-primary .badge{color:#337ab7;background-color:#fff}.ws .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.ws .btn-success:hover,.ws .btn-success:focus,.ws .btn-success.focus,.ws .btn-success:active,.ws .btn-success.active,.open > .ws .btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.ws .btn-success:active,.ws .btn-success.active,.open > .ws .btn-success.dropdown-toggle{background-image:none}.ws .btn-success.disabled,.ws .btn-success.disabled:hover,.ws .btn-success.disabled:focus,.ws .btn-success.disabled.focus,.ws .btn-success.disabled:active,.ws .btn-success.disabled.active,.ws .btn-success[disabled],.ws .btn-success[disabled]:hover,.ws .btn-success[disabled]:focus,.ws .btn-success[disabled].focus,.ws .btn-success[disabled]:active,.ws .btn-success[disabled].active,fieldset[disabled] .ws .btn-success,fieldset[disabled] .ws .btn-success:hover,fieldset[disabled] .ws .btn-success:focus,fieldset[disabled] .ws .btn-success.focus,fieldset[disabled] .ws .btn-success:active,fieldset[disabled] .ws .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.ws .btn-success .badge{color:#5cb85c;background-color:#fff}.ws .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.ws .btn-info:hover,.ws .btn-info:focus,.ws .btn-info.focus,.ws .btn-info:active,.ws .btn-info.active,.open > .ws .btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc}.ws .btn-info:active,.ws .btn-info.active,.open > .ws .btn-info.dropdown-toggle{background-image:none}.ws .btn-info.disabled,.ws .btn-info.disabled:hover,.ws .btn-info.disabled:focus,.ws .btn-info.disabled.focus,.ws .btn-info.disabled:active,.ws .btn-info.disabled.active,.ws .btn-info[disabled],.ws .btn-info[disabled]:hover,.ws .btn-info[disabled]:focus,.ws .btn-info[disabled].focus,.ws .btn-info[disabled]:active,.ws .btn-info[disabled].active,fieldset[disabled] .ws .btn-info,fieldset[disabled] .ws .btn-info:hover,fieldset[disabled] .ws .btn-info:focus,fieldset[disabled] .ws .btn-info.focus,fieldset[disabled] .ws .btn-info:active,fieldset[disabled] .ws .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.ws .btn-info .badge{color:#5bc0de;background-color:#fff}.ws .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.ws .btn-warning:hover,.ws .btn-warning:focus,.ws .btn-warning.focus,.ws .btn-warning:active,.ws .btn-warning.active,.open > .ws .btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}.ws .btn-warning:active,.ws .btn-warning.active,.open > .ws .btn-warning.dropdown-toggle{background-image:none}.ws .btn-warning.disabled,.ws .btn-warning.disabled:hover,.ws .btn-warning.disabled:focus,.ws .btn-warning.disabled.focus,.ws .btn-warning.disabled:active,.ws .btn-warning.disabled.active,.ws .btn-warning[disabled],.ws .btn-warning[disabled]:hover,.ws .btn-warning[disabled]:focus,.ws .btn-warning[disabled].focus,.ws .btn-warning[disabled]:active,.ws .btn-warning[disabled].active,fieldset[disabled] .ws .btn-warning,fieldset[disabled] .ws .btn-warning:hover,fieldset[disabled] .ws .btn-warning:focus,fieldset[disabled] .ws .btn-warning.focus,fieldset[disabled] .ws .btn-warning:active,fieldset[disabled] .ws .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.ws .btn-warning .badge{color:#f0ad4e;background-color:#fff}.ws .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.ws .btn-danger:hover,.ws .btn-danger:focus,.ws .btn-danger.focus,.ws .btn-danger:active,.ws .btn-danger.active,.open > .ws .btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.ws .btn-danger:active,.ws .btn-danger.active,.open > .ws .btn-danger.dropdown-toggle{background-image:none}.ws .btn-danger.disabled,.ws .btn-danger.disabled:hover,.ws .btn-danger.disabled:focus,.ws .btn-danger.disabled.focus,.ws .btn-danger.disabled:active,.ws .btn-danger.disabled.active,.ws .btn-danger[disabled],.ws .btn-danger[disabled]:hover,.ws .btn-danger[disabled]:focus,.ws .btn-danger[disabled].focus,.ws .btn-danger[disabled]:active,.ws .btn-danger[disabled].active,fieldset[disabled] .ws .btn-danger,fieldset[disabled] .ws .btn-danger:hover,fieldset[disabled] .ws .btn-danger:focus,fieldset[disabled] .ws .btn-danger.focus,fieldset[disabled] .ws .btn-danger:active,fieldset[disabled] .ws .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.ws .btn-danger .badge{color:#d9534f;background-color:#fff}.ws .btn-link{color:#337ab7;font-weight:normal;border-radius:0}.ws .btn-link,.ws .btn-link:active,.ws .btn-link.active,.ws .btn-link[disabled],fieldset[disabled] .ws .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.ws .btn-link,.ws .btn-link:hover,.ws .btn-link:focus,.ws .btn-link:active{border-color:transparent}.ws .btn-link:hover,.ws .btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.ws .btn-link[disabled]:hover,.ws .btn-link[disabled]:focus,fieldset[disabled] .ws .btn-link:hover,fieldset[disabled] .ws .btn-link:focus{color:#777777;text-decoration:none}.ws .btn-lg,.ws .btn-group-lg > .btn{padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.ws .btn-sm,.ws .btn-group-sm > .btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ws .btn-xs,.ws .btn-group-xs > .btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.ws .btn-block{display:block;width:100%}.ws .btn-block + .btn-block{margin-top:5px}.ws input[type="submit"].btn-block,.ws input[type="reset"].btn-block,.ws input[type="button"].btn-block{width:100%}.ws .fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.ws .fade.in{opacity:1}.ws .collapse{display:none}.ws .collapse.in{display:block}.ws tr.collapse.in{display:table-row}.ws tbody.collapse.in{display:table-row-group}.ws .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.ws .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.ws .dropup,.ws .dropdown{position:relative}.ws .dropdown-toggle:focus{outline:0}.ws .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);background-clip:padding-box}.ws .dropdown-menu.pull-right{right:0;left:auto}.ws .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.ws .dropdown-menu > li > a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857;color:#333333;white-space:nowrap}.ws .dropdown-menu > li > a:hover,.ws .dropdown-menu > li > a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.ws .dropdown-menu > .active > a,.ws .dropdown-menu > .active > a:hover,.ws .dropdown-menu > .active > a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.ws .dropdown-menu > .disabled > a,.ws .dropdown-menu > .disabled > a:hover,.ws .dropdown-menu > .disabled > a:focus{color:#777777}.ws .dropdown-menu > .disabled > a:hover,.ws .dropdown-menu > .disabled > a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.ws .open > .dropdown-menu{display:block}.ws .open > a{outline:0}.ws .dropdown-menu-right{left:auto;right:0}.ws .dropdown-menu-left{left:0;right:auto}.ws .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857;color:#777777;white-space:nowrap}.ws .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.ws .pull-right > .dropdown-menu{right:0;left:auto}.ws .dropup .caret,.ws .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.ws .dropup .dropdown-menu,.ws .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width: 768px){.ws .navbar-right .dropdown-menu{right:0;left:auto}.ws .navbar-right .dropdown-menu-left{left:0;right:auto}}.ws .btn-group,.ws .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.ws .btn-group > .btn,.ws .btn-group-vertical > .btn{position:relative;float:left}.ws .btn-group > .btn:hover,.ws .btn-group > .btn:focus,.ws .btn-group > .btn:active,.ws .btn-group > .btn.active,.ws .btn-group-vertical > .btn:hover,.ws .btn-group-vertical > .btn:focus,.ws .btn-group-vertical > .btn:active,.ws .btn-group-vertical > .btn.active{z-index:2}.ws .btn-group .btn + .btn,.ws .btn-group .btn + .btn-group,.ws .btn-group .btn-group + .btn,.ws .btn-group .btn-group + .btn-group{margin-left:-1px}.ws .btn-toolbar{margin-left:-5px}.ws .btn-toolbar:before,.ws .btn-toolbar:after{content:" ";display:table}.ws .btn-toolbar:after{clear:both}.ws .btn-toolbar .btn-group,.ws .btn-toolbar .input-group{float:left}.ws .btn-toolbar > .btn,.ws .btn-toolbar > .btn-group,.ws .btn-toolbar > .input-group{margin-left:5px}.ws .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.ws .btn-group > .btn:first-child{margin-left:0}.ws .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.ws .btn-group > .btn:last-child:not(:first-child),.ws .btn-group > .dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.ws .btn-group > .btn-group{float:left}.ws .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}.ws .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,.ws .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.ws .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.ws .btn-group .dropdown-toggle:active,.ws .btn-group.open .dropdown-toggle{outline:0}.ws .btn-group > .btn + .dropdown-toggle{padding-left:8px;padding-right:8px}.ws .btn-group > .btn-lg + .dropdown-toggle,.ws .btn-group-lg.btn-group > .btn + .dropdown-toggle{padding-left:12px;padding-right:12px}.ws .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.ws .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.ws .btn .caret{margin-left:0}.ws .btn-lg .caret,.ws .btn-group-lg > .btn .caret{border-width:5px 5px 0;border-bottom-width:0}.ws .dropup .btn-lg .caret,.ws .dropup .btn-group-lg > .btn .caret{border-width:0 5px 5px}.ws .btn-group-vertical > .btn,.ws .btn-group-vertical > .btn-group,.ws .btn-group-vertical > .btn-group > .btn{display:block;float:none;width:100%;max-width:100%}.ws .btn-group-vertical > .btn-group:before,.ws .btn-group-vertical > .btn-group:after{content:" ";display:table}.ws .btn-group-vertical > .btn-group:after{clear:both}.ws .btn-group-vertical > .btn-group > .btn{float:none}.ws .btn-group-vertical > .btn + .btn,.ws .btn-group-vertical > .btn + .btn-group,.ws .btn-group-vertical > .btn-group + .btn,.ws .btn-group-vertical > .btn-group + .btn-group{margin-top:-1px;margin-left:0}.ws .btn-group-vertical > .btn:not(:first-child):not(:last-child){border-radius:0}.ws .btn-group-vertical > .btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.ws .btn-group-vertical > .btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.ws .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}.ws .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,.ws .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.ws .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.ws .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.ws .btn-group-justified > .btn,.ws .btn-group-justified > .btn-group{float:none;display:table-cell;width:1%}.ws .btn-group-justified > .btn-group .btn{width:100%}.ws .btn-group-justified > .btn-group .dropdown-menu{left:auto}.ws [data-toggle="buttons"] > .btn input[type="radio"],.ws [data-toggle="buttons"] > .btn input[type="checkbox"],.ws [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],.ws [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.ws .input-group{position:relative;display:table;border-collapse:separate}.ws .input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.ws .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.ws .input-group-addon,.ws .input-group-btn,.ws .input-group .form-control{display:table-cell}.ws .input-group-addon:not(:first-child):not(:last-child),.ws .input-group-btn:not(:first-child):not(:last-child),.ws .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.ws .input-group-addon,.ws .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.ws .input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555555;text-align:center;background-color:#eeeeee;border:1px solid #ccc;border-radius:4px}.ws .input-group-addon.input-sm,.ws .input-group-sm > .input-group-addon,.ws .input-group-sm > .input-group-btn > .input-group-addon.btn{padding:5px 10px;font-size:12px;border-radius:3px}.ws .input-group-addon.input-lg,.ws .input-group-lg > .input-group-addon,.ws .input-group-lg > .input-group-btn > .input-group-addon.btn{padding:10px 16px;font-size:18px;border-radius:6px}.ws .input-group-addon input[type="radio"],.ws .input-group-addon input[type="checkbox"]{margin-top:0}.ws .input-group .form-control:first-child,.ws .input-group-addon:first-child,.ws .input-group-btn:first-child > .btn,.ws .input-group-btn:first-child > .btn-group > .btn,.ws .input-group-btn:first-child > .dropdown-toggle,.ws .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.ws .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{border-bottom-right-radius:0;border-top-right-radius:0}.ws .input-group-addon:first-child{border-right:0}.ws .input-group .form-control:last-child,.ws .input-group-addon:last-child,.ws .input-group-btn:last-child > .btn,.ws .input-group-btn:last-child > .btn-group > .btn,.ws .input-group-btn:last-child > .dropdown-toggle,.ws .input-group-btn:first-child > .btn:not(:first-child),.ws .input-group-btn:first-child > .btn-group:not(:first-child) > .btn{border-bottom-left-radius:0;border-top-left-radius:0}.ws .input-group-addon:last-child{border-left:0}.ws .input-group-btn{position:relative;font-size:0;white-space:nowrap}.ws .input-group-btn > .btn{position:relative}.ws .input-group-btn > .btn + .btn{margin-left:-1px}.ws .input-group-btn > .btn:hover,.ws .input-group-btn > .btn:focus,.ws .input-group-btn > .btn:active{z-index:2}.ws .input-group-btn:first-child > .btn,.ws .input-group-btn:first-child > .btn-group{margin-right:-1px}.ws .input-group-btn:last-child > .btn,.ws .input-group-btn:last-child > .btn-group{margin-left:-1px}.ws .nav{margin-bottom:0;padding-left:0;list-style:none}.ws .nav:before,.ws .nav:after{content:" ";display:table}.ws .nav:after{clear:both}.ws .nav > li{position:relative;display:block}.ws .nav > li > a{position:relative;display:block;padding:10px 15px}.ws .nav > li > a:hover,.ws .nav > li > a:focus{text-decoration:none;background-color:#eeeeee}.ws .nav > li.disabled > a{color:#777777}.ws .nav > li.disabled > a:hover,.ws .nav > li.disabled > a:focus{color:#777777;text-decoration:none;background-color:transparent;cursor:not-allowed}.ws .nav .open > a,.ws .nav .open > a:hover,.ws .nav .open > a:focus{background-color:#eeeeee;border-color:#337ab7}.ws .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.ws .nav > li > a > img{max-width:none}.ws .nav-tabs{border-bottom:1px solid #ddd}.ws .nav-tabs > li{float:left;margin-bottom:-1px}.ws .nav-tabs > li > a{margin-right:2px;line-height:1.42857;border:1px solid transparent;border-radius:4px 4px 0 0}.ws .nav-tabs > li > a:hover{border-color:#eeeeee #eeeeee #ddd}.ws .nav-tabs > li.active > a,.ws .nav-tabs > li.active > a:hover,.ws .nav-tabs > li.active > a:focus{color:#555555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.ws .nav-pills > li{float:left}.ws .nav-pills > li > a{border-radius:4px}.ws .nav-pills > li + li{margin-left:2px}.ws .nav-pills > li.active > a,.ws .nav-pills > li.active > a:hover,.ws .nav-pills > li.active > a:focus{color:#fff;background-color:#337ab7}.ws .nav-stacked > li{float:none}.ws .nav-stacked > li + li{margin-top:2px;margin-left:0}.ws .nav-justified,.ws .nav-tabs.nav-justified{width:100%}.ws .nav-justified > li,.ws .nav-tabs.nav-justified > li{float:none}.ws .nav-justified > li > a,.ws .nav-tabs.nav-justified > li > a{text-align:center;margin-bottom:5px}.ws .nav-justified > .dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 768px){.ws .nav-justified > li,.ws .nav-tabs.nav-justified > li{display:table-cell;width:1%}.ws .nav-justified > li > a,.ws .nav-tabs.nav-justified > li > a{margin-bottom:0}}.ws .nav-tabs-justified,.ws .nav-tabs.nav-justified{border-bottom:0}.ws .nav-tabs-justified > li > a,.ws .nav-tabs.nav-justified > li > a{margin-right:0;border-radius:4px}.ws .nav-tabs-justified > .active > a,.ws .nav-tabs.nav-justified > .active > a,.ws .nav-tabs-justified > .active > a:hover,.ws .nav-tabs.nav-justified > .active > a:hover,.ws .nav-tabs-justified > .active > a:focus,.ws .nav-tabs.nav-justified > .active > a:focus{border:1px solid #ddd}@media (min-width: 768px){.ws .nav-tabs-justified > li > a,.ws .nav-tabs.nav-justified > li > a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.ws .nav-tabs-justified > .active > a,.ws .nav-tabs.nav-justified > .active > a,.ws .nav-tabs-justified > .active > a:hover,.ws .nav-tabs.nav-justified > .active > a:hover,.ws .nav-tabs-justified > .active > a:focus,.ws .nav-tabs.nav-justified > .active > a:focus{border-bottom-color:#fff}}.ws .tab-content > .tab-pane{display:none}.ws .tab-content > .active{display:block}.ws .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.ws .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.ws .navbar:before,.ws .navbar:after{content:" ";display:table}.ws .navbar:after{clear:both}@media (min-width: 768px){.ws .navbar{border-radius:4px}}.ws .navbar-header:before,.ws .navbar-header:after{content:" ";display:table}.ws .navbar-header:after{clear:both}@media (min-width: 768px){.ws .navbar-header{float:left}}.ws .navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1);-webkit-overflow-scrolling:touch}.ws .navbar-collapse:before,.ws .navbar-collapse:after{content:" ";display:table}.ws .navbar-collapse:after{clear:both}.ws .navbar-collapse.in{overflow-y:auto}@media (min-width: 768px){.ws .navbar-collapse{width:auto;border-top:0;box-shadow:none}.ws .navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.ws .navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .ws .navbar-collapse,.navbar-static-top .ws .navbar-collapse,.navbar-fixed-bottom .ws .navbar-collapse{padding-left:0;padding-right:0}}.ws .navbar-fixed-top .navbar-collapse,.ws .navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width: 480px) and (orientation: landscape){.ws .navbar-fixed-top .navbar-collapse,.ws .navbar-fixed-bottom .navbar-collapse{max-height:200px}}.ws .container > .navbar-header,.ws .container > .navbar-collapse,.ws .container-fluid > .navbar-header,.ws .container-fluid > .navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width: 768px){.ws .container > .navbar-header,.ws .container > .navbar-collapse,.ws .container-fluid > .navbar-header,.ws .container-fluid > .navbar-collapse{margin-right:0;margin-left:0}}.ws .navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width: 768px){.ws .navbar-static-top{border-radius:0}}.ws .navbar-fixed-top,.ws .navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width: 768px){.ws .navbar-fixed-top,.ws .navbar-fixed-bottom{border-radius:0}}.ws .navbar-fixed-top{top:0;border-width:0 0 1px}.ws .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.ws .navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.ws .navbar-brand:hover,.ws .navbar-brand:focus{text-decoration:none}.ws .navbar-brand > img{display:block}@media (min-width: 768px){.navbar > .container .ws .navbar-brand,.navbar > .container-fluid .ws .navbar-brand{margin-left:-15px}}.ws .navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.ws .navbar-toggle:focus{outline:0}.ws .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.ws .navbar-toggle .icon-bar + .icon-bar{margin-top:4px}@media (min-width: 768px){.ws .navbar-toggle{display:none}}.ws .navbar-nav{margin:7.5px -15px}.ws .navbar-nav > li > a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width: 767px){.ws .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.ws .navbar-nav .open .dropdown-menu > li > a,.ws .navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.ws .navbar-nav .open .dropdown-menu > li > a{line-height:20px}.ws .navbar-nav .open .dropdown-menu > li > a:hover,.ws .navbar-nav .open .dropdown-menu > li > a:focus{background-image:none}}@media (min-width: 768px){.ws .navbar-nav{float:left;margin:0}.ws .navbar-nav > li{float:left}.ws .navbar-nav > li > a{padding-top:15px;padding-bottom:15px}}.ws .navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.1);margin-top:8px;margin-bottom:8px}@media (min-width: 768px){.ws .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.ws .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.ws .navbar-form .form-control-static{display:inline-block}.ws .navbar-form .input-group{display:inline-table;vertical-align:middle}.ws .navbar-form .input-group .input-group-addon,.ws .navbar-form .input-group .input-group-btn,.ws .navbar-form .input-group .form-control{width:auto}.ws .navbar-form .input-group > .form-control{width:100%}.ws .navbar-form .control-label{margin-bottom:0;vertical-align:middle}.ws .navbar-form .radio,.ws .navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.ws .navbar-form .radio label,.ws .navbar-form .checkbox label{padding-left:0}.ws .navbar-form .radio input[type="radio"],.ws .navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.ws .navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width: 767px){.ws .navbar-form .form-group{margin-bottom:5px}.ws .navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width: 768px){.ws .navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.ws .navbar-nav > li > .dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.ws .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.ws .navbar-btn{margin-top:8px;margin-bottom:8px}.ws .navbar-btn.btn-sm,.ws .btn-group-sm > .navbar-btn.btn{margin-top:10px;margin-bottom:10px}.ws .navbar-btn.btn-xs,.ws .btn-group-xs > .navbar-btn.btn{margin-top:14px;margin-bottom:14px}.ws .navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width: 768px){.ws .navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width: 768px){.ws .navbar-left{float:left !important}.ws .navbar-right{float:right !important;margin-right:-15px}.ws .navbar-right ~ .navbar-right{margin-right:0}}.ws .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.ws .navbar-default .navbar-brand{color:#777}.ws .navbar-default .navbar-brand:hover,.ws .navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.ws .navbar-default .navbar-text{color:#777}.ws .navbar-default .navbar-nav > li > a{color:#777}.ws .navbar-default .navbar-nav > li > a:hover,.ws .navbar-default .navbar-nav > li > a:focus{color:#333;background-color:transparent}.ws .navbar-default .navbar-nav > .active > a,.ws .navbar-default .navbar-nav > .active > a:hover,.ws .navbar-default .navbar-nav > .active > a:focus{color:#555;background-color:#e7e7e7}.ws .navbar-default .navbar-nav > .disabled > a,.ws .navbar-default .navbar-nav > .disabled > a:hover,.ws .navbar-default .navbar-nav > .disabled > a:focus{color:#ccc;background-color:transparent}.ws .navbar-default .navbar-toggle{border-color:#ddd}.ws .navbar-default .navbar-toggle:hover,.ws .navbar-default .navbar-toggle:focus{background-color:#ddd}.ws .navbar-default .navbar-toggle .icon-bar{background-color:#888}.ws .navbar-default .navbar-collapse,.ws .navbar-default .navbar-form{border-color:#e7e7e7}.ws .navbar-default .navbar-nav > .open > a,.ws .navbar-default .navbar-nav > .open > a:hover,.ws .navbar-default .navbar-nav > .open > a:focus{background-color:#e7e7e7;color:#555}@media (max-width: 767px){.ws .navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#777}.ws .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.ws .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color:#333;background-color:transparent}.ws .navbar-default .navbar-nav .open .dropdown-menu > .active > a,.ws .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.ws .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{color:#555;background-color:#e7e7e7}.ws .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.ws .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.ws .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#ccc;background-color:transparent}}.ws .navbar-default .navbar-link{color:#777}.ws .navbar-default .navbar-link:hover{color:#333}.ws .navbar-default .btn-link{color:#777}.ws .navbar-default .btn-link:hover,.ws .navbar-default .btn-link:focus{color:#333}.ws .navbar-default .btn-link[disabled]:hover,.ws .navbar-default .btn-link[disabled]:focus,fieldset[disabled] .ws .navbar-default .btn-link:hover,fieldset[disabled] .ws .navbar-default .btn-link:focus{color:#ccc}.ws .navbar-inverse{background-color:#222;border-color:#090909}.ws .navbar-inverse .navbar-brand{color:#9d9d9d}.ws .navbar-inverse .navbar-brand:hover,.ws .navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.ws .navbar-inverse .navbar-text{color:#9d9d9d}.ws .navbar-inverse .navbar-nav > li > a{color:#9d9d9d}.ws .navbar-inverse .navbar-nav > li > a:hover,.ws .navbar-inverse .navbar-nav > li > a:focus{color:#fff;background-color:transparent}.ws .navbar-inverse .navbar-nav > .active > a,.ws .navbar-inverse .navbar-nav > .active > a:hover,.ws .navbar-inverse .navbar-nav > .active > a:focus{color:#fff;background-color:#090909}.ws .navbar-inverse .navbar-nav > .disabled > a,.ws .navbar-inverse .navbar-nav > .disabled > a:hover,.ws .navbar-inverse .navbar-nav > .disabled > a:focus{color:#444;background-color:transparent}.ws .navbar-inverse .navbar-toggle{border-color:#333}.ws .navbar-inverse .navbar-toggle:hover,.ws .navbar-inverse .navbar-toggle:focus{background-color:#333}.ws .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.ws .navbar-inverse .navbar-collapse,.ws .navbar-inverse .navbar-form{border-color:#101010}.ws .navbar-inverse .navbar-nav > .open > a,.ws .navbar-inverse .navbar-nav > .open > a:hover,.ws .navbar-inverse .navbar-nav > .open > a:focus{background-color:#090909;color:#fff}@media (max-width: 767px){.ws .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{border-color:#090909}.ws .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}.ws .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{color:#9d9d9d}.ws .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.ws .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{color:#fff;background-color:transparent}.ws .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.ws .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.ws .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus{color:#fff;background-color:#090909}.ws .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.ws .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.ws .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#444;background-color:transparent}}.ws .navbar-inverse .navbar-link{color:#9d9d9d}.ws .navbar-inverse .navbar-link:hover{color:#fff}.ws .navbar-inverse .btn-link{color:#9d9d9d}.ws .navbar-inverse .btn-link:hover,.ws .navbar-inverse .btn-link:focus{color:#fff}.ws .navbar-inverse .btn-link[disabled]:hover,.ws .navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .ws .navbar-inverse .btn-link:hover,fieldset[disabled] .ws .navbar-inverse .btn-link:focus{color:#444}.ws .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.ws .breadcrumb > li{display:inline-block}.ws .breadcrumb > li + li:before{content:"/ ";padding:0 5px;color:#ccc}.ws .breadcrumb > .active{color:#777777}.ws .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.ws .pagination > li{display:inline}.ws .pagination > li > a,.ws .pagination > li > span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.ws .pagination > li:first-child > a,.ws .pagination > li:first-child > span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.ws .pagination > li:last-child > a,.ws .pagination > li:last-child > span{border-bottom-right-radius:4px;border-top-right-radius:4px}.ws .pagination > li > a:hover,.ws .pagination > li > a:focus,.ws .pagination > li > span:hover,.ws .pagination > li > span:focus{color:#23527c;background-color:#eeeeee;border-color:#ddd}.ws .pagination > .active > a,.ws .pagination > .active > a:hover,.ws .pagination > .active > a:focus,.ws .pagination > .active > span,.ws .pagination > .active > span:hover,.ws .pagination > .active > span:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.ws .pagination > .disabled > span,.ws .pagination > .disabled > span:hover,.ws .pagination > .disabled > span:focus,.ws .pagination > .disabled > a,.ws .pagination > .disabled > a:hover,.ws .pagination > .disabled > a:focus{color:#777777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.ws .pagination-lg > li > a,.ws .pagination-lg > li > span{padding:10px 16px;font-size:18px}.ws .pagination-lg > li:first-child > a,.ws .pagination-lg > li:first-child > span{border-bottom-left-radius:6px;border-top-left-radius:6px}.ws .pagination-lg > li:last-child > a,.ws .pagination-lg > li:last-child > span{border-bottom-right-radius:6px;border-top-right-radius:6px}.ws .pagination-sm > li > a,.ws .pagination-sm > li > span{padding:5px 10px;font-size:12px}.ws .pagination-sm > li:first-child > a,.ws .pagination-sm > li:first-child > span{border-bottom-left-radius:3px;border-top-left-radius:3px}.ws .pagination-sm > li:last-child > a,.ws .pagination-sm > li:last-child > span{border-bottom-right-radius:3px;border-top-right-radius:3px}.ws .pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.ws .pager:before,.ws .pager:after{content:" ";display:table}.ws .pager:after{clear:both}.ws .pager li{display:inline}.ws .pager li > a,.ws .pager li > span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.ws .pager li > a:hover,.ws .pager li > a:focus{text-decoration:none;background-color:#eeeeee}.ws .pager .next > a,.ws .pager .next > span{float:right}.ws .pager .previous > a,.ws .pager .previous > span{float:left}.ws .pager .disabled > a,.ws .pager .disabled > a:hover,.ws .pager .disabled > a:focus,.ws .pager .disabled > span{color:#777777;background-color:#fff;cursor:not-allowed}.ws .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.ws .label:empty{display:none}.btn .ws .label{position:relative;top:-1px}.ws a.label:hover,.ws a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.ws .label-default{background-color:#777777}.ws .label-default[href]:hover,.ws .label-default[href]:focus{background-color:#5e5e5e}.ws .label-primary{background-color:#337ab7}.ws .label-primary[href]:hover,.ws .label-primary[href]:focus{background-color:#286090}.ws .label-success{background-color:#5cb85c}.ws .label-success[href]:hover,.ws .label-success[href]:focus{background-color:#449d44}.ws .label-info{background-color:#5bc0de}.ws .label-info[href]:hover,.ws .label-info[href]:focus{background-color:#31b0d5}.ws .label-warning{background-color:#f0ad4e}.ws .label-warning[href]:hover,.ws .label-warning[href]:focus{background-color:#ec971f}.ws .label-danger{background-color:#d9534f}.ws .label-danger[href]:hover,.ws .label-danger[href]:focus{background-color:#c9302c}.ws .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777777;border-radius:10px}.ws .badge:empty{display:none}.btn .ws .badge{position:relative;top:-1px}.btn-xs .ws .badge,.ws .btn-group-xs > .btn .ws .badge,.btn-group-xs > .btn .ws .badge{top:0;padding:1px 5px}.list-group-item.active > .ws .badge,.nav-pills > .active > a > .ws .badge{color:#337ab7;background-color:#fff}.list-group-item > .ws .badge{float:right}.list-group-item > .ws .badge + .ws .badge{margin-right:5px}.nav-pills > li > a > .ws .badge{margin-left:3px}.ws a.badge:hover,.ws a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.ws .jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eeeeee}.ws .jumbotron h1,.ws .jumbotron .h1{color:inherit}.ws .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.ws .jumbotron > hr{border-top-color:#d5d5d5}.container .ws .jumbotron,.container-fluid .ws .jumbotron{border-radius:6px}.ws .jumbotron .container{max-width:100%}@media screen and (min-width: 768px){.ws .jumbotron{padding:48px 0}.container .ws .jumbotron,.container-fluid .ws .jumbotron{padding-left:60px;padding-right:60px}.ws .jumbotron h1,.ws .jumbotron .h1{font-size:63px}}.ws .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border 0.2s ease-in-out;-o-transition:border 0.2s ease-in-out;transition:border 0.2s ease-in-out}.ws .thumbnail > img,.ws .thumbnail a > img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}.ws .thumbnail .caption{padding:9px;color:#333333}.ws a.thumbnail:hover,.ws a.thumbnail:focus,.ws a.thumbnail.active{border-color:#337ab7}.ws .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.ws .alert h4{margin-top:0;color:inherit}.ws .alert .alert-link{font-weight:bold}.ws .alert > p,.ws .alert > ul{margin-bottom:0}.ws .alert > p + p{margin-top:5px}.ws .alert-dismissable,.ws .alert-dismissible{padding-right:35px}.ws .alert-dismissable .close,.ws .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.ws .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.ws .alert-success hr{border-top-color:#c9e2b3}.ws .alert-success .alert-link{color:#2b542c}.ws .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.ws .alert-info hr{border-top-color:#a6e1ec}.ws .alert-info .alert-link{color:#245269}.ws .alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.ws .alert-warning hr{border-top-color:#f7e1b5}.ws .alert-warning .alert-link{color:#66512c}.ws .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#d40000}.ws .alert-danger hr{border-top-color:#e4b9c0}.ws .alert-danger .alert-link{color:#a10000}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.ws .progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1)}.ws .progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.ws .progress-striped .progress-bar,.ws .progress-bar-striped{background-image:-webkit-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-image:-o-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-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:40px 40px}.ws .progress.active .progress-bar,.ws .progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.ws .progress-bar-success{background-color:#5cb85c}.progress-striped .ws .progress-bar-success{background-image:-webkit-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-image:-o-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-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)}.ws .progress-bar-info{background-color:#5bc0de}.progress-striped .ws .progress-bar-info{background-image:-webkit-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-image:-o-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-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)}.ws .progress-bar-warning{background-color:#f0ad4e}.progress-striped .ws .progress-bar-warning{background-image:-webkit-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-image:-o-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-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)}.ws .progress-bar-danger{background-color:#d9534f}.progress-striped .ws .progress-bar-danger{background-image:-webkit-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-image:-o-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-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)}.ws .media{margin-top:15px}.ws .media:first-child{margin-top:0}.ws .media,.ws .media-body{zoom:1;overflow:hidden}.ws .media-body{width:10000px}.ws .media-object{display:block}.ws .media-right,.ws .media > .pull-right{padding-left:10px}.ws .media-left,.ws .media > .pull-left{padding-right:10px}.ws .media-left,.ws .media-right,.ws .media-body{display:table-cell;vertical-align:top}.ws .media-middle{vertical-align:middle}.ws .media-bottom{vertical-align:bottom}.ws .media-heading{margin-top:0;margin-bottom:5px}.ws .media-list{padding-left:0;list-style:none}.ws .list-group{margin-bottom:20px;padding-left:0}.ws .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.ws .list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ws .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ws a.list-group-item{color:#555}.ws a.list-group-item .list-group-item-heading{color:#333}.ws a.list-group-item:hover,.ws a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}.ws .list-group-item.disabled,.ws .list-group-item.disabled:hover,.ws .list-group-item.disabled:focus{background-color:#eeeeee;color:#777777;cursor:not-allowed}.ws .list-group-item.disabled .list-group-item-heading,.ws .list-group-item.disabled:hover .list-group-item-heading,.ws .list-group-item.disabled:focus .list-group-item-heading{color:inherit}.ws .list-group-item.disabled .list-group-item-text,.ws .list-group-item.disabled:hover .list-group-item-text,.ws .list-group-item.disabled:focus .list-group-item-text{color:#777777}.ws .list-group-item.active,.ws .list-group-item.active:hover,.ws .list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.ws .list-group-item.active .list-group-item-heading,.ws .list-group-item.active .list-group-item-heading > small,.ws .list-group-item.active .list-group-item-heading > .small,.ws .list-group-item.active:hover .list-group-item-heading,.ws .list-group-item.active:hover .list-group-item-heading > small,.ws .list-group-item.active:hover .list-group-item-heading > .small,.ws .list-group-item.active:focus .list-group-item-heading,.ws .list-group-item.active:focus .list-group-item-heading > small,.ws .list-group-item.active:focus .list-group-item-heading > .small{color:inherit}.ws .list-group-item.active .list-group-item-text,.ws .list-group-item.active:hover .list-group-item-text,.ws .list-group-item.active:focus .list-group-item-text{color:#c7ddef}.ws .list-group-item-success{color:#3c763d;background-color:#dff0d8}.ws a.list-group-item-success{color:#3c763d}.ws a.list-group-item-success .list-group-item-heading{color:inherit}.ws a.list-group-item-success:hover,.ws a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}.ws a.list-group-item-success.active,.ws a.list-group-item-success.active:hover,.ws a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.ws .list-group-item-info{color:#31708f;background-color:#d9edf7}.ws a.list-group-item-info{color:#31708f}.ws a.list-group-item-info .list-group-item-heading{color:inherit}.ws a.list-group-item-info:hover,.ws a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}.ws a.list-group-item-info.active,.ws a.list-group-item-info.active:hover,.ws a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.ws .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}.ws a.list-group-item-warning{color:#8a6d3b}.ws a.list-group-item-warning .list-group-item-heading{color:inherit}.ws a.list-group-item-warning:hover,.ws a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}.ws a.list-group-item-warning.active,.ws a.list-group-item-warning.active:hover,.ws a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.ws .list-group-item-danger{color:#d40000;background-color:#f2dede}.ws a.list-group-item-danger{color:#d40000}.ws a.list-group-item-danger .list-group-item-heading{color:inherit}.ws a.list-group-item-danger:hover,.ws a.list-group-item-danger:focus{color:#d40000;background-color:#ebcccc}.ws a.list-group-item-danger.active,.ws a.list-group-item-danger.active:hover,.ws a.list-group-item-danger.active:focus{color:#fff;background-color:#d40000;border-color:#d40000}.ws .list-group-item-heading{margin-top:0;margin-bottom:5px}.ws .list-group-item-text{margin-bottom:0;line-height:1.3}.ws .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:0 1px 1px rgba(0, 0, 0, 0.05)}.ws .panel-body{padding:15px}.ws .panel-body:before,.ws .panel-body:after{content:" ";display:table}.ws .panel-body:after{clear:both}.ws .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.ws .panel-heading > .dropdown .dropdown-toggle{color:inherit}.ws .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.ws .panel-title > a,.ws .panel-title > small,.ws .panel-title > .small,.ws .panel-title > small > a,.ws .panel-title > .small > a{color:inherit}.ws .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.ws .panel > .list-group,.ws .panel > .panel-collapse > .list-group{margin-bottom:0}.ws .panel > .list-group .list-group-item,.ws .panel > .panel-collapse > .list-group .list-group-item{border-width:1px 0;border-radius:0}.ws .panel > .list-group:first-child .list-group-item:first-child,.ws .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.ws .panel > .list-group:last-child .list-group-item:last-child,.ws .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.ws .panel-heading + .list-group .list-group-item:first-child{border-top-width:0}.ws .list-group + .panel-footer{border-top-width:0}.ws .panel > .table,.ws .panel > .table-responsive > .table,.ws .panel > .panel-collapse > .table{margin-bottom:0}.ws .panel > .table caption,.ws .panel > .table-responsive > .table caption,.ws .panel > .panel-collapse > .table caption{padding-left:15px;padding-right:15px}.ws .panel > .table:first-child,.ws .panel > .table-responsive:first-child > .table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.ws .panel > .table:first-child > thead:first-child > tr:first-child,.ws .panel > .table:first-child > tbody:first-child > tr:first-child,.ws .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.ws .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.ws .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.ws .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.ws .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.ws .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.ws .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.ws .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.ws .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.ws .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{border-top-left-radius:3px}.ws .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.ws .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.ws .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.ws .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.ws .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.ws .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.ws .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.ws .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{border-top-right-radius:3px}.ws .panel > .table:last-child,.ws .panel > .table-responsive:last-child > .table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.ws .panel > .table:last-child > tbody:last-child > tr:last-child,.ws .panel > .table:last-child > tfoot:last-child > tr:last-child,.ws .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.ws .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.ws .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.ws .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.ws .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.ws .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.ws .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.ws .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.ws .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.ws .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child{border-bottom-left-radius:3px}.ws .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.ws .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.ws .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.ws .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.ws .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.ws .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.ws .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.ws .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child{border-bottom-right-radius:3px}.ws .panel > .panel-body + .table,.ws .panel > .panel-body + .table-responsive,.ws .panel > .table + .panel-body,.ws .panel > .table-responsive + .panel-body{border-top:1px solid #ddd}.ws .panel > .table > tbody:first-child > tr:first-child th,.ws .panel > .table > tbody:first-child > tr:first-child td{border-top:0}.ws .panel > .table-bordered,.ws .panel > .table-responsive > .table-bordered{border:0}.ws .panel > .table-bordered > thead > tr > th:first-child,.ws .panel > .table-bordered > thead > tr > td:first-child,.ws .panel > .table-bordered > tbody > tr > th:first-child,.ws .panel > .table-bordered > tbody > tr > td:first-child,.ws .panel > .table-bordered > tfoot > tr > th:first-child,.ws .panel > .table-bordered > tfoot > tr > td:first-child,.ws .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.ws .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.ws .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.ws .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.ws .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.ws .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0}.ws .panel > .table-bordered > thead > tr > th:last-child,.ws .panel > .table-bordered > thead > tr > td:last-child,.ws .panel > .table-bordered > tbody > tr > th:last-child,.ws .panel > .table-bordered > tbody > tr > td:last-child,.ws .panel > .table-bordered > tfoot > tr > th:last-child,.ws .panel > .table-bordered > tfoot > tr > td:last-child,.ws .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.ws .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.ws .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.ws .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.ws .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.ws .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0}.ws .panel > .table-bordered > thead > tr:first-child > td,.ws .panel > .table-bordered > thead > tr:first-child > th,.ws .panel > .table-bordered > tbody > tr:first-child > td,.ws .panel > .table-bordered > tbody > tr:first-child > th,.ws .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.ws .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.ws .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.ws .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{border-bottom:0}.ws .panel > .table-bordered > tbody > tr:last-child > td,.ws .panel > .table-bordered > tbody > tr:last-child > th,.ws .panel > .table-bordered > tfoot > tr:last-child > td,.ws .panel > .table-bordered > tfoot > tr:last-child > th,.ws .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.ws .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.ws .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.ws .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{border-bottom:0}.ws .panel > .table-responsive{border:0;margin-bottom:0}.ws .panel-group{margin-bottom:20px}.ws .panel-group .panel{margin-bottom:0;border-radius:4px}.ws .panel-group .panel + .panel{margin-top:5px}.ws .panel-group .panel-heading{border-bottom:0}.ws .panel-group .panel-heading + .panel-collapse > .panel-body,.ws .panel-group .panel-heading + .panel-collapse > .list-group{border-top:1px solid #ddd}.ws .panel-group .panel-footer{border-top:0}.ws .panel-group .panel-footer + .panel-collapse .panel-body{border-bottom:1px solid #ddd}.ws .panel-default{border-color:#ddd}.ws .panel-default > .panel-heading{color:#333333;background-color:#f5f5f5;border-color:#ddd}.ws .panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ddd}.ws .panel-default > .panel-heading .badge{color:#f5f5f5;background-color:#333333}.ws .panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ddd}.ws .panel-primary{border-color:#337ab7}.ws .panel-primary > .panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.ws .panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color:#337ab7}.ws .panel-primary > .panel-heading .badge{color:#337ab7;background-color:#fff}.ws .panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#337ab7}.ws .panel-success{border-color:#d6e9c6}.ws .panel-success > .panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.ws .panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color:#d6e9c6}.ws .panel-success > .panel-heading .badge{color:#dff0d8;background-color:#3c763d}.ws .panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#d6e9c6}.ws .panel-info{border-color:#bce8f1}.ws .panel-info > .panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.ws .panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color:#bce8f1}.ws .panel-info > .panel-heading .badge{color:#d9edf7;background-color:#31708f}.ws .panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#bce8f1}.ws .panel-warning{border-color:#faebcc}.ws .panel-warning > .panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.ws .panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color:#faebcc}.ws .panel-warning > .panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.ws .panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#faebcc}.ws .panel-danger{border-color:#ebccd1}.ws .panel-danger > .panel-heading{color:#d40000;background-color:#f2dede;border-color:#ebccd1}.ws .panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ebccd1}.ws .panel-danger > .panel-heading .badge{color:#f2dede;background-color:#d40000}.ws .panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ebccd1}.ws .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.ws .embed-responsive .embed-responsive-item,.ws .embed-responsive iframe,.ws .embed-responsive embed,.ws .embed-responsive object,.ws .embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.ws .embed-responsive-16by9{padding-bottom:56.25%}.ws .embed-responsive-4by3{padding-bottom:75%}.ws .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)}.ws .well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15)}.ws .well-lg{padding:24px;border-radius:6px}.ws .well-sm{padding:9px;border-radius:3px}.ws .close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:0.2;filter:alpha(opacity=20)}.ws .close:hover,.ws .close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}.ws button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.ws .modal-open{overflow:hidden}.ws .modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.ws .modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.ws .modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.ws .modal-open .modal{overflow-x:hidden;overflow-y:auto}.ws .modal-dialog{position:relative;width:auto;margin:10px}.ws .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);background-clip:padding-box;outline:0}.ws .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.ws .modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.ws .modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.ws .modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857px}.ws .modal-header .close{margin-top:-2px}.ws .modal-title{margin:0;line-height:1.42857}.ws .modal-body{position:relative;padding:15px}.ws .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.ws .modal-footer:before,.ws .modal-footer:after{content:" ";display:table}.ws .modal-footer:after{clear:both}.ws .modal-footer .btn + .btn{margin-left:5px;margin-bottom:0}.ws .modal-footer .btn-group .btn + .btn{margin-left:-1px}.ws .modal-footer .btn-block + .btn-block{margin-left:0}.ws .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 768px){.ws .modal-dialog{width:600px;margin:30px auto}.ws .modal-content{-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);box-shadow:0 5px 15px rgba(0, 0, 0, 0.5)}.ws .modal-sm{width:300px}}@media (min-width: 992px){.ws .modal-lg{width:90%}}.ws .tooltip{position:absolute;z-index:1070;display:block;font-family:"Arial";font-size:12px;font-weight:normal;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.ws .tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.ws .tooltip.top{margin-top:-3px;padding:5px 0}.ws .tooltip.right{margin-left:3px;padding:0 5px}.ws .tooltip.bottom{margin-top:3px;padding:5px 0}.ws .tooltip.left{margin-left:-3px;padding:0 5px}.ws .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.ws .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.ws .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.ws .tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.ws .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.ws .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.ws .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.ws .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.ws .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.ws .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.ws .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Arial";font-size:14px;font-weight:normal;line-height:1.42857;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);white-space:normal}.ws .popover.top{margin-top:-10px}.ws .popover.right{margin-left:10px}.ws .popover.bottom{margin-top:10px}.ws .popover.left{margin-left:-10px}.ws .popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.ws .popover-content{padding:9px 14px}.ws .popover > .arrow,.ws .popover > .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.ws .popover > .arrow{border-width:11px}.ws .popover > .arrow:after{border-width:10px;content:""}.ws .popover.top > .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0, 0, 0, 0.25);bottom:-11px}.ws .popover.top > .arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.ws .popover.right > .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0, 0, 0, 0.25)}.ws .popover.right > .arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.ws .popover.bottom > .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0, 0, 0, 0.25);top:-11px}.ws .popover.bottom > .arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.ws .popover.left > .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0, 0, 0, 0.25)}.ws .popover.left > .arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.ws .carousel{position:relative}.ws .carousel-inner{position:relative;overflow:hidden;width:100%}.ws .carousel-inner > .item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.ws .carousel-inner > .item > img,.ws .carousel-inner > .item > a > img{display:block;max-width:100%;height:auto;line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.ws .carousel-inner > .item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-moz-transition:-moz-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;-moz-perspective:1000;perspective:1000}.ws .carousel-inner > .item.next,.ws .carousel-inner > .item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.ws .carousel-inner > .item.prev,.ws .carousel-inner > .item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.ws .carousel-inner > .item.next.left,.ws .carousel-inner > .item.prev.right,.ws .carousel-inner > .item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.ws .carousel-inner > .active,.ws .carousel-inner > .next,.ws .carousel-inner > .prev{display:block}.ws .carousel-inner > .active{left:0}.ws .carousel-inner > .next,.ws .carousel-inner > .prev{position:absolute;top:0;width:100%}.ws .carousel-inner > .next{left:100%}.ws .carousel-inner > .prev{left:-100%}.ws .carousel-inner > .next.left,.ws .carousel-inner > .prev.right{left:0}.ws .carousel-inner > .active.left{left:-100%}.ws .carousel-inner > .active.right{left:100%}.ws .carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6)}.ws .carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.ws .carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image:linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.ws .carousel-control:hover,.ws .carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.ws .carousel-control .icon-prev,.ws .carousel-control .icon-next,.ws .carousel-control .glyphicon-chevron-left,.ws .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.ws .carousel-control .icon-prev,.ws .carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.ws .carousel-control .icon-next,.ws .carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.ws .carousel-control .icon-prev,.ws .carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;line-height:1;font-family:serif}.ws .carousel-control .icon-prev:before{content:'\2039'}.ws .carousel-control .icon-next:before{content:'\203a'}.ws .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.ws .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0, 0, 0, 0)}.ws .carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.ws .carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6)}.ws .carousel-caption .btn{text-shadow:none}@media screen and (min-width: 768px){.ws .carousel-control .glyphicon-chevron-left,.ws .carousel-control .glyphicon-chevron-right,.ws .carousel-control .icon-prev,.ws .carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.ws .carousel-control .glyphicon-chevron-left,.ws .carousel-control .icon-prev{margin-left:-15px}.ws .carousel-control .glyphicon-chevron-right,.ws .carousel-control .icon-next{margin-right:-15px}.ws .carousel-caption{left:20%;right:20%;padding-bottom:30px}.ws .carousel-indicators{bottom:20px}}.ws .clearfix:before,.ws .clearfix:after{content:" ";display:table}.ws .clearfix:after{clear:both}.ws .center-block{display:block;margin-left:auto;margin-right:auto}.ws .pull-right{float:right !important}.ws .pull-left{float:left !important}.ws .hide{display:none !important}.ws .show{display:block !important}.ws .invisible{visibility:hidden}.ws .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.ws .hidden{display:none !important}.ws .affix{position:fixed}@-ms-viewport{.ws {
    width:device-width}}
  .ws .visible-xs{display:none !important}.ws .visible-sm{display:none !important}.ws .visible-md{display:none !important}.ws .visible-lg{display:none !important}.ws .visible-xs-block,.ws .visible-xs-inline,.ws .visible-xs-inline-block,.ws .visible-sm-block,.ws .visible-sm-inline,.ws .visible-sm-inline-block,.ws .visible-md-block,.ws .visible-md-inline,.ws .visible-md-inline-block,.ws .visible-lg-block,.ws .visible-lg-inline,.ws .visible-lg-inline-block{display:none !important}@media (max-width: 767px){.ws .visible-xs{display:block !important}.ws table.visible-xs{display:table}.ws tr.visible-xs{display:table-row !important}.ws th.visible-xs,.ws td.visible-xs{display:table-cell !important}}@media (max-width: 767px){.ws .visible-xs-block{display:block !important}}@media (max-width: 767px){.ws .visible-xs-inline{display:inline !important}}@media (max-width: 767px){.ws .visible-xs-inline-block{display:inline-block !important}}@media (min-width: 768px) and (max-width: 991px){.ws .visible-sm{display:block !important}.ws table.visible-sm{display:table}.ws tr.visible-sm{display:table-row !important}.ws th.visible-sm,.ws td.visible-sm{display:table-cell !important}}@media (min-width: 768px) and (max-width: 991px){.ws .visible-sm-block{display:block !important}}@media (min-width: 768px) and (max-width: 991px){.ws .visible-sm-inline{display:inline !important}}@media (min-width: 768px) and (max-width: 991px){.ws .visible-sm-inline-block{display:inline-block !important}}@media (min-width: 992px) and (max-width: 1199px){.ws .visible-md{display:block !important}.ws table.visible-md{display:table}.ws tr.visible-md{display:table-row !important}.ws th.visible-md,.ws td.visible-md{display:table-cell !important}}@media (min-width: 992px) and (max-width: 1199px){.ws .visible-md-block{display:block !important}}@media (min-width: 992px) and (max-width: 1199px){.ws .visible-md-inline{display:inline !important}}@media (min-width: 992px) and (max-width: 1199px){.ws .visible-md-inline-block{display:inline-block !important}}@media (min-width: 1200px){.ws .visible-lg{display:block !important}.ws table.visible-lg{display:table}.ws tr.visible-lg{display:table-row !important}.ws th.visible-lg,.ws td.visible-lg{display:table-cell !important}}@media (min-width: 1200px){.ws .visible-lg-block{display:block !important}}@media (min-width: 1200px){.ws .visible-lg-inline{display:inline !important}}@media (min-width: 1200px){.ws .visible-lg-inline-block{display:inline-block !important}}@media (max-width: 767px){.ws .hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.ws .hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.ws .hidden-md{display:none !important}}@media (min-width: 1200px){.ws .hidden-lg{display:none !important}}.ws .visible-print{display:none !important}@media print{.ws .visible-print{display:block !important}.ws table.visible-print{display:table}.ws tr.visible-print{display:table-row !important}.ws th.visible-print,.ws td.visible-print{display:table-cell !important}}.ws .visible-print-block{display:none !important}@media print{.ws .visible-print-block{display:block !important}}.ws .visible-print-inline{display:none !important}@media print{.ws .visible-print-inline{display:inline !important}}.ws .visible-print-inline-block{display:none !important}@media print{.ws .visible-print-inline-block{display:inline-block !important}}@media print{.ws .hidden-print{display:none !important}}.ws input[type="checkbox"]{-webkit-appearance:checkbox}.ws input[type="radio"]{-webkit-appearance:radio}.ws p:not(.text-danger):not(.text-success):not(.text-warning){color:#424242 !important}.ws .table.table-nolines > tbody > tr > td{border:0}.ws p,.ws li,.ws td,.ws th,.ws a{font-family:"Arial" !important}.ws .badge.danger{background:#d40000}.ws .badge.success{background:#3c763d}.ws .badge.warning{background:#8a6d3b}.navbar-top{width:100%}.navbar-top.fixed{position:fixed;top:0}.navbar-top ul,.navbar-top li{margin:0;padding:0;list-style:none}.navbar-top .brand > img{height:100%;width:auto}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.navbar-top:not(.always-phone) ul{display:flex;justify-content:center;align-items:stretch}.navbar-top:not(.always-phone) ul > li > a{font-size:1.2rem;display:block;padding:1em 0.4em 1em 0.4em;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.navbar-top:not(.always-phone) ul > li > a{font-size:1.1rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.navbar-top:not(.always-phone) ul > li > ul{display:block;overflow:hidden;position:absolute}.navbar-top:not(.always-phone) ul > li > ul.right{right:0}.navbar-top:not(.always-phone) ul > li > ul > li{overflow:hidden;height:0;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}.navbar-top:not(.always-phone) ul > li > ul > li > a{font-size:0.96rem;display:block;padding:1em 0.4em 1em 0.4em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.navbar-top:not(.always-phone) ul > li > ul > li > a{font-size:0.88rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.navbar-top:not(.always-phone) .brand{height:3rem;margin-top:0.3rem;margin-left:0.3rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.navbar-top:not(.always-phone) .brand{height:2.75rem;margin-top:0.275rem;margin-left:0.275rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.navbar-top:not(.always-phone).scrolled ul > li > a{font-size:0.96rem;padding:1em 0.4em 1em 0.4em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.navbar-top:not(.always-phone).scrolled ul > li > a{font-size:0.88rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.navbar-top:not(.always-phone).scrolled ul > li > ul > li > a{font-size:0.96rem;padding:1em 0.4em 1em 0.4em}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.navbar-top:not(.always-phone).scrolled ul > li > ul > li > a{font-size:0.88rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.navbar-top:not(.always-phone).scrolled .brand{height:2.4rem;margin-top:0.24rem;margin-left:0.24rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px) and (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.navbar-top:not(.always-phone).scrolled .brand{height:2.2rem;margin-top:0.22rem;margin-left:0.22rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.navbar-top:not(.always-phone).left ul{justify-content:flex-start}.navbar-top:not(.always-phone).right ul{justify-content:flex-end}.navbar-top:not(.always-phone).center ul{justify-content:center}.navbar-top:not(.always-phone).stretch ul{justify-content:space-around}.navbar-top:not(.always-phone).fill ul{justify-content:space-between}.navbar-top:not(.always-phone) .phone-toggle{display:none}}.navbar-top.always-phone{height:3.6rem/*[class^="columns-"] {
    &.brand {
      position: absolute;
      display: block !important;
    }
  }*/}.navbar-top.always-phone > ul{-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;width:85vw;position:absolute;height:100vh;overflow:auto}.navbar-top.always-phone > ul.right{right:-85vw}.navbar-top.always-phone > ul:not(.right){left:-85vw}.navbar-top.always-phone > ul > li > a{font-size:1rem;display:block;padding:1em 0.4em 1em 0.4em}.navbar-top.always-phone > ul > li:not(.phone-toggle-second-level) > ul{box-shadow:none;position:relative;height:auto;overflow:auto;left:auto !important;right:auto !important}.navbar-top.always-phone > ul > li:not(.phone-toggle-second-level) > ul > li{-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}.navbar-top.always-phone > ul > li:not(.phone-toggle-second-level) > ul > li > a{font-size:0.8rem;display:block;padding:1em 0.4em 1em 0.4em}.navbar-top.always-phone > ul > li.phone-toggle-second-level > ul{display:block;position:relative}.navbar-top.always-phone > ul > li.phone-toggle-second-level > ul > li{overflow:hidden;height:0;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}.navbar-top.always-phone > ul > li.phone-toggle-second-level > ul > li > a{font-size:0.8rem;display:block;padding:1em 0.4em 1em 0.4em}.navbar-top.always-phone .phone-toggle{cursor:pointer}.navbar-top.always-phone .phone-toggle.left{float:left}.navbar-top.always-phone .phone-toggle.right{float:right}.navbar-top.always-phone .phone-toggle .phone-toggle-closed{display:block}.navbar-top.always-phone .phone-toggle .phone-toggle-open{display:none}.navbar-top.always-phone .phone-inactive-layer{position:fixed;left:0;top:0;height:100%;width:100%;background:transparent;display:none}.navbar-top.always-phone.phone-open ul.right:not(.slide-body){right:0}.navbar-top.always-phone.phone-open ul:not(.right):not(.slide-body){left:0}.navbar-top.always-phone.phone-open .phone-inactive-layer{display:block}.navbar-top.always-phone.phone-open .phone-toggle .phone-toggle-closed{display:none}.navbar-top.always-phone.phone-open .phone-toggle .phone-toggle-open{display:block}.navbar-top.always-phone .brand{position:absolute;display:block !important;/*$fontsizeCalcBase: $nav-phone-menu-height - (strip-unit(nth($nav-item-padding, 1)) * $nav-font-size-phone * 2 )*/height:4rem;margin-top:0.4rem;margin-left:0.4rem;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}.navbar-top.always-phone .brand > img{-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.navbar-top{height:3.6rem/*[class^="columns-"] {
    &.brand {
      position: absolute;
      display: block !important;
    }
  }*/}.navbar-top > ul{-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;width:85vw;position:absolute;height:100vh;overflow:auto}.navbar-top > ul.right{right:-85vw}.navbar-top > ul:not(.right){left:-85vw}.navbar-top > ul > li > a{font-size:1rem;display:block;padding:1em 0.4em 1em 0.4em}.navbar-top > ul > li:not(.phone-toggle-second-level) > ul{box-shadow:none;position:relative;height:auto;overflow:auto;left:auto !important;right:auto !important}.navbar-top > ul > li:not(.phone-toggle-second-level) > ul > li{-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}.navbar-top > ul > li:not(.phone-toggle-second-level) > ul > li > a{font-size:0.8rem;display:block;padding:1em 0.4em 1em 0.4em}.navbar-top > ul > li.phone-toggle-second-level > ul{display:block;position:relative}.navbar-top > ul > li.phone-toggle-second-level > ul > li{overflow:hidden;height:0;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}.navbar-top > ul > li.phone-toggle-second-level > ul > li > a{font-size:0.8rem;display:block;padding:1em 0.4em 1em 0.4em}.navbar-top .phone-toggle{cursor:pointer}.navbar-top .phone-toggle.left{float:left}.navbar-top .phone-toggle.right{float:right}.navbar-top .phone-toggle .phone-toggle-closed{display:block}.navbar-top .phone-toggle .phone-toggle-open{display:none}.navbar-top .phone-inactive-layer{position:fixed;left:0;top:0;height:100%;width:100%;background:transparent;display:none}.navbar-top.phone-open ul.right:not(.slide-body){right:0}.navbar-top.phone-open ul:not(.right):not(.slide-body){left:0}.navbar-top.phone-open .phone-inactive-layer{display:block}.navbar-top.phone-open .phone-toggle .phone-toggle-closed{display:none}.navbar-top.phone-open .phone-toggle .phone-toggle-open{display:block}.navbar-top .brand{position:absolute;display:block !important;/*$fontsizeCalcBase: $nav-phone-menu-height - (strip-unit(nth($nav-item-padding, 1)) * $nav-font-size-phone * 2 )*/height:4rem;margin-top:0.4rem;margin-left:0.4rem;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}.navbar-top .brand > img{-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}}.navbar-top{z-index:10;background:#ffffff;color:#342438;font-family:"oswaldlight",sans-serif;letter-spacing:0.1em/*@include media($MEDIA_LIQUID) {
    &:not(.scrolled) {
      .main-menu-list {
        padding-left: 3rem;
        padding-right: 3rem;
        @include media($MEDIA_DESKTOP) {
          margin-top: 0;
        }
        @include media($MEDIA_TABLET) {
          margin-top: -0.15rem;
        }
        & > li.isCenter {
          @include transition-all(0.3s);
          margin-left: 19vw;
        }
        & > li {
          &:nth-of-type(1),
          &:nth-of-type(2),
          &:nth-of-type(3),
          &:nth-of-type(4) {
            & > a {
              padding-left: 0.7rem;
              padding-right: 0.7rem;
            }
          }
          &:nth-of-type(5),
          &:nth-of-type(6),
          &:nth-of-type(7),
          &:nth-of-type(8) {
            & > a {
              padding-left: 0.4rem;
              padding-right: 0.4rem;
            }
          }
        }
      }
    }
  }*/}.navbar-top a{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;text-decoration:none;text-transform:uppercase}.navbar-top .main-menu-list{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.navbar-top .logo-top{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;position:absolute;font-size:1.6rem}.navbar-top .logo-top > img{height:100%;width:auto}.navbar-top .logo-top > svg path{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;fill:#342438 !important}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.navbar-top{display:flex;justify-content:flex-end}.navbar-top .main-menu-list{position:relative;flex:1;width:auto;justify-content:flex-end !important;padding-right:1rem}.navbar-top .main-menu-list > li{/*&.open {
          & > a {
            color: $violet;
            background: $white;
          }
        }*//*&:hover {
          & > a {
            color: $black;
            background: lighten($violet, 70%);
          }
        }*/}.navbar-top .main-menu-list > li > a{white-space:nowrap;color:#342438;letter-spacing:0.01em/*background: $white;*/}.navbar-top .main-menu-list > li > a:hover{color:#000000;background:#e4dae7}.navbar-top .main-menu-list > li > a.active{color:#342438;background:#fbf9fb}.navbar-top .main-menu-list > li > a.active:hover{color:#342438;background:#e4dae7}.navbar-top .main-menu-list > li > a > .arrow{display:none}.navbar-top .main-menu-list > li > ul{z-index:11;background:#ffffff}.navbar-top .main-menu-list > li > ul > li{/*&.last{
              & > a {
                border-bottom: 0.1rem solid $brown;
              }
            }*/}.navbar-top .main-menu-list > li > ul > li > a{/*padding-top: 0.6em !important;*/line-height:normal;position:relative;color:#342438;padding:0.5em 1rem 0.5em 1rem !important}.navbar-top .main-menu-list > li > ul > li > a:hover{color:#ffffff;background:#342438}.navbar-top .main-menu-list > li > ul > li > a.active{color:#ffffff;background:#342438}.navbar-top .main-menu-list > li > ul > li > a.active:hover{color:#ffffff;background:#342438}.navbar-top .main-menu-list > li > ul.two-columns{width:33rem}.navbar-top .main-menu-list > li > ul.two-columns > li{float:left;display:inline;width:16.5rem/*&.last-1{
                & > a {
                  border-bottom: 0.1rem solid $brown;
                }
              }*/}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.navbar-top{height:3.6rem;position:fixed !important;top:0;-webkit-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);-moz-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67)/*.menu-center {
      padding: 0 !important;
    }*/}.navbar-top .logo-top{height:4.4vw;left:5.6vw;position:absolute;top:27.3vw;width:29vw}.navbar-top .logo-mobile-left{display:flex;padding-left:1rem;width:11rem;justify-content:flex-start;height:100%}.navbar-top .logo-mobile-left > a{display:flex;font-size:1.4rem;align-items:center}.navbar-top .logo-mobile-left > a > svg path{fill:#342438 !important}.navbar-top .logo-mobile-left > a > img{width:auto;height:2.6rem}.navbar-top .main-menu-list{font-family:"oswaldlight",sans-serif;background:#342438;z-index:1;padding-top:0.7rem/*& > li.isCenter {
        margin-left: 0;
      }*/}.navbar-top .main-menu-list > li > a{cursor:pointer;color:#ffffff;padding:0.5em 1em 0.5em 1rem}.navbar-top .main-menu-list > li > a.active{background:#ffffff;color:#342438;font-family:"oswaldlight",sans-serif}.navbar-top .main-menu-list > li.smaller-item > a{padding:0.3em 1em 0.3em 1em;font-size:0.9rem}.navbar-top .main-menu-list > li.invisible-liquid-first{padding-top:2rem}.navbar-top .main-menu-list > li > ul{padding-left:1.3rem}.navbar-top .main-menu-list > li > ul > li > a{padding:0.5em 1em 0.5em 1em !important;position:relative;color:#ffffff;cursor:pointer/*& > span {
              }
              & > i {
                position: absolute;
                left: 0;
                top: 0.55rem;
              }*/}.navbar-top .main-menu-list > li > ul > li > a.active{font-family:"oswaldlight",sans-serif}.navbar-top .main-menu-list > li.phone-toggle-second-level > a{position:relative;width:calc( 100% - 3rem);float:left}.navbar-top .main-menu-list > li.phone-toggle-second-level > .arrow{position:relative;display:block;width:3rem;height:2.8rem;float:right;cursor:pointer}.navbar-top .main-menu-list > li.phone-toggle-second-level > .arrow:after{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;border:solid #ffffff;border-width:0 0.15rem 0.15rem 0;content:'';display:block;width:0.7rem;height:0.7rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.navbar-top .main-menu-list > li.phone-toggle-second-level:not(.open) > .arrow{top:0;padding:0.9rem 0 0 1rem}.navbar-top .main-menu-list > li.phone-toggle-second-level:not(.open) > .arrow:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.navbar-top .main-menu-list > li.phone-toggle-second-level.open > .arrow{top:0;padding:1.4rem 0 0 1rem}.navbar-top .main-menu-list > li.phone-toggle-second-level.open > .arrow:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.navbar-top:not(.phone-open) > .phone-toggle > .phone-toggle-closed{display:flex}.navbar-top.phone-open .main-menu-list{-webkit-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);-moz-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67)}.navbar-top.phone-open > .phone-toggle > .phone-toggle-open{display:flex}.navbar-top .phone-toggle{width:3.6rem;height:3.6rem;position:relative;margin:0;padding:0;float:right;display:flex;justify-content:center}.navbar-top .phone-toggle > .phone-toggle-open,.navbar-top .phone-toggle > .phone-toggle-closed{color:#342438;font-size:2.3em;flex:0 0 3.6rem;text-align:right;align-items:center;justify-content:flex-end}.navbar-top .phone-toggle > .phone-toggle-open{padding-right:0.7rem}.navbar-top .phone-toggle > .phone-toggle-closed{padding-right:1rem}}/*body.home{
  .navbar-top {
    .logo-top {
      height: 100%;
      left: 2rem;
      position: absolute;
      top: 0;
      width: 9rem;
      &>svg {
        @include transition-all(0.3s);
        path{
          fill: $white !important;
        }
      }
    }
    @include media($MEDIA_DESKTOP) {
      .logo-top {
        height: 4.4vw;
        left: 5.6vw;
        position: absolute;
        top: 27.3vw;
        width: 29vw;
      }
      .main-menu-list {
        width: 100%;
      }
    }
    @include media($MEDIA_TABLET) {
      .logo-top {
        height: 4.4vw;
        left: 5.6vw;
        position: absolute;
        top: 27.3vw;
        width: 29vw;
      }
      .main-menu-list {
        width: 100%;
      }
    }
  }
}*//*body:not(.home){*/.navbar-top{border-bottom:1px solid #342438}.navbar-top .logo-top{height:100%;left:2rem;position:absolute;top:0;width:9rem}.navbar-top .logo-top > svg{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.navbar-top .logo-top > svg path{fill:#342438 !important}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){/*.main-menu-list {
      width: 59vw;
      margin-right: 3vw;
    }*/}/*}*/body.home .navbar-top.scrolled,body .navbar-top.scrolled{border-bottom:0;-webkit-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);-moz-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){body.home .navbar-top.scrolled .main-menu-list,body .navbar-top.scrolled .main-menu-list{/*width: 53vw;
          margin-right: 3vw;*/padding-right:3rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){body.home .navbar-top.scrolled .logo-top,body .navbar-top.scrolled .logo-top{height:100%;left:2rem;position:absolute;top:0;width:9rem}body.home .navbar-top.scrolled .logo-top > svg,body .navbar-top.scrolled .logo-top > svg{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}body.home .navbar-top.scrolled .logo-top > svg path,body .navbar-top.scrolled .logo-top > svg path{fill:#342438 !important}}/*
@include media($MEDIA_LIQUID) {
  .scrolled {
    .navbar-top {
      .main-menu-list {
        margin-top: -0.25rem;
        padding-left: 9rem;
        padding-right: 5rem;
        & > li.isCenter {
          @include transition-all(0.3s);
          margin-left: 0;
        }
        & > li > ul {
          margin-top: -0.2rem;
        }
      }
      .logo-top {
        width: 4.8%;
        top: 0.4vw;
        left: 3vw;
      }
    }
  }
}*//*$name: if($name == "" or $name == null, "", "-"+$name);
  $color: if($color == "" or $color == null, $form-color, $color);
  $background-color: if($background-color == "" or $background-color == null, $form-background-color, $background-color);*/.lq-btn{color:#342438;background-color:#ffffff;border:2px solid #261a28}.lq-btn:hover{color:#171019;background-color:#e6e6e6;border:2px solid #171019}.lq-btn.light{color:#b89cbf;background-color:white;border:2px solid #8a6095}.lq-btn.light:hover{color:#8a6095;background-color:white;border:2px solid #513857}.lq-form-group-5 > input,.lq-form-group-5 > textarea,.lq-form-group-5 > select,.lq-form-group-5 > .lq-select > select,.lq-form-group-float-5 > input,.lq-form-group-float-5 > textarea,.lq-form-group-float-5 > select,.lq-form-group-float-5 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-5 > input:focus,.lq-form-group-5 > textarea:focus,.lq-form-group-5 > select:focus,.lq-form-group-5 > .lq-select > select:focus,.lq-form-group-float-5 > input:focus,.lq-form-group-float-5 > textarea:focus,.lq-form-group-float-5 > select:focus,.lq-form-group-float-5 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-5 > .lq-select > .selectarrow:after,.lq-form-group-float-5 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-5 > label.checkbox > .checkmarker,.lq-form-group-float-5 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-5 > label.checkbox > .checkmarker:after,.lq-form-group-float-5 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-5 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-5 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-5 > label.radio > .radiocircle,.lq-form-group-float-5 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-5 > label.radio > .radiocircle:after,.lq-form-group-float-5 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-5 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-5 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-5 > input,.lq-form-group-5 > textarea,.lq-form-group-5 > select,.lq-form-group-5 > .lq-input-box,.lq-form-group-5 > .lq-select{ms-flex:0 0 95%;flex:0 0 95%;max-width:95%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-5 > input.max-5,.lq-form-group-5 > textarea.max-5,.lq-form-group-5 > select.max-5,.lq-form-group-5 > .lq-input-box.max-5,.lq-form-group-5 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-5 > input.max-7,.lq-form-group-5 > textarea.max-7,.lq-form-group-5 > select.max-7,.lq-form-group-5 > .lq-input-box.max-7,.lq-form-group-5 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-5 > input.max-10,.lq-form-group-5 > textarea.max-10,.lq-form-group-5 > select.max-10,.lq-form-group-5 > .lq-input-box.max-10,.lq-form-group-5 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-5 > input.max-8,.lq-form-group-5 > textarea.max-8,.lq-form-group-5 > select.max-8,.lq-form-group-5 > .lq-input-box.max-8,.lq-form-group-5 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-5 > input.max-16,.lq-form-group-5 > textarea.max-16,.lq-form-group-5 > select.max-16,.lq-form-group-5 > .lq-input-box.max-16,.lq-form-group-5 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-5 > input.max-20,.lq-form-group-5 > textarea.max-20,.lq-form-group-5 > select.max-20,.lq-form-group-5 > .lq-input-box.max-20,.lq-form-group-5 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-5 > input.max-25,.lq-form-group-5 > textarea.max-25,.lq-form-group-5 > select.max-25,.lq-form-group-5 > .lq-input-box.max-25,.lq-form-group-5 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-5 > input.max-30,.lq-form-group-5 > textarea.max-30,.lq-form-group-5 > select.max-30,.lq-form-group-5 > .lq-input-box.max-30,.lq-form-group-5 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-5 > input.max-33,.lq-form-group-5 > textarea.max-33,.lq-form-group-5 > select.max-33,.lq-form-group-5 > .lq-input-box.max-33,.lq-form-group-5 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-5 > input.max-40,.lq-form-group-5 > textarea.max-40,.lq-form-group-5 > select.max-40,.lq-form-group-5 > .lq-input-box.max-40,.lq-form-group-5 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-5 > input.max-41,.lq-form-group-5 > textarea.max-41,.lq-form-group-5 > select.max-41,.lq-form-group-5 > .lq-input-box.max-41,.lq-form-group-5 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-5 > input.max-50,.lq-form-group-5 > textarea.max-50,.lq-form-group-5 > select.max-50,.lq-form-group-5 > .lq-input-box.max-50,.lq-form-group-5 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-5 > input.max-60,.lq-form-group-5 > textarea.max-60,.lq-form-group-5 > select.max-60,.lq-form-group-5 > .lq-input-box.max-60,.lq-form-group-5 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-5 > input.max-58,.lq-form-group-5 > textarea.max-58,.lq-form-group-5 > select.max-58,.lq-form-group-5 > .lq-input-box.max-58,.lq-form-group-5 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-5 > input.max-66,.lq-form-group-5 > textarea.max-66,.lq-form-group-5 > select.max-66,.lq-form-group-5 > .lq-input-box.max-66,.lq-form-group-5 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-5 > input.max-70,.lq-form-group-5 > textarea.max-70,.lq-form-group-5 > select.max-70,.lq-form-group-5 > .lq-input-box.max-70,.lq-form-group-5 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-5 > input.max-75,.lq-form-group-5 > textarea.max-75,.lq-form-group-5 > select.max-75,.lq-form-group-5 > .lq-input-box.max-75,.lq-form-group-5 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-5 > input.max-80,.lq-form-group-5 > textarea.max-80,.lq-form-group-5 > select.max-80,.lq-form-group-5 > .lq-input-box.max-80,.lq-form-group-5 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-5 > input.max-83,.lq-form-group-5 > textarea.max-83,.lq-form-group-5 > select.max-83,.lq-form-group-5 > .lq-input-box.max-83,.lq-form-group-5 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-5 > input.max-91,.lq-form-group-5 > textarea.max-91,.lq-form-group-5 > select.max-91,.lq-form-group-5 > .lq-input-box.max-91,.lq-form-group-5 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-5 > input.max-85,.lq-form-group-5 > textarea.max-85,.lq-form-group-5 > select.max-85,.lq-form-group-5 > .lq-input-box.max-85,.lq-form-group-5 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-5 > input.max-90,.lq-form-group-5 > textarea.max-90,.lq-form-group-5 > select.max-90,.lq-form-group-5 > .lq-input-box.max-90,.lq-form-group-5 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-5 > input.max-100,.lq-form-group-5 > textarea.max-100,.lq-form-group-5 > select.max-100,.lq-form-group-5 > .lq-input-box.max-100,.lq-form-group-5 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-5 > label{display:flex;ms-flex:0 0 5%;flex:0 0 5%;max-width:5%}.lq-form-group-5 > label.checkbox{max-width:calc(95% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(5% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-5 > label.radio{max-width:calc(95% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(5% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-5 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-5{flex-direction:column}.lq-form-group-5 > input,.lq-form-group-5 > textarea,.lq-form-group-5 > select,.lq-form-group-5 > .lq-input-box,.lq-form-group-5 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-5 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-5 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-5 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-5 > input,.lq-form-group-float-5 > textarea,.lq-form-group-float-5 > select,.lq-form-group-float-5 > .lq-input-box,.lq-form-group-float-5 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:5%}.lq-form-group-float-5 > label{ms-flex:none;flex:none;max-width:95%}.lq-form-group-float-5 > label.checkbox,.lq-form-group-float-5 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-5{flex-direction:column}.lq-form-group-float-5 > input,.lq-form-group-float-5 > textarea,.lq-form-group-float-5 > select,.lq-form-group-float-5 > .lq-input-box,.lq-form-group-float-5 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-5 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-5 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-5 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-7 > input,.lq-form-group-7 > textarea,.lq-form-group-7 > select,.lq-form-group-7 > .lq-select > select,.lq-form-group-float-7 > input,.lq-form-group-float-7 > textarea,.lq-form-group-float-7 > select,.lq-form-group-float-7 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-7 > input:focus,.lq-form-group-7 > textarea:focus,.lq-form-group-7 > select:focus,.lq-form-group-7 > .lq-select > select:focus,.lq-form-group-float-7 > input:focus,.lq-form-group-float-7 > textarea:focus,.lq-form-group-float-7 > select:focus,.lq-form-group-float-7 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-7 > .lq-select > .selectarrow:after,.lq-form-group-float-7 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-7 > label.checkbox > .checkmarker,.lq-form-group-float-7 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-7 > label.checkbox > .checkmarker:after,.lq-form-group-float-7 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-7 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-7 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-7 > label.radio > .radiocircle,.lq-form-group-float-7 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-7 > label.radio > .radiocircle:after,.lq-form-group-float-7 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-7 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-7 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-7 > input,.lq-form-group-7 > textarea,.lq-form-group-7 > select,.lq-form-group-7 > .lq-input-box,.lq-form-group-7 > .lq-select{ms-flex:0 0 92.5%;flex:0 0 92.5%;max-width:92.5%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-7 > input.max-5,.lq-form-group-7 > textarea.max-5,.lq-form-group-7 > select.max-5,.lq-form-group-7 > .lq-input-box.max-5,.lq-form-group-7 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-7 > input.max-7,.lq-form-group-7 > textarea.max-7,.lq-form-group-7 > select.max-7,.lq-form-group-7 > .lq-input-box.max-7,.lq-form-group-7 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-7 > input.max-10,.lq-form-group-7 > textarea.max-10,.lq-form-group-7 > select.max-10,.lq-form-group-7 > .lq-input-box.max-10,.lq-form-group-7 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-7 > input.max-8,.lq-form-group-7 > textarea.max-8,.lq-form-group-7 > select.max-8,.lq-form-group-7 > .lq-input-box.max-8,.lq-form-group-7 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-7 > input.max-16,.lq-form-group-7 > textarea.max-16,.lq-form-group-7 > select.max-16,.lq-form-group-7 > .lq-input-box.max-16,.lq-form-group-7 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-7 > input.max-20,.lq-form-group-7 > textarea.max-20,.lq-form-group-7 > select.max-20,.lq-form-group-7 > .lq-input-box.max-20,.lq-form-group-7 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-7 > input.max-25,.lq-form-group-7 > textarea.max-25,.lq-form-group-7 > select.max-25,.lq-form-group-7 > .lq-input-box.max-25,.lq-form-group-7 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-7 > input.max-30,.lq-form-group-7 > textarea.max-30,.lq-form-group-7 > select.max-30,.lq-form-group-7 > .lq-input-box.max-30,.lq-form-group-7 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-7 > input.max-33,.lq-form-group-7 > textarea.max-33,.lq-form-group-7 > select.max-33,.lq-form-group-7 > .lq-input-box.max-33,.lq-form-group-7 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-7 > input.max-40,.lq-form-group-7 > textarea.max-40,.lq-form-group-7 > select.max-40,.lq-form-group-7 > .lq-input-box.max-40,.lq-form-group-7 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-7 > input.max-41,.lq-form-group-7 > textarea.max-41,.lq-form-group-7 > select.max-41,.lq-form-group-7 > .lq-input-box.max-41,.lq-form-group-7 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-7 > input.max-50,.lq-form-group-7 > textarea.max-50,.lq-form-group-7 > select.max-50,.lq-form-group-7 > .lq-input-box.max-50,.lq-form-group-7 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-7 > input.max-60,.lq-form-group-7 > textarea.max-60,.lq-form-group-7 > select.max-60,.lq-form-group-7 > .lq-input-box.max-60,.lq-form-group-7 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-7 > input.max-58,.lq-form-group-7 > textarea.max-58,.lq-form-group-7 > select.max-58,.lq-form-group-7 > .lq-input-box.max-58,.lq-form-group-7 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-7 > input.max-66,.lq-form-group-7 > textarea.max-66,.lq-form-group-7 > select.max-66,.lq-form-group-7 > .lq-input-box.max-66,.lq-form-group-7 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-7 > input.max-70,.lq-form-group-7 > textarea.max-70,.lq-form-group-7 > select.max-70,.lq-form-group-7 > .lq-input-box.max-70,.lq-form-group-7 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-7 > input.max-75,.lq-form-group-7 > textarea.max-75,.lq-form-group-7 > select.max-75,.lq-form-group-7 > .lq-input-box.max-75,.lq-form-group-7 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-7 > input.max-80,.lq-form-group-7 > textarea.max-80,.lq-form-group-7 > select.max-80,.lq-form-group-7 > .lq-input-box.max-80,.lq-form-group-7 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-7 > input.max-83,.lq-form-group-7 > textarea.max-83,.lq-form-group-7 > select.max-83,.lq-form-group-7 > .lq-input-box.max-83,.lq-form-group-7 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-7 > input.max-91,.lq-form-group-7 > textarea.max-91,.lq-form-group-7 > select.max-91,.lq-form-group-7 > .lq-input-box.max-91,.lq-form-group-7 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-7 > input.max-85,.lq-form-group-7 > textarea.max-85,.lq-form-group-7 > select.max-85,.lq-form-group-7 > .lq-input-box.max-85,.lq-form-group-7 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-7 > input.max-90,.lq-form-group-7 > textarea.max-90,.lq-form-group-7 > select.max-90,.lq-form-group-7 > .lq-input-box.max-90,.lq-form-group-7 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-7 > input.max-100,.lq-form-group-7 > textarea.max-100,.lq-form-group-7 > select.max-100,.lq-form-group-7 > .lq-input-box.max-100,.lq-form-group-7 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-7 > label{display:flex;ms-flex:0 0 7.5%;flex:0 0 7.5%;max-width:7.5%}.lq-form-group-7 > label.checkbox{max-width:calc(92.5% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(7.5% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-7 > label.radio{max-width:calc(92.5% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(7.5% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-7 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-7{flex-direction:column}.lq-form-group-7 > input,.lq-form-group-7 > textarea,.lq-form-group-7 > select,.lq-form-group-7 > .lq-input-box,.lq-form-group-7 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-7 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-7 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-7 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-7 > input,.lq-form-group-float-7 > textarea,.lq-form-group-float-7 > select,.lq-form-group-float-7 > .lq-input-box,.lq-form-group-float-7 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:7.5%}.lq-form-group-float-7 > label{ms-flex:none;flex:none;max-width:92.5%}.lq-form-group-float-7 > label.checkbox,.lq-form-group-float-7 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-7{flex-direction:column}.lq-form-group-float-7 > input,.lq-form-group-float-7 > textarea,.lq-form-group-float-7 > select,.lq-form-group-float-7 > .lq-input-box,.lq-form-group-float-7 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-7 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-7 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-7 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-10 > input,.lq-form-group-10 > textarea,.lq-form-group-10 > select,.lq-form-group-10 > .lq-select > select,.lq-form-group-float-10 > input,.lq-form-group-float-10 > textarea,.lq-form-group-float-10 > select,.lq-form-group-float-10 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-10 > input:focus,.lq-form-group-10 > textarea:focus,.lq-form-group-10 > select:focus,.lq-form-group-10 > .lq-select > select:focus,.lq-form-group-float-10 > input:focus,.lq-form-group-float-10 > textarea:focus,.lq-form-group-float-10 > select:focus,.lq-form-group-float-10 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-10 > .lq-select > .selectarrow:after,.lq-form-group-float-10 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-10 > label.checkbox > .checkmarker,.lq-form-group-float-10 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-10 > label.checkbox > .checkmarker:after,.lq-form-group-float-10 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-10 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-10 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-10 > label.radio > .radiocircle,.lq-form-group-float-10 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-10 > label.radio > .radiocircle:after,.lq-form-group-float-10 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-10 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-10 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-10 > input,.lq-form-group-10 > textarea,.lq-form-group-10 > select,.lq-form-group-10 > .lq-input-box,.lq-form-group-10 > .lq-select{ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-10 > input.max-5,.lq-form-group-10 > textarea.max-5,.lq-form-group-10 > select.max-5,.lq-form-group-10 > .lq-input-box.max-5,.lq-form-group-10 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-10 > input.max-7,.lq-form-group-10 > textarea.max-7,.lq-form-group-10 > select.max-7,.lq-form-group-10 > .lq-input-box.max-7,.lq-form-group-10 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-10 > input.max-10,.lq-form-group-10 > textarea.max-10,.lq-form-group-10 > select.max-10,.lq-form-group-10 > .lq-input-box.max-10,.lq-form-group-10 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-10 > input.max-8,.lq-form-group-10 > textarea.max-8,.lq-form-group-10 > select.max-8,.lq-form-group-10 > .lq-input-box.max-8,.lq-form-group-10 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-10 > input.max-16,.lq-form-group-10 > textarea.max-16,.lq-form-group-10 > select.max-16,.lq-form-group-10 > .lq-input-box.max-16,.lq-form-group-10 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-10 > input.max-20,.lq-form-group-10 > textarea.max-20,.lq-form-group-10 > select.max-20,.lq-form-group-10 > .lq-input-box.max-20,.lq-form-group-10 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-10 > input.max-25,.lq-form-group-10 > textarea.max-25,.lq-form-group-10 > select.max-25,.lq-form-group-10 > .lq-input-box.max-25,.lq-form-group-10 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-10 > input.max-30,.lq-form-group-10 > textarea.max-30,.lq-form-group-10 > select.max-30,.lq-form-group-10 > .lq-input-box.max-30,.lq-form-group-10 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-10 > input.max-33,.lq-form-group-10 > textarea.max-33,.lq-form-group-10 > select.max-33,.lq-form-group-10 > .lq-input-box.max-33,.lq-form-group-10 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-10 > input.max-40,.lq-form-group-10 > textarea.max-40,.lq-form-group-10 > select.max-40,.lq-form-group-10 > .lq-input-box.max-40,.lq-form-group-10 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-10 > input.max-41,.lq-form-group-10 > textarea.max-41,.lq-form-group-10 > select.max-41,.lq-form-group-10 > .lq-input-box.max-41,.lq-form-group-10 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-10 > input.max-50,.lq-form-group-10 > textarea.max-50,.lq-form-group-10 > select.max-50,.lq-form-group-10 > .lq-input-box.max-50,.lq-form-group-10 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-10 > input.max-60,.lq-form-group-10 > textarea.max-60,.lq-form-group-10 > select.max-60,.lq-form-group-10 > .lq-input-box.max-60,.lq-form-group-10 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-10 > input.max-58,.lq-form-group-10 > textarea.max-58,.lq-form-group-10 > select.max-58,.lq-form-group-10 > .lq-input-box.max-58,.lq-form-group-10 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-10 > input.max-66,.lq-form-group-10 > textarea.max-66,.lq-form-group-10 > select.max-66,.lq-form-group-10 > .lq-input-box.max-66,.lq-form-group-10 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-10 > input.max-70,.lq-form-group-10 > textarea.max-70,.lq-form-group-10 > select.max-70,.lq-form-group-10 > .lq-input-box.max-70,.lq-form-group-10 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-10 > input.max-75,.lq-form-group-10 > textarea.max-75,.lq-form-group-10 > select.max-75,.lq-form-group-10 > .lq-input-box.max-75,.lq-form-group-10 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-10 > input.max-80,.lq-form-group-10 > textarea.max-80,.lq-form-group-10 > select.max-80,.lq-form-group-10 > .lq-input-box.max-80,.lq-form-group-10 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-10 > input.max-83,.lq-form-group-10 > textarea.max-83,.lq-form-group-10 > select.max-83,.lq-form-group-10 > .lq-input-box.max-83,.lq-form-group-10 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-10 > input.max-91,.lq-form-group-10 > textarea.max-91,.lq-form-group-10 > select.max-91,.lq-form-group-10 > .lq-input-box.max-91,.lq-form-group-10 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-10 > input.max-85,.lq-form-group-10 > textarea.max-85,.lq-form-group-10 > select.max-85,.lq-form-group-10 > .lq-input-box.max-85,.lq-form-group-10 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-10 > input.max-90,.lq-form-group-10 > textarea.max-90,.lq-form-group-10 > select.max-90,.lq-form-group-10 > .lq-input-box.max-90,.lq-form-group-10 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-10 > input.max-100,.lq-form-group-10 > textarea.max-100,.lq-form-group-10 > select.max-100,.lq-form-group-10 > .lq-input-box.max-100,.lq-form-group-10 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-10 > label{display:flex;ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.lq-form-group-10 > label.checkbox{max-width:calc(90% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(10% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-10 > label.radio{max-width:calc(90% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(10% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-10 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-10{flex-direction:column}.lq-form-group-10 > input,.lq-form-group-10 > textarea,.lq-form-group-10 > select,.lq-form-group-10 > .lq-input-box,.lq-form-group-10 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-10 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-10 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-10 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-10 > input,.lq-form-group-float-10 > textarea,.lq-form-group-float-10 > select,.lq-form-group-float-10 > .lq-input-box,.lq-form-group-float-10 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:10%}.lq-form-group-float-10 > label{ms-flex:none;flex:none;max-width:90%}.lq-form-group-float-10 > label.checkbox,.lq-form-group-float-10 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-10{flex-direction:column}.lq-form-group-float-10 > input,.lq-form-group-float-10 > textarea,.lq-form-group-float-10 > select,.lq-form-group-float-10 > .lq-input-box,.lq-form-group-float-10 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-10 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-10 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-10 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-8 > input,.lq-form-group-8 > textarea,.lq-form-group-8 > select,.lq-form-group-8 > .lq-select > select,.lq-form-group-float-8 > input,.lq-form-group-float-8 > textarea,.lq-form-group-float-8 > select,.lq-form-group-float-8 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-8 > input:focus,.lq-form-group-8 > textarea:focus,.lq-form-group-8 > select:focus,.lq-form-group-8 > .lq-select > select:focus,.lq-form-group-float-8 > input:focus,.lq-form-group-float-8 > textarea:focus,.lq-form-group-float-8 > select:focus,.lq-form-group-float-8 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-8 > .lq-select > .selectarrow:after,.lq-form-group-float-8 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-8 > label.checkbox > .checkmarker,.lq-form-group-float-8 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-8 > label.checkbox > .checkmarker:after,.lq-form-group-float-8 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-8 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-8 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-8 > label.radio > .radiocircle,.lq-form-group-float-8 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-8 > label.radio > .radiocircle:after,.lq-form-group-float-8 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-8 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-8 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-8 > input,.lq-form-group-8 > textarea,.lq-form-group-8 > select,.lq-form-group-8 > .lq-input-box,.lq-form-group-8 > .lq-select{ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-8 > input.max-5,.lq-form-group-8 > textarea.max-5,.lq-form-group-8 > select.max-5,.lq-form-group-8 > .lq-input-box.max-5,.lq-form-group-8 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-8 > input.max-7,.lq-form-group-8 > textarea.max-7,.lq-form-group-8 > select.max-7,.lq-form-group-8 > .lq-input-box.max-7,.lq-form-group-8 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-8 > input.max-10,.lq-form-group-8 > textarea.max-10,.lq-form-group-8 > select.max-10,.lq-form-group-8 > .lq-input-box.max-10,.lq-form-group-8 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-8 > input.max-8,.lq-form-group-8 > textarea.max-8,.lq-form-group-8 > select.max-8,.lq-form-group-8 > .lq-input-box.max-8,.lq-form-group-8 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-8 > input.max-16,.lq-form-group-8 > textarea.max-16,.lq-form-group-8 > select.max-16,.lq-form-group-8 > .lq-input-box.max-16,.lq-form-group-8 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-8 > input.max-20,.lq-form-group-8 > textarea.max-20,.lq-form-group-8 > select.max-20,.lq-form-group-8 > .lq-input-box.max-20,.lq-form-group-8 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-8 > input.max-25,.lq-form-group-8 > textarea.max-25,.lq-form-group-8 > select.max-25,.lq-form-group-8 > .lq-input-box.max-25,.lq-form-group-8 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-8 > input.max-30,.lq-form-group-8 > textarea.max-30,.lq-form-group-8 > select.max-30,.lq-form-group-8 > .lq-input-box.max-30,.lq-form-group-8 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-8 > input.max-33,.lq-form-group-8 > textarea.max-33,.lq-form-group-8 > select.max-33,.lq-form-group-8 > .lq-input-box.max-33,.lq-form-group-8 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-8 > input.max-40,.lq-form-group-8 > textarea.max-40,.lq-form-group-8 > select.max-40,.lq-form-group-8 > .lq-input-box.max-40,.lq-form-group-8 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-8 > input.max-41,.lq-form-group-8 > textarea.max-41,.lq-form-group-8 > select.max-41,.lq-form-group-8 > .lq-input-box.max-41,.lq-form-group-8 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-8 > input.max-50,.lq-form-group-8 > textarea.max-50,.lq-form-group-8 > select.max-50,.lq-form-group-8 > .lq-input-box.max-50,.lq-form-group-8 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-8 > input.max-60,.lq-form-group-8 > textarea.max-60,.lq-form-group-8 > select.max-60,.lq-form-group-8 > .lq-input-box.max-60,.lq-form-group-8 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-8 > input.max-58,.lq-form-group-8 > textarea.max-58,.lq-form-group-8 > select.max-58,.lq-form-group-8 > .lq-input-box.max-58,.lq-form-group-8 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-8 > input.max-66,.lq-form-group-8 > textarea.max-66,.lq-form-group-8 > select.max-66,.lq-form-group-8 > .lq-input-box.max-66,.lq-form-group-8 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-8 > input.max-70,.lq-form-group-8 > textarea.max-70,.lq-form-group-8 > select.max-70,.lq-form-group-8 > .lq-input-box.max-70,.lq-form-group-8 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-8 > input.max-75,.lq-form-group-8 > textarea.max-75,.lq-form-group-8 > select.max-75,.lq-form-group-8 > .lq-input-box.max-75,.lq-form-group-8 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-8 > input.max-80,.lq-form-group-8 > textarea.max-80,.lq-form-group-8 > select.max-80,.lq-form-group-8 > .lq-input-box.max-80,.lq-form-group-8 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-8 > input.max-83,.lq-form-group-8 > textarea.max-83,.lq-form-group-8 > select.max-83,.lq-form-group-8 > .lq-input-box.max-83,.lq-form-group-8 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-8 > input.max-91,.lq-form-group-8 > textarea.max-91,.lq-form-group-8 > select.max-91,.lq-form-group-8 > .lq-input-box.max-91,.lq-form-group-8 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-8 > input.max-85,.lq-form-group-8 > textarea.max-85,.lq-form-group-8 > select.max-85,.lq-form-group-8 > .lq-input-box.max-85,.lq-form-group-8 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-8 > input.max-90,.lq-form-group-8 > textarea.max-90,.lq-form-group-8 > select.max-90,.lq-form-group-8 > .lq-input-box.max-90,.lq-form-group-8 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-8 > input.max-100,.lq-form-group-8 > textarea.max-100,.lq-form-group-8 > select.max-100,.lq-form-group-8 > .lq-input-box.max-100,.lq-form-group-8 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-8 > label{display:flex;ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.lq-form-group-8 > label.checkbox{max-width:calc(91.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(8.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-8 > label.radio{max-width:calc(91.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(8.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-8 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-8{flex-direction:column}.lq-form-group-8 > input,.lq-form-group-8 > textarea,.lq-form-group-8 > select,.lq-form-group-8 > .lq-input-box,.lq-form-group-8 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-8 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-8 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-8 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-8 > input,.lq-form-group-float-8 > textarea,.lq-form-group-float-8 > select,.lq-form-group-float-8 > .lq-input-box,.lq-form-group-float-8 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:8.33333%}.lq-form-group-float-8 > label{ms-flex:none;flex:none;max-width:91.66667%}.lq-form-group-float-8 > label.checkbox,.lq-form-group-float-8 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-8{flex-direction:column}.lq-form-group-float-8 > input,.lq-form-group-float-8 > textarea,.lq-form-group-float-8 > select,.lq-form-group-float-8 > .lq-input-box,.lq-form-group-float-8 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-8 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-8 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-8 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-16 > input,.lq-form-group-16 > textarea,.lq-form-group-16 > select,.lq-form-group-16 > .lq-select > select,.lq-form-group-float-16 > input,.lq-form-group-float-16 > textarea,.lq-form-group-float-16 > select,.lq-form-group-float-16 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-16 > input:focus,.lq-form-group-16 > textarea:focus,.lq-form-group-16 > select:focus,.lq-form-group-16 > .lq-select > select:focus,.lq-form-group-float-16 > input:focus,.lq-form-group-float-16 > textarea:focus,.lq-form-group-float-16 > select:focus,.lq-form-group-float-16 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-16 > .lq-select > .selectarrow:after,.lq-form-group-float-16 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-16 > label.checkbox > .checkmarker,.lq-form-group-float-16 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-16 > label.checkbox > .checkmarker:after,.lq-form-group-float-16 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-16 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-16 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-16 > label.radio > .radiocircle,.lq-form-group-float-16 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-16 > label.radio > .radiocircle:after,.lq-form-group-float-16 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-16 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-16 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-16 > input,.lq-form-group-16 > textarea,.lq-form-group-16 > select,.lq-form-group-16 > .lq-input-box,.lq-form-group-16 > .lq-select{ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-16 > input.max-5,.lq-form-group-16 > textarea.max-5,.lq-form-group-16 > select.max-5,.lq-form-group-16 > .lq-input-box.max-5,.lq-form-group-16 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-16 > input.max-7,.lq-form-group-16 > textarea.max-7,.lq-form-group-16 > select.max-7,.lq-form-group-16 > .lq-input-box.max-7,.lq-form-group-16 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-16 > input.max-10,.lq-form-group-16 > textarea.max-10,.lq-form-group-16 > select.max-10,.lq-form-group-16 > .lq-input-box.max-10,.lq-form-group-16 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-16 > input.max-8,.lq-form-group-16 > textarea.max-8,.lq-form-group-16 > select.max-8,.lq-form-group-16 > .lq-input-box.max-8,.lq-form-group-16 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-16 > input.max-16,.lq-form-group-16 > textarea.max-16,.lq-form-group-16 > select.max-16,.lq-form-group-16 > .lq-input-box.max-16,.lq-form-group-16 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-16 > input.max-20,.lq-form-group-16 > textarea.max-20,.lq-form-group-16 > select.max-20,.lq-form-group-16 > .lq-input-box.max-20,.lq-form-group-16 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-16 > input.max-25,.lq-form-group-16 > textarea.max-25,.lq-form-group-16 > select.max-25,.lq-form-group-16 > .lq-input-box.max-25,.lq-form-group-16 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-16 > input.max-30,.lq-form-group-16 > textarea.max-30,.lq-form-group-16 > select.max-30,.lq-form-group-16 > .lq-input-box.max-30,.lq-form-group-16 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-16 > input.max-33,.lq-form-group-16 > textarea.max-33,.lq-form-group-16 > select.max-33,.lq-form-group-16 > .lq-input-box.max-33,.lq-form-group-16 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-16 > input.max-40,.lq-form-group-16 > textarea.max-40,.lq-form-group-16 > select.max-40,.lq-form-group-16 > .lq-input-box.max-40,.lq-form-group-16 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-16 > input.max-41,.lq-form-group-16 > textarea.max-41,.lq-form-group-16 > select.max-41,.lq-form-group-16 > .lq-input-box.max-41,.lq-form-group-16 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-16 > input.max-50,.lq-form-group-16 > textarea.max-50,.lq-form-group-16 > select.max-50,.lq-form-group-16 > .lq-input-box.max-50,.lq-form-group-16 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-16 > input.max-60,.lq-form-group-16 > textarea.max-60,.lq-form-group-16 > select.max-60,.lq-form-group-16 > .lq-input-box.max-60,.lq-form-group-16 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-16 > input.max-58,.lq-form-group-16 > textarea.max-58,.lq-form-group-16 > select.max-58,.lq-form-group-16 > .lq-input-box.max-58,.lq-form-group-16 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-16 > input.max-66,.lq-form-group-16 > textarea.max-66,.lq-form-group-16 > select.max-66,.lq-form-group-16 > .lq-input-box.max-66,.lq-form-group-16 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-16 > input.max-70,.lq-form-group-16 > textarea.max-70,.lq-form-group-16 > select.max-70,.lq-form-group-16 > .lq-input-box.max-70,.lq-form-group-16 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-16 > input.max-75,.lq-form-group-16 > textarea.max-75,.lq-form-group-16 > select.max-75,.lq-form-group-16 > .lq-input-box.max-75,.lq-form-group-16 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-16 > input.max-80,.lq-form-group-16 > textarea.max-80,.lq-form-group-16 > select.max-80,.lq-form-group-16 > .lq-input-box.max-80,.lq-form-group-16 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-16 > input.max-83,.lq-form-group-16 > textarea.max-83,.lq-form-group-16 > select.max-83,.lq-form-group-16 > .lq-input-box.max-83,.lq-form-group-16 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-16 > input.max-91,.lq-form-group-16 > textarea.max-91,.lq-form-group-16 > select.max-91,.lq-form-group-16 > .lq-input-box.max-91,.lq-form-group-16 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-16 > input.max-85,.lq-form-group-16 > textarea.max-85,.lq-form-group-16 > select.max-85,.lq-form-group-16 > .lq-input-box.max-85,.lq-form-group-16 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-16 > input.max-90,.lq-form-group-16 > textarea.max-90,.lq-form-group-16 > select.max-90,.lq-form-group-16 > .lq-input-box.max-90,.lq-form-group-16 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-16 > input.max-100,.lq-form-group-16 > textarea.max-100,.lq-form-group-16 > select.max-100,.lq-form-group-16 > .lq-input-box.max-100,.lq-form-group-16 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-16 > label{display:flex;ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.lq-form-group-16 > label.checkbox{max-width:calc(83.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(16.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-16 > label.radio{max-width:calc(83.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(16.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-16 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-16{flex-direction:column}.lq-form-group-16 > input,.lq-form-group-16 > textarea,.lq-form-group-16 > select,.lq-form-group-16 > .lq-input-box,.lq-form-group-16 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-16 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-16 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-16 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-16 > input,.lq-form-group-float-16 > textarea,.lq-form-group-float-16 > select,.lq-form-group-float-16 > .lq-input-box,.lq-form-group-float-16 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:16.66667%}.lq-form-group-float-16 > label{ms-flex:none;flex:none;max-width:83.33333%}.lq-form-group-float-16 > label.checkbox,.lq-form-group-float-16 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-16{flex-direction:column}.lq-form-group-float-16 > input,.lq-form-group-float-16 > textarea,.lq-form-group-float-16 > select,.lq-form-group-float-16 > .lq-input-box,.lq-form-group-float-16 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-16 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-16 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-16 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-20 > input,.lq-form-group-20 > textarea,.lq-form-group-20 > select,.lq-form-group-20 > .lq-select > select,.lq-form-group-float-20 > input,.lq-form-group-float-20 > textarea,.lq-form-group-float-20 > select,.lq-form-group-float-20 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-20 > input:focus,.lq-form-group-20 > textarea:focus,.lq-form-group-20 > select:focus,.lq-form-group-20 > .lq-select > select:focus,.lq-form-group-float-20 > input:focus,.lq-form-group-float-20 > textarea:focus,.lq-form-group-float-20 > select:focus,.lq-form-group-float-20 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-20 > .lq-select > .selectarrow:after,.lq-form-group-float-20 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-20 > label.checkbox > .checkmarker,.lq-form-group-float-20 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-20 > label.checkbox > .checkmarker:after,.lq-form-group-float-20 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-20 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-20 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-20 > label.radio > .radiocircle,.lq-form-group-float-20 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-20 > label.radio > .radiocircle:after,.lq-form-group-float-20 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-20 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-20 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-20 > input,.lq-form-group-20 > textarea,.lq-form-group-20 > select,.lq-form-group-20 > .lq-input-box,.lq-form-group-20 > .lq-select{ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-20 > input.max-5,.lq-form-group-20 > textarea.max-5,.lq-form-group-20 > select.max-5,.lq-form-group-20 > .lq-input-box.max-5,.lq-form-group-20 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-20 > input.max-7,.lq-form-group-20 > textarea.max-7,.lq-form-group-20 > select.max-7,.lq-form-group-20 > .lq-input-box.max-7,.lq-form-group-20 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-20 > input.max-10,.lq-form-group-20 > textarea.max-10,.lq-form-group-20 > select.max-10,.lq-form-group-20 > .lq-input-box.max-10,.lq-form-group-20 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-20 > input.max-8,.lq-form-group-20 > textarea.max-8,.lq-form-group-20 > select.max-8,.lq-form-group-20 > .lq-input-box.max-8,.lq-form-group-20 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-20 > input.max-16,.lq-form-group-20 > textarea.max-16,.lq-form-group-20 > select.max-16,.lq-form-group-20 > .lq-input-box.max-16,.lq-form-group-20 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-20 > input.max-20,.lq-form-group-20 > textarea.max-20,.lq-form-group-20 > select.max-20,.lq-form-group-20 > .lq-input-box.max-20,.lq-form-group-20 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-20 > input.max-25,.lq-form-group-20 > textarea.max-25,.lq-form-group-20 > select.max-25,.lq-form-group-20 > .lq-input-box.max-25,.lq-form-group-20 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-20 > input.max-30,.lq-form-group-20 > textarea.max-30,.lq-form-group-20 > select.max-30,.lq-form-group-20 > .lq-input-box.max-30,.lq-form-group-20 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-20 > input.max-33,.lq-form-group-20 > textarea.max-33,.lq-form-group-20 > select.max-33,.lq-form-group-20 > .lq-input-box.max-33,.lq-form-group-20 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-20 > input.max-40,.lq-form-group-20 > textarea.max-40,.lq-form-group-20 > select.max-40,.lq-form-group-20 > .lq-input-box.max-40,.lq-form-group-20 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-20 > input.max-41,.lq-form-group-20 > textarea.max-41,.lq-form-group-20 > select.max-41,.lq-form-group-20 > .lq-input-box.max-41,.lq-form-group-20 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-20 > input.max-50,.lq-form-group-20 > textarea.max-50,.lq-form-group-20 > select.max-50,.lq-form-group-20 > .lq-input-box.max-50,.lq-form-group-20 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-20 > input.max-60,.lq-form-group-20 > textarea.max-60,.lq-form-group-20 > select.max-60,.lq-form-group-20 > .lq-input-box.max-60,.lq-form-group-20 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-20 > input.max-58,.lq-form-group-20 > textarea.max-58,.lq-form-group-20 > select.max-58,.lq-form-group-20 > .lq-input-box.max-58,.lq-form-group-20 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-20 > input.max-66,.lq-form-group-20 > textarea.max-66,.lq-form-group-20 > select.max-66,.lq-form-group-20 > .lq-input-box.max-66,.lq-form-group-20 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-20 > input.max-70,.lq-form-group-20 > textarea.max-70,.lq-form-group-20 > select.max-70,.lq-form-group-20 > .lq-input-box.max-70,.lq-form-group-20 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-20 > input.max-75,.lq-form-group-20 > textarea.max-75,.lq-form-group-20 > select.max-75,.lq-form-group-20 > .lq-input-box.max-75,.lq-form-group-20 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-20 > input.max-80,.lq-form-group-20 > textarea.max-80,.lq-form-group-20 > select.max-80,.lq-form-group-20 > .lq-input-box.max-80,.lq-form-group-20 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-20 > input.max-83,.lq-form-group-20 > textarea.max-83,.lq-form-group-20 > select.max-83,.lq-form-group-20 > .lq-input-box.max-83,.lq-form-group-20 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-20 > input.max-91,.lq-form-group-20 > textarea.max-91,.lq-form-group-20 > select.max-91,.lq-form-group-20 > .lq-input-box.max-91,.lq-form-group-20 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-20 > input.max-85,.lq-form-group-20 > textarea.max-85,.lq-form-group-20 > select.max-85,.lq-form-group-20 > .lq-input-box.max-85,.lq-form-group-20 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-20 > input.max-90,.lq-form-group-20 > textarea.max-90,.lq-form-group-20 > select.max-90,.lq-form-group-20 > .lq-input-box.max-90,.lq-form-group-20 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-20 > input.max-100,.lq-form-group-20 > textarea.max-100,.lq-form-group-20 > select.max-100,.lq-form-group-20 > .lq-input-box.max-100,.lq-form-group-20 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-20 > label{display:flex;ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.lq-form-group-20 > label.checkbox{max-width:calc(80% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(20% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-20 > label.radio{max-width:calc(80% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(20% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-20 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-20{flex-direction:column}.lq-form-group-20 > input,.lq-form-group-20 > textarea,.lq-form-group-20 > select,.lq-form-group-20 > .lq-input-box,.lq-form-group-20 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-20 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-20 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-20 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-20 > input,.lq-form-group-float-20 > textarea,.lq-form-group-float-20 > select,.lq-form-group-float-20 > .lq-input-box,.lq-form-group-float-20 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:20%}.lq-form-group-float-20 > label{ms-flex:none;flex:none;max-width:80%}.lq-form-group-float-20 > label.checkbox,.lq-form-group-float-20 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-20{flex-direction:column}.lq-form-group-float-20 > input,.lq-form-group-float-20 > textarea,.lq-form-group-float-20 > select,.lq-form-group-float-20 > .lq-input-box,.lq-form-group-float-20 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-20 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-20 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-20 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-25 > input,.lq-form-group-25 > textarea,.lq-form-group-25 > select,.lq-form-group-25 > .lq-select > select,.lq-form-group-float-25 > input,.lq-form-group-float-25 > textarea,.lq-form-group-float-25 > select,.lq-form-group-float-25 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-25 > input:focus,.lq-form-group-25 > textarea:focus,.lq-form-group-25 > select:focus,.lq-form-group-25 > .lq-select > select:focus,.lq-form-group-float-25 > input:focus,.lq-form-group-float-25 > textarea:focus,.lq-form-group-float-25 > select:focus,.lq-form-group-float-25 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-25 > .lq-select > .selectarrow:after,.lq-form-group-float-25 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-25 > label.checkbox > .checkmarker,.lq-form-group-float-25 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-25 > label.checkbox > .checkmarker:after,.lq-form-group-float-25 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-25 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-25 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-25 > label.radio > .radiocircle,.lq-form-group-float-25 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-25 > label.radio > .radiocircle:after,.lq-form-group-float-25 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-25 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-25 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-25 > input,.lq-form-group-25 > textarea,.lq-form-group-25 > select,.lq-form-group-25 > .lq-input-box,.lq-form-group-25 > .lq-select{ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-25 > input.max-5,.lq-form-group-25 > textarea.max-5,.lq-form-group-25 > select.max-5,.lq-form-group-25 > .lq-input-box.max-5,.lq-form-group-25 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-25 > input.max-7,.lq-form-group-25 > textarea.max-7,.lq-form-group-25 > select.max-7,.lq-form-group-25 > .lq-input-box.max-7,.lq-form-group-25 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-25 > input.max-10,.lq-form-group-25 > textarea.max-10,.lq-form-group-25 > select.max-10,.lq-form-group-25 > .lq-input-box.max-10,.lq-form-group-25 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-25 > input.max-8,.lq-form-group-25 > textarea.max-8,.lq-form-group-25 > select.max-8,.lq-form-group-25 > .lq-input-box.max-8,.lq-form-group-25 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-25 > input.max-16,.lq-form-group-25 > textarea.max-16,.lq-form-group-25 > select.max-16,.lq-form-group-25 > .lq-input-box.max-16,.lq-form-group-25 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-25 > input.max-20,.lq-form-group-25 > textarea.max-20,.lq-form-group-25 > select.max-20,.lq-form-group-25 > .lq-input-box.max-20,.lq-form-group-25 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-25 > input.max-25,.lq-form-group-25 > textarea.max-25,.lq-form-group-25 > select.max-25,.lq-form-group-25 > .lq-input-box.max-25,.lq-form-group-25 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-25 > input.max-30,.lq-form-group-25 > textarea.max-30,.lq-form-group-25 > select.max-30,.lq-form-group-25 > .lq-input-box.max-30,.lq-form-group-25 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-25 > input.max-33,.lq-form-group-25 > textarea.max-33,.lq-form-group-25 > select.max-33,.lq-form-group-25 > .lq-input-box.max-33,.lq-form-group-25 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-25 > input.max-40,.lq-form-group-25 > textarea.max-40,.lq-form-group-25 > select.max-40,.lq-form-group-25 > .lq-input-box.max-40,.lq-form-group-25 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-25 > input.max-41,.lq-form-group-25 > textarea.max-41,.lq-form-group-25 > select.max-41,.lq-form-group-25 > .lq-input-box.max-41,.lq-form-group-25 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-25 > input.max-50,.lq-form-group-25 > textarea.max-50,.lq-form-group-25 > select.max-50,.lq-form-group-25 > .lq-input-box.max-50,.lq-form-group-25 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-25 > input.max-60,.lq-form-group-25 > textarea.max-60,.lq-form-group-25 > select.max-60,.lq-form-group-25 > .lq-input-box.max-60,.lq-form-group-25 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-25 > input.max-58,.lq-form-group-25 > textarea.max-58,.lq-form-group-25 > select.max-58,.lq-form-group-25 > .lq-input-box.max-58,.lq-form-group-25 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-25 > input.max-66,.lq-form-group-25 > textarea.max-66,.lq-form-group-25 > select.max-66,.lq-form-group-25 > .lq-input-box.max-66,.lq-form-group-25 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-25 > input.max-70,.lq-form-group-25 > textarea.max-70,.lq-form-group-25 > select.max-70,.lq-form-group-25 > .lq-input-box.max-70,.lq-form-group-25 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-25 > input.max-75,.lq-form-group-25 > textarea.max-75,.lq-form-group-25 > select.max-75,.lq-form-group-25 > .lq-input-box.max-75,.lq-form-group-25 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-25 > input.max-80,.lq-form-group-25 > textarea.max-80,.lq-form-group-25 > select.max-80,.lq-form-group-25 > .lq-input-box.max-80,.lq-form-group-25 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-25 > input.max-83,.lq-form-group-25 > textarea.max-83,.lq-form-group-25 > select.max-83,.lq-form-group-25 > .lq-input-box.max-83,.lq-form-group-25 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-25 > input.max-91,.lq-form-group-25 > textarea.max-91,.lq-form-group-25 > select.max-91,.lq-form-group-25 > .lq-input-box.max-91,.lq-form-group-25 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-25 > input.max-85,.lq-form-group-25 > textarea.max-85,.lq-form-group-25 > select.max-85,.lq-form-group-25 > .lq-input-box.max-85,.lq-form-group-25 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-25 > input.max-90,.lq-form-group-25 > textarea.max-90,.lq-form-group-25 > select.max-90,.lq-form-group-25 > .lq-input-box.max-90,.lq-form-group-25 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-25 > input.max-100,.lq-form-group-25 > textarea.max-100,.lq-form-group-25 > select.max-100,.lq-form-group-25 > .lq-input-box.max-100,.lq-form-group-25 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-25 > label{display:flex;ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.lq-form-group-25 > label.checkbox{max-width:calc(75% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(25% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-25 > label.radio{max-width:calc(75% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(25% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-25 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-25{flex-direction:column}.lq-form-group-25 > input,.lq-form-group-25 > textarea,.lq-form-group-25 > select,.lq-form-group-25 > .lq-input-box,.lq-form-group-25 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-25 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-25 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-25 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-25 > input,.lq-form-group-float-25 > textarea,.lq-form-group-float-25 > select,.lq-form-group-float-25 > .lq-input-box,.lq-form-group-float-25 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:25%}.lq-form-group-float-25 > label{ms-flex:none;flex:none;max-width:75%}.lq-form-group-float-25 > label.checkbox,.lq-form-group-float-25 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-25{flex-direction:column}.lq-form-group-float-25 > input,.lq-form-group-float-25 > textarea,.lq-form-group-float-25 > select,.lq-form-group-float-25 > .lq-input-box,.lq-form-group-float-25 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-25 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-25 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-25 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-30 > input,.lq-form-group-30 > textarea,.lq-form-group-30 > select,.lq-form-group-30 > .lq-select > select,.lq-form-group-float-30 > input,.lq-form-group-float-30 > textarea,.lq-form-group-float-30 > select,.lq-form-group-float-30 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-30 > input:focus,.lq-form-group-30 > textarea:focus,.lq-form-group-30 > select:focus,.lq-form-group-30 > .lq-select > select:focus,.lq-form-group-float-30 > input:focus,.lq-form-group-float-30 > textarea:focus,.lq-form-group-float-30 > select:focus,.lq-form-group-float-30 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-30 > .lq-select > .selectarrow:after,.lq-form-group-float-30 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-30 > label.checkbox > .checkmarker,.lq-form-group-float-30 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-30 > label.checkbox > .checkmarker:after,.lq-form-group-float-30 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-30 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-30 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-30 > label.radio > .radiocircle,.lq-form-group-float-30 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-30 > label.radio > .radiocircle:after,.lq-form-group-float-30 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-30 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-30 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-30 > input,.lq-form-group-30 > textarea,.lq-form-group-30 > select,.lq-form-group-30 > .lq-input-box,.lq-form-group-30 > .lq-select{ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-30 > input.max-5,.lq-form-group-30 > textarea.max-5,.lq-form-group-30 > select.max-5,.lq-form-group-30 > .lq-input-box.max-5,.lq-form-group-30 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-30 > input.max-7,.lq-form-group-30 > textarea.max-7,.lq-form-group-30 > select.max-7,.lq-form-group-30 > .lq-input-box.max-7,.lq-form-group-30 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-30 > input.max-10,.lq-form-group-30 > textarea.max-10,.lq-form-group-30 > select.max-10,.lq-form-group-30 > .lq-input-box.max-10,.lq-form-group-30 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-30 > input.max-8,.lq-form-group-30 > textarea.max-8,.lq-form-group-30 > select.max-8,.lq-form-group-30 > .lq-input-box.max-8,.lq-form-group-30 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-30 > input.max-16,.lq-form-group-30 > textarea.max-16,.lq-form-group-30 > select.max-16,.lq-form-group-30 > .lq-input-box.max-16,.lq-form-group-30 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-30 > input.max-20,.lq-form-group-30 > textarea.max-20,.lq-form-group-30 > select.max-20,.lq-form-group-30 > .lq-input-box.max-20,.lq-form-group-30 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-30 > input.max-25,.lq-form-group-30 > textarea.max-25,.lq-form-group-30 > select.max-25,.lq-form-group-30 > .lq-input-box.max-25,.lq-form-group-30 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-30 > input.max-30,.lq-form-group-30 > textarea.max-30,.lq-form-group-30 > select.max-30,.lq-form-group-30 > .lq-input-box.max-30,.lq-form-group-30 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-30 > input.max-33,.lq-form-group-30 > textarea.max-33,.lq-form-group-30 > select.max-33,.lq-form-group-30 > .lq-input-box.max-33,.lq-form-group-30 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-30 > input.max-40,.lq-form-group-30 > textarea.max-40,.lq-form-group-30 > select.max-40,.lq-form-group-30 > .lq-input-box.max-40,.lq-form-group-30 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-30 > input.max-41,.lq-form-group-30 > textarea.max-41,.lq-form-group-30 > select.max-41,.lq-form-group-30 > .lq-input-box.max-41,.lq-form-group-30 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-30 > input.max-50,.lq-form-group-30 > textarea.max-50,.lq-form-group-30 > select.max-50,.lq-form-group-30 > .lq-input-box.max-50,.lq-form-group-30 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-30 > input.max-60,.lq-form-group-30 > textarea.max-60,.lq-form-group-30 > select.max-60,.lq-form-group-30 > .lq-input-box.max-60,.lq-form-group-30 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-30 > input.max-58,.lq-form-group-30 > textarea.max-58,.lq-form-group-30 > select.max-58,.lq-form-group-30 > .lq-input-box.max-58,.lq-form-group-30 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-30 > input.max-66,.lq-form-group-30 > textarea.max-66,.lq-form-group-30 > select.max-66,.lq-form-group-30 > .lq-input-box.max-66,.lq-form-group-30 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-30 > input.max-70,.lq-form-group-30 > textarea.max-70,.lq-form-group-30 > select.max-70,.lq-form-group-30 > .lq-input-box.max-70,.lq-form-group-30 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-30 > input.max-75,.lq-form-group-30 > textarea.max-75,.lq-form-group-30 > select.max-75,.lq-form-group-30 > .lq-input-box.max-75,.lq-form-group-30 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-30 > input.max-80,.lq-form-group-30 > textarea.max-80,.lq-form-group-30 > select.max-80,.lq-form-group-30 > .lq-input-box.max-80,.lq-form-group-30 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-30 > input.max-83,.lq-form-group-30 > textarea.max-83,.lq-form-group-30 > select.max-83,.lq-form-group-30 > .lq-input-box.max-83,.lq-form-group-30 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-30 > input.max-91,.lq-form-group-30 > textarea.max-91,.lq-form-group-30 > select.max-91,.lq-form-group-30 > .lq-input-box.max-91,.lq-form-group-30 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-30 > input.max-85,.lq-form-group-30 > textarea.max-85,.lq-form-group-30 > select.max-85,.lq-form-group-30 > .lq-input-box.max-85,.lq-form-group-30 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-30 > input.max-90,.lq-form-group-30 > textarea.max-90,.lq-form-group-30 > select.max-90,.lq-form-group-30 > .lq-input-box.max-90,.lq-form-group-30 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-30 > input.max-100,.lq-form-group-30 > textarea.max-100,.lq-form-group-30 > select.max-100,.lq-form-group-30 > .lq-input-box.max-100,.lq-form-group-30 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-30 > label{display:flex;ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.lq-form-group-30 > label.checkbox{max-width:calc(70% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(30% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-30 > label.radio{max-width:calc(70% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(30% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-30 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-30{flex-direction:column}.lq-form-group-30 > input,.lq-form-group-30 > textarea,.lq-form-group-30 > select,.lq-form-group-30 > .lq-input-box,.lq-form-group-30 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-30 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-30 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-30 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-30 > input,.lq-form-group-float-30 > textarea,.lq-form-group-float-30 > select,.lq-form-group-float-30 > .lq-input-box,.lq-form-group-float-30 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:30%}.lq-form-group-float-30 > label{ms-flex:none;flex:none;max-width:70%}.lq-form-group-float-30 > label.checkbox,.lq-form-group-float-30 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-30{flex-direction:column}.lq-form-group-float-30 > input,.lq-form-group-float-30 > textarea,.lq-form-group-float-30 > select,.lq-form-group-float-30 > .lq-input-box,.lq-form-group-float-30 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-30 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-30 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-30 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-33 > input,.lq-form-group-33 > textarea,.lq-form-group-33 > select,.lq-form-group-33 > .lq-select > select,.lq-form-group-float-33 > input,.lq-form-group-float-33 > textarea,.lq-form-group-float-33 > select,.lq-form-group-float-33 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-33 > input:focus,.lq-form-group-33 > textarea:focus,.lq-form-group-33 > select:focus,.lq-form-group-33 > .lq-select > select:focus,.lq-form-group-float-33 > input:focus,.lq-form-group-float-33 > textarea:focus,.lq-form-group-float-33 > select:focus,.lq-form-group-float-33 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-33 > .lq-select > .selectarrow:after,.lq-form-group-float-33 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-33 > label.checkbox > .checkmarker,.lq-form-group-float-33 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-33 > label.checkbox > .checkmarker:after,.lq-form-group-float-33 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-33 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-33 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-33 > label.radio > .radiocircle,.lq-form-group-float-33 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-33 > label.radio > .radiocircle:after,.lq-form-group-float-33 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-33 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-33 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-33 > input,.lq-form-group-33 > textarea,.lq-form-group-33 > select,.lq-form-group-33 > .lq-input-box,.lq-form-group-33 > .lq-select{ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-33 > input.max-5,.lq-form-group-33 > textarea.max-5,.lq-form-group-33 > select.max-5,.lq-form-group-33 > .lq-input-box.max-5,.lq-form-group-33 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-33 > input.max-7,.lq-form-group-33 > textarea.max-7,.lq-form-group-33 > select.max-7,.lq-form-group-33 > .lq-input-box.max-7,.lq-form-group-33 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-33 > input.max-10,.lq-form-group-33 > textarea.max-10,.lq-form-group-33 > select.max-10,.lq-form-group-33 > .lq-input-box.max-10,.lq-form-group-33 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-33 > input.max-8,.lq-form-group-33 > textarea.max-8,.lq-form-group-33 > select.max-8,.lq-form-group-33 > .lq-input-box.max-8,.lq-form-group-33 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-33 > input.max-16,.lq-form-group-33 > textarea.max-16,.lq-form-group-33 > select.max-16,.lq-form-group-33 > .lq-input-box.max-16,.lq-form-group-33 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-33 > input.max-20,.lq-form-group-33 > textarea.max-20,.lq-form-group-33 > select.max-20,.lq-form-group-33 > .lq-input-box.max-20,.lq-form-group-33 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-33 > input.max-25,.lq-form-group-33 > textarea.max-25,.lq-form-group-33 > select.max-25,.lq-form-group-33 > .lq-input-box.max-25,.lq-form-group-33 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-33 > input.max-30,.lq-form-group-33 > textarea.max-30,.lq-form-group-33 > select.max-30,.lq-form-group-33 > .lq-input-box.max-30,.lq-form-group-33 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-33 > input.max-33,.lq-form-group-33 > textarea.max-33,.lq-form-group-33 > select.max-33,.lq-form-group-33 > .lq-input-box.max-33,.lq-form-group-33 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-33 > input.max-40,.lq-form-group-33 > textarea.max-40,.lq-form-group-33 > select.max-40,.lq-form-group-33 > .lq-input-box.max-40,.lq-form-group-33 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-33 > input.max-41,.lq-form-group-33 > textarea.max-41,.lq-form-group-33 > select.max-41,.lq-form-group-33 > .lq-input-box.max-41,.lq-form-group-33 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-33 > input.max-50,.lq-form-group-33 > textarea.max-50,.lq-form-group-33 > select.max-50,.lq-form-group-33 > .lq-input-box.max-50,.lq-form-group-33 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-33 > input.max-60,.lq-form-group-33 > textarea.max-60,.lq-form-group-33 > select.max-60,.lq-form-group-33 > .lq-input-box.max-60,.lq-form-group-33 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-33 > input.max-58,.lq-form-group-33 > textarea.max-58,.lq-form-group-33 > select.max-58,.lq-form-group-33 > .lq-input-box.max-58,.lq-form-group-33 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-33 > input.max-66,.lq-form-group-33 > textarea.max-66,.lq-form-group-33 > select.max-66,.lq-form-group-33 > .lq-input-box.max-66,.lq-form-group-33 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-33 > input.max-70,.lq-form-group-33 > textarea.max-70,.lq-form-group-33 > select.max-70,.lq-form-group-33 > .lq-input-box.max-70,.lq-form-group-33 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-33 > input.max-75,.lq-form-group-33 > textarea.max-75,.lq-form-group-33 > select.max-75,.lq-form-group-33 > .lq-input-box.max-75,.lq-form-group-33 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-33 > input.max-80,.lq-form-group-33 > textarea.max-80,.lq-form-group-33 > select.max-80,.lq-form-group-33 > .lq-input-box.max-80,.lq-form-group-33 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-33 > input.max-83,.lq-form-group-33 > textarea.max-83,.lq-form-group-33 > select.max-83,.lq-form-group-33 > .lq-input-box.max-83,.lq-form-group-33 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-33 > input.max-91,.lq-form-group-33 > textarea.max-91,.lq-form-group-33 > select.max-91,.lq-form-group-33 > .lq-input-box.max-91,.lq-form-group-33 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-33 > input.max-85,.lq-form-group-33 > textarea.max-85,.lq-form-group-33 > select.max-85,.lq-form-group-33 > .lq-input-box.max-85,.lq-form-group-33 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-33 > input.max-90,.lq-form-group-33 > textarea.max-90,.lq-form-group-33 > select.max-90,.lq-form-group-33 > .lq-input-box.max-90,.lq-form-group-33 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-33 > input.max-100,.lq-form-group-33 > textarea.max-100,.lq-form-group-33 > select.max-100,.lq-form-group-33 > .lq-input-box.max-100,.lq-form-group-33 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-33 > label{display:flex;ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.lq-form-group-33 > label.checkbox{max-width:calc(66.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(33.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-33 > label.radio{max-width:calc(66.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(33.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-33 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-33{flex-direction:column}.lq-form-group-33 > input,.lq-form-group-33 > textarea,.lq-form-group-33 > select,.lq-form-group-33 > .lq-input-box,.lq-form-group-33 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-33 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-33 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-33 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-33 > input,.lq-form-group-float-33 > textarea,.lq-form-group-float-33 > select,.lq-form-group-float-33 > .lq-input-box,.lq-form-group-float-33 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:33.33333%}.lq-form-group-float-33 > label{ms-flex:none;flex:none;max-width:66.66667%}.lq-form-group-float-33 > label.checkbox,.lq-form-group-float-33 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-33{flex-direction:column}.lq-form-group-float-33 > input,.lq-form-group-float-33 > textarea,.lq-form-group-float-33 > select,.lq-form-group-float-33 > .lq-input-box,.lq-form-group-float-33 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-33 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-33 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-33 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-40 > input,.lq-form-group-40 > textarea,.lq-form-group-40 > select,.lq-form-group-40 > .lq-select > select,.lq-form-group-float-40 > input,.lq-form-group-float-40 > textarea,.lq-form-group-float-40 > select,.lq-form-group-float-40 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-40 > input:focus,.lq-form-group-40 > textarea:focus,.lq-form-group-40 > select:focus,.lq-form-group-40 > .lq-select > select:focus,.lq-form-group-float-40 > input:focus,.lq-form-group-float-40 > textarea:focus,.lq-form-group-float-40 > select:focus,.lq-form-group-float-40 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-40 > .lq-select > .selectarrow:after,.lq-form-group-float-40 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-40 > label.checkbox > .checkmarker,.lq-form-group-float-40 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-40 > label.checkbox > .checkmarker:after,.lq-form-group-float-40 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-40 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-40 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-40 > label.radio > .radiocircle,.lq-form-group-float-40 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-40 > label.radio > .radiocircle:after,.lq-form-group-float-40 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-40 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-40 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-40 > input,.lq-form-group-40 > textarea,.lq-form-group-40 > select,.lq-form-group-40 > .lq-input-box,.lq-form-group-40 > .lq-select{ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-40 > input.max-5,.lq-form-group-40 > textarea.max-5,.lq-form-group-40 > select.max-5,.lq-form-group-40 > .lq-input-box.max-5,.lq-form-group-40 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-40 > input.max-7,.lq-form-group-40 > textarea.max-7,.lq-form-group-40 > select.max-7,.lq-form-group-40 > .lq-input-box.max-7,.lq-form-group-40 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-40 > input.max-10,.lq-form-group-40 > textarea.max-10,.lq-form-group-40 > select.max-10,.lq-form-group-40 > .lq-input-box.max-10,.lq-form-group-40 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-40 > input.max-8,.lq-form-group-40 > textarea.max-8,.lq-form-group-40 > select.max-8,.lq-form-group-40 > .lq-input-box.max-8,.lq-form-group-40 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-40 > input.max-16,.lq-form-group-40 > textarea.max-16,.lq-form-group-40 > select.max-16,.lq-form-group-40 > .lq-input-box.max-16,.lq-form-group-40 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-40 > input.max-20,.lq-form-group-40 > textarea.max-20,.lq-form-group-40 > select.max-20,.lq-form-group-40 > .lq-input-box.max-20,.lq-form-group-40 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-40 > input.max-25,.lq-form-group-40 > textarea.max-25,.lq-form-group-40 > select.max-25,.lq-form-group-40 > .lq-input-box.max-25,.lq-form-group-40 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-40 > input.max-30,.lq-form-group-40 > textarea.max-30,.lq-form-group-40 > select.max-30,.lq-form-group-40 > .lq-input-box.max-30,.lq-form-group-40 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-40 > input.max-33,.lq-form-group-40 > textarea.max-33,.lq-form-group-40 > select.max-33,.lq-form-group-40 > .lq-input-box.max-33,.lq-form-group-40 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-40 > input.max-40,.lq-form-group-40 > textarea.max-40,.lq-form-group-40 > select.max-40,.lq-form-group-40 > .lq-input-box.max-40,.lq-form-group-40 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-40 > input.max-41,.lq-form-group-40 > textarea.max-41,.lq-form-group-40 > select.max-41,.lq-form-group-40 > .lq-input-box.max-41,.lq-form-group-40 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-40 > input.max-50,.lq-form-group-40 > textarea.max-50,.lq-form-group-40 > select.max-50,.lq-form-group-40 > .lq-input-box.max-50,.lq-form-group-40 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-40 > input.max-60,.lq-form-group-40 > textarea.max-60,.lq-form-group-40 > select.max-60,.lq-form-group-40 > .lq-input-box.max-60,.lq-form-group-40 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-40 > input.max-58,.lq-form-group-40 > textarea.max-58,.lq-form-group-40 > select.max-58,.lq-form-group-40 > .lq-input-box.max-58,.lq-form-group-40 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-40 > input.max-66,.lq-form-group-40 > textarea.max-66,.lq-form-group-40 > select.max-66,.lq-form-group-40 > .lq-input-box.max-66,.lq-form-group-40 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-40 > input.max-70,.lq-form-group-40 > textarea.max-70,.lq-form-group-40 > select.max-70,.lq-form-group-40 > .lq-input-box.max-70,.lq-form-group-40 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-40 > input.max-75,.lq-form-group-40 > textarea.max-75,.lq-form-group-40 > select.max-75,.lq-form-group-40 > .lq-input-box.max-75,.lq-form-group-40 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-40 > input.max-80,.lq-form-group-40 > textarea.max-80,.lq-form-group-40 > select.max-80,.lq-form-group-40 > .lq-input-box.max-80,.lq-form-group-40 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-40 > input.max-83,.lq-form-group-40 > textarea.max-83,.lq-form-group-40 > select.max-83,.lq-form-group-40 > .lq-input-box.max-83,.lq-form-group-40 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-40 > input.max-91,.lq-form-group-40 > textarea.max-91,.lq-form-group-40 > select.max-91,.lq-form-group-40 > .lq-input-box.max-91,.lq-form-group-40 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-40 > input.max-85,.lq-form-group-40 > textarea.max-85,.lq-form-group-40 > select.max-85,.lq-form-group-40 > .lq-input-box.max-85,.lq-form-group-40 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-40 > input.max-90,.lq-form-group-40 > textarea.max-90,.lq-form-group-40 > select.max-90,.lq-form-group-40 > .lq-input-box.max-90,.lq-form-group-40 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-40 > input.max-100,.lq-form-group-40 > textarea.max-100,.lq-form-group-40 > select.max-100,.lq-form-group-40 > .lq-input-box.max-100,.lq-form-group-40 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-40 > label{display:flex;ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.lq-form-group-40 > label.checkbox{max-width:calc(60% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(40% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-40 > label.radio{max-width:calc(60% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(40% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-40 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-40{flex-direction:column}.lq-form-group-40 > input,.lq-form-group-40 > textarea,.lq-form-group-40 > select,.lq-form-group-40 > .lq-input-box,.lq-form-group-40 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-40 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-40 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-40 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-40 > input,.lq-form-group-float-40 > textarea,.lq-form-group-float-40 > select,.lq-form-group-float-40 > .lq-input-box,.lq-form-group-float-40 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:40%}.lq-form-group-float-40 > label{ms-flex:none;flex:none;max-width:60%}.lq-form-group-float-40 > label.checkbox,.lq-form-group-float-40 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-40{flex-direction:column}.lq-form-group-float-40 > input,.lq-form-group-float-40 > textarea,.lq-form-group-float-40 > select,.lq-form-group-float-40 > .lq-input-box,.lq-form-group-float-40 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-40 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-40 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-40 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-41 > input,.lq-form-group-41 > textarea,.lq-form-group-41 > select,.lq-form-group-41 > .lq-select > select,.lq-form-group-float-41 > input,.lq-form-group-float-41 > textarea,.lq-form-group-float-41 > select,.lq-form-group-float-41 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-41 > input:focus,.lq-form-group-41 > textarea:focus,.lq-form-group-41 > select:focus,.lq-form-group-41 > .lq-select > select:focus,.lq-form-group-float-41 > input:focus,.lq-form-group-float-41 > textarea:focus,.lq-form-group-float-41 > select:focus,.lq-form-group-float-41 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-41 > .lq-select > .selectarrow:after,.lq-form-group-float-41 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-41 > label.checkbox > .checkmarker,.lq-form-group-float-41 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-41 > label.checkbox > .checkmarker:after,.lq-form-group-float-41 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-41 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-41 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-41 > label.radio > .radiocircle,.lq-form-group-float-41 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-41 > label.radio > .radiocircle:after,.lq-form-group-float-41 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-41 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-41 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-41 > input,.lq-form-group-41 > textarea,.lq-form-group-41 > select,.lq-form-group-41 > .lq-input-box,.lq-form-group-41 > .lq-select{ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-41 > input.max-5,.lq-form-group-41 > textarea.max-5,.lq-form-group-41 > select.max-5,.lq-form-group-41 > .lq-input-box.max-5,.lq-form-group-41 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-41 > input.max-7,.lq-form-group-41 > textarea.max-7,.lq-form-group-41 > select.max-7,.lq-form-group-41 > .lq-input-box.max-7,.lq-form-group-41 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-41 > input.max-10,.lq-form-group-41 > textarea.max-10,.lq-form-group-41 > select.max-10,.lq-form-group-41 > .lq-input-box.max-10,.lq-form-group-41 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-41 > input.max-8,.lq-form-group-41 > textarea.max-8,.lq-form-group-41 > select.max-8,.lq-form-group-41 > .lq-input-box.max-8,.lq-form-group-41 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-41 > input.max-16,.lq-form-group-41 > textarea.max-16,.lq-form-group-41 > select.max-16,.lq-form-group-41 > .lq-input-box.max-16,.lq-form-group-41 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-41 > input.max-20,.lq-form-group-41 > textarea.max-20,.lq-form-group-41 > select.max-20,.lq-form-group-41 > .lq-input-box.max-20,.lq-form-group-41 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-41 > input.max-25,.lq-form-group-41 > textarea.max-25,.lq-form-group-41 > select.max-25,.lq-form-group-41 > .lq-input-box.max-25,.lq-form-group-41 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-41 > input.max-30,.lq-form-group-41 > textarea.max-30,.lq-form-group-41 > select.max-30,.lq-form-group-41 > .lq-input-box.max-30,.lq-form-group-41 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-41 > input.max-33,.lq-form-group-41 > textarea.max-33,.lq-form-group-41 > select.max-33,.lq-form-group-41 > .lq-input-box.max-33,.lq-form-group-41 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-41 > input.max-40,.lq-form-group-41 > textarea.max-40,.lq-form-group-41 > select.max-40,.lq-form-group-41 > .lq-input-box.max-40,.lq-form-group-41 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-41 > input.max-41,.lq-form-group-41 > textarea.max-41,.lq-form-group-41 > select.max-41,.lq-form-group-41 > .lq-input-box.max-41,.lq-form-group-41 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-41 > input.max-50,.lq-form-group-41 > textarea.max-50,.lq-form-group-41 > select.max-50,.lq-form-group-41 > .lq-input-box.max-50,.lq-form-group-41 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-41 > input.max-60,.lq-form-group-41 > textarea.max-60,.lq-form-group-41 > select.max-60,.lq-form-group-41 > .lq-input-box.max-60,.lq-form-group-41 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-41 > input.max-58,.lq-form-group-41 > textarea.max-58,.lq-form-group-41 > select.max-58,.lq-form-group-41 > .lq-input-box.max-58,.lq-form-group-41 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-41 > input.max-66,.lq-form-group-41 > textarea.max-66,.lq-form-group-41 > select.max-66,.lq-form-group-41 > .lq-input-box.max-66,.lq-form-group-41 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-41 > input.max-70,.lq-form-group-41 > textarea.max-70,.lq-form-group-41 > select.max-70,.lq-form-group-41 > .lq-input-box.max-70,.lq-form-group-41 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-41 > input.max-75,.lq-form-group-41 > textarea.max-75,.lq-form-group-41 > select.max-75,.lq-form-group-41 > .lq-input-box.max-75,.lq-form-group-41 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-41 > input.max-80,.lq-form-group-41 > textarea.max-80,.lq-form-group-41 > select.max-80,.lq-form-group-41 > .lq-input-box.max-80,.lq-form-group-41 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-41 > input.max-83,.lq-form-group-41 > textarea.max-83,.lq-form-group-41 > select.max-83,.lq-form-group-41 > .lq-input-box.max-83,.lq-form-group-41 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-41 > input.max-91,.lq-form-group-41 > textarea.max-91,.lq-form-group-41 > select.max-91,.lq-form-group-41 > .lq-input-box.max-91,.lq-form-group-41 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-41 > input.max-85,.lq-form-group-41 > textarea.max-85,.lq-form-group-41 > select.max-85,.lq-form-group-41 > .lq-input-box.max-85,.lq-form-group-41 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-41 > input.max-90,.lq-form-group-41 > textarea.max-90,.lq-form-group-41 > select.max-90,.lq-form-group-41 > .lq-input-box.max-90,.lq-form-group-41 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-41 > input.max-100,.lq-form-group-41 > textarea.max-100,.lq-form-group-41 > select.max-100,.lq-form-group-41 > .lq-input-box.max-100,.lq-form-group-41 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-41 > label{display:flex;ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.lq-form-group-41 > label.checkbox{max-width:calc(58.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(41.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-41 > label.radio{max-width:calc(58.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(41.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-41 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-41{flex-direction:column}.lq-form-group-41 > input,.lq-form-group-41 > textarea,.lq-form-group-41 > select,.lq-form-group-41 > .lq-input-box,.lq-form-group-41 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-41 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-41 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-41 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-41 > input,.lq-form-group-float-41 > textarea,.lq-form-group-float-41 > select,.lq-form-group-float-41 > .lq-input-box,.lq-form-group-float-41 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:41.66667%}.lq-form-group-float-41 > label{ms-flex:none;flex:none;max-width:58.33333%}.lq-form-group-float-41 > label.checkbox,.lq-form-group-float-41 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-41{flex-direction:column}.lq-form-group-float-41 > input,.lq-form-group-float-41 > textarea,.lq-form-group-float-41 > select,.lq-form-group-float-41 > .lq-input-box,.lq-form-group-float-41 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-41 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-41 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-41 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-50 > input,.lq-form-group-50 > textarea,.lq-form-group-50 > select,.lq-form-group-50 > .lq-select > select,.lq-form-group-float-50 > input,.lq-form-group-float-50 > textarea,.lq-form-group-float-50 > select,.lq-form-group-float-50 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-50 > input:focus,.lq-form-group-50 > textarea:focus,.lq-form-group-50 > select:focus,.lq-form-group-50 > .lq-select > select:focus,.lq-form-group-float-50 > input:focus,.lq-form-group-float-50 > textarea:focus,.lq-form-group-float-50 > select:focus,.lq-form-group-float-50 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-50 > .lq-select > .selectarrow:after,.lq-form-group-float-50 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-50 > label.checkbox > .checkmarker,.lq-form-group-float-50 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-50 > label.checkbox > .checkmarker:after,.lq-form-group-float-50 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-50 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-50 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-50 > label.radio > .radiocircle,.lq-form-group-float-50 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-50 > label.radio > .radiocircle:after,.lq-form-group-float-50 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-50 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-50 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-50 > input,.lq-form-group-50 > textarea,.lq-form-group-50 > select,.lq-form-group-50 > .lq-input-box,.lq-form-group-50 > .lq-select{ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-50 > input.max-5,.lq-form-group-50 > textarea.max-5,.lq-form-group-50 > select.max-5,.lq-form-group-50 > .lq-input-box.max-5,.lq-form-group-50 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-50 > input.max-7,.lq-form-group-50 > textarea.max-7,.lq-form-group-50 > select.max-7,.lq-form-group-50 > .lq-input-box.max-7,.lq-form-group-50 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-50 > input.max-10,.lq-form-group-50 > textarea.max-10,.lq-form-group-50 > select.max-10,.lq-form-group-50 > .lq-input-box.max-10,.lq-form-group-50 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-50 > input.max-8,.lq-form-group-50 > textarea.max-8,.lq-form-group-50 > select.max-8,.lq-form-group-50 > .lq-input-box.max-8,.lq-form-group-50 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-50 > input.max-16,.lq-form-group-50 > textarea.max-16,.lq-form-group-50 > select.max-16,.lq-form-group-50 > .lq-input-box.max-16,.lq-form-group-50 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-50 > input.max-20,.lq-form-group-50 > textarea.max-20,.lq-form-group-50 > select.max-20,.lq-form-group-50 > .lq-input-box.max-20,.lq-form-group-50 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-50 > input.max-25,.lq-form-group-50 > textarea.max-25,.lq-form-group-50 > select.max-25,.lq-form-group-50 > .lq-input-box.max-25,.lq-form-group-50 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-50 > input.max-30,.lq-form-group-50 > textarea.max-30,.lq-form-group-50 > select.max-30,.lq-form-group-50 > .lq-input-box.max-30,.lq-form-group-50 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-50 > input.max-33,.lq-form-group-50 > textarea.max-33,.lq-form-group-50 > select.max-33,.lq-form-group-50 > .lq-input-box.max-33,.lq-form-group-50 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-50 > input.max-40,.lq-form-group-50 > textarea.max-40,.lq-form-group-50 > select.max-40,.lq-form-group-50 > .lq-input-box.max-40,.lq-form-group-50 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-50 > input.max-41,.lq-form-group-50 > textarea.max-41,.lq-form-group-50 > select.max-41,.lq-form-group-50 > .lq-input-box.max-41,.lq-form-group-50 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-50 > input.max-50,.lq-form-group-50 > textarea.max-50,.lq-form-group-50 > select.max-50,.lq-form-group-50 > .lq-input-box.max-50,.lq-form-group-50 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-50 > input.max-60,.lq-form-group-50 > textarea.max-60,.lq-form-group-50 > select.max-60,.lq-form-group-50 > .lq-input-box.max-60,.lq-form-group-50 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-50 > input.max-58,.lq-form-group-50 > textarea.max-58,.lq-form-group-50 > select.max-58,.lq-form-group-50 > .lq-input-box.max-58,.lq-form-group-50 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-50 > input.max-66,.lq-form-group-50 > textarea.max-66,.lq-form-group-50 > select.max-66,.lq-form-group-50 > .lq-input-box.max-66,.lq-form-group-50 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-50 > input.max-70,.lq-form-group-50 > textarea.max-70,.lq-form-group-50 > select.max-70,.lq-form-group-50 > .lq-input-box.max-70,.lq-form-group-50 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-50 > input.max-75,.lq-form-group-50 > textarea.max-75,.lq-form-group-50 > select.max-75,.lq-form-group-50 > .lq-input-box.max-75,.lq-form-group-50 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-50 > input.max-80,.lq-form-group-50 > textarea.max-80,.lq-form-group-50 > select.max-80,.lq-form-group-50 > .lq-input-box.max-80,.lq-form-group-50 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-50 > input.max-83,.lq-form-group-50 > textarea.max-83,.lq-form-group-50 > select.max-83,.lq-form-group-50 > .lq-input-box.max-83,.lq-form-group-50 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-50 > input.max-91,.lq-form-group-50 > textarea.max-91,.lq-form-group-50 > select.max-91,.lq-form-group-50 > .lq-input-box.max-91,.lq-form-group-50 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-50 > input.max-85,.lq-form-group-50 > textarea.max-85,.lq-form-group-50 > select.max-85,.lq-form-group-50 > .lq-input-box.max-85,.lq-form-group-50 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-50 > input.max-90,.lq-form-group-50 > textarea.max-90,.lq-form-group-50 > select.max-90,.lq-form-group-50 > .lq-input-box.max-90,.lq-form-group-50 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-50 > input.max-100,.lq-form-group-50 > textarea.max-100,.lq-form-group-50 > select.max-100,.lq-form-group-50 > .lq-input-box.max-100,.lq-form-group-50 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-50 > label{display:flex;ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.lq-form-group-50 > label.checkbox{max-width:calc(50% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(50% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-50 > label.radio{max-width:calc(50% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(50% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-50 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-50{flex-direction:column}.lq-form-group-50 > input,.lq-form-group-50 > textarea,.lq-form-group-50 > select,.lq-form-group-50 > .lq-input-box,.lq-form-group-50 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-50 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-50 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-50 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-50 > input,.lq-form-group-float-50 > textarea,.lq-form-group-float-50 > select,.lq-form-group-float-50 > .lq-input-box,.lq-form-group-float-50 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:50%}.lq-form-group-float-50 > label{ms-flex:none;flex:none;max-width:50%}.lq-form-group-float-50 > label.checkbox,.lq-form-group-float-50 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-50{flex-direction:column}.lq-form-group-float-50 > input,.lq-form-group-float-50 > textarea,.lq-form-group-float-50 > select,.lq-form-group-float-50 > .lq-input-box,.lq-form-group-float-50 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-50 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-50 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-50 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-60 > input,.lq-form-group-60 > textarea,.lq-form-group-60 > select,.lq-form-group-60 > .lq-select > select,.lq-form-group-float-60 > input,.lq-form-group-float-60 > textarea,.lq-form-group-float-60 > select,.lq-form-group-float-60 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-60 > input:focus,.lq-form-group-60 > textarea:focus,.lq-form-group-60 > select:focus,.lq-form-group-60 > .lq-select > select:focus,.lq-form-group-float-60 > input:focus,.lq-form-group-float-60 > textarea:focus,.lq-form-group-float-60 > select:focus,.lq-form-group-float-60 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-60 > .lq-select > .selectarrow:after,.lq-form-group-float-60 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-60 > label.checkbox > .checkmarker,.lq-form-group-float-60 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-60 > label.checkbox > .checkmarker:after,.lq-form-group-float-60 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-60 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-60 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-60 > label.radio > .radiocircle,.lq-form-group-float-60 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-60 > label.radio > .radiocircle:after,.lq-form-group-float-60 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-60 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-60 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-60 > input,.lq-form-group-60 > textarea,.lq-form-group-60 > select,.lq-form-group-60 > .lq-input-box,.lq-form-group-60 > .lq-select{ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-60 > input.max-5,.lq-form-group-60 > textarea.max-5,.lq-form-group-60 > select.max-5,.lq-form-group-60 > .lq-input-box.max-5,.lq-form-group-60 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-60 > input.max-7,.lq-form-group-60 > textarea.max-7,.lq-form-group-60 > select.max-7,.lq-form-group-60 > .lq-input-box.max-7,.lq-form-group-60 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-60 > input.max-10,.lq-form-group-60 > textarea.max-10,.lq-form-group-60 > select.max-10,.lq-form-group-60 > .lq-input-box.max-10,.lq-form-group-60 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-60 > input.max-8,.lq-form-group-60 > textarea.max-8,.lq-form-group-60 > select.max-8,.lq-form-group-60 > .lq-input-box.max-8,.lq-form-group-60 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-60 > input.max-16,.lq-form-group-60 > textarea.max-16,.lq-form-group-60 > select.max-16,.lq-form-group-60 > .lq-input-box.max-16,.lq-form-group-60 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-60 > input.max-20,.lq-form-group-60 > textarea.max-20,.lq-form-group-60 > select.max-20,.lq-form-group-60 > .lq-input-box.max-20,.lq-form-group-60 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-60 > input.max-25,.lq-form-group-60 > textarea.max-25,.lq-form-group-60 > select.max-25,.lq-form-group-60 > .lq-input-box.max-25,.lq-form-group-60 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-60 > input.max-30,.lq-form-group-60 > textarea.max-30,.lq-form-group-60 > select.max-30,.lq-form-group-60 > .lq-input-box.max-30,.lq-form-group-60 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-60 > input.max-33,.lq-form-group-60 > textarea.max-33,.lq-form-group-60 > select.max-33,.lq-form-group-60 > .lq-input-box.max-33,.lq-form-group-60 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-60 > input.max-40,.lq-form-group-60 > textarea.max-40,.lq-form-group-60 > select.max-40,.lq-form-group-60 > .lq-input-box.max-40,.lq-form-group-60 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-60 > input.max-41,.lq-form-group-60 > textarea.max-41,.lq-form-group-60 > select.max-41,.lq-form-group-60 > .lq-input-box.max-41,.lq-form-group-60 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-60 > input.max-50,.lq-form-group-60 > textarea.max-50,.lq-form-group-60 > select.max-50,.lq-form-group-60 > .lq-input-box.max-50,.lq-form-group-60 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-60 > input.max-60,.lq-form-group-60 > textarea.max-60,.lq-form-group-60 > select.max-60,.lq-form-group-60 > .lq-input-box.max-60,.lq-form-group-60 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-60 > input.max-58,.lq-form-group-60 > textarea.max-58,.lq-form-group-60 > select.max-58,.lq-form-group-60 > .lq-input-box.max-58,.lq-form-group-60 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-60 > input.max-66,.lq-form-group-60 > textarea.max-66,.lq-form-group-60 > select.max-66,.lq-form-group-60 > .lq-input-box.max-66,.lq-form-group-60 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-60 > input.max-70,.lq-form-group-60 > textarea.max-70,.lq-form-group-60 > select.max-70,.lq-form-group-60 > .lq-input-box.max-70,.lq-form-group-60 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-60 > input.max-75,.lq-form-group-60 > textarea.max-75,.lq-form-group-60 > select.max-75,.lq-form-group-60 > .lq-input-box.max-75,.lq-form-group-60 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-60 > input.max-80,.lq-form-group-60 > textarea.max-80,.lq-form-group-60 > select.max-80,.lq-form-group-60 > .lq-input-box.max-80,.lq-form-group-60 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-60 > input.max-83,.lq-form-group-60 > textarea.max-83,.lq-form-group-60 > select.max-83,.lq-form-group-60 > .lq-input-box.max-83,.lq-form-group-60 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-60 > input.max-91,.lq-form-group-60 > textarea.max-91,.lq-form-group-60 > select.max-91,.lq-form-group-60 > .lq-input-box.max-91,.lq-form-group-60 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-60 > input.max-85,.lq-form-group-60 > textarea.max-85,.lq-form-group-60 > select.max-85,.lq-form-group-60 > .lq-input-box.max-85,.lq-form-group-60 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-60 > input.max-90,.lq-form-group-60 > textarea.max-90,.lq-form-group-60 > select.max-90,.lq-form-group-60 > .lq-input-box.max-90,.lq-form-group-60 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-60 > input.max-100,.lq-form-group-60 > textarea.max-100,.lq-form-group-60 > select.max-100,.lq-form-group-60 > .lq-input-box.max-100,.lq-form-group-60 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-60 > label{display:flex;ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.lq-form-group-60 > label.checkbox{max-width:calc(40% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(60% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-60 > label.radio{max-width:calc(40% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(60% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-60 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-60{flex-direction:column}.lq-form-group-60 > input,.lq-form-group-60 > textarea,.lq-form-group-60 > select,.lq-form-group-60 > .lq-input-box,.lq-form-group-60 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-60 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-60 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-60 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-60 > input,.lq-form-group-float-60 > textarea,.lq-form-group-float-60 > select,.lq-form-group-float-60 > .lq-input-box,.lq-form-group-float-60 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:60%}.lq-form-group-float-60 > label{ms-flex:none;flex:none;max-width:40%}.lq-form-group-float-60 > label.checkbox,.lq-form-group-float-60 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-60{flex-direction:column}.lq-form-group-float-60 > input,.lq-form-group-float-60 > textarea,.lq-form-group-float-60 > select,.lq-form-group-float-60 > .lq-input-box,.lq-form-group-float-60 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-60 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-60 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-60 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-58 > input,.lq-form-group-58 > textarea,.lq-form-group-58 > select,.lq-form-group-58 > .lq-select > select,.lq-form-group-float-58 > input,.lq-form-group-float-58 > textarea,.lq-form-group-float-58 > select,.lq-form-group-float-58 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-58 > input:focus,.lq-form-group-58 > textarea:focus,.lq-form-group-58 > select:focus,.lq-form-group-58 > .lq-select > select:focus,.lq-form-group-float-58 > input:focus,.lq-form-group-float-58 > textarea:focus,.lq-form-group-float-58 > select:focus,.lq-form-group-float-58 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-58 > .lq-select > .selectarrow:after,.lq-form-group-float-58 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-58 > label.checkbox > .checkmarker,.lq-form-group-float-58 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-58 > label.checkbox > .checkmarker:after,.lq-form-group-float-58 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-58 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-58 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-58 > label.radio > .radiocircle,.lq-form-group-float-58 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-58 > label.radio > .radiocircle:after,.lq-form-group-float-58 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-58 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-58 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-58 > input,.lq-form-group-58 > textarea,.lq-form-group-58 > select,.lq-form-group-58 > .lq-input-box,.lq-form-group-58 > .lq-select{ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-58 > input.max-5,.lq-form-group-58 > textarea.max-5,.lq-form-group-58 > select.max-5,.lq-form-group-58 > .lq-input-box.max-5,.lq-form-group-58 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-58 > input.max-7,.lq-form-group-58 > textarea.max-7,.lq-form-group-58 > select.max-7,.lq-form-group-58 > .lq-input-box.max-7,.lq-form-group-58 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-58 > input.max-10,.lq-form-group-58 > textarea.max-10,.lq-form-group-58 > select.max-10,.lq-form-group-58 > .lq-input-box.max-10,.lq-form-group-58 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-58 > input.max-8,.lq-form-group-58 > textarea.max-8,.lq-form-group-58 > select.max-8,.lq-form-group-58 > .lq-input-box.max-8,.lq-form-group-58 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-58 > input.max-16,.lq-form-group-58 > textarea.max-16,.lq-form-group-58 > select.max-16,.lq-form-group-58 > .lq-input-box.max-16,.lq-form-group-58 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-58 > input.max-20,.lq-form-group-58 > textarea.max-20,.lq-form-group-58 > select.max-20,.lq-form-group-58 > .lq-input-box.max-20,.lq-form-group-58 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-58 > input.max-25,.lq-form-group-58 > textarea.max-25,.lq-form-group-58 > select.max-25,.lq-form-group-58 > .lq-input-box.max-25,.lq-form-group-58 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-58 > input.max-30,.lq-form-group-58 > textarea.max-30,.lq-form-group-58 > select.max-30,.lq-form-group-58 > .lq-input-box.max-30,.lq-form-group-58 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-58 > input.max-33,.lq-form-group-58 > textarea.max-33,.lq-form-group-58 > select.max-33,.lq-form-group-58 > .lq-input-box.max-33,.lq-form-group-58 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-58 > input.max-40,.lq-form-group-58 > textarea.max-40,.lq-form-group-58 > select.max-40,.lq-form-group-58 > .lq-input-box.max-40,.lq-form-group-58 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-58 > input.max-41,.lq-form-group-58 > textarea.max-41,.lq-form-group-58 > select.max-41,.lq-form-group-58 > .lq-input-box.max-41,.lq-form-group-58 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-58 > input.max-50,.lq-form-group-58 > textarea.max-50,.lq-form-group-58 > select.max-50,.lq-form-group-58 > .lq-input-box.max-50,.lq-form-group-58 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-58 > input.max-60,.lq-form-group-58 > textarea.max-60,.lq-form-group-58 > select.max-60,.lq-form-group-58 > .lq-input-box.max-60,.lq-form-group-58 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-58 > input.max-58,.lq-form-group-58 > textarea.max-58,.lq-form-group-58 > select.max-58,.lq-form-group-58 > .lq-input-box.max-58,.lq-form-group-58 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-58 > input.max-66,.lq-form-group-58 > textarea.max-66,.lq-form-group-58 > select.max-66,.lq-form-group-58 > .lq-input-box.max-66,.lq-form-group-58 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-58 > input.max-70,.lq-form-group-58 > textarea.max-70,.lq-form-group-58 > select.max-70,.lq-form-group-58 > .lq-input-box.max-70,.lq-form-group-58 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-58 > input.max-75,.lq-form-group-58 > textarea.max-75,.lq-form-group-58 > select.max-75,.lq-form-group-58 > .lq-input-box.max-75,.lq-form-group-58 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-58 > input.max-80,.lq-form-group-58 > textarea.max-80,.lq-form-group-58 > select.max-80,.lq-form-group-58 > .lq-input-box.max-80,.lq-form-group-58 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-58 > input.max-83,.lq-form-group-58 > textarea.max-83,.lq-form-group-58 > select.max-83,.lq-form-group-58 > .lq-input-box.max-83,.lq-form-group-58 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-58 > input.max-91,.lq-form-group-58 > textarea.max-91,.lq-form-group-58 > select.max-91,.lq-form-group-58 > .lq-input-box.max-91,.lq-form-group-58 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-58 > input.max-85,.lq-form-group-58 > textarea.max-85,.lq-form-group-58 > select.max-85,.lq-form-group-58 > .lq-input-box.max-85,.lq-form-group-58 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-58 > input.max-90,.lq-form-group-58 > textarea.max-90,.lq-form-group-58 > select.max-90,.lq-form-group-58 > .lq-input-box.max-90,.lq-form-group-58 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-58 > input.max-100,.lq-form-group-58 > textarea.max-100,.lq-form-group-58 > select.max-100,.lq-form-group-58 > .lq-input-box.max-100,.lq-form-group-58 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-58 > label{display:flex;ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.lq-form-group-58 > label.checkbox{max-width:calc(41.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(58.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-58 > label.radio{max-width:calc(41.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(58.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-58 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-58{flex-direction:column}.lq-form-group-58 > input,.lq-form-group-58 > textarea,.lq-form-group-58 > select,.lq-form-group-58 > .lq-input-box,.lq-form-group-58 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-58 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-58 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-58 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-58 > input,.lq-form-group-float-58 > textarea,.lq-form-group-float-58 > select,.lq-form-group-float-58 > .lq-input-box,.lq-form-group-float-58 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:58.33333%}.lq-form-group-float-58 > label{ms-flex:none;flex:none;max-width:41.66667%}.lq-form-group-float-58 > label.checkbox,.lq-form-group-float-58 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-58{flex-direction:column}.lq-form-group-float-58 > input,.lq-form-group-float-58 > textarea,.lq-form-group-float-58 > select,.lq-form-group-float-58 > .lq-input-box,.lq-form-group-float-58 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-58 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-58 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-58 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-66 > input,.lq-form-group-66 > textarea,.lq-form-group-66 > select,.lq-form-group-66 > .lq-select > select,.lq-form-group-float-66 > input,.lq-form-group-float-66 > textarea,.lq-form-group-float-66 > select,.lq-form-group-float-66 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-66 > input:focus,.lq-form-group-66 > textarea:focus,.lq-form-group-66 > select:focus,.lq-form-group-66 > .lq-select > select:focus,.lq-form-group-float-66 > input:focus,.lq-form-group-float-66 > textarea:focus,.lq-form-group-float-66 > select:focus,.lq-form-group-float-66 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-66 > .lq-select > .selectarrow:after,.lq-form-group-float-66 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-66 > label.checkbox > .checkmarker,.lq-form-group-float-66 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-66 > label.checkbox > .checkmarker:after,.lq-form-group-float-66 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-66 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-66 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-66 > label.radio > .radiocircle,.lq-form-group-float-66 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-66 > label.radio > .radiocircle:after,.lq-form-group-float-66 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-66 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-66 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-66 > input,.lq-form-group-66 > textarea,.lq-form-group-66 > select,.lq-form-group-66 > .lq-input-box,.lq-form-group-66 > .lq-select{ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-66 > input.max-5,.lq-form-group-66 > textarea.max-5,.lq-form-group-66 > select.max-5,.lq-form-group-66 > .lq-input-box.max-5,.lq-form-group-66 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-66 > input.max-7,.lq-form-group-66 > textarea.max-7,.lq-form-group-66 > select.max-7,.lq-form-group-66 > .lq-input-box.max-7,.lq-form-group-66 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-66 > input.max-10,.lq-form-group-66 > textarea.max-10,.lq-form-group-66 > select.max-10,.lq-form-group-66 > .lq-input-box.max-10,.lq-form-group-66 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-66 > input.max-8,.lq-form-group-66 > textarea.max-8,.lq-form-group-66 > select.max-8,.lq-form-group-66 > .lq-input-box.max-8,.lq-form-group-66 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-66 > input.max-16,.lq-form-group-66 > textarea.max-16,.lq-form-group-66 > select.max-16,.lq-form-group-66 > .lq-input-box.max-16,.lq-form-group-66 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-66 > input.max-20,.lq-form-group-66 > textarea.max-20,.lq-form-group-66 > select.max-20,.lq-form-group-66 > .lq-input-box.max-20,.lq-form-group-66 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-66 > input.max-25,.lq-form-group-66 > textarea.max-25,.lq-form-group-66 > select.max-25,.lq-form-group-66 > .lq-input-box.max-25,.lq-form-group-66 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-66 > input.max-30,.lq-form-group-66 > textarea.max-30,.lq-form-group-66 > select.max-30,.lq-form-group-66 > .lq-input-box.max-30,.lq-form-group-66 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-66 > input.max-33,.lq-form-group-66 > textarea.max-33,.lq-form-group-66 > select.max-33,.lq-form-group-66 > .lq-input-box.max-33,.lq-form-group-66 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-66 > input.max-40,.lq-form-group-66 > textarea.max-40,.lq-form-group-66 > select.max-40,.lq-form-group-66 > .lq-input-box.max-40,.lq-form-group-66 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-66 > input.max-41,.lq-form-group-66 > textarea.max-41,.lq-form-group-66 > select.max-41,.lq-form-group-66 > .lq-input-box.max-41,.lq-form-group-66 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-66 > input.max-50,.lq-form-group-66 > textarea.max-50,.lq-form-group-66 > select.max-50,.lq-form-group-66 > .lq-input-box.max-50,.lq-form-group-66 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-66 > input.max-60,.lq-form-group-66 > textarea.max-60,.lq-form-group-66 > select.max-60,.lq-form-group-66 > .lq-input-box.max-60,.lq-form-group-66 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-66 > input.max-58,.lq-form-group-66 > textarea.max-58,.lq-form-group-66 > select.max-58,.lq-form-group-66 > .lq-input-box.max-58,.lq-form-group-66 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-66 > input.max-66,.lq-form-group-66 > textarea.max-66,.lq-form-group-66 > select.max-66,.lq-form-group-66 > .lq-input-box.max-66,.lq-form-group-66 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-66 > input.max-70,.lq-form-group-66 > textarea.max-70,.lq-form-group-66 > select.max-70,.lq-form-group-66 > .lq-input-box.max-70,.lq-form-group-66 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-66 > input.max-75,.lq-form-group-66 > textarea.max-75,.lq-form-group-66 > select.max-75,.lq-form-group-66 > .lq-input-box.max-75,.lq-form-group-66 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-66 > input.max-80,.lq-form-group-66 > textarea.max-80,.lq-form-group-66 > select.max-80,.lq-form-group-66 > .lq-input-box.max-80,.lq-form-group-66 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-66 > input.max-83,.lq-form-group-66 > textarea.max-83,.lq-form-group-66 > select.max-83,.lq-form-group-66 > .lq-input-box.max-83,.lq-form-group-66 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-66 > input.max-91,.lq-form-group-66 > textarea.max-91,.lq-form-group-66 > select.max-91,.lq-form-group-66 > .lq-input-box.max-91,.lq-form-group-66 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-66 > input.max-85,.lq-form-group-66 > textarea.max-85,.lq-form-group-66 > select.max-85,.lq-form-group-66 > .lq-input-box.max-85,.lq-form-group-66 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-66 > input.max-90,.lq-form-group-66 > textarea.max-90,.lq-form-group-66 > select.max-90,.lq-form-group-66 > .lq-input-box.max-90,.lq-form-group-66 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-66 > input.max-100,.lq-form-group-66 > textarea.max-100,.lq-form-group-66 > select.max-100,.lq-form-group-66 > .lq-input-box.max-100,.lq-form-group-66 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-66 > label{display:flex;ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.lq-form-group-66 > label.checkbox{max-width:calc(33.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(66.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-66 > label.radio{max-width:calc(33.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(66.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-66 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-66{flex-direction:column}.lq-form-group-66 > input,.lq-form-group-66 > textarea,.lq-form-group-66 > select,.lq-form-group-66 > .lq-input-box,.lq-form-group-66 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-66 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-66 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-66 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-66 > input,.lq-form-group-float-66 > textarea,.lq-form-group-float-66 > select,.lq-form-group-float-66 > .lq-input-box,.lq-form-group-float-66 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:66.66667%}.lq-form-group-float-66 > label{ms-flex:none;flex:none;max-width:33.33333%}.lq-form-group-float-66 > label.checkbox,.lq-form-group-float-66 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-66{flex-direction:column}.lq-form-group-float-66 > input,.lq-form-group-float-66 > textarea,.lq-form-group-float-66 > select,.lq-form-group-float-66 > .lq-input-box,.lq-form-group-float-66 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-66 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-66 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-66 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-70 > input,.lq-form-group-70 > textarea,.lq-form-group-70 > select,.lq-form-group-70 > .lq-select > select,.lq-form-group-float-70 > input,.lq-form-group-float-70 > textarea,.lq-form-group-float-70 > select,.lq-form-group-float-70 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-70 > input:focus,.lq-form-group-70 > textarea:focus,.lq-form-group-70 > select:focus,.lq-form-group-70 > .lq-select > select:focus,.lq-form-group-float-70 > input:focus,.lq-form-group-float-70 > textarea:focus,.lq-form-group-float-70 > select:focus,.lq-form-group-float-70 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-70 > .lq-select > .selectarrow:after,.lq-form-group-float-70 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-70 > label.checkbox > .checkmarker,.lq-form-group-float-70 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-70 > label.checkbox > .checkmarker:after,.lq-form-group-float-70 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-70 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-70 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-70 > label.radio > .radiocircle,.lq-form-group-float-70 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-70 > label.radio > .radiocircle:after,.lq-form-group-float-70 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-70 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-70 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-70 > input,.lq-form-group-70 > textarea,.lq-form-group-70 > select,.lq-form-group-70 > .lq-input-box,.lq-form-group-70 > .lq-select{ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-70 > input.max-5,.lq-form-group-70 > textarea.max-5,.lq-form-group-70 > select.max-5,.lq-form-group-70 > .lq-input-box.max-5,.lq-form-group-70 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-70 > input.max-7,.lq-form-group-70 > textarea.max-7,.lq-form-group-70 > select.max-7,.lq-form-group-70 > .lq-input-box.max-7,.lq-form-group-70 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-70 > input.max-10,.lq-form-group-70 > textarea.max-10,.lq-form-group-70 > select.max-10,.lq-form-group-70 > .lq-input-box.max-10,.lq-form-group-70 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-70 > input.max-8,.lq-form-group-70 > textarea.max-8,.lq-form-group-70 > select.max-8,.lq-form-group-70 > .lq-input-box.max-8,.lq-form-group-70 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-70 > input.max-16,.lq-form-group-70 > textarea.max-16,.lq-form-group-70 > select.max-16,.lq-form-group-70 > .lq-input-box.max-16,.lq-form-group-70 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-70 > input.max-20,.lq-form-group-70 > textarea.max-20,.lq-form-group-70 > select.max-20,.lq-form-group-70 > .lq-input-box.max-20,.lq-form-group-70 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-70 > input.max-25,.lq-form-group-70 > textarea.max-25,.lq-form-group-70 > select.max-25,.lq-form-group-70 > .lq-input-box.max-25,.lq-form-group-70 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-70 > input.max-30,.lq-form-group-70 > textarea.max-30,.lq-form-group-70 > select.max-30,.lq-form-group-70 > .lq-input-box.max-30,.lq-form-group-70 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-70 > input.max-33,.lq-form-group-70 > textarea.max-33,.lq-form-group-70 > select.max-33,.lq-form-group-70 > .lq-input-box.max-33,.lq-form-group-70 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-70 > input.max-40,.lq-form-group-70 > textarea.max-40,.lq-form-group-70 > select.max-40,.lq-form-group-70 > .lq-input-box.max-40,.lq-form-group-70 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-70 > input.max-41,.lq-form-group-70 > textarea.max-41,.lq-form-group-70 > select.max-41,.lq-form-group-70 > .lq-input-box.max-41,.lq-form-group-70 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-70 > input.max-50,.lq-form-group-70 > textarea.max-50,.lq-form-group-70 > select.max-50,.lq-form-group-70 > .lq-input-box.max-50,.lq-form-group-70 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-70 > input.max-60,.lq-form-group-70 > textarea.max-60,.lq-form-group-70 > select.max-60,.lq-form-group-70 > .lq-input-box.max-60,.lq-form-group-70 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-70 > input.max-58,.lq-form-group-70 > textarea.max-58,.lq-form-group-70 > select.max-58,.lq-form-group-70 > .lq-input-box.max-58,.lq-form-group-70 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-70 > input.max-66,.lq-form-group-70 > textarea.max-66,.lq-form-group-70 > select.max-66,.lq-form-group-70 > .lq-input-box.max-66,.lq-form-group-70 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-70 > input.max-70,.lq-form-group-70 > textarea.max-70,.lq-form-group-70 > select.max-70,.lq-form-group-70 > .lq-input-box.max-70,.lq-form-group-70 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-70 > input.max-75,.lq-form-group-70 > textarea.max-75,.lq-form-group-70 > select.max-75,.lq-form-group-70 > .lq-input-box.max-75,.lq-form-group-70 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-70 > input.max-80,.lq-form-group-70 > textarea.max-80,.lq-form-group-70 > select.max-80,.lq-form-group-70 > .lq-input-box.max-80,.lq-form-group-70 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-70 > input.max-83,.lq-form-group-70 > textarea.max-83,.lq-form-group-70 > select.max-83,.lq-form-group-70 > .lq-input-box.max-83,.lq-form-group-70 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-70 > input.max-91,.lq-form-group-70 > textarea.max-91,.lq-form-group-70 > select.max-91,.lq-form-group-70 > .lq-input-box.max-91,.lq-form-group-70 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-70 > input.max-85,.lq-form-group-70 > textarea.max-85,.lq-form-group-70 > select.max-85,.lq-form-group-70 > .lq-input-box.max-85,.lq-form-group-70 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-70 > input.max-90,.lq-form-group-70 > textarea.max-90,.lq-form-group-70 > select.max-90,.lq-form-group-70 > .lq-input-box.max-90,.lq-form-group-70 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-70 > input.max-100,.lq-form-group-70 > textarea.max-100,.lq-form-group-70 > select.max-100,.lq-form-group-70 > .lq-input-box.max-100,.lq-form-group-70 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-70 > label{display:flex;ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.lq-form-group-70 > label.checkbox{max-width:calc(30% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(70% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-70 > label.radio{max-width:calc(30% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(70% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-70 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-70{flex-direction:column}.lq-form-group-70 > input,.lq-form-group-70 > textarea,.lq-form-group-70 > select,.lq-form-group-70 > .lq-input-box,.lq-form-group-70 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-70 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-70 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-70 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-70 > input,.lq-form-group-float-70 > textarea,.lq-form-group-float-70 > select,.lq-form-group-float-70 > .lq-input-box,.lq-form-group-float-70 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:70%}.lq-form-group-float-70 > label{ms-flex:none;flex:none;max-width:30%}.lq-form-group-float-70 > label.checkbox,.lq-form-group-float-70 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-70{flex-direction:column}.lq-form-group-float-70 > input,.lq-form-group-float-70 > textarea,.lq-form-group-float-70 > select,.lq-form-group-float-70 > .lq-input-box,.lq-form-group-float-70 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-70 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-70 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-70 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-75 > input,.lq-form-group-75 > textarea,.lq-form-group-75 > select,.lq-form-group-75 > .lq-select > select,.lq-form-group-float-75 > input,.lq-form-group-float-75 > textarea,.lq-form-group-float-75 > select,.lq-form-group-float-75 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-75 > input:focus,.lq-form-group-75 > textarea:focus,.lq-form-group-75 > select:focus,.lq-form-group-75 > .lq-select > select:focus,.lq-form-group-float-75 > input:focus,.lq-form-group-float-75 > textarea:focus,.lq-form-group-float-75 > select:focus,.lq-form-group-float-75 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-75 > .lq-select > .selectarrow:after,.lq-form-group-float-75 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-75 > label.checkbox > .checkmarker,.lq-form-group-float-75 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-75 > label.checkbox > .checkmarker:after,.lq-form-group-float-75 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-75 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-75 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-75 > label.radio > .radiocircle,.lq-form-group-float-75 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-75 > label.radio > .radiocircle:after,.lq-form-group-float-75 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-75 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-75 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-75 > input,.lq-form-group-75 > textarea,.lq-form-group-75 > select,.lq-form-group-75 > .lq-input-box,.lq-form-group-75 > .lq-select{ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-75 > input.max-5,.lq-form-group-75 > textarea.max-5,.lq-form-group-75 > select.max-5,.lq-form-group-75 > .lq-input-box.max-5,.lq-form-group-75 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-75 > input.max-7,.lq-form-group-75 > textarea.max-7,.lq-form-group-75 > select.max-7,.lq-form-group-75 > .lq-input-box.max-7,.lq-form-group-75 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-75 > input.max-10,.lq-form-group-75 > textarea.max-10,.lq-form-group-75 > select.max-10,.lq-form-group-75 > .lq-input-box.max-10,.lq-form-group-75 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-75 > input.max-8,.lq-form-group-75 > textarea.max-8,.lq-form-group-75 > select.max-8,.lq-form-group-75 > .lq-input-box.max-8,.lq-form-group-75 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-75 > input.max-16,.lq-form-group-75 > textarea.max-16,.lq-form-group-75 > select.max-16,.lq-form-group-75 > .lq-input-box.max-16,.lq-form-group-75 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-75 > input.max-20,.lq-form-group-75 > textarea.max-20,.lq-form-group-75 > select.max-20,.lq-form-group-75 > .lq-input-box.max-20,.lq-form-group-75 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-75 > input.max-25,.lq-form-group-75 > textarea.max-25,.lq-form-group-75 > select.max-25,.lq-form-group-75 > .lq-input-box.max-25,.lq-form-group-75 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-75 > input.max-30,.lq-form-group-75 > textarea.max-30,.lq-form-group-75 > select.max-30,.lq-form-group-75 > .lq-input-box.max-30,.lq-form-group-75 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-75 > input.max-33,.lq-form-group-75 > textarea.max-33,.lq-form-group-75 > select.max-33,.lq-form-group-75 > .lq-input-box.max-33,.lq-form-group-75 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-75 > input.max-40,.lq-form-group-75 > textarea.max-40,.lq-form-group-75 > select.max-40,.lq-form-group-75 > .lq-input-box.max-40,.lq-form-group-75 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-75 > input.max-41,.lq-form-group-75 > textarea.max-41,.lq-form-group-75 > select.max-41,.lq-form-group-75 > .lq-input-box.max-41,.lq-form-group-75 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-75 > input.max-50,.lq-form-group-75 > textarea.max-50,.lq-form-group-75 > select.max-50,.lq-form-group-75 > .lq-input-box.max-50,.lq-form-group-75 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-75 > input.max-60,.lq-form-group-75 > textarea.max-60,.lq-form-group-75 > select.max-60,.lq-form-group-75 > .lq-input-box.max-60,.lq-form-group-75 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-75 > input.max-58,.lq-form-group-75 > textarea.max-58,.lq-form-group-75 > select.max-58,.lq-form-group-75 > .lq-input-box.max-58,.lq-form-group-75 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-75 > input.max-66,.lq-form-group-75 > textarea.max-66,.lq-form-group-75 > select.max-66,.lq-form-group-75 > .lq-input-box.max-66,.lq-form-group-75 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-75 > input.max-70,.lq-form-group-75 > textarea.max-70,.lq-form-group-75 > select.max-70,.lq-form-group-75 > .lq-input-box.max-70,.lq-form-group-75 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-75 > input.max-75,.lq-form-group-75 > textarea.max-75,.lq-form-group-75 > select.max-75,.lq-form-group-75 > .lq-input-box.max-75,.lq-form-group-75 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-75 > input.max-80,.lq-form-group-75 > textarea.max-80,.lq-form-group-75 > select.max-80,.lq-form-group-75 > .lq-input-box.max-80,.lq-form-group-75 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-75 > input.max-83,.lq-form-group-75 > textarea.max-83,.lq-form-group-75 > select.max-83,.lq-form-group-75 > .lq-input-box.max-83,.lq-form-group-75 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-75 > input.max-91,.lq-form-group-75 > textarea.max-91,.lq-form-group-75 > select.max-91,.lq-form-group-75 > .lq-input-box.max-91,.lq-form-group-75 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-75 > input.max-85,.lq-form-group-75 > textarea.max-85,.lq-form-group-75 > select.max-85,.lq-form-group-75 > .lq-input-box.max-85,.lq-form-group-75 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-75 > input.max-90,.lq-form-group-75 > textarea.max-90,.lq-form-group-75 > select.max-90,.lq-form-group-75 > .lq-input-box.max-90,.lq-form-group-75 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-75 > input.max-100,.lq-form-group-75 > textarea.max-100,.lq-form-group-75 > select.max-100,.lq-form-group-75 > .lq-input-box.max-100,.lq-form-group-75 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-75 > label{display:flex;ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.lq-form-group-75 > label.checkbox{max-width:calc(25% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(75% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-75 > label.radio{max-width:calc(25% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(75% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-75 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-75{flex-direction:column}.lq-form-group-75 > input,.lq-form-group-75 > textarea,.lq-form-group-75 > select,.lq-form-group-75 > .lq-input-box,.lq-form-group-75 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-75 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-75 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-75 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-75 > input,.lq-form-group-float-75 > textarea,.lq-form-group-float-75 > select,.lq-form-group-float-75 > .lq-input-box,.lq-form-group-float-75 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:75%}.lq-form-group-float-75 > label{ms-flex:none;flex:none;max-width:25%}.lq-form-group-float-75 > label.checkbox,.lq-form-group-float-75 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-75{flex-direction:column}.lq-form-group-float-75 > input,.lq-form-group-float-75 > textarea,.lq-form-group-float-75 > select,.lq-form-group-float-75 > .lq-input-box,.lq-form-group-float-75 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-75 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-75 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-75 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-80 > input,.lq-form-group-80 > textarea,.lq-form-group-80 > select,.lq-form-group-80 > .lq-select > select,.lq-form-group-float-80 > input,.lq-form-group-float-80 > textarea,.lq-form-group-float-80 > select,.lq-form-group-float-80 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-80 > input:focus,.lq-form-group-80 > textarea:focus,.lq-form-group-80 > select:focus,.lq-form-group-80 > .lq-select > select:focus,.lq-form-group-float-80 > input:focus,.lq-form-group-float-80 > textarea:focus,.lq-form-group-float-80 > select:focus,.lq-form-group-float-80 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-80 > .lq-select > .selectarrow:after,.lq-form-group-float-80 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-80 > label.checkbox > .checkmarker,.lq-form-group-float-80 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-80 > label.checkbox > .checkmarker:after,.lq-form-group-float-80 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-80 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-80 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-80 > label.radio > .radiocircle,.lq-form-group-float-80 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-80 > label.radio > .radiocircle:after,.lq-form-group-float-80 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-80 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-80 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-80 > input,.lq-form-group-80 > textarea,.lq-form-group-80 > select,.lq-form-group-80 > .lq-input-box,.lq-form-group-80 > .lq-select{ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-80 > input.max-5,.lq-form-group-80 > textarea.max-5,.lq-form-group-80 > select.max-5,.lq-form-group-80 > .lq-input-box.max-5,.lq-form-group-80 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-80 > input.max-7,.lq-form-group-80 > textarea.max-7,.lq-form-group-80 > select.max-7,.lq-form-group-80 > .lq-input-box.max-7,.lq-form-group-80 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-80 > input.max-10,.lq-form-group-80 > textarea.max-10,.lq-form-group-80 > select.max-10,.lq-form-group-80 > .lq-input-box.max-10,.lq-form-group-80 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-80 > input.max-8,.lq-form-group-80 > textarea.max-8,.lq-form-group-80 > select.max-8,.lq-form-group-80 > .lq-input-box.max-8,.lq-form-group-80 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-80 > input.max-16,.lq-form-group-80 > textarea.max-16,.lq-form-group-80 > select.max-16,.lq-form-group-80 > .lq-input-box.max-16,.lq-form-group-80 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-80 > input.max-20,.lq-form-group-80 > textarea.max-20,.lq-form-group-80 > select.max-20,.lq-form-group-80 > .lq-input-box.max-20,.lq-form-group-80 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-80 > input.max-25,.lq-form-group-80 > textarea.max-25,.lq-form-group-80 > select.max-25,.lq-form-group-80 > .lq-input-box.max-25,.lq-form-group-80 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-80 > input.max-30,.lq-form-group-80 > textarea.max-30,.lq-form-group-80 > select.max-30,.lq-form-group-80 > .lq-input-box.max-30,.lq-form-group-80 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-80 > input.max-33,.lq-form-group-80 > textarea.max-33,.lq-form-group-80 > select.max-33,.lq-form-group-80 > .lq-input-box.max-33,.lq-form-group-80 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-80 > input.max-40,.lq-form-group-80 > textarea.max-40,.lq-form-group-80 > select.max-40,.lq-form-group-80 > .lq-input-box.max-40,.lq-form-group-80 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-80 > input.max-41,.lq-form-group-80 > textarea.max-41,.lq-form-group-80 > select.max-41,.lq-form-group-80 > .lq-input-box.max-41,.lq-form-group-80 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-80 > input.max-50,.lq-form-group-80 > textarea.max-50,.lq-form-group-80 > select.max-50,.lq-form-group-80 > .lq-input-box.max-50,.lq-form-group-80 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-80 > input.max-60,.lq-form-group-80 > textarea.max-60,.lq-form-group-80 > select.max-60,.lq-form-group-80 > .lq-input-box.max-60,.lq-form-group-80 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-80 > input.max-58,.lq-form-group-80 > textarea.max-58,.lq-form-group-80 > select.max-58,.lq-form-group-80 > .lq-input-box.max-58,.lq-form-group-80 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-80 > input.max-66,.lq-form-group-80 > textarea.max-66,.lq-form-group-80 > select.max-66,.lq-form-group-80 > .lq-input-box.max-66,.lq-form-group-80 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-80 > input.max-70,.lq-form-group-80 > textarea.max-70,.lq-form-group-80 > select.max-70,.lq-form-group-80 > .lq-input-box.max-70,.lq-form-group-80 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-80 > input.max-75,.lq-form-group-80 > textarea.max-75,.lq-form-group-80 > select.max-75,.lq-form-group-80 > .lq-input-box.max-75,.lq-form-group-80 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-80 > input.max-80,.lq-form-group-80 > textarea.max-80,.lq-form-group-80 > select.max-80,.lq-form-group-80 > .lq-input-box.max-80,.lq-form-group-80 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-80 > input.max-83,.lq-form-group-80 > textarea.max-83,.lq-form-group-80 > select.max-83,.lq-form-group-80 > .lq-input-box.max-83,.lq-form-group-80 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-80 > input.max-91,.lq-form-group-80 > textarea.max-91,.lq-form-group-80 > select.max-91,.lq-form-group-80 > .lq-input-box.max-91,.lq-form-group-80 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-80 > input.max-85,.lq-form-group-80 > textarea.max-85,.lq-form-group-80 > select.max-85,.lq-form-group-80 > .lq-input-box.max-85,.lq-form-group-80 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-80 > input.max-90,.lq-form-group-80 > textarea.max-90,.lq-form-group-80 > select.max-90,.lq-form-group-80 > .lq-input-box.max-90,.lq-form-group-80 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-80 > input.max-100,.lq-form-group-80 > textarea.max-100,.lq-form-group-80 > select.max-100,.lq-form-group-80 > .lq-input-box.max-100,.lq-form-group-80 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-80 > label{display:flex;ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.lq-form-group-80 > label.checkbox{max-width:calc(20% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(80% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-80 > label.radio{max-width:calc(20% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(80% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-80 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-80{flex-direction:column}.lq-form-group-80 > input,.lq-form-group-80 > textarea,.lq-form-group-80 > select,.lq-form-group-80 > .lq-input-box,.lq-form-group-80 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-80 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-80 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-80 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-80 > input,.lq-form-group-float-80 > textarea,.lq-form-group-float-80 > select,.lq-form-group-float-80 > .lq-input-box,.lq-form-group-float-80 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:80%}.lq-form-group-float-80 > label{ms-flex:none;flex:none;max-width:20%}.lq-form-group-float-80 > label.checkbox,.lq-form-group-float-80 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-80{flex-direction:column}.lq-form-group-float-80 > input,.lq-form-group-float-80 > textarea,.lq-form-group-float-80 > select,.lq-form-group-float-80 > .lq-input-box,.lq-form-group-float-80 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-80 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-80 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-80 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-83 > input,.lq-form-group-83 > textarea,.lq-form-group-83 > select,.lq-form-group-83 > .lq-select > select,.lq-form-group-float-83 > input,.lq-form-group-float-83 > textarea,.lq-form-group-float-83 > select,.lq-form-group-float-83 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-83 > input:focus,.lq-form-group-83 > textarea:focus,.lq-form-group-83 > select:focus,.lq-form-group-83 > .lq-select > select:focus,.lq-form-group-float-83 > input:focus,.lq-form-group-float-83 > textarea:focus,.lq-form-group-float-83 > select:focus,.lq-form-group-float-83 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-83 > .lq-select > .selectarrow:after,.lq-form-group-float-83 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-83 > label.checkbox > .checkmarker,.lq-form-group-float-83 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-83 > label.checkbox > .checkmarker:after,.lq-form-group-float-83 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-83 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-83 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-83 > label.radio > .radiocircle,.lq-form-group-float-83 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-83 > label.radio > .radiocircle:after,.lq-form-group-float-83 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-83 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-83 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-83 > input,.lq-form-group-83 > textarea,.lq-form-group-83 > select,.lq-form-group-83 > .lq-input-box,.lq-form-group-83 > .lq-select{ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-83 > input.max-5,.lq-form-group-83 > textarea.max-5,.lq-form-group-83 > select.max-5,.lq-form-group-83 > .lq-input-box.max-5,.lq-form-group-83 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-83 > input.max-7,.lq-form-group-83 > textarea.max-7,.lq-form-group-83 > select.max-7,.lq-form-group-83 > .lq-input-box.max-7,.lq-form-group-83 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-83 > input.max-10,.lq-form-group-83 > textarea.max-10,.lq-form-group-83 > select.max-10,.lq-form-group-83 > .lq-input-box.max-10,.lq-form-group-83 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-83 > input.max-8,.lq-form-group-83 > textarea.max-8,.lq-form-group-83 > select.max-8,.lq-form-group-83 > .lq-input-box.max-8,.lq-form-group-83 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-83 > input.max-16,.lq-form-group-83 > textarea.max-16,.lq-form-group-83 > select.max-16,.lq-form-group-83 > .lq-input-box.max-16,.lq-form-group-83 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-83 > input.max-20,.lq-form-group-83 > textarea.max-20,.lq-form-group-83 > select.max-20,.lq-form-group-83 > .lq-input-box.max-20,.lq-form-group-83 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-83 > input.max-25,.lq-form-group-83 > textarea.max-25,.lq-form-group-83 > select.max-25,.lq-form-group-83 > .lq-input-box.max-25,.lq-form-group-83 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-83 > input.max-30,.lq-form-group-83 > textarea.max-30,.lq-form-group-83 > select.max-30,.lq-form-group-83 > .lq-input-box.max-30,.lq-form-group-83 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-83 > input.max-33,.lq-form-group-83 > textarea.max-33,.lq-form-group-83 > select.max-33,.lq-form-group-83 > .lq-input-box.max-33,.lq-form-group-83 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-83 > input.max-40,.lq-form-group-83 > textarea.max-40,.lq-form-group-83 > select.max-40,.lq-form-group-83 > .lq-input-box.max-40,.lq-form-group-83 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-83 > input.max-41,.lq-form-group-83 > textarea.max-41,.lq-form-group-83 > select.max-41,.lq-form-group-83 > .lq-input-box.max-41,.lq-form-group-83 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-83 > input.max-50,.lq-form-group-83 > textarea.max-50,.lq-form-group-83 > select.max-50,.lq-form-group-83 > .lq-input-box.max-50,.lq-form-group-83 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-83 > input.max-60,.lq-form-group-83 > textarea.max-60,.lq-form-group-83 > select.max-60,.lq-form-group-83 > .lq-input-box.max-60,.lq-form-group-83 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-83 > input.max-58,.lq-form-group-83 > textarea.max-58,.lq-form-group-83 > select.max-58,.lq-form-group-83 > .lq-input-box.max-58,.lq-form-group-83 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-83 > input.max-66,.lq-form-group-83 > textarea.max-66,.lq-form-group-83 > select.max-66,.lq-form-group-83 > .lq-input-box.max-66,.lq-form-group-83 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-83 > input.max-70,.lq-form-group-83 > textarea.max-70,.lq-form-group-83 > select.max-70,.lq-form-group-83 > .lq-input-box.max-70,.lq-form-group-83 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-83 > input.max-75,.lq-form-group-83 > textarea.max-75,.lq-form-group-83 > select.max-75,.lq-form-group-83 > .lq-input-box.max-75,.lq-form-group-83 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-83 > input.max-80,.lq-form-group-83 > textarea.max-80,.lq-form-group-83 > select.max-80,.lq-form-group-83 > .lq-input-box.max-80,.lq-form-group-83 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-83 > input.max-83,.lq-form-group-83 > textarea.max-83,.lq-form-group-83 > select.max-83,.lq-form-group-83 > .lq-input-box.max-83,.lq-form-group-83 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-83 > input.max-91,.lq-form-group-83 > textarea.max-91,.lq-form-group-83 > select.max-91,.lq-form-group-83 > .lq-input-box.max-91,.lq-form-group-83 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-83 > input.max-85,.lq-form-group-83 > textarea.max-85,.lq-form-group-83 > select.max-85,.lq-form-group-83 > .lq-input-box.max-85,.lq-form-group-83 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-83 > input.max-90,.lq-form-group-83 > textarea.max-90,.lq-form-group-83 > select.max-90,.lq-form-group-83 > .lq-input-box.max-90,.lq-form-group-83 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-83 > input.max-100,.lq-form-group-83 > textarea.max-100,.lq-form-group-83 > select.max-100,.lq-form-group-83 > .lq-input-box.max-100,.lq-form-group-83 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-83 > label{display:flex;ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.lq-form-group-83 > label.checkbox{max-width:calc(16.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(83.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-83 > label.radio{max-width:calc(16.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(83.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-83 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-83{flex-direction:column}.lq-form-group-83 > input,.lq-form-group-83 > textarea,.lq-form-group-83 > select,.lq-form-group-83 > .lq-input-box,.lq-form-group-83 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-83 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-83 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-83 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-83 > input,.lq-form-group-float-83 > textarea,.lq-form-group-float-83 > select,.lq-form-group-float-83 > .lq-input-box,.lq-form-group-float-83 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:83.33333%}.lq-form-group-float-83 > label{ms-flex:none;flex:none;max-width:16.66667%}.lq-form-group-float-83 > label.checkbox,.lq-form-group-float-83 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-83{flex-direction:column}.lq-form-group-float-83 > input,.lq-form-group-float-83 > textarea,.lq-form-group-float-83 > select,.lq-form-group-float-83 > .lq-input-box,.lq-form-group-float-83 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-83 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-83 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-83 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-91 > input,.lq-form-group-91 > textarea,.lq-form-group-91 > select,.lq-form-group-91 > .lq-select > select,.lq-form-group-float-91 > input,.lq-form-group-float-91 > textarea,.lq-form-group-float-91 > select,.lq-form-group-float-91 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-91 > input:focus,.lq-form-group-91 > textarea:focus,.lq-form-group-91 > select:focus,.lq-form-group-91 > .lq-select > select:focus,.lq-form-group-float-91 > input:focus,.lq-form-group-float-91 > textarea:focus,.lq-form-group-float-91 > select:focus,.lq-form-group-float-91 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-91 > .lq-select > .selectarrow:after,.lq-form-group-float-91 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-91 > label.checkbox > .checkmarker,.lq-form-group-float-91 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-91 > label.checkbox > .checkmarker:after,.lq-form-group-float-91 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-91 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-91 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-91 > label.radio > .radiocircle,.lq-form-group-float-91 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-91 > label.radio > .radiocircle:after,.lq-form-group-float-91 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-91 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-91 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-91 > input,.lq-form-group-91 > textarea,.lq-form-group-91 > select,.lq-form-group-91 > .lq-input-box,.lq-form-group-91 > .lq-select{ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-91 > input.max-5,.lq-form-group-91 > textarea.max-5,.lq-form-group-91 > select.max-5,.lq-form-group-91 > .lq-input-box.max-5,.lq-form-group-91 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-91 > input.max-7,.lq-form-group-91 > textarea.max-7,.lq-form-group-91 > select.max-7,.lq-form-group-91 > .lq-input-box.max-7,.lq-form-group-91 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-91 > input.max-10,.lq-form-group-91 > textarea.max-10,.lq-form-group-91 > select.max-10,.lq-form-group-91 > .lq-input-box.max-10,.lq-form-group-91 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-91 > input.max-8,.lq-form-group-91 > textarea.max-8,.lq-form-group-91 > select.max-8,.lq-form-group-91 > .lq-input-box.max-8,.lq-form-group-91 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-91 > input.max-16,.lq-form-group-91 > textarea.max-16,.lq-form-group-91 > select.max-16,.lq-form-group-91 > .lq-input-box.max-16,.lq-form-group-91 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-91 > input.max-20,.lq-form-group-91 > textarea.max-20,.lq-form-group-91 > select.max-20,.lq-form-group-91 > .lq-input-box.max-20,.lq-form-group-91 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-91 > input.max-25,.lq-form-group-91 > textarea.max-25,.lq-form-group-91 > select.max-25,.lq-form-group-91 > .lq-input-box.max-25,.lq-form-group-91 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-91 > input.max-30,.lq-form-group-91 > textarea.max-30,.lq-form-group-91 > select.max-30,.lq-form-group-91 > .lq-input-box.max-30,.lq-form-group-91 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-91 > input.max-33,.lq-form-group-91 > textarea.max-33,.lq-form-group-91 > select.max-33,.lq-form-group-91 > .lq-input-box.max-33,.lq-form-group-91 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-91 > input.max-40,.lq-form-group-91 > textarea.max-40,.lq-form-group-91 > select.max-40,.lq-form-group-91 > .lq-input-box.max-40,.lq-form-group-91 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-91 > input.max-41,.lq-form-group-91 > textarea.max-41,.lq-form-group-91 > select.max-41,.lq-form-group-91 > .lq-input-box.max-41,.lq-form-group-91 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-91 > input.max-50,.lq-form-group-91 > textarea.max-50,.lq-form-group-91 > select.max-50,.lq-form-group-91 > .lq-input-box.max-50,.lq-form-group-91 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-91 > input.max-60,.lq-form-group-91 > textarea.max-60,.lq-form-group-91 > select.max-60,.lq-form-group-91 > .lq-input-box.max-60,.lq-form-group-91 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-91 > input.max-58,.lq-form-group-91 > textarea.max-58,.lq-form-group-91 > select.max-58,.lq-form-group-91 > .lq-input-box.max-58,.lq-form-group-91 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-91 > input.max-66,.lq-form-group-91 > textarea.max-66,.lq-form-group-91 > select.max-66,.lq-form-group-91 > .lq-input-box.max-66,.lq-form-group-91 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-91 > input.max-70,.lq-form-group-91 > textarea.max-70,.lq-form-group-91 > select.max-70,.lq-form-group-91 > .lq-input-box.max-70,.lq-form-group-91 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-91 > input.max-75,.lq-form-group-91 > textarea.max-75,.lq-form-group-91 > select.max-75,.lq-form-group-91 > .lq-input-box.max-75,.lq-form-group-91 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-91 > input.max-80,.lq-form-group-91 > textarea.max-80,.lq-form-group-91 > select.max-80,.lq-form-group-91 > .lq-input-box.max-80,.lq-form-group-91 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-91 > input.max-83,.lq-form-group-91 > textarea.max-83,.lq-form-group-91 > select.max-83,.lq-form-group-91 > .lq-input-box.max-83,.lq-form-group-91 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-91 > input.max-91,.lq-form-group-91 > textarea.max-91,.lq-form-group-91 > select.max-91,.lq-form-group-91 > .lq-input-box.max-91,.lq-form-group-91 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-91 > input.max-85,.lq-form-group-91 > textarea.max-85,.lq-form-group-91 > select.max-85,.lq-form-group-91 > .lq-input-box.max-85,.lq-form-group-91 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-91 > input.max-90,.lq-form-group-91 > textarea.max-90,.lq-form-group-91 > select.max-90,.lq-form-group-91 > .lq-input-box.max-90,.lq-form-group-91 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-91 > input.max-100,.lq-form-group-91 > textarea.max-100,.lq-form-group-91 > select.max-100,.lq-form-group-91 > .lq-input-box.max-100,.lq-form-group-91 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-91 > label{display:flex;ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.lq-form-group-91 > label.checkbox{max-width:calc(8.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(91.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-91 > label.radio{max-width:calc(8.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(91.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-91 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-91{flex-direction:column}.lq-form-group-91 > input,.lq-form-group-91 > textarea,.lq-form-group-91 > select,.lq-form-group-91 > .lq-input-box,.lq-form-group-91 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-91 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-91 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-91 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-91 > input,.lq-form-group-float-91 > textarea,.lq-form-group-float-91 > select,.lq-form-group-float-91 > .lq-input-box,.lq-form-group-float-91 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:91.66667%}.lq-form-group-float-91 > label{ms-flex:none;flex:none;max-width:8.33333%}.lq-form-group-float-91 > label.checkbox,.lq-form-group-float-91 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-91{flex-direction:column}.lq-form-group-float-91 > input,.lq-form-group-float-91 > textarea,.lq-form-group-float-91 > select,.lq-form-group-float-91 > .lq-input-box,.lq-form-group-float-91 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-91 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-91 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-91 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-85 > input,.lq-form-group-85 > textarea,.lq-form-group-85 > select,.lq-form-group-85 > .lq-select > select,.lq-form-group-float-85 > input,.lq-form-group-float-85 > textarea,.lq-form-group-float-85 > select,.lq-form-group-float-85 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-85 > input:focus,.lq-form-group-85 > textarea:focus,.lq-form-group-85 > select:focus,.lq-form-group-85 > .lq-select > select:focus,.lq-form-group-float-85 > input:focus,.lq-form-group-float-85 > textarea:focus,.lq-form-group-float-85 > select:focus,.lq-form-group-float-85 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-85 > .lq-select > .selectarrow:after,.lq-form-group-float-85 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-85 > label.checkbox > .checkmarker,.lq-form-group-float-85 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-85 > label.checkbox > .checkmarker:after,.lq-form-group-float-85 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-85 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-85 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-85 > label.radio > .radiocircle,.lq-form-group-float-85 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-85 > label.radio > .radiocircle:after,.lq-form-group-float-85 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-85 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-85 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-85 > input,.lq-form-group-85 > textarea,.lq-form-group-85 > select,.lq-form-group-85 > .lq-input-box,.lq-form-group-85 > .lq-select{ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-85 > input.max-5,.lq-form-group-85 > textarea.max-5,.lq-form-group-85 > select.max-5,.lq-form-group-85 > .lq-input-box.max-5,.lq-form-group-85 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-85 > input.max-7,.lq-form-group-85 > textarea.max-7,.lq-form-group-85 > select.max-7,.lq-form-group-85 > .lq-input-box.max-7,.lq-form-group-85 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-85 > input.max-10,.lq-form-group-85 > textarea.max-10,.lq-form-group-85 > select.max-10,.lq-form-group-85 > .lq-input-box.max-10,.lq-form-group-85 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-85 > input.max-8,.lq-form-group-85 > textarea.max-8,.lq-form-group-85 > select.max-8,.lq-form-group-85 > .lq-input-box.max-8,.lq-form-group-85 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-85 > input.max-16,.lq-form-group-85 > textarea.max-16,.lq-form-group-85 > select.max-16,.lq-form-group-85 > .lq-input-box.max-16,.lq-form-group-85 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-85 > input.max-20,.lq-form-group-85 > textarea.max-20,.lq-form-group-85 > select.max-20,.lq-form-group-85 > .lq-input-box.max-20,.lq-form-group-85 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-85 > input.max-25,.lq-form-group-85 > textarea.max-25,.lq-form-group-85 > select.max-25,.lq-form-group-85 > .lq-input-box.max-25,.lq-form-group-85 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-85 > input.max-30,.lq-form-group-85 > textarea.max-30,.lq-form-group-85 > select.max-30,.lq-form-group-85 > .lq-input-box.max-30,.lq-form-group-85 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-85 > input.max-33,.lq-form-group-85 > textarea.max-33,.lq-form-group-85 > select.max-33,.lq-form-group-85 > .lq-input-box.max-33,.lq-form-group-85 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-85 > input.max-40,.lq-form-group-85 > textarea.max-40,.lq-form-group-85 > select.max-40,.lq-form-group-85 > .lq-input-box.max-40,.lq-form-group-85 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-85 > input.max-41,.lq-form-group-85 > textarea.max-41,.lq-form-group-85 > select.max-41,.lq-form-group-85 > .lq-input-box.max-41,.lq-form-group-85 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-85 > input.max-50,.lq-form-group-85 > textarea.max-50,.lq-form-group-85 > select.max-50,.lq-form-group-85 > .lq-input-box.max-50,.lq-form-group-85 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-85 > input.max-60,.lq-form-group-85 > textarea.max-60,.lq-form-group-85 > select.max-60,.lq-form-group-85 > .lq-input-box.max-60,.lq-form-group-85 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-85 > input.max-58,.lq-form-group-85 > textarea.max-58,.lq-form-group-85 > select.max-58,.lq-form-group-85 > .lq-input-box.max-58,.lq-form-group-85 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-85 > input.max-66,.lq-form-group-85 > textarea.max-66,.lq-form-group-85 > select.max-66,.lq-form-group-85 > .lq-input-box.max-66,.lq-form-group-85 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-85 > input.max-70,.lq-form-group-85 > textarea.max-70,.lq-form-group-85 > select.max-70,.lq-form-group-85 > .lq-input-box.max-70,.lq-form-group-85 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-85 > input.max-75,.lq-form-group-85 > textarea.max-75,.lq-form-group-85 > select.max-75,.lq-form-group-85 > .lq-input-box.max-75,.lq-form-group-85 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-85 > input.max-80,.lq-form-group-85 > textarea.max-80,.lq-form-group-85 > select.max-80,.lq-form-group-85 > .lq-input-box.max-80,.lq-form-group-85 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-85 > input.max-83,.lq-form-group-85 > textarea.max-83,.lq-form-group-85 > select.max-83,.lq-form-group-85 > .lq-input-box.max-83,.lq-form-group-85 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-85 > input.max-91,.lq-form-group-85 > textarea.max-91,.lq-form-group-85 > select.max-91,.lq-form-group-85 > .lq-input-box.max-91,.lq-form-group-85 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-85 > input.max-85,.lq-form-group-85 > textarea.max-85,.lq-form-group-85 > select.max-85,.lq-form-group-85 > .lq-input-box.max-85,.lq-form-group-85 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-85 > input.max-90,.lq-form-group-85 > textarea.max-90,.lq-form-group-85 > select.max-90,.lq-form-group-85 > .lq-input-box.max-90,.lq-form-group-85 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-85 > input.max-100,.lq-form-group-85 > textarea.max-100,.lq-form-group-85 > select.max-100,.lq-form-group-85 > .lq-input-box.max-100,.lq-form-group-85 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-85 > label{display:flex;ms-flex:0 0 85%;flex:0 0 85%;max-width:85%}.lq-form-group-85 > label.checkbox{max-width:calc(15% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(85% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-85 > label.radio{max-width:calc(15% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(85% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-85 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-85{flex-direction:column}.lq-form-group-85 > input,.lq-form-group-85 > textarea,.lq-form-group-85 > select,.lq-form-group-85 > .lq-input-box,.lq-form-group-85 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-85 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-85 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-85 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-85 > input,.lq-form-group-float-85 > textarea,.lq-form-group-float-85 > select,.lq-form-group-float-85 > .lq-input-box,.lq-form-group-float-85 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:85%}.lq-form-group-float-85 > label{ms-flex:none;flex:none;max-width:15%}.lq-form-group-float-85 > label.checkbox,.lq-form-group-float-85 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-85{flex-direction:column}.lq-form-group-float-85 > input,.lq-form-group-float-85 > textarea,.lq-form-group-float-85 > select,.lq-form-group-float-85 > .lq-input-box,.lq-form-group-float-85 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-85 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-85 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-85 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-90 > input,.lq-form-group-90 > textarea,.lq-form-group-90 > select,.lq-form-group-90 > .lq-select > select,.lq-form-group-float-90 > input,.lq-form-group-float-90 > textarea,.lq-form-group-float-90 > select,.lq-form-group-float-90 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-90 > input:focus,.lq-form-group-90 > textarea:focus,.lq-form-group-90 > select:focus,.lq-form-group-90 > .lq-select > select:focus,.lq-form-group-float-90 > input:focus,.lq-form-group-float-90 > textarea:focus,.lq-form-group-float-90 > select:focus,.lq-form-group-float-90 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-90 > .lq-select > .selectarrow:after,.lq-form-group-float-90 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-90 > label.checkbox > .checkmarker,.lq-form-group-float-90 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-90 > label.checkbox > .checkmarker:after,.lq-form-group-float-90 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-90 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-90 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-90 > label.radio > .radiocircle,.lq-form-group-float-90 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-90 > label.radio > .radiocircle:after,.lq-form-group-float-90 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-90 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-90 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-90 > input,.lq-form-group-90 > textarea,.lq-form-group-90 > select,.lq-form-group-90 > .lq-input-box,.lq-form-group-90 > .lq-select{ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-90 > input.max-5,.lq-form-group-90 > textarea.max-5,.lq-form-group-90 > select.max-5,.lq-form-group-90 > .lq-input-box.max-5,.lq-form-group-90 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-90 > input.max-7,.lq-form-group-90 > textarea.max-7,.lq-form-group-90 > select.max-7,.lq-form-group-90 > .lq-input-box.max-7,.lq-form-group-90 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-90 > input.max-10,.lq-form-group-90 > textarea.max-10,.lq-form-group-90 > select.max-10,.lq-form-group-90 > .lq-input-box.max-10,.lq-form-group-90 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-90 > input.max-8,.lq-form-group-90 > textarea.max-8,.lq-form-group-90 > select.max-8,.lq-form-group-90 > .lq-input-box.max-8,.lq-form-group-90 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-90 > input.max-16,.lq-form-group-90 > textarea.max-16,.lq-form-group-90 > select.max-16,.lq-form-group-90 > .lq-input-box.max-16,.lq-form-group-90 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-90 > input.max-20,.lq-form-group-90 > textarea.max-20,.lq-form-group-90 > select.max-20,.lq-form-group-90 > .lq-input-box.max-20,.lq-form-group-90 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-90 > input.max-25,.lq-form-group-90 > textarea.max-25,.lq-form-group-90 > select.max-25,.lq-form-group-90 > .lq-input-box.max-25,.lq-form-group-90 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-90 > input.max-30,.lq-form-group-90 > textarea.max-30,.lq-form-group-90 > select.max-30,.lq-form-group-90 > .lq-input-box.max-30,.lq-form-group-90 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-90 > input.max-33,.lq-form-group-90 > textarea.max-33,.lq-form-group-90 > select.max-33,.lq-form-group-90 > .lq-input-box.max-33,.lq-form-group-90 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-90 > input.max-40,.lq-form-group-90 > textarea.max-40,.lq-form-group-90 > select.max-40,.lq-form-group-90 > .lq-input-box.max-40,.lq-form-group-90 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-90 > input.max-41,.lq-form-group-90 > textarea.max-41,.lq-form-group-90 > select.max-41,.lq-form-group-90 > .lq-input-box.max-41,.lq-form-group-90 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-90 > input.max-50,.lq-form-group-90 > textarea.max-50,.lq-form-group-90 > select.max-50,.lq-form-group-90 > .lq-input-box.max-50,.lq-form-group-90 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-90 > input.max-60,.lq-form-group-90 > textarea.max-60,.lq-form-group-90 > select.max-60,.lq-form-group-90 > .lq-input-box.max-60,.lq-form-group-90 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-90 > input.max-58,.lq-form-group-90 > textarea.max-58,.lq-form-group-90 > select.max-58,.lq-form-group-90 > .lq-input-box.max-58,.lq-form-group-90 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-90 > input.max-66,.lq-form-group-90 > textarea.max-66,.lq-form-group-90 > select.max-66,.lq-form-group-90 > .lq-input-box.max-66,.lq-form-group-90 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-90 > input.max-70,.lq-form-group-90 > textarea.max-70,.lq-form-group-90 > select.max-70,.lq-form-group-90 > .lq-input-box.max-70,.lq-form-group-90 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-90 > input.max-75,.lq-form-group-90 > textarea.max-75,.lq-form-group-90 > select.max-75,.lq-form-group-90 > .lq-input-box.max-75,.lq-form-group-90 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-90 > input.max-80,.lq-form-group-90 > textarea.max-80,.lq-form-group-90 > select.max-80,.lq-form-group-90 > .lq-input-box.max-80,.lq-form-group-90 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-90 > input.max-83,.lq-form-group-90 > textarea.max-83,.lq-form-group-90 > select.max-83,.lq-form-group-90 > .lq-input-box.max-83,.lq-form-group-90 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-90 > input.max-91,.lq-form-group-90 > textarea.max-91,.lq-form-group-90 > select.max-91,.lq-form-group-90 > .lq-input-box.max-91,.lq-form-group-90 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-90 > input.max-85,.lq-form-group-90 > textarea.max-85,.lq-form-group-90 > select.max-85,.lq-form-group-90 > .lq-input-box.max-85,.lq-form-group-90 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-90 > input.max-90,.lq-form-group-90 > textarea.max-90,.lq-form-group-90 > select.max-90,.lq-form-group-90 > .lq-input-box.max-90,.lq-form-group-90 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-90 > input.max-100,.lq-form-group-90 > textarea.max-100,.lq-form-group-90 > select.max-100,.lq-form-group-90 > .lq-input-box.max-100,.lq-form-group-90 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-90 > label{display:flex;ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}.lq-form-group-90 > label.checkbox{max-width:calc(10% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(90% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-90 > label.radio{max-width:calc(10% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(90% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-90 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-90{flex-direction:column}.lq-form-group-90 > input,.lq-form-group-90 > textarea,.lq-form-group-90 > select,.lq-form-group-90 > .lq-input-box,.lq-form-group-90 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-90 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-90 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-90 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-90 > input,.lq-form-group-float-90 > textarea,.lq-form-group-float-90 > select,.lq-form-group-float-90 > .lq-input-box,.lq-form-group-float-90 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:90%}.lq-form-group-float-90 > label{ms-flex:none;flex:none;max-width:10%}.lq-form-group-float-90 > label.checkbox,.lq-form-group-float-90 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-90{flex-direction:column}.lq-form-group-float-90 > input,.lq-form-group-float-90 > textarea,.lq-form-group-float-90 > select,.lq-form-group-float-90 > .lq-input-box,.lq-form-group-float-90 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-90 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-90 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-90 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-100 > input,.lq-form-group-100 > textarea,.lq-form-group-100 > select,.lq-form-group-100 > .lq-select > select,.lq-form-group-float-100 > input,.lq-form-group-float-100 > textarea,.lq-form-group-float-100 > select,.lq-form-group-float-100 > .lq-select > select{border:2px solid #342438;background-color:#ffffff}.lq-form-group-100 > input:focus,.lq-form-group-100 > textarea:focus,.lq-form-group-100 > select:focus,.lq-form-group-100 > .lq-select > select:focus,.lq-form-group-float-100 > input:focus,.lq-form-group-float-100 > textarea:focus,.lq-form-group-float-100 > select:focus,.lq-form-group-float-100 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-100 > .lq-select > .selectarrow:after,.lq-form-group-float-100 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-100 > label.checkbox > .checkmarker,.lq-form-group-float-100 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-100 > label.checkbox > .checkmarker:after,.lq-form-group-float-100 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-100 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-100 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-100 > label.radio > .radiocircle,.lq-form-group-float-100 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-100 > label.radio > .radiocircle:after,.lq-form-group-float-100 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-100 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-100 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-100 > input,.lq-form-group-100 > textarea,.lq-form-group-100 > select,.lq-form-group-100 > .lq-input-box,.lq-form-group-100 > .lq-select{ms-flex:0 0 0%;flex:0 0 0%;max-width:0%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-100 > input.max-5,.lq-form-group-100 > textarea.max-5,.lq-form-group-100 > select.max-5,.lq-form-group-100 > .lq-input-box.max-5,.lq-form-group-100 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-100 > input.max-7,.lq-form-group-100 > textarea.max-7,.lq-form-group-100 > select.max-7,.lq-form-group-100 > .lq-input-box.max-7,.lq-form-group-100 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-100 > input.max-10,.lq-form-group-100 > textarea.max-10,.lq-form-group-100 > select.max-10,.lq-form-group-100 > .lq-input-box.max-10,.lq-form-group-100 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-100 > input.max-8,.lq-form-group-100 > textarea.max-8,.lq-form-group-100 > select.max-8,.lq-form-group-100 > .lq-input-box.max-8,.lq-form-group-100 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-100 > input.max-16,.lq-form-group-100 > textarea.max-16,.lq-form-group-100 > select.max-16,.lq-form-group-100 > .lq-input-box.max-16,.lq-form-group-100 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-100 > input.max-20,.lq-form-group-100 > textarea.max-20,.lq-form-group-100 > select.max-20,.lq-form-group-100 > .lq-input-box.max-20,.lq-form-group-100 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-100 > input.max-25,.lq-form-group-100 > textarea.max-25,.lq-form-group-100 > select.max-25,.lq-form-group-100 > .lq-input-box.max-25,.lq-form-group-100 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-100 > input.max-30,.lq-form-group-100 > textarea.max-30,.lq-form-group-100 > select.max-30,.lq-form-group-100 > .lq-input-box.max-30,.lq-form-group-100 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-100 > input.max-33,.lq-form-group-100 > textarea.max-33,.lq-form-group-100 > select.max-33,.lq-form-group-100 > .lq-input-box.max-33,.lq-form-group-100 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-100 > input.max-40,.lq-form-group-100 > textarea.max-40,.lq-form-group-100 > select.max-40,.lq-form-group-100 > .lq-input-box.max-40,.lq-form-group-100 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-100 > input.max-41,.lq-form-group-100 > textarea.max-41,.lq-form-group-100 > select.max-41,.lq-form-group-100 > .lq-input-box.max-41,.lq-form-group-100 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-100 > input.max-50,.lq-form-group-100 > textarea.max-50,.lq-form-group-100 > select.max-50,.lq-form-group-100 > .lq-input-box.max-50,.lq-form-group-100 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-100 > input.max-60,.lq-form-group-100 > textarea.max-60,.lq-form-group-100 > select.max-60,.lq-form-group-100 > .lq-input-box.max-60,.lq-form-group-100 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-100 > input.max-58,.lq-form-group-100 > textarea.max-58,.lq-form-group-100 > select.max-58,.lq-form-group-100 > .lq-input-box.max-58,.lq-form-group-100 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-100 > input.max-66,.lq-form-group-100 > textarea.max-66,.lq-form-group-100 > select.max-66,.lq-form-group-100 > .lq-input-box.max-66,.lq-form-group-100 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-100 > input.max-70,.lq-form-group-100 > textarea.max-70,.lq-form-group-100 > select.max-70,.lq-form-group-100 > .lq-input-box.max-70,.lq-form-group-100 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-100 > input.max-75,.lq-form-group-100 > textarea.max-75,.lq-form-group-100 > select.max-75,.lq-form-group-100 > .lq-input-box.max-75,.lq-form-group-100 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-100 > input.max-80,.lq-form-group-100 > textarea.max-80,.lq-form-group-100 > select.max-80,.lq-form-group-100 > .lq-input-box.max-80,.lq-form-group-100 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-100 > input.max-83,.lq-form-group-100 > textarea.max-83,.lq-form-group-100 > select.max-83,.lq-form-group-100 > .lq-input-box.max-83,.lq-form-group-100 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-100 > input.max-91,.lq-form-group-100 > textarea.max-91,.lq-form-group-100 > select.max-91,.lq-form-group-100 > .lq-input-box.max-91,.lq-form-group-100 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-100 > input.max-85,.lq-form-group-100 > textarea.max-85,.lq-form-group-100 > select.max-85,.lq-form-group-100 > .lq-input-box.max-85,.lq-form-group-100 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-100 > input.max-90,.lq-form-group-100 > textarea.max-90,.lq-form-group-100 > select.max-90,.lq-form-group-100 > .lq-input-box.max-90,.lq-form-group-100 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-100 > input.max-100,.lq-form-group-100 > textarea.max-100,.lq-form-group-100 > select.max-100,.lq-form-group-100 > .lq-input-box.max-100,.lq-form-group-100 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-100 > label{display:flex;ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-100 > label.checkbox{max-width:calc(0% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(100% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-100 > label.radio{max-width:calc(0% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(100% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-100 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-100{flex-direction:column}.lq-form-group-100 > input,.lq-form-group-100 > textarea,.lq-form-group-100 > select,.lq-form-group-100 > .lq-input-box,.lq-form-group-100 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-100 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-100 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-100 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-100 > input,.lq-form-group-float-100 > textarea,.lq-form-group-float-100 > select,.lq-form-group-float-100 > .lq-input-box,.lq-form-group-float-100 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:100%}.lq-form-group-float-100 > label{ms-flex:none;flex:none;max-width:0%}.lq-form-group-float-100 > label.checkbox,.lq-form-group-float-100 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-100{flex-direction:column}.lq-form-group-float-100 > input,.lq-form-group-float-100 > textarea,.lq-form-group-float-100 > select,.lq-form-group-float-100 > .lq-input-box,.lq-form-group-float-100 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-100 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-100 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-100 > label.radio{max-width:100%;margin-left:0}}/*$name: if($name == "" or $name == null, "", "-"+$name);
  $color: if($color == "" or $color == null, $form-color, $color);
  $background-color: if($background-color == "" or $background-color == null, $form-background-color, $background-color);*/.lq-btn-grey{color:#342438;background-color:#c5bdb0;border:2px solid #261a28}.lq-btn-grey:hover{color:#171019;background-color:#afa493;border:2px solid #171019}.lq-btn-grey.light{color:#b89cbf;background-color:white;border:2px solid #8a6095}.lq-btn-grey.light:hover{color:#8a6095;background-color:white;border:2px solid #513857}.lq-form-group-grey-5 > input,.lq-form-group-grey-5 > textarea,.lq-form-group-grey-5 > select,.lq-form-group-grey-5 > .lq-select > select,.lq-form-group-float-grey-5 > input,.lq-form-group-float-grey-5 > textarea,.lq-form-group-float-grey-5 > select,.lq-form-group-float-grey-5 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-5 > input:focus,.lq-form-group-grey-5 > textarea:focus,.lq-form-group-grey-5 > select:focus,.lq-form-group-grey-5 > .lq-select > select:focus,.lq-form-group-float-grey-5 > input:focus,.lq-form-group-float-grey-5 > textarea:focus,.lq-form-group-float-grey-5 > select:focus,.lq-form-group-float-grey-5 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-5 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-5 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-5 > label.checkbox > .checkmarker,.lq-form-group-float-grey-5 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-5 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-5 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-5 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-5 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-5 > label.radio > .radiocircle,.lq-form-group-float-grey-5 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-5 > label.radio > .radiocircle:after,.lq-form-group-float-grey-5 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-5 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-5 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-5 > input,.lq-form-group-grey-5 > textarea,.lq-form-group-grey-5 > select,.lq-form-group-grey-5 > .lq-input-box,.lq-form-group-grey-5 > .lq-select{ms-flex:0 0 95%;flex:0 0 95%;max-width:95%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-5 > input.max-5,.lq-form-group-grey-5 > textarea.max-5,.lq-form-group-grey-5 > select.max-5,.lq-form-group-grey-5 > .lq-input-box.max-5,.lq-form-group-grey-5 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-5 > input.max-7,.lq-form-group-grey-5 > textarea.max-7,.lq-form-group-grey-5 > select.max-7,.lq-form-group-grey-5 > .lq-input-box.max-7,.lq-form-group-grey-5 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-5 > input.max-10,.lq-form-group-grey-5 > textarea.max-10,.lq-form-group-grey-5 > select.max-10,.lq-form-group-grey-5 > .lq-input-box.max-10,.lq-form-group-grey-5 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-5 > input.max-8,.lq-form-group-grey-5 > textarea.max-8,.lq-form-group-grey-5 > select.max-8,.lq-form-group-grey-5 > .lq-input-box.max-8,.lq-form-group-grey-5 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-5 > input.max-16,.lq-form-group-grey-5 > textarea.max-16,.lq-form-group-grey-5 > select.max-16,.lq-form-group-grey-5 > .lq-input-box.max-16,.lq-form-group-grey-5 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-5 > input.max-20,.lq-form-group-grey-5 > textarea.max-20,.lq-form-group-grey-5 > select.max-20,.lq-form-group-grey-5 > .lq-input-box.max-20,.lq-form-group-grey-5 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-5 > input.max-25,.lq-form-group-grey-5 > textarea.max-25,.lq-form-group-grey-5 > select.max-25,.lq-form-group-grey-5 > .lq-input-box.max-25,.lq-form-group-grey-5 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-5 > input.max-30,.lq-form-group-grey-5 > textarea.max-30,.lq-form-group-grey-5 > select.max-30,.lq-form-group-grey-5 > .lq-input-box.max-30,.lq-form-group-grey-5 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-5 > input.max-33,.lq-form-group-grey-5 > textarea.max-33,.lq-form-group-grey-5 > select.max-33,.lq-form-group-grey-5 > .lq-input-box.max-33,.lq-form-group-grey-5 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-5 > input.max-40,.lq-form-group-grey-5 > textarea.max-40,.lq-form-group-grey-5 > select.max-40,.lq-form-group-grey-5 > .lq-input-box.max-40,.lq-form-group-grey-5 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-5 > input.max-41,.lq-form-group-grey-5 > textarea.max-41,.lq-form-group-grey-5 > select.max-41,.lq-form-group-grey-5 > .lq-input-box.max-41,.lq-form-group-grey-5 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-5 > input.max-50,.lq-form-group-grey-5 > textarea.max-50,.lq-form-group-grey-5 > select.max-50,.lq-form-group-grey-5 > .lq-input-box.max-50,.lq-form-group-grey-5 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-5 > input.max-60,.lq-form-group-grey-5 > textarea.max-60,.lq-form-group-grey-5 > select.max-60,.lq-form-group-grey-5 > .lq-input-box.max-60,.lq-form-group-grey-5 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-5 > input.max-58,.lq-form-group-grey-5 > textarea.max-58,.lq-form-group-grey-5 > select.max-58,.lq-form-group-grey-5 > .lq-input-box.max-58,.lq-form-group-grey-5 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-5 > input.max-66,.lq-form-group-grey-5 > textarea.max-66,.lq-form-group-grey-5 > select.max-66,.lq-form-group-grey-5 > .lq-input-box.max-66,.lq-form-group-grey-5 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-5 > input.max-70,.lq-form-group-grey-5 > textarea.max-70,.lq-form-group-grey-5 > select.max-70,.lq-form-group-grey-5 > .lq-input-box.max-70,.lq-form-group-grey-5 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-5 > input.max-75,.lq-form-group-grey-5 > textarea.max-75,.lq-form-group-grey-5 > select.max-75,.lq-form-group-grey-5 > .lq-input-box.max-75,.lq-form-group-grey-5 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-5 > input.max-80,.lq-form-group-grey-5 > textarea.max-80,.lq-form-group-grey-5 > select.max-80,.lq-form-group-grey-5 > .lq-input-box.max-80,.lq-form-group-grey-5 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-5 > input.max-83,.lq-form-group-grey-5 > textarea.max-83,.lq-form-group-grey-5 > select.max-83,.lq-form-group-grey-5 > .lq-input-box.max-83,.lq-form-group-grey-5 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-5 > input.max-91,.lq-form-group-grey-5 > textarea.max-91,.lq-form-group-grey-5 > select.max-91,.lq-form-group-grey-5 > .lq-input-box.max-91,.lq-form-group-grey-5 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-5 > input.max-85,.lq-form-group-grey-5 > textarea.max-85,.lq-form-group-grey-5 > select.max-85,.lq-form-group-grey-5 > .lq-input-box.max-85,.lq-form-group-grey-5 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-5 > input.max-90,.lq-form-group-grey-5 > textarea.max-90,.lq-form-group-grey-5 > select.max-90,.lq-form-group-grey-5 > .lq-input-box.max-90,.lq-form-group-grey-5 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-5 > input.max-100,.lq-form-group-grey-5 > textarea.max-100,.lq-form-group-grey-5 > select.max-100,.lq-form-group-grey-5 > .lq-input-box.max-100,.lq-form-group-grey-5 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-5 > label{display:flex;ms-flex:0 0 5%;flex:0 0 5%;max-width:5%}.lq-form-group-grey-5 > label.checkbox{max-width:calc(95% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(5% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-5 > label.radio{max-width:calc(95% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(5% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-5 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-5{flex-direction:column}.lq-form-group-grey-5 > input,.lq-form-group-grey-5 > textarea,.lq-form-group-grey-5 > select,.lq-form-group-grey-5 > .lq-input-box,.lq-form-group-grey-5 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-5 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-5 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-5 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-5 > input,.lq-form-group-float-grey-5 > textarea,.lq-form-group-float-grey-5 > select,.lq-form-group-float-grey-5 > .lq-input-box,.lq-form-group-float-grey-5 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:5%}.lq-form-group-float-grey-5 > label{ms-flex:none;flex:none;max-width:95%}.lq-form-group-float-grey-5 > label.checkbox,.lq-form-group-float-grey-5 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-5{flex-direction:column}.lq-form-group-float-grey-5 > input,.lq-form-group-float-grey-5 > textarea,.lq-form-group-float-grey-5 > select,.lq-form-group-float-grey-5 > .lq-input-box,.lq-form-group-float-grey-5 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-5 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-5 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-5 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-7 > input,.lq-form-group-grey-7 > textarea,.lq-form-group-grey-7 > select,.lq-form-group-grey-7 > .lq-select > select,.lq-form-group-float-grey-7 > input,.lq-form-group-float-grey-7 > textarea,.lq-form-group-float-grey-7 > select,.lq-form-group-float-grey-7 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-7 > input:focus,.lq-form-group-grey-7 > textarea:focus,.lq-form-group-grey-7 > select:focus,.lq-form-group-grey-7 > .lq-select > select:focus,.lq-form-group-float-grey-7 > input:focus,.lq-form-group-float-grey-7 > textarea:focus,.lq-form-group-float-grey-7 > select:focus,.lq-form-group-float-grey-7 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-7 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-7 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-7 > label.checkbox > .checkmarker,.lq-form-group-float-grey-7 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-7 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-7 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-7 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-7 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-7 > label.radio > .radiocircle,.lq-form-group-float-grey-7 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-7 > label.radio > .radiocircle:after,.lq-form-group-float-grey-7 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-7 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-7 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-7 > input,.lq-form-group-grey-7 > textarea,.lq-form-group-grey-7 > select,.lq-form-group-grey-7 > .lq-input-box,.lq-form-group-grey-7 > .lq-select{ms-flex:0 0 92.5%;flex:0 0 92.5%;max-width:92.5%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-7 > input.max-5,.lq-form-group-grey-7 > textarea.max-5,.lq-form-group-grey-7 > select.max-5,.lq-form-group-grey-7 > .lq-input-box.max-5,.lq-form-group-grey-7 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-7 > input.max-7,.lq-form-group-grey-7 > textarea.max-7,.lq-form-group-grey-7 > select.max-7,.lq-form-group-grey-7 > .lq-input-box.max-7,.lq-form-group-grey-7 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-7 > input.max-10,.lq-form-group-grey-7 > textarea.max-10,.lq-form-group-grey-7 > select.max-10,.lq-form-group-grey-7 > .lq-input-box.max-10,.lq-form-group-grey-7 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-7 > input.max-8,.lq-form-group-grey-7 > textarea.max-8,.lq-form-group-grey-7 > select.max-8,.lq-form-group-grey-7 > .lq-input-box.max-8,.lq-form-group-grey-7 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-7 > input.max-16,.lq-form-group-grey-7 > textarea.max-16,.lq-form-group-grey-7 > select.max-16,.lq-form-group-grey-7 > .lq-input-box.max-16,.lq-form-group-grey-7 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-7 > input.max-20,.lq-form-group-grey-7 > textarea.max-20,.lq-form-group-grey-7 > select.max-20,.lq-form-group-grey-7 > .lq-input-box.max-20,.lq-form-group-grey-7 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-7 > input.max-25,.lq-form-group-grey-7 > textarea.max-25,.lq-form-group-grey-7 > select.max-25,.lq-form-group-grey-7 > .lq-input-box.max-25,.lq-form-group-grey-7 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-7 > input.max-30,.lq-form-group-grey-7 > textarea.max-30,.lq-form-group-grey-7 > select.max-30,.lq-form-group-grey-7 > .lq-input-box.max-30,.lq-form-group-grey-7 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-7 > input.max-33,.lq-form-group-grey-7 > textarea.max-33,.lq-form-group-grey-7 > select.max-33,.lq-form-group-grey-7 > .lq-input-box.max-33,.lq-form-group-grey-7 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-7 > input.max-40,.lq-form-group-grey-7 > textarea.max-40,.lq-form-group-grey-7 > select.max-40,.lq-form-group-grey-7 > .lq-input-box.max-40,.lq-form-group-grey-7 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-7 > input.max-41,.lq-form-group-grey-7 > textarea.max-41,.lq-form-group-grey-7 > select.max-41,.lq-form-group-grey-7 > .lq-input-box.max-41,.lq-form-group-grey-7 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-7 > input.max-50,.lq-form-group-grey-7 > textarea.max-50,.lq-form-group-grey-7 > select.max-50,.lq-form-group-grey-7 > .lq-input-box.max-50,.lq-form-group-grey-7 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-7 > input.max-60,.lq-form-group-grey-7 > textarea.max-60,.lq-form-group-grey-7 > select.max-60,.lq-form-group-grey-7 > .lq-input-box.max-60,.lq-form-group-grey-7 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-7 > input.max-58,.lq-form-group-grey-7 > textarea.max-58,.lq-form-group-grey-7 > select.max-58,.lq-form-group-grey-7 > .lq-input-box.max-58,.lq-form-group-grey-7 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-7 > input.max-66,.lq-form-group-grey-7 > textarea.max-66,.lq-form-group-grey-7 > select.max-66,.lq-form-group-grey-7 > .lq-input-box.max-66,.lq-form-group-grey-7 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-7 > input.max-70,.lq-form-group-grey-7 > textarea.max-70,.lq-form-group-grey-7 > select.max-70,.lq-form-group-grey-7 > .lq-input-box.max-70,.lq-form-group-grey-7 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-7 > input.max-75,.lq-form-group-grey-7 > textarea.max-75,.lq-form-group-grey-7 > select.max-75,.lq-form-group-grey-7 > .lq-input-box.max-75,.lq-form-group-grey-7 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-7 > input.max-80,.lq-form-group-grey-7 > textarea.max-80,.lq-form-group-grey-7 > select.max-80,.lq-form-group-grey-7 > .lq-input-box.max-80,.lq-form-group-grey-7 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-7 > input.max-83,.lq-form-group-grey-7 > textarea.max-83,.lq-form-group-grey-7 > select.max-83,.lq-form-group-grey-7 > .lq-input-box.max-83,.lq-form-group-grey-7 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-7 > input.max-91,.lq-form-group-grey-7 > textarea.max-91,.lq-form-group-grey-7 > select.max-91,.lq-form-group-grey-7 > .lq-input-box.max-91,.lq-form-group-grey-7 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-7 > input.max-85,.lq-form-group-grey-7 > textarea.max-85,.lq-form-group-grey-7 > select.max-85,.lq-form-group-grey-7 > .lq-input-box.max-85,.lq-form-group-grey-7 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-7 > input.max-90,.lq-form-group-grey-7 > textarea.max-90,.lq-form-group-grey-7 > select.max-90,.lq-form-group-grey-7 > .lq-input-box.max-90,.lq-form-group-grey-7 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-7 > input.max-100,.lq-form-group-grey-7 > textarea.max-100,.lq-form-group-grey-7 > select.max-100,.lq-form-group-grey-7 > .lq-input-box.max-100,.lq-form-group-grey-7 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-7 > label{display:flex;ms-flex:0 0 7.5%;flex:0 0 7.5%;max-width:7.5%}.lq-form-group-grey-7 > label.checkbox{max-width:calc(92.5% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(7.5% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-7 > label.radio{max-width:calc(92.5% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(7.5% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-7 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-7{flex-direction:column}.lq-form-group-grey-7 > input,.lq-form-group-grey-7 > textarea,.lq-form-group-grey-7 > select,.lq-form-group-grey-7 > .lq-input-box,.lq-form-group-grey-7 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-7 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-7 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-7 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-7 > input,.lq-form-group-float-grey-7 > textarea,.lq-form-group-float-grey-7 > select,.lq-form-group-float-grey-7 > .lq-input-box,.lq-form-group-float-grey-7 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:7.5%}.lq-form-group-float-grey-7 > label{ms-flex:none;flex:none;max-width:92.5%}.lq-form-group-float-grey-7 > label.checkbox,.lq-form-group-float-grey-7 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-7{flex-direction:column}.lq-form-group-float-grey-7 > input,.lq-form-group-float-grey-7 > textarea,.lq-form-group-float-grey-7 > select,.lq-form-group-float-grey-7 > .lq-input-box,.lq-form-group-float-grey-7 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-7 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-7 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-7 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-10 > input,.lq-form-group-grey-10 > textarea,.lq-form-group-grey-10 > select,.lq-form-group-grey-10 > .lq-select > select,.lq-form-group-float-grey-10 > input,.lq-form-group-float-grey-10 > textarea,.lq-form-group-float-grey-10 > select,.lq-form-group-float-grey-10 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-10 > input:focus,.lq-form-group-grey-10 > textarea:focus,.lq-form-group-grey-10 > select:focus,.lq-form-group-grey-10 > .lq-select > select:focus,.lq-form-group-float-grey-10 > input:focus,.lq-form-group-float-grey-10 > textarea:focus,.lq-form-group-float-grey-10 > select:focus,.lq-form-group-float-grey-10 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-10 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-10 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-10 > label.checkbox > .checkmarker,.lq-form-group-float-grey-10 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-10 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-10 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-10 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-10 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-10 > label.radio > .radiocircle,.lq-form-group-float-grey-10 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-10 > label.radio > .radiocircle:after,.lq-form-group-float-grey-10 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-10 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-10 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-10 > input,.lq-form-group-grey-10 > textarea,.lq-form-group-grey-10 > select,.lq-form-group-grey-10 > .lq-input-box,.lq-form-group-grey-10 > .lq-select{ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-10 > input.max-5,.lq-form-group-grey-10 > textarea.max-5,.lq-form-group-grey-10 > select.max-5,.lq-form-group-grey-10 > .lq-input-box.max-5,.lq-form-group-grey-10 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-10 > input.max-7,.lq-form-group-grey-10 > textarea.max-7,.lq-form-group-grey-10 > select.max-7,.lq-form-group-grey-10 > .lq-input-box.max-7,.lq-form-group-grey-10 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-10 > input.max-10,.lq-form-group-grey-10 > textarea.max-10,.lq-form-group-grey-10 > select.max-10,.lq-form-group-grey-10 > .lq-input-box.max-10,.lq-form-group-grey-10 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-10 > input.max-8,.lq-form-group-grey-10 > textarea.max-8,.lq-form-group-grey-10 > select.max-8,.lq-form-group-grey-10 > .lq-input-box.max-8,.lq-form-group-grey-10 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-10 > input.max-16,.lq-form-group-grey-10 > textarea.max-16,.lq-form-group-grey-10 > select.max-16,.lq-form-group-grey-10 > .lq-input-box.max-16,.lq-form-group-grey-10 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-10 > input.max-20,.lq-form-group-grey-10 > textarea.max-20,.lq-form-group-grey-10 > select.max-20,.lq-form-group-grey-10 > .lq-input-box.max-20,.lq-form-group-grey-10 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-10 > input.max-25,.lq-form-group-grey-10 > textarea.max-25,.lq-form-group-grey-10 > select.max-25,.lq-form-group-grey-10 > .lq-input-box.max-25,.lq-form-group-grey-10 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-10 > input.max-30,.lq-form-group-grey-10 > textarea.max-30,.lq-form-group-grey-10 > select.max-30,.lq-form-group-grey-10 > .lq-input-box.max-30,.lq-form-group-grey-10 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-10 > input.max-33,.lq-form-group-grey-10 > textarea.max-33,.lq-form-group-grey-10 > select.max-33,.lq-form-group-grey-10 > .lq-input-box.max-33,.lq-form-group-grey-10 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-10 > input.max-40,.lq-form-group-grey-10 > textarea.max-40,.lq-form-group-grey-10 > select.max-40,.lq-form-group-grey-10 > .lq-input-box.max-40,.lq-form-group-grey-10 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-10 > input.max-41,.lq-form-group-grey-10 > textarea.max-41,.lq-form-group-grey-10 > select.max-41,.lq-form-group-grey-10 > .lq-input-box.max-41,.lq-form-group-grey-10 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-10 > input.max-50,.lq-form-group-grey-10 > textarea.max-50,.lq-form-group-grey-10 > select.max-50,.lq-form-group-grey-10 > .lq-input-box.max-50,.lq-form-group-grey-10 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-10 > input.max-60,.lq-form-group-grey-10 > textarea.max-60,.lq-form-group-grey-10 > select.max-60,.lq-form-group-grey-10 > .lq-input-box.max-60,.lq-form-group-grey-10 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-10 > input.max-58,.lq-form-group-grey-10 > textarea.max-58,.lq-form-group-grey-10 > select.max-58,.lq-form-group-grey-10 > .lq-input-box.max-58,.lq-form-group-grey-10 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-10 > input.max-66,.lq-form-group-grey-10 > textarea.max-66,.lq-form-group-grey-10 > select.max-66,.lq-form-group-grey-10 > .lq-input-box.max-66,.lq-form-group-grey-10 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-10 > input.max-70,.lq-form-group-grey-10 > textarea.max-70,.lq-form-group-grey-10 > select.max-70,.lq-form-group-grey-10 > .lq-input-box.max-70,.lq-form-group-grey-10 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-10 > input.max-75,.lq-form-group-grey-10 > textarea.max-75,.lq-form-group-grey-10 > select.max-75,.lq-form-group-grey-10 > .lq-input-box.max-75,.lq-form-group-grey-10 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-10 > input.max-80,.lq-form-group-grey-10 > textarea.max-80,.lq-form-group-grey-10 > select.max-80,.lq-form-group-grey-10 > .lq-input-box.max-80,.lq-form-group-grey-10 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-10 > input.max-83,.lq-form-group-grey-10 > textarea.max-83,.lq-form-group-grey-10 > select.max-83,.lq-form-group-grey-10 > .lq-input-box.max-83,.lq-form-group-grey-10 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-10 > input.max-91,.lq-form-group-grey-10 > textarea.max-91,.lq-form-group-grey-10 > select.max-91,.lq-form-group-grey-10 > .lq-input-box.max-91,.lq-form-group-grey-10 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-10 > input.max-85,.lq-form-group-grey-10 > textarea.max-85,.lq-form-group-grey-10 > select.max-85,.lq-form-group-grey-10 > .lq-input-box.max-85,.lq-form-group-grey-10 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-10 > input.max-90,.lq-form-group-grey-10 > textarea.max-90,.lq-form-group-grey-10 > select.max-90,.lq-form-group-grey-10 > .lq-input-box.max-90,.lq-form-group-grey-10 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-10 > input.max-100,.lq-form-group-grey-10 > textarea.max-100,.lq-form-group-grey-10 > select.max-100,.lq-form-group-grey-10 > .lq-input-box.max-100,.lq-form-group-grey-10 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-10 > label{display:flex;ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.lq-form-group-grey-10 > label.checkbox{max-width:calc(90% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(10% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-10 > label.radio{max-width:calc(90% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(10% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-10 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-10{flex-direction:column}.lq-form-group-grey-10 > input,.lq-form-group-grey-10 > textarea,.lq-form-group-grey-10 > select,.lq-form-group-grey-10 > .lq-input-box,.lq-form-group-grey-10 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-10 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-10 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-10 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-10 > input,.lq-form-group-float-grey-10 > textarea,.lq-form-group-float-grey-10 > select,.lq-form-group-float-grey-10 > .lq-input-box,.lq-form-group-float-grey-10 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:10%}.lq-form-group-float-grey-10 > label{ms-flex:none;flex:none;max-width:90%}.lq-form-group-float-grey-10 > label.checkbox,.lq-form-group-float-grey-10 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-10{flex-direction:column}.lq-form-group-float-grey-10 > input,.lq-form-group-float-grey-10 > textarea,.lq-form-group-float-grey-10 > select,.lq-form-group-float-grey-10 > .lq-input-box,.lq-form-group-float-grey-10 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-10 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-10 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-10 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-8 > input,.lq-form-group-grey-8 > textarea,.lq-form-group-grey-8 > select,.lq-form-group-grey-8 > .lq-select > select,.lq-form-group-float-grey-8 > input,.lq-form-group-float-grey-8 > textarea,.lq-form-group-float-grey-8 > select,.lq-form-group-float-grey-8 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-8 > input:focus,.lq-form-group-grey-8 > textarea:focus,.lq-form-group-grey-8 > select:focus,.lq-form-group-grey-8 > .lq-select > select:focus,.lq-form-group-float-grey-8 > input:focus,.lq-form-group-float-grey-8 > textarea:focus,.lq-form-group-float-grey-8 > select:focus,.lq-form-group-float-grey-8 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-8 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-8 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-8 > label.checkbox > .checkmarker,.lq-form-group-float-grey-8 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-8 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-8 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-8 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-8 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-8 > label.radio > .radiocircle,.lq-form-group-float-grey-8 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-8 > label.radio > .radiocircle:after,.lq-form-group-float-grey-8 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-8 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-8 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-8 > input,.lq-form-group-grey-8 > textarea,.lq-form-group-grey-8 > select,.lq-form-group-grey-8 > .lq-input-box,.lq-form-group-grey-8 > .lq-select{ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-8 > input.max-5,.lq-form-group-grey-8 > textarea.max-5,.lq-form-group-grey-8 > select.max-5,.lq-form-group-grey-8 > .lq-input-box.max-5,.lq-form-group-grey-8 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-8 > input.max-7,.lq-form-group-grey-8 > textarea.max-7,.lq-form-group-grey-8 > select.max-7,.lq-form-group-grey-8 > .lq-input-box.max-7,.lq-form-group-grey-8 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-8 > input.max-10,.lq-form-group-grey-8 > textarea.max-10,.lq-form-group-grey-8 > select.max-10,.lq-form-group-grey-8 > .lq-input-box.max-10,.lq-form-group-grey-8 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-8 > input.max-8,.lq-form-group-grey-8 > textarea.max-8,.lq-form-group-grey-8 > select.max-8,.lq-form-group-grey-8 > .lq-input-box.max-8,.lq-form-group-grey-8 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-8 > input.max-16,.lq-form-group-grey-8 > textarea.max-16,.lq-form-group-grey-8 > select.max-16,.lq-form-group-grey-8 > .lq-input-box.max-16,.lq-form-group-grey-8 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-8 > input.max-20,.lq-form-group-grey-8 > textarea.max-20,.lq-form-group-grey-8 > select.max-20,.lq-form-group-grey-8 > .lq-input-box.max-20,.lq-form-group-grey-8 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-8 > input.max-25,.lq-form-group-grey-8 > textarea.max-25,.lq-form-group-grey-8 > select.max-25,.lq-form-group-grey-8 > .lq-input-box.max-25,.lq-form-group-grey-8 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-8 > input.max-30,.lq-form-group-grey-8 > textarea.max-30,.lq-form-group-grey-8 > select.max-30,.lq-form-group-grey-8 > .lq-input-box.max-30,.lq-form-group-grey-8 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-8 > input.max-33,.lq-form-group-grey-8 > textarea.max-33,.lq-form-group-grey-8 > select.max-33,.lq-form-group-grey-8 > .lq-input-box.max-33,.lq-form-group-grey-8 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-8 > input.max-40,.lq-form-group-grey-8 > textarea.max-40,.lq-form-group-grey-8 > select.max-40,.lq-form-group-grey-8 > .lq-input-box.max-40,.lq-form-group-grey-8 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-8 > input.max-41,.lq-form-group-grey-8 > textarea.max-41,.lq-form-group-grey-8 > select.max-41,.lq-form-group-grey-8 > .lq-input-box.max-41,.lq-form-group-grey-8 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-8 > input.max-50,.lq-form-group-grey-8 > textarea.max-50,.lq-form-group-grey-8 > select.max-50,.lq-form-group-grey-8 > .lq-input-box.max-50,.lq-form-group-grey-8 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-8 > input.max-60,.lq-form-group-grey-8 > textarea.max-60,.lq-form-group-grey-8 > select.max-60,.lq-form-group-grey-8 > .lq-input-box.max-60,.lq-form-group-grey-8 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-8 > input.max-58,.lq-form-group-grey-8 > textarea.max-58,.lq-form-group-grey-8 > select.max-58,.lq-form-group-grey-8 > .lq-input-box.max-58,.lq-form-group-grey-8 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-8 > input.max-66,.lq-form-group-grey-8 > textarea.max-66,.lq-form-group-grey-8 > select.max-66,.lq-form-group-grey-8 > .lq-input-box.max-66,.lq-form-group-grey-8 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-8 > input.max-70,.lq-form-group-grey-8 > textarea.max-70,.lq-form-group-grey-8 > select.max-70,.lq-form-group-grey-8 > .lq-input-box.max-70,.lq-form-group-grey-8 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-8 > input.max-75,.lq-form-group-grey-8 > textarea.max-75,.lq-form-group-grey-8 > select.max-75,.lq-form-group-grey-8 > .lq-input-box.max-75,.lq-form-group-grey-8 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-8 > input.max-80,.lq-form-group-grey-8 > textarea.max-80,.lq-form-group-grey-8 > select.max-80,.lq-form-group-grey-8 > .lq-input-box.max-80,.lq-form-group-grey-8 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-8 > input.max-83,.lq-form-group-grey-8 > textarea.max-83,.lq-form-group-grey-8 > select.max-83,.lq-form-group-grey-8 > .lq-input-box.max-83,.lq-form-group-grey-8 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-8 > input.max-91,.lq-form-group-grey-8 > textarea.max-91,.lq-form-group-grey-8 > select.max-91,.lq-form-group-grey-8 > .lq-input-box.max-91,.lq-form-group-grey-8 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-8 > input.max-85,.lq-form-group-grey-8 > textarea.max-85,.lq-form-group-grey-8 > select.max-85,.lq-form-group-grey-8 > .lq-input-box.max-85,.lq-form-group-grey-8 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-8 > input.max-90,.lq-form-group-grey-8 > textarea.max-90,.lq-form-group-grey-8 > select.max-90,.lq-form-group-grey-8 > .lq-input-box.max-90,.lq-form-group-grey-8 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-8 > input.max-100,.lq-form-group-grey-8 > textarea.max-100,.lq-form-group-grey-8 > select.max-100,.lq-form-group-grey-8 > .lq-input-box.max-100,.lq-form-group-grey-8 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-8 > label{display:flex;ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.lq-form-group-grey-8 > label.checkbox{max-width:calc(91.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(8.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-8 > label.radio{max-width:calc(91.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(8.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-8 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-8{flex-direction:column}.lq-form-group-grey-8 > input,.lq-form-group-grey-8 > textarea,.lq-form-group-grey-8 > select,.lq-form-group-grey-8 > .lq-input-box,.lq-form-group-grey-8 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-8 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-8 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-8 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-8 > input,.lq-form-group-float-grey-8 > textarea,.lq-form-group-float-grey-8 > select,.lq-form-group-float-grey-8 > .lq-input-box,.lq-form-group-float-grey-8 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:8.33333%}.lq-form-group-float-grey-8 > label{ms-flex:none;flex:none;max-width:91.66667%}.lq-form-group-float-grey-8 > label.checkbox,.lq-form-group-float-grey-8 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-8{flex-direction:column}.lq-form-group-float-grey-8 > input,.lq-form-group-float-grey-8 > textarea,.lq-form-group-float-grey-8 > select,.lq-form-group-float-grey-8 > .lq-input-box,.lq-form-group-float-grey-8 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-8 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-8 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-8 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-16 > input,.lq-form-group-grey-16 > textarea,.lq-form-group-grey-16 > select,.lq-form-group-grey-16 > .lq-select > select,.lq-form-group-float-grey-16 > input,.lq-form-group-float-grey-16 > textarea,.lq-form-group-float-grey-16 > select,.lq-form-group-float-grey-16 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-16 > input:focus,.lq-form-group-grey-16 > textarea:focus,.lq-form-group-grey-16 > select:focus,.lq-form-group-grey-16 > .lq-select > select:focus,.lq-form-group-float-grey-16 > input:focus,.lq-form-group-float-grey-16 > textarea:focus,.lq-form-group-float-grey-16 > select:focus,.lq-form-group-float-grey-16 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-16 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-16 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-16 > label.checkbox > .checkmarker,.lq-form-group-float-grey-16 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-16 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-16 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-16 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-16 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-16 > label.radio > .radiocircle,.lq-form-group-float-grey-16 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-16 > label.radio > .radiocircle:after,.lq-form-group-float-grey-16 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-16 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-16 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-16 > input,.lq-form-group-grey-16 > textarea,.lq-form-group-grey-16 > select,.lq-form-group-grey-16 > .lq-input-box,.lq-form-group-grey-16 > .lq-select{ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-16 > input.max-5,.lq-form-group-grey-16 > textarea.max-5,.lq-form-group-grey-16 > select.max-5,.lq-form-group-grey-16 > .lq-input-box.max-5,.lq-form-group-grey-16 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-16 > input.max-7,.lq-form-group-grey-16 > textarea.max-7,.lq-form-group-grey-16 > select.max-7,.lq-form-group-grey-16 > .lq-input-box.max-7,.lq-form-group-grey-16 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-16 > input.max-10,.lq-form-group-grey-16 > textarea.max-10,.lq-form-group-grey-16 > select.max-10,.lq-form-group-grey-16 > .lq-input-box.max-10,.lq-form-group-grey-16 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-16 > input.max-8,.lq-form-group-grey-16 > textarea.max-8,.lq-form-group-grey-16 > select.max-8,.lq-form-group-grey-16 > .lq-input-box.max-8,.lq-form-group-grey-16 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-16 > input.max-16,.lq-form-group-grey-16 > textarea.max-16,.lq-form-group-grey-16 > select.max-16,.lq-form-group-grey-16 > .lq-input-box.max-16,.lq-form-group-grey-16 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-16 > input.max-20,.lq-form-group-grey-16 > textarea.max-20,.lq-form-group-grey-16 > select.max-20,.lq-form-group-grey-16 > .lq-input-box.max-20,.lq-form-group-grey-16 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-16 > input.max-25,.lq-form-group-grey-16 > textarea.max-25,.lq-form-group-grey-16 > select.max-25,.lq-form-group-grey-16 > .lq-input-box.max-25,.lq-form-group-grey-16 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-16 > input.max-30,.lq-form-group-grey-16 > textarea.max-30,.lq-form-group-grey-16 > select.max-30,.lq-form-group-grey-16 > .lq-input-box.max-30,.lq-form-group-grey-16 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-16 > input.max-33,.lq-form-group-grey-16 > textarea.max-33,.lq-form-group-grey-16 > select.max-33,.lq-form-group-grey-16 > .lq-input-box.max-33,.lq-form-group-grey-16 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-16 > input.max-40,.lq-form-group-grey-16 > textarea.max-40,.lq-form-group-grey-16 > select.max-40,.lq-form-group-grey-16 > .lq-input-box.max-40,.lq-form-group-grey-16 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-16 > input.max-41,.lq-form-group-grey-16 > textarea.max-41,.lq-form-group-grey-16 > select.max-41,.lq-form-group-grey-16 > .lq-input-box.max-41,.lq-form-group-grey-16 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-16 > input.max-50,.lq-form-group-grey-16 > textarea.max-50,.lq-form-group-grey-16 > select.max-50,.lq-form-group-grey-16 > .lq-input-box.max-50,.lq-form-group-grey-16 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-16 > input.max-60,.lq-form-group-grey-16 > textarea.max-60,.lq-form-group-grey-16 > select.max-60,.lq-form-group-grey-16 > .lq-input-box.max-60,.lq-form-group-grey-16 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-16 > input.max-58,.lq-form-group-grey-16 > textarea.max-58,.lq-form-group-grey-16 > select.max-58,.lq-form-group-grey-16 > .lq-input-box.max-58,.lq-form-group-grey-16 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-16 > input.max-66,.lq-form-group-grey-16 > textarea.max-66,.lq-form-group-grey-16 > select.max-66,.lq-form-group-grey-16 > .lq-input-box.max-66,.lq-form-group-grey-16 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-16 > input.max-70,.lq-form-group-grey-16 > textarea.max-70,.lq-form-group-grey-16 > select.max-70,.lq-form-group-grey-16 > .lq-input-box.max-70,.lq-form-group-grey-16 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-16 > input.max-75,.lq-form-group-grey-16 > textarea.max-75,.lq-form-group-grey-16 > select.max-75,.lq-form-group-grey-16 > .lq-input-box.max-75,.lq-form-group-grey-16 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-16 > input.max-80,.lq-form-group-grey-16 > textarea.max-80,.lq-form-group-grey-16 > select.max-80,.lq-form-group-grey-16 > .lq-input-box.max-80,.lq-form-group-grey-16 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-16 > input.max-83,.lq-form-group-grey-16 > textarea.max-83,.lq-form-group-grey-16 > select.max-83,.lq-form-group-grey-16 > .lq-input-box.max-83,.lq-form-group-grey-16 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-16 > input.max-91,.lq-form-group-grey-16 > textarea.max-91,.lq-form-group-grey-16 > select.max-91,.lq-form-group-grey-16 > .lq-input-box.max-91,.lq-form-group-grey-16 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-16 > input.max-85,.lq-form-group-grey-16 > textarea.max-85,.lq-form-group-grey-16 > select.max-85,.lq-form-group-grey-16 > .lq-input-box.max-85,.lq-form-group-grey-16 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-16 > input.max-90,.lq-form-group-grey-16 > textarea.max-90,.lq-form-group-grey-16 > select.max-90,.lq-form-group-grey-16 > .lq-input-box.max-90,.lq-form-group-grey-16 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-16 > input.max-100,.lq-form-group-grey-16 > textarea.max-100,.lq-form-group-grey-16 > select.max-100,.lq-form-group-grey-16 > .lq-input-box.max-100,.lq-form-group-grey-16 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-16 > label{display:flex;ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.lq-form-group-grey-16 > label.checkbox{max-width:calc(83.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(16.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-16 > label.radio{max-width:calc(83.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(16.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-16 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-16{flex-direction:column}.lq-form-group-grey-16 > input,.lq-form-group-grey-16 > textarea,.lq-form-group-grey-16 > select,.lq-form-group-grey-16 > .lq-input-box,.lq-form-group-grey-16 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-16 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-16 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-16 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-16 > input,.lq-form-group-float-grey-16 > textarea,.lq-form-group-float-grey-16 > select,.lq-form-group-float-grey-16 > .lq-input-box,.lq-form-group-float-grey-16 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:16.66667%}.lq-form-group-float-grey-16 > label{ms-flex:none;flex:none;max-width:83.33333%}.lq-form-group-float-grey-16 > label.checkbox,.lq-form-group-float-grey-16 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-16{flex-direction:column}.lq-form-group-float-grey-16 > input,.lq-form-group-float-grey-16 > textarea,.lq-form-group-float-grey-16 > select,.lq-form-group-float-grey-16 > .lq-input-box,.lq-form-group-float-grey-16 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-16 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-16 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-16 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-20 > input,.lq-form-group-grey-20 > textarea,.lq-form-group-grey-20 > select,.lq-form-group-grey-20 > .lq-select > select,.lq-form-group-float-grey-20 > input,.lq-form-group-float-grey-20 > textarea,.lq-form-group-float-grey-20 > select,.lq-form-group-float-grey-20 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-20 > input:focus,.lq-form-group-grey-20 > textarea:focus,.lq-form-group-grey-20 > select:focus,.lq-form-group-grey-20 > .lq-select > select:focus,.lq-form-group-float-grey-20 > input:focus,.lq-form-group-float-grey-20 > textarea:focus,.lq-form-group-float-grey-20 > select:focus,.lq-form-group-float-grey-20 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-20 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-20 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-20 > label.checkbox > .checkmarker,.lq-form-group-float-grey-20 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-20 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-20 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-20 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-20 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-20 > label.radio > .radiocircle,.lq-form-group-float-grey-20 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-20 > label.radio > .radiocircle:after,.lq-form-group-float-grey-20 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-20 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-20 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-20 > input,.lq-form-group-grey-20 > textarea,.lq-form-group-grey-20 > select,.lq-form-group-grey-20 > .lq-input-box,.lq-form-group-grey-20 > .lq-select{ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-20 > input.max-5,.lq-form-group-grey-20 > textarea.max-5,.lq-form-group-grey-20 > select.max-5,.lq-form-group-grey-20 > .lq-input-box.max-5,.lq-form-group-grey-20 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-20 > input.max-7,.lq-form-group-grey-20 > textarea.max-7,.lq-form-group-grey-20 > select.max-7,.lq-form-group-grey-20 > .lq-input-box.max-7,.lq-form-group-grey-20 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-20 > input.max-10,.lq-form-group-grey-20 > textarea.max-10,.lq-form-group-grey-20 > select.max-10,.lq-form-group-grey-20 > .lq-input-box.max-10,.lq-form-group-grey-20 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-20 > input.max-8,.lq-form-group-grey-20 > textarea.max-8,.lq-form-group-grey-20 > select.max-8,.lq-form-group-grey-20 > .lq-input-box.max-8,.lq-form-group-grey-20 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-20 > input.max-16,.lq-form-group-grey-20 > textarea.max-16,.lq-form-group-grey-20 > select.max-16,.lq-form-group-grey-20 > .lq-input-box.max-16,.lq-form-group-grey-20 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-20 > input.max-20,.lq-form-group-grey-20 > textarea.max-20,.lq-form-group-grey-20 > select.max-20,.lq-form-group-grey-20 > .lq-input-box.max-20,.lq-form-group-grey-20 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-20 > input.max-25,.lq-form-group-grey-20 > textarea.max-25,.lq-form-group-grey-20 > select.max-25,.lq-form-group-grey-20 > .lq-input-box.max-25,.lq-form-group-grey-20 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-20 > input.max-30,.lq-form-group-grey-20 > textarea.max-30,.lq-form-group-grey-20 > select.max-30,.lq-form-group-grey-20 > .lq-input-box.max-30,.lq-form-group-grey-20 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-20 > input.max-33,.lq-form-group-grey-20 > textarea.max-33,.lq-form-group-grey-20 > select.max-33,.lq-form-group-grey-20 > .lq-input-box.max-33,.lq-form-group-grey-20 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-20 > input.max-40,.lq-form-group-grey-20 > textarea.max-40,.lq-form-group-grey-20 > select.max-40,.lq-form-group-grey-20 > .lq-input-box.max-40,.lq-form-group-grey-20 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-20 > input.max-41,.lq-form-group-grey-20 > textarea.max-41,.lq-form-group-grey-20 > select.max-41,.lq-form-group-grey-20 > .lq-input-box.max-41,.lq-form-group-grey-20 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-20 > input.max-50,.lq-form-group-grey-20 > textarea.max-50,.lq-form-group-grey-20 > select.max-50,.lq-form-group-grey-20 > .lq-input-box.max-50,.lq-form-group-grey-20 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-20 > input.max-60,.lq-form-group-grey-20 > textarea.max-60,.lq-form-group-grey-20 > select.max-60,.lq-form-group-grey-20 > .lq-input-box.max-60,.lq-form-group-grey-20 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-20 > input.max-58,.lq-form-group-grey-20 > textarea.max-58,.lq-form-group-grey-20 > select.max-58,.lq-form-group-grey-20 > .lq-input-box.max-58,.lq-form-group-grey-20 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-20 > input.max-66,.lq-form-group-grey-20 > textarea.max-66,.lq-form-group-grey-20 > select.max-66,.lq-form-group-grey-20 > .lq-input-box.max-66,.lq-form-group-grey-20 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-20 > input.max-70,.lq-form-group-grey-20 > textarea.max-70,.lq-form-group-grey-20 > select.max-70,.lq-form-group-grey-20 > .lq-input-box.max-70,.lq-form-group-grey-20 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-20 > input.max-75,.lq-form-group-grey-20 > textarea.max-75,.lq-form-group-grey-20 > select.max-75,.lq-form-group-grey-20 > .lq-input-box.max-75,.lq-form-group-grey-20 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-20 > input.max-80,.lq-form-group-grey-20 > textarea.max-80,.lq-form-group-grey-20 > select.max-80,.lq-form-group-grey-20 > .lq-input-box.max-80,.lq-form-group-grey-20 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-20 > input.max-83,.lq-form-group-grey-20 > textarea.max-83,.lq-form-group-grey-20 > select.max-83,.lq-form-group-grey-20 > .lq-input-box.max-83,.lq-form-group-grey-20 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-20 > input.max-91,.lq-form-group-grey-20 > textarea.max-91,.lq-form-group-grey-20 > select.max-91,.lq-form-group-grey-20 > .lq-input-box.max-91,.lq-form-group-grey-20 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-20 > input.max-85,.lq-form-group-grey-20 > textarea.max-85,.lq-form-group-grey-20 > select.max-85,.lq-form-group-grey-20 > .lq-input-box.max-85,.lq-form-group-grey-20 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-20 > input.max-90,.lq-form-group-grey-20 > textarea.max-90,.lq-form-group-grey-20 > select.max-90,.lq-form-group-grey-20 > .lq-input-box.max-90,.lq-form-group-grey-20 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-20 > input.max-100,.lq-form-group-grey-20 > textarea.max-100,.lq-form-group-grey-20 > select.max-100,.lq-form-group-grey-20 > .lq-input-box.max-100,.lq-form-group-grey-20 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-20 > label{display:flex;ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.lq-form-group-grey-20 > label.checkbox{max-width:calc(80% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(20% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-20 > label.radio{max-width:calc(80% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(20% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-20 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-20{flex-direction:column}.lq-form-group-grey-20 > input,.lq-form-group-grey-20 > textarea,.lq-form-group-grey-20 > select,.lq-form-group-grey-20 > .lq-input-box,.lq-form-group-grey-20 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-20 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-20 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-20 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-20 > input,.lq-form-group-float-grey-20 > textarea,.lq-form-group-float-grey-20 > select,.lq-form-group-float-grey-20 > .lq-input-box,.lq-form-group-float-grey-20 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:20%}.lq-form-group-float-grey-20 > label{ms-flex:none;flex:none;max-width:80%}.lq-form-group-float-grey-20 > label.checkbox,.lq-form-group-float-grey-20 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-20{flex-direction:column}.lq-form-group-float-grey-20 > input,.lq-form-group-float-grey-20 > textarea,.lq-form-group-float-grey-20 > select,.lq-form-group-float-grey-20 > .lq-input-box,.lq-form-group-float-grey-20 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-20 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-20 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-20 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-25 > input,.lq-form-group-grey-25 > textarea,.lq-form-group-grey-25 > select,.lq-form-group-grey-25 > .lq-select > select,.lq-form-group-float-grey-25 > input,.lq-form-group-float-grey-25 > textarea,.lq-form-group-float-grey-25 > select,.lq-form-group-float-grey-25 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-25 > input:focus,.lq-form-group-grey-25 > textarea:focus,.lq-form-group-grey-25 > select:focus,.lq-form-group-grey-25 > .lq-select > select:focus,.lq-form-group-float-grey-25 > input:focus,.lq-form-group-float-grey-25 > textarea:focus,.lq-form-group-float-grey-25 > select:focus,.lq-form-group-float-grey-25 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-25 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-25 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-25 > label.checkbox > .checkmarker,.lq-form-group-float-grey-25 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-25 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-25 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-25 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-25 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-25 > label.radio > .radiocircle,.lq-form-group-float-grey-25 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-25 > label.radio > .radiocircle:after,.lq-form-group-float-grey-25 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-25 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-25 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-25 > input,.lq-form-group-grey-25 > textarea,.lq-form-group-grey-25 > select,.lq-form-group-grey-25 > .lq-input-box,.lq-form-group-grey-25 > .lq-select{ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-25 > input.max-5,.lq-form-group-grey-25 > textarea.max-5,.lq-form-group-grey-25 > select.max-5,.lq-form-group-grey-25 > .lq-input-box.max-5,.lq-form-group-grey-25 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-25 > input.max-7,.lq-form-group-grey-25 > textarea.max-7,.lq-form-group-grey-25 > select.max-7,.lq-form-group-grey-25 > .lq-input-box.max-7,.lq-form-group-grey-25 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-25 > input.max-10,.lq-form-group-grey-25 > textarea.max-10,.lq-form-group-grey-25 > select.max-10,.lq-form-group-grey-25 > .lq-input-box.max-10,.lq-form-group-grey-25 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-25 > input.max-8,.lq-form-group-grey-25 > textarea.max-8,.lq-form-group-grey-25 > select.max-8,.lq-form-group-grey-25 > .lq-input-box.max-8,.lq-form-group-grey-25 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-25 > input.max-16,.lq-form-group-grey-25 > textarea.max-16,.lq-form-group-grey-25 > select.max-16,.lq-form-group-grey-25 > .lq-input-box.max-16,.lq-form-group-grey-25 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-25 > input.max-20,.lq-form-group-grey-25 > textarea.max-20,.lq-form-group-grey-25 > select.max-20,.lq-form-group-grey-25 > .lq-input-box.max-20,.lq-form-group-grey-25 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-25 > input.max-25,.lq-form-group-grey-25 > textarea.max-25,.lq-form-group-grey-25 > select.max-25,.lq-form-group-grey-25 > .lq-input-box.max-25,.lq-form-group-grey-25 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-25 > input.max-30,.lq-form-group-grey-25 > textarea.max-30,.lq-form-group-grey-25 > select.max-30,.lq-form-group-grey-25 > .lq-input-box.max-30,.lq-form-group-grey-25 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-25 > input.max-33,.lq-form-group-grey-25 > textarea.max-33,.lq-form-group-grey-25 > select.max-33,.lq-form-group-grey-25 > .lq-input-box.max-33,.lq-form-group-grey-25 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-25 > input.max-40,.lq-form-group-grey-25 > textarea.max-40,.lq-form-group-grey-25 > select.max-40,.lq-form-group-grey-25 > .lq-input-box.max-40,.lq-form-group-grey-25 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-25 > input.max-41,.lq-form-group-grey-25 > textarea.max-41,.lq-form-group-grey-25 > select.max-41,.lq-form-group-grey-25 > .lq-input-box.max-41,.lq-form-group-grey-25 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-25 > input.max-50,.lq-form-group-grey-25 > textarea.max-50,.lq-form-group-grey-25 > select.max-50,.lq-form-group-grey-25 > .lq-input-box.max-50,.lq-form-group-grey-25 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-25 > input.max-60,.lq-form-group-grey-25 > textarea.max-60,.lq-form-group-grey-25 > select.max-60,.lq-form-group-grey-25 > .lq-input-box.max-60,.lq-form-group-grey-25 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-25 > input.max-58,.lq-form-group-grey-25 > textarea.max-58,.lq-form-group-grey-25 > select.max-58,.lq-form-group-grey-25 > .lq-input-box.max-58,.lq-form-group-grey-25 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-25 > input.max-66,.lq-form-group-grey-25 > textarea.max-66,.lq-form-group-grey-25 > select.max-66,.lq-form-group-grey-25 > .lq-input-box.max-66,.lq-form-group-grey-25 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-25 > input.max-70,.lq-form-group-grey-25 > textarea.max-70,.lq-form-group-grey-25 > select.max-70,.lq-form-group-grey-25 > .lq-input-box.max-70,.lq-form-group-grey-25 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-25 > input.max-75,.lq-form-group-grey-25 > textarea.max-75,.lq-form-group-grey-25 > select.max-75,.lq-form-group-grey-25 > .lq-input-box.max-75,.lq-form-group-grey-25 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-25 > input.max-80,.lq-form-group-grey-25 > textarea.max-80,.lq-form-group-grey-25 > select.max-80,.lq-form-group-grey-25 > .lq-input-box.max-80,.lq-form-group-grey-25 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-25 > input.max-83,.lq-form-group-grey-25 > textarea.max-83,.lq-form-group-grey-25 > select.max-83,.lq-form-group-grey-25 > .lq-input-box.max-83,.lq-form-group-grey-25 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-25 > input.max-91,.lq-form-group-grey-25 > textarea.max-91,.lq-form-group-grey-25 > select.max-91,.lq-form-group-grey-25 > .lq-input-box.max-91,.lq-form-group-grey-25 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-25 > input.max-85,.lq-form-group-grey-25 > textarea.max-85,.lq-form-group-grey-25 > select.max-85,.lq-form-group-grey-25 > .lq-input-box.max-85,.lq-form-group-grey-25 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-25 > input.max-90,.lq-form-group-grey-25 > textarea.max-90,.lq-form-group-grey-25 > select.max-90,.lq-form-group-grey-25 > .lq-input-box.max-90,.lq-form-group-grey-25 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-25 > input.max-100,.lq-form-group-grey-25 > textarea.max-100,.lq-form-group-grey-25 > select.max-100,.lq-form-group-grey-25 > .lq-input-box.max-100,.lq-form-group-grey-25 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-25 > label{display:flex;ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.lq-form-group-grey-25 > label.checkbox{max-width:calc(75% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(25% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-25 > label.radio{max-width:calc(75% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(25% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-25 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-25{flex-direction:column}.lq-form-group-grey-25 > input,.lq-form-group-grey-25 > textarea,.lq-form-group-grey-25 > select,.lq-form-group-grey-25 > .lq-input-box,.lq-form-group-grey-25 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-25 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-25 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-25 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-25 > input,.lq-form-group-float-grey-25 > textarea,.lq-form-group-float-grey-25 > select,.lq-form-group-float-grey-25 > .lq-input-box,.lq-form-group-float-grey-25 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:25%}.lq-form-group-float-grey-25 > label{ms-flex:none;flex:none;max-width:75%}.lq-form-group-float-grey-25 > label.checkbox,.lq-form-group-float-grey-25 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-25{flex-direction:column}.lq-form-group-float-grey-25 > input,.lq-form-group-float-grey-25 > textarea,.lq-form-group-float-grey-25 > select,.lq-form-group-float-grey-25 > .lq-input-box,.lq-form-group-float-grey-25 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-25 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-25 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-25 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-30 > input,.lq-form-group-grey-30 > textarea,.lq-form-group-grey-30 > select,.lq-form-group-grey-30 > .lq-select > select,.lq-form-group-float-grey-30 > input,.lq-form-group-float-grey-30 > textarea,.lq-form-group-float-grey-30 > select,.lq-form-group-float-grey-30 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-30 > input:focus,.lq-form-group-grey-30 > textarea:focus,.lq-form-group-grey-30 > select:focus,.lq-form-group-grey-30 > .lq-select > select:focus,.lq-form-group-float-grey-30 > input:focus,.lq-form-group-float-grey-30 > textarea:focus,.lq-form-group-float-grey-30 > select:focus,.lq-form-group-float-grey-30 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-30 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-30 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-30 > label.checkbox > .checkmarker,.lq-form-group-float-grey-30 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-30 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-30 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-30 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-30 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-30 > label.radio > .radiocircle,.lq-form-group-float-grey-30 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-30 > label.radio > .radiocircle:after,.lq-form-group-float-grey-30 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-30 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-30 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-30 > input,.lq-form-group-grey-30 > textarea,.lq-form-group-grey-30 > select,.lq-form-group-grey-30 > .lq-input-box,.lq-form-group-grey-30 > .lq-select{ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-30 > input.max-5,.lq-form-group-grey-30 > textarea.max-5,.lq-form-group-grey-30 > select.max-5,.lq-form-group-grey-30 > .lq-input-box.max-5,.lq-form-group-grey-30 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-30 > input.max-7,.lq-form-group-grey-30 > textarea.max-7,.lq-form-group-grey-30 > select.max-7,.lq-form-group-grey-30 > .lq-input-box.max-7,.lq-form-group-grey-30 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-30 > input.max-10,.lq-form-group-grey-30 > textarea.max-10,.lq-form-group-grey-30 > select.max-10,.lq-form-group-grey-30 > .lq-input-box.max-10,.lq-form-group-grey-30 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-30 > input.max-8,.lq-form-group-grey-30 > textarea.max-8,.lq-form-group-grey-30 > select.max-8,.lq-form-group-grey-30 > .lq-input-box.max-8,.lq-form-group-grey-30 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-30 > input.max-16,.lq-form-group-grey-30 > textarea.max-16,.lq-form-group-grey-30 > select.max-16,.lq-form-group-grey-30 > .lq-input-box.max-16,.lq-form-group-grey-30 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-30 > input.max-20,.lq-form-group-grey-30 > textarea.max-20,.lq-form-group-grey-30 > select.max-20,.lq-form-group-grey-30 > .lq-input-box.max-20,.lq-form-group-grey-30 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-30 > input.max-25,.lq-form-group-grey-30 > textarea.max-25,.lq-form-group-grey-30 > select.max-25,.lq-form-group-grey-30 > .lq-input-box.max-25,.lq-form-group-grey-30 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-30 > input.max-30,.lq-form-group-grey-30 > textarea.max-30,.lq-form-group-grey-30 > select.max-30,.lq-form-group-grey-30 > .lq-input-box.max-30,.lq-form-group-grey-30 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-30 > input.max-33,.lq-form-group-grey-30 > textarea.max-33,.lq-form-group-grey-30 > select.max-33,.lq-form-group-grey-30 > .lq-input-box.max-33,.lq-form-group-grey-30 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-30 > input.max-40,.lq-form-group-grey-30 > textarea.max-40,.lq-form-group-grey-30 > select.max-40,.lq-form-group-grey-30 > .lq-input-box.max-40,.lq-form-group-grey-30 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-30 > input.max-41,.lq-form-group-grey-30 > textarea.max-41,.lq-form-group-grey-30 > select.max-41,.lq-form-group-grey-30 > .lq-input-box.max-41,.lq-form-group-grey-30 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-30 > input.max-50,.lq-form-group-grey-30 > textarea.max-50,.lq-form-group-grey-30 > select.max-50,.lq-form-group-grey-30 > .lq-input-box.max-50,.lq-form-group-grey-30 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-30 > input.max-60,.lq-form-group-grey-30 > textarea.max-60,.lq-form-group-grey-30 > select.max-60,.lq-form-group-grey-30 > .lq-input-box.max-60,.lq-form-group-grey-30 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-30 > input.max-58,.lq-form-group-grey-30 > textarea.max-58,.lq-form-group-grey-30 > select.max-58,.lq-form-group-grey-30 > .lq-input-box.max-58,.lq-form-group-grey-30 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-30 > input.max-66,.lq-form-group-grey-30 > textarea.max-66,.lq-form-group-grey-30 > select.max-66,.lq-form-group-grey-30 > .lq-input-box.max-66,.lq-form-group-grey-30 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-30 > input.max-70,.lq-form-group-grey-30 > textarea.max-70,.lq-form-group-grey-30 > select.max-70,.lq-form-group-grey-30 > .lq-input-box.max-70,.lq-form-group-grey-30 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-30 > input.max-75,.lq-form-group-grey-30 > textarea.max-75,.lq-form-group-grey-30 > select.max-75,.lq-form-group-grey-30 > .lq-input-box.max-75,.lq-form-group-grey-30 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-30 > input.max-80,.lq-form-group-grey-30 > textarea.max-80,.lq-form-group-grey-30 > select.max-80,.lq-form-group-grey-30 > .lq-input-box.max-80,.lq-form-group-grey-30 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-30 > input.max-83,.lq-form-group-grey-30 > textarea.max-83,.lq-form-group-grey-30 > select.max-83,.lq-form-group-grey-30 > .lq-input-box.max-83,.lq-form-group-grey-30 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-30 > input.max-91,.lq-form-group-grey-30 > textarea.max-91,.lq-form-group-grey-30 > select.max-91,.lq-form-group-grey-30 > .lq-input-box.max-91,.lq-form-group-grey-30 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-30 > input.max-85,.lq-form-group-grey-30 > textarea.max-85,.lq-form-group-grey-30 > select.max-85,.lq-form-group-grey-30 > .lq-input-box.max-85,.lq-form-group-grey-30 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-30 > input.max-90,.lq-form-group-grey-30 > textarea.max-90,.lq-form-group-grey-30 > select.max-90,.lq-form-group-grey-30 > .lq-input-box.max-90,.lq-form-group-grey-30 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-30 > input.max-100,.lq-form-group-grey-30 > textarea.max-100,.lq-form-group-grey-30 > select.max-100,.lq-form-group-grey-30 > .lq-input-box.max-100,.lq-form-group-grey-30 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-30 > label{display:flex;ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.lq-form-group-grey-30 > label.checkbox{max-width:calc(70% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(30% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-30 > label.radio{max-width:calc(70% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(30% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-30 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-30{flex-direction:column}.lq-form-group-grey-30 > input,.lq-form-group-grey-30 > textarea,.lq-form-group-grey-30 > select,.lq-form-group-grey-30 > .lq-input-box,.lq-form-group-grey-30 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-30 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-30 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-30 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-30 > input,.lq-form-group-float-grey-30 > textarea,.lq-form-group-float-grey-30 > select,.lq-form-group-float-grey-30 > .lq-input-box,.lq-form-group-float-grey-30 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:30%}.lq-form-group-float-grey-30 > label{ms-flex:none;flex:none;max-width:70%}.lq-form-group-float-grey-30 > label.checkbox,.lq-form-group-float-grey-30 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-30{flex-direction:column}.lq-form-group-float-grey-30 > input,.lq-form-group-float-grey-30 > textarea,.lq-form-group-float-grey-30 > select,.lq-form-group-float-grey-30 > .lq-input-box,.lq-form-group-float-grey-30 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-30 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-30 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-30 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-33 > input,.lq-form-group-grey-33 > textarea,.lq-form-group-grey-33 > select,.lq-form-group-grey-33 > .lq-select > select,.lq-form-group-float-grey-33 > input,.lq-form-group-float-grey-33 > textarea,.lq-form-group-float-grey-33 > select,.lq-form-group-float-grey-33 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-33 > input:focus,.lq-form-group-grey-33 > textarea:focus,.lq-form-group-grey-33 > select:focus,.lq-form-group-grey-33 > .lq-select > select:focus,.lq-form-group-float-grey-33 > input:focus,.lq-form-group-float-grey-33 > textarea:focus,.lq-form-group-float-grey-33 > select:focus,.lq-form-group-float-grey-33 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-33 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-33 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-33 > label.checkbox > .checkmarker,.lq-form-group-float-grey-33 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-33 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-33 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-33 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-33 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-33 > label.radio > .radiocircle,.lq-form-group-float-grey-33 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-33 > label.radio > .radiocircle:after,.lq-form-group-float-grey-33 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-33 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-33 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-33 > input,.lq-form-group-grey-33 > textarea,.lq-form-group-grey-33 > select,.lq-form-group-grey-33 > .lq-input-box,.lq-form-group-grey-33 > .lq-select{ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-33 > input.max-5,.lq-form-group-grey-33 > textarea.max-5,.lq-form-group-grey-33 > select.max-5,.lq-form-group-grey-33 > .lq-input-box.max-5,.lq-form-group-grey-33 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-33 > input.max-7,.lq-form-group-grey-33 > textarea.max-7,.lq-form-group-grey-33 > select.max-7,.lq-form-group-grey-33 > .lq-input-box.max-7,.lq-form-group-grey-33 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-33 > input.max-10,.lq-form-group-grey-33 > textarea.max-10,.lq-form-group-grey-33 > select.max-10,.lq-form-group-grey-33 > .lq-input-box.max-10,.lq-form-group-grey-33 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-33 > input.max-8,.lq-form-group-grey-33 > textarea.max-8,.lq-form-group-grey-33 > select.max-8,.lq-form-group-grey-33 > .lq-input-box.max-8,.lq-form-group-grey-33 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-33 > input.max-16,.lq-form-group-grey-33 > textarea.max-16,.lq-form-group-grey-33 > select.max-16,.lq-form-group-grey-33 > .lq-input-box.max-16,.lq-form-group-grey-33 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-33 > input.max-20,.lq-form-group-grey-33 > textarea.max-20,.lq-form-group-grey-33 > select.max-20,.lq-form-group-grey-33 > .lq-input-box.max-20,.lq-form-group-grey-33 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-33 > input.max-25,.lq-form-group-grey-33 > textarea.max-25,.lq-form-group-grey-33 > select.max-25,.lq-form-group-grey-33 > .lq-input-box.max-25,.lq-form-group-grey-33 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-33 > input.max-30,.lq-form-group-grey-33 > textarea.max-30,.lq-form-group-grey-33 > select.max-30,.lq-form-group-grey-33 > .lq-input-box.max-30,.lq-form-group-grey-33 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-33 > input.max-33,.lq-form-group-grey-33 > textarea.max-33,.lq-form-group-grey-33 > select.max-33,.lq-form-group-grey-33 > .lq-input-box.max-33,.lq-form-group-grey-33 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-33 > input.max-40,.lq-form-group-grey-33 > textarea.max-40,.lq-form-group-grey-33 > select.max-40,.lq-form-group-grey-33 > .lq-input-box.max-40,.lq-form-group-grey-33 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-33 > input.max-41,.lq-form-group-grey-33 > textarea.max-41,.lq-form-group-grey-33 > select.max-41,.lq-form-group-grey-33 > .lq-input-box.max-41,.lq-form-group-grey-33 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-33 > input.max-50,.lq-form-group-grey-33 > textarea.max-50,.lq-form-group-grey-33 > select.max-50,.lq-form-group-grey-33 > .lq-input-box.max-50,.lq-form-group-grey-33 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-33 > input.max-60,.lq-form-group-grey-33 > textarea.max-60,.lq-form-group-grey-33 > select.max-60,.lq-form-group-grey-33 > .lq-input-box.max-60,.lq-form-group-grey-33 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-33 > input.max-58,.lq-form-group-grey-33 > textarea.max-58,.lq-form-group-grey-33 > select.max-58,.lq-form-group-grey-33 > .lq-input-box.max-58,.lq-form-group-grey-33 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-33 > input.max-66,.lq-form-group-grey-33 > textarea.max-66,.lq-form-group-grey-33 > select.max-66,.lq-form-group-grey-33 > .lq-input-box.max-66,.lq-form-group-grey-33 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-33 > input.max-70,.lq-form-group-grey-33 > textarea.max-70,.lq-form-group-grey-33 > select.max-70,.lq-form-group-grey-33 > .lq-input-box.max-70,.lq-form-group-grey-33 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-33 > input.max-75,.lq-form-group-grey-33 > textarea.max-75,.lq-form-group-grey-33 > select.max-75,.lq-form-group-grey-33 > .lq-input-box.max-75,.lq-form-group-grey-33 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-33 > input.max-80,.lq-form-group-grey-33 > textarea.max-80,.lq-form-group-grey-33 > select.max-80,.lq-form-group-grey-33 > .lq-input-box.max-80,.lq-form-group-grey-33 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-33 > input.max-83,.lq-form-group-grey-33 > textarea.max-83,.lq-form-group-grey-33 > select.max-83,.lq-form-group-grey-33 > .lq-input-box.max-83,.lq-form-group-grey-33 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-33 > input.max-91,.lq-form-group-grey-33 > textarea.max-91,.lq-form-group-grey-33 > select.max-91,.lq-form-group-grey-33 > .lq-input-box.max-91,.lq-form-group-grey-33 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-33 > input.max-85,.lq-form-group-grey-33 > textarea.max-85,.lq-form-group-grey-33 > select.max-85,.lq-form-group-grey-33 > .lq-input-box.max-85,.lq-form-group-grey-33 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-33 > input.max-90,.lq-form-group-grey-33 > textarea.max-90,.lq-form-group-grey-33 > select.max-90,.lq-form-group-grey-33 > .lq-input-box.max-90,.lq-form-group-grey-33 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-33 > input.max-100,.lq-form-group-grey-33 > textarea.max-100,.lq-form-group-grey-33 > select.max-100,.lq-form-group-grey-33 > .lq-input-box.max-100,.lq-form-group-grey-33 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-33 > label{display:flex;ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.lq-form-group-grey-33 > label.checkbox{max-width:calc(66.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(33.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-33 > label.radio{max-width:calc(66.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(33.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-33 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-33{flex-direction:column}.lq-form-group-grey-33 > input,.lq-form-group-grey-33 > textarea,.lq-form-group-grey-33 > select,.lq-form-group-grey-33 > .lq-input-box,.lq-form-group-grey-33 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-33 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-33 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-33 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-33 > input,.lq-form-group-float-grey-33 > textarea,.lq-form-group-float-grey-33 > select,.lq-form-group-float-grey-33 > .lq-input-box,.lq-form-group-float-grey-33 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:33.33333%}.lq-form-group-float-grey-33 > label{ms-flex:none;flex:none;max-width:66.66667%}.lq-form-group-float-grey-33 > label.checkbox,.lq-form-group-float-grey-33 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-33{flex-direction:column}.lq-form-group-float-grey-33 > input,.lq-form-group-float-grey-33 > textarea,.lq-form-group-float-grey-33 > select,.lq-form-group-float-grey-33 > .lq-input-box,.lq-form-group-float-grey-33 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-33 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-33 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-33 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-40 > input,.lq-form-group-grey-40 > textarea,.lq-form-group-grey-40 > select,.lq-form-group-grey-40 > .lq-select > select,.lq-form-group-float-grey-40 > input,.lq-form-group-float-grey-40 > textarea,.lq-form-group-float-grey-40 > select,.lq-form-group-float-grey-40 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-40 > input:focus,.lq-form-group-grey-40 > textarea:focus,.lq-form-group-grey-40 > select:focus,.lq-form-group-grey-40 > .lq-select > select:focus,.lq-form-group-float-grey-40 > input:focus,.lq-form-group-float-grey-40 > textarea:focus,.lq-form-group-float-grey-40 > select:focus,.lq-form-group-float-grey-40 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-40 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-40 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-40 > label.checkbox > .checkmarker,.lq-form-group-float-grey-40 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-40 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-40 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-40 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-40 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-40 > label.radio > .radiocircle,.lq-form-group-float-grey-40 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-40 > label.radio > .radiocircle:after,.lq-form-group-float-grey-40 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-40 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-40 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-40 > input,.lq-form-group-grey-40 > textarea,.lq-form-group-grey-40 > select,.lq-form-group-grey-40 > .lq-input-box,.lq-form-group-grey-40 > .lq-select{ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-40 > input.max-5,.lq-form-group-grey-40 > textarea.max-5,.lq-form-group-grey-40 > select.max-5,.lq-form-group-grey-40 > .lq-input-box.max-5,.lq-form-group-grey-40 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-40 > input.max-7,.lq-form-group-grey-40 > textarea.max-7,.lq-form-group-grey-40 > select.max-7,.lq-form-group-grey-40 > .lq-input-box.max-7,.lq-form-group-grey-40 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-40 > input.max-10,.lq-form-group-grey-40 > textarea.max-10,.lq-form-group-grey-40 > select.max-10,.lq-form-group-grey-40 > .lq-input-box.max-10,.lq-form-group-grey-40 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-40 > input.max-8,.lq-form-group-grey-40 > textarea.max-8,.lq-form-group-grey-40 > select.max-8,.lq-form-group-grey-40 > .lq-input-box.max-8,.lq-form-group-grey-40 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-40 > input.max-16,.lq-form-group-grey-40 > textarea.max-16,.lq-form-group-grey-40 > select.max-16,.lq-form-group-grey-40 > .lq-input-box.max-16,.lq-form-group-grey-40 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-40 > input.max-20,.lq-form-group-grey-40 > textarea.max-20,.lq-form-group-grey-40 > select.max-20,.lq-form-group-grey-40 > .lq-input-box.max-20,.lq-form-group-grey-40 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-40 > input.max-25,.lq-form-group-grey-40 > textarea.max-25,.lq-form-group-grey-40 > select.max-25,.lq-form-group-grey-40 > .lq-input-box.max-25,.lq-form-group-grey-40 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-40 > input.max-30,.lq-form-group-grey-40 > textarea.max-30,.lq-form-group-grey-40 > select.max-30,.lq-form-group-grey-40 > .lq-input-box.max-30,.lq-form-group-grey-40 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-40 > input.max-33,.lq-form-group-grey-40 > textarea.max-33,.lq-form-group-grey-40 > select.max-33,.lq-form-group-grey-40 > .lq-input-box.max-33,.lq-form-group-grey-40 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-40 > input.max-40,.lq-form-group-grey-40 > textarea.max-40,.lq-form-group-grey-40 > select.max-40,.lq-form-group-grey-40 > .lq-input-box.max-40,.lq-form-group-grey-40 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-40 > input.max-41,.lq-form-group-grey-40 > textarea.max-41,.lq-form-group-grey-40 > select.max-41,.lq-form-group-grey-40 > .lq-input-box.max-41,.lq-form-group-grey-40 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-40 > input.max-50,.lq-form-group-grey-40 > textarea.max-50,.lq-form-group-grey-40 > select.max-50,.lq-form-group-grey-40 > .lq-input-box.max-50,.lq-form-group-grey-40 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-40 > input.max-60,.lq-form-group-grey-40 > textarea.max-60,.lq-form-group-grey-40 > select.max-60,.lq-form-group-grey-40 > .lq-input-box.max-60,.lq-form-group-grey-40 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-40 > input.max-58,.lq-form-group-grey-40 > textarea.max-58,.lq-form-group-grey-40 > select.max-58,.lq-form-group-grey-40 > .lq-input-box.max-58,.lq-form-group-grey-40 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-40 > input.max-66,.lq-form-group-grey-40 > textarea.max-66,.lq-form-group-grey-40 > select.max-66,.lq-form-group-grey-40 > .lq-input-box.max-66,.lq-form-group-grey-40 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-40 > input.max-70,.lq-form-group-grey-40 > textarea.max-70,.lq-form-group-grey-40 > select.max-70,.lq-form-group-grey-40 > .lq-input-box.max-70,.lq-form-group-grey-40 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-40 > input.max-75,.lq-form-group-grey-40 > textarea.max-75,.lq-form-group-grey-40 > select.max-75,.lq-form-group-grey-40 > .lq-input-box.max-75,.lq-form-group-grey-40 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-40 > input.max-80,.lq-form-group-grey-40 > textarea.max-80,.lq-form-group-grey-40 > select.max-80,.lq-form-group-grey-40 > .lq-input-box.max-80,.lq-form-group-grey-40 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-40 > input.max-83,.lq-form-group-grey-40 > textarea.max-83,.lq-form-group-grey-40 > select.max-83,.lq-form-group-grey-40 > .lq-input-box.max-83,.lq-form-group-grey-40 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-40 > input.max-91,.lq-form-group-grey-40 > textarea.max-91,.lq-form-group-grey-40 > select.max-91,.lq-form-group-grey-40 > .lq-input-box.max-91,.lq-form-group-grey-40 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-40 > input.max-85,.lq-form-group-grey-40 > textarea.max-85,.lq-form-group-grey-40 > select.max-85,.lq-form-group-grey-40 > .lq-input-box.max-85,.lq-form-group-grey-40 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-40 > input.max-90,.lq-form-group-grey-40 > textarea.max-90,.lq-form-group-grey-40 > select.max-90,.lq-form-group-grey-40 > .lq-input-box.max-90,.lq-form-group-grey-40 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-40 > input.max-100,.lq-form-group-grey-40 > textarea.max-100,.lq-form-group-grey-40 > select.max-100,.lq-form-group-grey-40 > .lq-input-box.max-100,.lq-form-group-grey-40 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-40 > label{display:flex;ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.lq-form-group-grey-40 > label.checkbox{max-width:calc(60% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(40% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-40 > label.radio{max-width:calc(60% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(40% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-40 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-40{flex-direction:column}.lq-form-group-grey-40 > input,.lq-form-group-grey-40 > textarea,.lq-form-group-grey-40 > select,.lq-form-group-grey-40 > .lq-input-box,.lq-form-group-grey-40 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-40 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-40 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-40 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-40 > input,.lq-form-group-float-grey-40 > textarea,.lq-form-group-float-grey-40 > select,.lq-form-group-float-grey-40 > .lq-input-box,.lq-form-group-float-grey-40 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:40%}.lq-form-group-float-grey-40 > label{ms-flex:none;flex:none;max-width:60%}.lq-form-group-float-grey-40 > label.checkbox,.lq-form-group-float-grey-40 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-40{flex-direction:column}.lq-form-group-float-grey-40 > input,.lq-form-group-float-grey-40 > textarea,.lq-form-group-float-grey-40 > select,.lq-form-group-float-grey-40 > .lq-input-box,.lq-form-group-float-grey-40 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-40 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-40 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-40 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-41 > input,.lq-form-group-grey-41 > textarea,.lq-form-group-grey-41 > select,.lq-form-group-grey-41 > .lq-select > select,.lq-form-group-float-grey-41 > input,.lq-form-group-float-grey-41 > textarea,.lq-form-group-float-grey-41 > select,.lq-form-group-float-grey-41 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-41 > input:focus,.lq-form-group-grey-41 > textarea:focus,.lq-form-group-grey-41 > select:focus,.lq-form-group-grey-41 > .lq-select > select:focus,.lq-form-group-float-grey-41 > input:focus,.lq-form-group-float-grey-41 > textarea:focus,.lq-form-group-float-grey-41 > select:focus,.lq-form-group-float-grey-41 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-41 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-41 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-41 > label.checkbox > .checkmarker,.lq-form-group-float-grey-41 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-41 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-41 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-41 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-41 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-41 > label.radio > .radiocircle,.lq-form-group-float-grey-41 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-41 > label.radio > .radiocircle:after,.lq-form-group-float-grey-41 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-41 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-41 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-41 > input,.lq-form-group-grey-41 > textarea,.lq-form-group-grey-41 > select,.lq-form-group-grey-41 > .lq-input-box,.lq-form-group-grey-41 > .lq-select{ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-41 > input.max-5,.lq-form-group-grey-41 > textarea.max-5,.lq-form-group-grey-41 > select.max-5,.lq-form-group-grey-41 > .lq-input-box.max-5,.lq-form-group-grey-41 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-41 > input.max-7,.lq-form-group-grey-41 > textarea.max-7,.lq-form-group-grey-41 > select.max-7,.lq-form-group-grey-41 > .lq-input-box.max-7,.lq-form-group-grey-41 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-41 > input.max-10,.lq-form-group-grey-41 > textarea.max-10,.lq-form-group-grey-41 > select.max-10,.lq-form-group-grey-41 > .lq-input-box.max-10,.lq-form-group-grey-41 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-41 > input.max-8,.lq-form-group-grey-41 > textarea.max-8,.lq-form-group-grey-41 > select.max-8,.lq-form-group-grey-41 > .lq-input-box.max-8,.lq-form-group-grey-41 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-41 > input.max-16,.lq-form-group-grey-41 > textarea.max-16,.lq-form-group-grey-41 > select.max-16,.lq-form-group-grey-41 > .lq-input-box.max-16,.lq-form-group-grey-41 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-41 > input.max-20,.lq-form-group-grey-41 > textarea.max-20,.lq-form-group-grey-41 > select.max-20,.lq-form-group-grey-41 > .lq-input-box.max-20,.lq-form-group-grey-41 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-41 > input.max-25,.lq-form-group-grey-41 > textarea.max-25,.lq-form-group-grey-41 > select.max-25,.lq-form-group-grey-41 > .lq-input-box.max-25,.lq-form-group-grey-41 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-41 > input.max-30,.lq-form-group-grey-41 > textarea.max-30,.lq-form-group-grey-41 > select.max-30,.lq-form-group-grey-41 > .lq-input-box.max-30,.lq-form-group-grey-41 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-41 > input.max-33,.lq-form-group-grey-41 > textarea.max-33,.lq-form-group-grey-41 > select.max-33,.lq-form-group-grey-41 > .lq-input-box.max-33,.lq-form-group-grey-41 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-41 > input.max-40,.lq-form-group-grey-41 > textarea.max-40,.lq-form-group-grey-41 > select.max-40,.lq-form-group-grey-41 > .lq-input-box.max-40,.lq-form-group-grey-41 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-41 > input.max-41,.lq-form-group-grey-41 > textarea.max-41,.lq-form-group-grey-41 > select.max-41,.lq-form-group-grey-41 > .lq-input-box.max-41,.lq-form-group-grey-41 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-41 > input.max-50,.lq-form-group-grey-41 > textarea.max-50,.lq-form-group-grey-41 > select.max-50,.lq-form-group-grey-41 > .lq-input-box.max-50,.lq-form-group-grey-41 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-41 > input.max-60,.lq-form-group-grey-41 > textarea.max-60,.lq-form-group-grey-41 > select.max-60,.lq-form-group-grey-41 > .lq-input-box.max-60,.lq-form-group-grey-41 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-41 > input.max-58,.lq-form-group-grey-41 > textarea.max-58,.lq-form-group-grey-41 > select.max-58,.lq-form-group-grey-41 > .lq-input-box.max-58,.lq-form-group-grey-41 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-41 > input.max-66,.lq-form-group-grey-41 > textarea.max-66,.lq-form-group-grey-41 > select.max-66,.lq-form-group-grey-41 > .lq-input-box.max-66,.lq-form-group-grey-41 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-41 > input.max-70,.lq-form-group-grey-41 > textarea.max-70,.lq-form-group-grey-41 > select.max-70,.lq-form-group-grey-41 > .lq-input-box.max-70,.lq-form-group-grey-41 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-41 > input.max-75,.lq-form-group-grey-41 > textarea.max-75,.lq-form-group-grey-41 > select.max-75,.lq-form-group-grey-41 > .lq-input-box.max-75,.lq-form-group-grey-41 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-41 > input.max-80,.lq-form-group-grey-41 > textarea.max-80,.lq-form-group-grey-41 > select.max-80,.lq-form-group-grey-41 > .lq-input-box.max-80,.lq-form-group-grey-41 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-41 > input.max-83,.lq-form-group-grey-41 > textarea.max-83,.lq-form-group-grey-41 > select.max-83,.lq-form-group-grey-41 > .lq-input-box.max-83,.lq-form-group-grey-41 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-41 > input.max-91,.lq-form-group-grey-41 > textarea.max-91,.lq-form-group-grey-41 > select.max-91,.lq-form-group-grey-41 > .lq-input-box.max-91,.lq-form-group-grey-41 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-41 > input.max-85,.lq-form-group-grey-41 > textarea.max-85,.lq-form-group-grey-41 > select.max-85,.lq-form-group-grey-41 > .lq-input-box.max-85,.lq-form-group-grey-41 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-41 > input.max-90,.lq-form-group-grey-41 > textarea.max-90,.lq-form-group-grey-41 > select.max-90,.lq-form-group-grey-41 > .lq-input-box.max-90,.lq-form-group-grey-41 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-41 > input.max-100,.lq-form-group-grey-41 > textarea.max-100,.lq-form-group-grey-41 > select.max-100,.lq-form-group-grey-41 > .lq-input-box.max-100,.lq-form-group-grey-41 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-41 > label{display:flex;ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.lq-form-group-grey-41 > label.checkbox{max-width:calc(58.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(41.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-41 > label.radio{max-width:calc(58.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(41.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-41 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-41{flex-direction:column}.lq-form-group-grey-41 > input,.lq-form-group-grey-41 > textarea,.lq-form-group-grey-41 > select,.lq-form-group-grey-41 > .lq-input-box,.lq-form-group-grey-41 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-41 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-41 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-41 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-41 > input,.lq-form-group-float-grey-41 > textarea,.lq-form-group-float-grey-41 > select,.lq-form-group-float-grey-41 > .lq-input-box,.lq-form-group-float-grey-41 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:41.66667%}.lq-form-group-float-grey-41 > label{ms-flex:none;flex:none;max-width:58.33333%}.lq-form-group-float-grey-41 > label.checkbox,.lq-form-group-float-grey-41 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-41{flex-direction:column}.lq-form-group-float-grey-41 > input,.lq-form-group-float-grey-41 > textarea,.lq-form-group-float-grey-41 > select,.lq-form-group-float-grey-41 > .lq-input-box,.lq-form-group-float-grey-41 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-41 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-41 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-41 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-50 > input,.lq-form-group-grey-50 > textarea,.lq-form-group-grey-50 > select,.lq-form-group-grey-50 > .lq-select > select,.lq-form-group-float-grey-50 > input,.lq-form-group-float-grey-50 > textarea,.lq-form-group-float-grey-50 > select,.lq-form-group-float-grey-50 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-50 > input:focus,.lq-form-group-grey-50 > textarea:focus,.lq-form-group-grey-50 > select:focus,.lq-form-group-grey-50 > .lq-select > select:focus,.lq-form-group-float-grey-50 > input:focus,.lq-form-group-float-grey-50 > textarea:focus,.lq-form-group-float-grey-50 > select:focus,.lq-form-group-float-grey-50 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-50 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-50 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-50 > label.checkbox > .checkmarker,.lq-form-group-float-grey-50 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-50 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-50 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-50 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-50 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-50 > label.radio > .radiocircle,.lq-form-group-float-grey-50 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-50 > label.radio > .radiocircle:after,.lq-form-group-float-grey-50 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-50 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-50 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-50 > input,.lq-form-group-grey-50 > textarea,.lq-form-group-grey-50 > select,.lq-form-group-grey-50 > .lq-input-box,.lq-form-group-grey-50 > .lq-select{ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-50 > input.max-5,.lq-form-group-grey-50 > textarea.max-5,.lq-form-group-grey-50 > select.max-5,.lq-form-group-grey-50 > .lq-input-box.max-5,.lq-form-group-grey-50 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-50 > input.max-7,.lq-form-group-grey-50 > textarea.max-7,.lq-form-group-grey-50 > select.max-7,.lq-form-group-grey-50 > .lq-input-box.max-7,.lq-form-group-grey-50 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-50 > input.max-10,.lq-form-group-grey-50 > textarea.max-10,.lq-form-group-grey-50 > select.max-10,.lq-form-group-grey-50 > .lq-input-box.max-10,.lq-form-group-grey-50 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-50 > input.max-8,.lq-form-group-grey-50 > textarea.max-8,.lq-form-group-grey-50 > select.max-8,.lq-form-group-grey-50 > .lq-input-box.max-8,.lq-form-group-grey-50 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-50 > input.max-16,.lq-form-group-grey-50 > textarea.max-16,.lq-form-group-grey-50 > select.max-16,.lq-form-group-grey-50 > .lq-input-box.max-16,.lq-form-group-grey-50 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-50 > input.max-20,.lq-form-group-grey-50 > textarea.max-20,.lq-form-group-grey-50 > select.max-20,.lq-form-group-grey-50 > .lq-input-box.max-20,.lq-form-group-grey-50 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-50 > input.max-25,.lq-form-group-grey-50 > textarea.max-25,.lq-form-group-grey-50 > select.max-25,.lq-form-group-grey-50 > .lq-input-box.max-25,.lq-form-group-grey-50 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-50 > input.max-30,.lq-form-group-grey-50 > textarea.max-30,.lq-form-group-grey-50 > select.max-30,.lq-form-group-grey-50 > .lq-input-box.max-30,.lq-form-group-grey-50 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-50 > input.max-33,.lq-form-group-grey-50 > textarea.max-33,.lq-form-group-grey-50 > select.max-33,.lq-form-group-grey-50 > .lq-input-box.max-33,.lq-form-group-grey-50 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-50 > input.max-40,.lq-form-group-grey-50 > textarea.max-40,.lq-form-group-grey-50 > select.max-40,.lq-form-group-grey-50 > .lq-input-box.max-40,.lq-form-group-grey-50 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-50 > input.max-41,.lq-form-group-grey-50 > textarea.max-41,.lq-form-group-grey-50 > select.max-41,.lq-form-group-grey-50 > .lq-input-box.max-41,.lq-form-group-grey-50 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-50 > input.max-50,.lq-form-group-grey-50 > textarea.max-50,.lq-form-group-grey-50 > select.max-50,.lq-form-group-grey-50 > .lq-input-box.max-50,.lq-form-group-grey-50 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-50 > input.max-60,.lq-form-group-grey-50 > textarea.max-60,.lq-form-group-grey-50 > select.max-60,.lq-form-group-grey-50 > .lq-input-box.max-60,.lq-form-group-grey-50 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-50 > input.max-58,.lq-form-group-grey-50 > textarea.max-58,.lq-form-group-grey-50 > select.max-58,.lq-form-group-grey-50 > .lq-input-box.max-58,.lq-form-group-grey-50 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-50 > input.max-66,.lq-form-group-grey-50 > textarea.max-66,.lq-form-group-grey-50 > select.max-66,.lq-form-group-grey-50 > .lq-input-box.max-66,.lq-form-group-grey-50 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-50 > input.max-70,.lq-form-group-grey-50 > textarea.max-70,.lq-form-group-grey-50 > select.max-70,.lq-form-group-grey-50 > .lq-input-box.max-70,.lq-form-group-grey-50 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-50 > input.max-75,.lq-form-group-grey-50 > textarea.max-75,.lq-form-group-grey-50 > select.max-75,.lq-form-group-grey-50 > .lq-input-box.max-75,.lq-form-group-grey-50 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-50 > input.max-80,.lq-form-group-grey-50 > textarea.max-80,.lq-form-group-grey-50 > select.max-80,.lq-form-group-grey-50 > .lq-input-box.max-80,.lq-form-group-grey-50 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-50 > input.max-83,.lq-form-group-grey-50 > textarea.max-83,.lq-form-group-grey-50 > select.max-83,.lq-form-group-grey-50 > .lq-input-box.max-83,.lq-form-group-grey-50 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-50 > input.max-91,.lq-form-group-grey-50 > textarea.max-91,.lq-form-group-grey-50 > select.max-91,.lq-form-group-grey-50 > .lq-input-box.max-91,.lq-form-group-grey-50 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-50 > input.max-85,.lq-form-group-grey-50 > textarea.max-85,.lq-form-group-grey-50 > select.max-85,.lq-form-group-grey-50 > .lq-input-box.max-85,.lq-form-group-grey-50 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-50 > input.max-90,.lq-form-group-grey-50 > textarea.max-90,.lq-form-group-grey-50 > select.max-90,.lq-form-group-grey-50 > .lq-input-box.max-90,.lq-form-group-grey-50 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-50 > input.max-100,.lq-form-group-grey-50 > textarea.max-100,.lq-form-group-grey-50 > select.max-100,.lq-form-group-grey-50 > .lq-input-box.max-100,.lq-form-group-grey-50 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-50 > label{display:flex;ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.lq-form-group-grey-50 > label.checkbox{max-width:calc(50% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(50% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-50 > label.radio{max-width:calc(50% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(50% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-50 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-50{flex-direction:column}.lq-form-group-grey-50 > input,.lq-form-group-grey-50 > textarea,.lq-form-group-grey-50 > select,.lq-form-group-grey-50 > .lq-input-box,.lq-form-group-grey-50 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-50 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-50 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-50 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-50 > input,.lq-form-group-float-grey-50 > textarea,.lq-form-group-float-grey-50 > select,.lq-form-group-float-grey-50 > .lq-input-box,.lq-form-group-float-grey-50 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:50%}.lq-form-group-float-grey-50 > label{ms-flex:none;flex:none;max-width:50%}.lq-form-group-float-grey-50 > label.checkbox,.lq-form-group-float-grey-50 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-50{flex-direction:column}.lq-form-group-float-grey-50 > input,.lq-form-group-float-grey-50 > textarea,.lq-form-group-float-grey-50 > select,.lq-form-group-float-grey-50 > .lq-input-box,.lq-form-group-float-grey-50 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-50 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-50 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-50 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-60 > input,.lq-form-group-grey-60 > textarea,.lq-form-group-grey-60 > select,.lq-form-group-grey-60 > .lq-select > select,.lq-form-group-float-grey-60 > input,.lq-form-group-float-grey-60 > textarea,.lq-form-group-float-grey-60 > select,.lq-form-group-float-grey-60 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-60 > input:focus,.lq-form-group-grey-60 > textarea:focus,.lq-form-group-grey-60 > select:focus,.lq-form-group-grey-60 > .lq-select > select:focus,.lq-form-group-float-grey-60 > input:focus,.lq-form-group-float-grey-60 > textarea:focus,.lq-form-group-float-grey-60 > select:focus,.lq-form-group-float-grey-60 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-60 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-60 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-60 > label.checkbox > .checkmarker,.lq-form-group-float-grey-60 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-60 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-60 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-60 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-60 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-60 > label.radio > .radiocircle,.lq-form-group-float-grey-60 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-60 > label.radio > .radiocircle:after,.lq-form-group-float-grey-60 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-60 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-60 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-60 > input,.lq-form-group-grey-60 > textarea,.lq-form-group-grey-60 > select,.lq-form-group-grey-60 > .lq-input-box,.lq-form-group-grey-60 > .lq-select{ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-60 > input.max-5,.lq-form-group-grey-60 > textarea.max-5,.lq-form-group-grey-60 > select.max-5,.lq-form-group-grey-60 > .lq-input-box.max-5,.lq-form-group-grey-60 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-60 > input.max-7,.lq-form-group-grey-60 > textarea.max-7,.lq-form-group-grey-60 > select.max-7,.lq-form-group-grey-60 > .lq-input-box.max-7,.lq-form-group-grey-60 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-60 > input.max-10,.lq-form-group-grey-60 > textarea.max-10,.lq-form-group-grey-60 > select.max-10,.lq-form-group-grey-60 > .lq-input-box.max-10,.lq-form-group-grey-60 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-60 > input.max-8,.lq-form-group-grey-60 > textarea.max-8,.lq-form-group-grey-60 > select.max-8,.lq-form-group-grey-60 > .lq-input-box.max-8,.lq-form-group-grey-60 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-60 > input.max-16,.lq-form-group-grey-60 > textarea.max-16,.lq-form-group-grey-60 > select.max-16,.lq-form-group-grey-60 > .lq-input-box.max-16,.lq-form-group-grey-60 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-60 > input.max-20,.lq-form-group-grey-60 > textarea.max-20,.lq-form-group-grey-60 > select.max-20,.lq-form-group-grey-60 > .lq-input-box.max-20,.lq-form-group-grey-60 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-60 > input.max-25,.lq-form-group-grey-60 > textarea.max-25,.lq-form-group-grey-60 > select.max-25,.lq-form-group-grey-60 > .lq-input-box.max-25,.lq-form-group-grey-60 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-60 > input.max-30,.lq-form-group-grey-60 > textarea.max-30,.lq-form-group-grey-60 > select.max-30,.lq-form-group-grey-60 > .lq-input-box.max-30,.lq-form-group-grey-60 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-60 > input.max-33,.lq-form-group-grey-60 > textarea.max-33,.lq-form-group-grey-60 > select.max-33,.lq-form-group-grey-60 > .lq-input-box.max-33,.lq-form-group-grey-60 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-60 > input.max-40,.lq-form-group-grey-60 > textarea.max-40,.lq-form-group-grey-60 > select.max-40,.lq-form-group-grey-60 > .lq-input-box.max-40,.lq-form-group-grey-60 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-60 > input.max-41,.lq-form-group-grey-60 > textarea.max-41,.lq-form-group-grey-60 > select.max-41,.lq-form-group-grey-60 > .lq-input-box.max-41,.lq-form-group-grey-60 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-60 > input.max-50,.lq-form-group-grey-60 > textarea.max-50,.lq-form-group-grey-60 > select.max-50,.lq-form-group-grey-60 > .lq-input-box.max-50,.lq-form-group-grey-60 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-60 > input.max-60,.lq-form-group-grey-60 > textarea.max-60,.lq-form-group-grey-60 > select.max-60,.lq-form-group-grey-60 > .lq-input-box.max-60,.lq-form-group-grey-60 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-60 > input.max-58,.lq-form-group-grey-60 > textarea.max-58,.lq-form-group-grey-60 > select.max-58,.lq-form-group-grey-60 > .lq-input-box.max-58,.lq-form-group-grey-60 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-60 > input.max-66,.lq-form-group-grey-60 > textarea.max-66,.lq-form-group-grey-60 > select.max-66,.lq-form-group-grey-60 > .lq-input-box.max-66,.lq-form-group-grey-60 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-60 > input.max-70,.lq-form-group-grey-60 > textarea.max-70,.lq-form-group-grey-60 > select.max-70,.lq-form-group-grey-60 > .lq-input-box.max-70,.lq-form-group-grey-60 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-60 > input.max-75,.lq-form-group-grey-60 > textarea.max-75,.lq-form-group-grey-60 > select.max-75,.lq-form-group-grey-60 > .lq-input-box.max-75,.lq-form-group-grey-60 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-60 > input.max-80,.lq-form-group-grey-60 > textarea.max-80,.lq-form-group-grey-60 > select.max-80,.lq-form-group-grey-60 > .lq-input-box.max-80,.lq-form-group-grey-60 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-60 > input.max-83,.lq-form-group-grey-60 > textarea.max-83,.lq-form-group-grey-60 > select.max-83,.lq-form-group-grey-60 > .lq-input-box.max-83,.lq-form-group-grey-60 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-60 > input.max-91,.lq-form-group-grey-60 > textarea.max-91,.lq-form-group-grey-60 > select.max-91,.lq-form-group-grey-60 > .lq-input-box.max-91,.lq-form-group-grey-60 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-60 > input.max-85,.lq-form-group-grey-60 > textarea.max-85,.lq-form-group-grey-60 > select.max-85,.lq-form-group-grey-60 > .lq-input-box.max-85,.lq-form-group-grey-60 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-60 > input.max-90,.lq-form-group-grey-60 > textarea.max-90,.lq-form-group-grey-60 > select.max-90,.lq-form-group-grey-60 > .lq-input-box.max-90,.lq-form-group-grey-60 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-60 > input.max-100,.lq-form-group-grey-60 > textarea.max-100,.lq-form-group-grey-60 > select.max-100,.lq-form-group-grey-60 > .lq-input-box.max-100,.lq-form-group-grey-60 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-60 > label{display:flex;ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.lq-form-group-grey-60 > label.checkbox{max-width:calc(40% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(60% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-60 > label.radio{max-width:calc(40% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(60% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-60 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-60{flex-direction:column}.lq-form-group-grey-60 > input,.lq-form-group-grey-60 > textarea,.lq-form-group-grey-60 > select,.lq-form-group-grey-60 > .lq-input-box,.lq-form-group-grey-60 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-60 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-60 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-60 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-60 > input,.lq-form-group-float-grey-60 > textarea,.lq-form-group-float-grey-60 > select,.lq-form-group-float-grey-60 > .lq-input-box,.lq-form-group-float-grey-60 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:60%}.lq-form-group-float-grey-60 > label{ms-flex:none;flex:none;max-width:40%}.lq-form-group-float-grey-60 > label.checkbox,.lq-form-group-float-grey-60 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-60{flex-direction:column}.lq-form-group-float-grey-60 > input,.lq-form-group-float-grey-60 > textarea,.lq-form-group-float-grey-60 > select,.lq-form-group-float-grey-60 > .lq-input-box,.lq-form-group-float-grey-60 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-60 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-60 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-60 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-58 > input,.lq-form-group-grey-58 > textarea,.lq-form-group-grey-58 > select,.lq-form-group-grey-58 > .lq-select > select,.lq-form-group-float-grey-58 > input,.lq-form-group-float-grey-58 > textarea,.lq-form-group-float-grey-58 > select,.lq-form-group-float-grey-58 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-58 > input:focus,.lq-form-group-grey-58 > textarea:focus,.lq-form-group-grey-58 > select:focus,.lq-form-group-grey-58 > .lq-select > select:focus,.lq-form-group-float-grey-58 > input:focus,.lq-form-group-float-grey-58 > textarea:focus,.lq-form-group-float-grey-58 > select:focus,.lq-form-group-float-grey-58 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-58 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-58 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-58 > label.checkbox > .checkmarker,.lq-form-group-float-grey-58 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-58 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-58 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-58 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-58 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-58 > label.radio > .radiocircle,.lq-form-group-float-grey-58 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-58 > label.radio > .radiocircle:after,.lq-form-group-float-grey-58 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-58 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-58 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-58 > input,.lq-form-group-grey-58 > textarea,.lq-form-group-grey-58 > select,.lq-form-group-grey-58 > .lq-input-box,.lq-form-group-grey-58 > .lq-select{ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-58 > input.max-5,.lq-form-group-grey-58 > textarea.max-5,.lq-form-group-grey-58 > select.max-5,.lq-form-group-grey-58 > .lq-input-box.max-5,.lq-form-group-grey-58 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-58 > input.max-7,.lq-form-group-grey-58 > textarea.max-7,.lq-form-group-grey-58 > select.max-7,.lq-form-group-grey-58 > .lq-input-box.max-7,.lq-form-group-grey-58 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-58 > input.max-10,.lq-form-group-grey-58 > textarea.max-10,.lq-form-group-grey-58 > select.max-10,.lq-form-group-grey-58 > .lq-input-box.max-10,.lq-form-group-grey-58 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-58 > input.max-8,.lq-form-group-grey-58 > textarea.max-8,.lq-form-group-grey-58 > select.max-8,.lq-form-group-grey-58 > .lq-input-box.max-8,.lq-form-group-grey-58 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-58 > input.max-16,.lq-form-group-grey-58 > textarea.max-16,.lq-form-group-grey-58 > select.max-16,.lq-form-group-grey-58 > .lq-input-box.max-16,.lq-form-group-grey-58 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-58 > input.max-20,.lq-form-group-grey-58 > textarea.max-20,.lq-form-group-grey-58 > select.max-20,.lq-form-group-grey-58 > .lq-input-box.max-20,.lq-form-group-grey-58 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-58 > input.max-25,.lq-form-group-grey-58 > textarea.max-25,.lq-form-group-grey-58 > select.max-25,.lq-form-group-grey-58 > .lq-input-box.max-25,.lq-form-group-grey-58 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-58 > input.max-30,.lq-form-group-grey-58 > textarea.max-30,.lq-form-group-grey-58 > select.max-30,.lq-form-group-grey-58 > .lq-input-box.max-30,.lq-form-group-grey-58 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-58 > input.max-33,.lq-form-group-grey-58 > textarea.max-33,.lq-form-group-grey-58 > select.max-33,.lq-form-group-grey-58 > .lq-input-box.max-33,.lq-form-group-grey-58 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-58 > input.max-40,.lq-form-group-grey-58 > textarea.max-40,.lq-form-group-grey-58 > select.max-40,.lq-form-group-grey-58 > .lq-input-box.max-40,.lq-form-group-grey-58 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-58 > input.max-41,.lq-form-group-grey-58 > textarea.max-41,.lq-form-group-grey-58 > select.max-41,.lq-form-group-grey-58 > .lq-input-box.max-41,.lq-form-group-grey-58 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-58 > input.max-50,.lq-form-group-grey-58 > textarea.max-50,.lq-form-group-grey-58 > select.max-50,.lq-form-group-grey-58 > .lq-input-box.max-50,.lq-form-group-grey-58 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-58 > input.max-60,.lq-form-group-grey-58 > textarea.max-60,.lq-form-group-grey-58 > select.max-60,.lq-form-group-grey-58 > .lq-input-box.max-60,.lq-form-group-grey-58 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-58 > input.max-58,.lq-form-group-grey-58 > textarea.max-58,.lq-form-group-grey-58 > select.max-58,.lq-form-group-grey-58 > .lq-input-box.max-58,.lq-form-group-grey-58 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-58 > input.max-66,.lq-form-group-grey-58 > textarea.max-66,.lq-form-group-grey-58 > select.max-66,.lq-form-group-grey-58 > .lq-input-box.max-66,.lq-form-group-grey-58 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-58 > input.max-70,.lq-form-group-grey-58 > textarea.max-70,.lq-form-group-grey-58 > select.max-70,.lq-form-group-grey-58 > .lq-input-box.max-70,.lq-form-group-grey-58 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-58 > input.max-75,.lq-form-group-grey-58 > textarea.max-75,.lq-form-group-grey-58 > select.max-75,.lq-form-group-grey-58 > .lq-input-box.max-75,.lq-form-group-grey-58 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-58 > input.max-80,.lq-form-group-grey-58 > textarea.max-80,.lq-form-group-grey-58 > select.max-80,.lq-form-group-grey-58 > .lq-input-box.max-80,.lq-form-group-grey-58 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-58 > input.max-83,.lq-form-group-grey-58 > textarea.max-83,.lq-form-group-grey-58 > select.max-83,.lq-form-group-grey-58 > .lq-input-box.max-83,.lq-form-group-grey-58 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-58 > input.max-91,.lq-form-group-grey-58 > textarea.max-91,.lq-form-group-grey-58 > select.max-91,.lq-form-group-grey-58 > .lq-input-box.max-91,.lq-form-group-grey-58 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-58 > input.max-85,.lq-form-group-grey-58 > textarea.max-85,.lq-form-group-grey-58 > select.max-85,.lq-form-group-grey-58 > .lq-input-box.max-85,.lq-form-group-grey-58 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-58 > input.max-90,.lq-form-group-grey-58 > textarea.max-90,.lq-form-group-grey-58 > select.max-90,.lq-form-group-grey-58 > .lq-input-box.max-90,.lq-form-group-grey-58 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-58 > input.max-100,.lq-form-group-grey-58 > textarea.max-100,.lq-form-group-grey-58 > select.max-100,.lq-form-group-grey-58 > .lq-input-box.max-100,.lq-form-group-grey-58 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-58 > label{display:flex;ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.lq-form-group-grey-58 > label.checkbox{max-width:calc(41.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(58.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-58 > label.radio{max-width:calc(41.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(58.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-58 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-58{flex-direction:column}.lq-form-group-grey-58 > input,.lq-form-group-grey-58 > textarea,.lq-form-group-grey-58 > select,.lq-form-group-grey-58 > .lq-input-box,.lq-form-group-grey-58 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-58 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-58 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-58 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-58 > input,.lq-form-group-float-grey-58 > textarea,.lq-form-group-float-grey-58 > select,.lq-form-group-float-grey-58 > .lq-input-box,.lq-form-group-float-grey-58 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:58.33333%}.lq-form-group-float-grey-58 > label{ms-flex:none;flex:none;max-width:41.66667%}.lq-form-group-float-grey-58 > label.checkbox,.lq-form-group-float-grey-58 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-58{flex-direction:column}.lq-form-group-float-grey-58 > input,.lq-form-group-float-grey-58 > textarea,.lq-form-group-float-grey-58 > select,.lq-form-group-float-grey-58 > .lq-input-box,.lq-form-group-float-grey-58 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-58 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-58 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-58 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-66 > input,.lq-form-group-grey-66 > textarea,.lq-form-group-grey-66 > select,.lq-form-group-grey-66 > .lq-select > select,.lq-form-group-float-grey-66 > input,.lq-form-group-float-grey-66 > textarea,.lq-form-group-float-grey-66 > select,.lq-form-group-float-grey-66 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-66 > input:focus,.lq-form-group-grey-66 > textarea:focus,.lq-form-group-grey-66 > select:focus,.lq-form-group-grey-66 > .lq-select > select:focus,.lq-form-group-float-grey-66 > input:focus,.lq-form-group-float-grey-66 > textarea:focus,.lq-form-group-float-grey-66 > select:focus,.lq-form-group-float-grey-66 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-66 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-66 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-66 > label.checkbox > .checkmarker,.lq-form-group-float-grey-66 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-66 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-66 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-66 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-66 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-66 > label.radio > .radiocircle,.lq-form-group-float-grey-66 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-66 > label.radio > .radiocircle:after,.lq-form-group-float-grey-66 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-66 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-66 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-66 > input,.lq-form-group-grey-66 > textarea,.lq-form-group-grey-66 > select,.lq-form-group-grey-66 > .lq-input-box,.lq-form-group-grey-66 > .lq-select{ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-66 > input.max-5,.lq-form-group-grey-66 > textarea.max-5,.lq-form-group-grey-66 > select.max-5,.lq-form-group-grey-66 > .lq-input-box.max-5,.lq-form-group-grey-66 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-66 > input.max-7,.lq-form-group-grey-66 > textarea.max-7,.lq-form-group-grey-66 > select.max-7,.lq-form-group-grey-66 > .lq-input-box.max-7,.lq-form-group-grey-66 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-66 > input.max-10,.lq-form-group-grey-66 > textarea.max-10,.lq-form-group-grey-66 > select.max-10,.lq-form-group-grey-66 > .lq-input-box.max-10,.lq-form-group-grey-66 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-66 > input.max-8,.lq-form-group-grey-66 > textarea.max-8,.lq-form-group-grey-66 > select.max-8,.lq-form-group-grey-66 > .lq-input-box.max-8,.lq-form-group-grey-66 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-66 > input.max-16,.lq-form-group-grey-66 > textarea.max-16,.lq-form-group-grey-66 > select.max-16,.lq-form-group-grey-66 > .lq-input-box.max-16,.lq-form-group-grey-66 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-66 > input.max-20,.lq-form-group-grey-66 > textarea.max-20,.lq-form-group-grey-66 > select.max-20,.lq-form-group-grey-66 > .lq-input-box.max-20,.lq-form-group-grey-66 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-66 > input.max-25,.lq-form-group-grey-66 > textarea.max-25,.lq-form-group-grey-66 > select.max-25,.lq-form-group-grey-66 > .lq-input-box.max-25,.lq-form-group-grey-66 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-66 > input.max-30,.lq-form-group-grey-66 > textarea.max-30,.lq-form-group-grey-66 > select.max-30,.lq-form-group-grey-66 > .lq-input-box.max-30,.lq-form-group-grey-66 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-66 > input.max-33,.lq-form-group-grey-66 > textarea.max-33,.lq-form-group-grey-66 > select.max-33,.lq-form-group-grey-66 > .lq-input-box.max-33,.lq-form-group-grey-66 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-66 > input.max-40,.lq-form-group-grey-66 > textarea.max-40,.lq-form-group-grey-66 > select.max-40,.lq-form-group-grey-66 > .lq-input-box.max-40,.lq-form-group-grey-66 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-66 > input.max-41,.lq-form-group-grey-66 > textarea.max-41,.lq-form-group-grey-66 > select.max-41,.lq-form-group-grey-66 > .lq-input-box.max-41,.lq-form-group-grey-66 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-66 > input.max-50,.lq-form-group-grey-66 > textarea.max-50,.lq-form-group-grey-66 > select.max-50,.lq-form-group-grey-66 > .lq-input-box.max-50,.lq-form-group-grey-66 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-66 > input.max-60,.lq-form-group-grey-66 > textarea.max-60,.lq-form-group-grey-66 > select.max-60,.lq-form-group-grey-66 > .lq-input-box.max-60,.lq-form-group-grey-66 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-66 > input.max-58,.lq-form-group-grey-66 > textarea.max-58,.lq-form-group-grey-66 > select.max-58,.lq-form-group-grey-66 > .lq-input-box.max-58,.lq-form-group-grey-66 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-66 > input.max-66,.lq-form-group-grey-66 > textarea.max-66,.lq-form-group-grey-66 > select.max-66,.lq-form-group-grey-66 > .lq-input-box.max-66,.lq-form-group-grey-66 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-66 > input.max-70,.lq-form-group-grey-66 > textarea.max-70,.lq-form-group-grey-66 > select.max-70,.lq-form-group-grey-66 > .lq-input-box.max-70,.lq-form-group-grey-66 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-66 > input.max-75,.lq-form-group-grey-66 > textarea.max-75,.lq-form-group-grey-66 > select.max-75,.lq-form-group-grey-66 > .lq-input-box.max-75,.lq-form-group-grey-66 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-66 > input.max-80,.lq-form-group-grey-66 > textarea.max-80,.lq-form-group-grey-66 > select.max-80,.lq-form-group-grey-66 > .lq-input-box.max-80,.lq-form-group-grey-66 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-66 > input.max-83,.lq-form-group-grey-66 > textarea.max-83,.lq-form-group-grey-66 > select.max-83,.lq-form-group-grey-66 > .lq-input-box.max-83,.lq-form-group-grey-66 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-66 > input.max-91,.lq-form-group-grey-66 > textarea.max-91,.lq-form-group-grey-66 > select.max-91,.lq-form-group-grey-66 > .lq-input-box.max-91,.lq-form-group-grey-66 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-66 > input.max-85,.lq-form-group-grey-66 > textarea.max-85,.lq-form-group-grey-66 > select.max-85,.lq-form-group-grey-66 > .lq-input-box.max-85,.lq-form-group-grey-66 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-66 > input.max-90,.lq-form-group-grey-66 > textarea.max-90,.lq-form-group-grey-66 > select.max-90,.lq-form-group-grey-66 > .lq-input-box.max-90,.lq-form-group-grey-66 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-66 > input.max-100,.lq-form-group-grey-66 > textarea.max-100,.lq-form-group-grey-66 > select.max-100,.lq-form-group-grey-66 > .lq-input-box.max-100,.lq-form-group-grey-66 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-66 > label{display:flex;ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.lq-form-group-grey-66 > label.checkbox{max-width:calc(33.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(66.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-66 > label.radio{max-width:calc(33.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(66.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-66 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-66{flex-direction:column}.lq-form-group-grey-66 > input,.lq-form-group-grey-66 > textarea,.lq-form-group-grey-66 > select,.lq-form-group-grey-66 > .lq-input-box,.lq-form-group-grey-66 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-66 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-66 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-66 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-66 > input,.lq-form-group-float-grey-66 > textarea,.lq-form-group-float-grey-66 > select,.lq-form-group-float-grey-66 > .lq-input-box,.lq-form-group-float-grey-66 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:66.66667%}.lq-form-group-float-grey-66 > label{ms-flex:none;flex:none;max-width:33.33333%}.lq-form-group-float-grey-66 > label.checkbox,.lq-form-group-float-grey-66 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-66{flex-direction:column}.lq-form-group-float-grey-66 > input,.lq-form-group-float-grey-66 > textarea,.lq-form-group-float-grey-66 > select,.lq-form-group-float-grey-66 > .lq-input-box,.lq-form-group-float-grey-66 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-66 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-66 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-66 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-70 > input,.lq-form-group-grey-70 > textarea,.lq-form-group-grey-70 > select,.lq-form-group-grey-70 > .lq-select > select,.lq-form-group-float-grey-70 > input,.lq-form-group-float-grey-70 > textarea,.lq-form-group-float-grey-70 > select,.lq-form-group-float-grey-70 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-70 > input:focus,.lq-form-group-grey-70 > textarea:focus,.lq-form-group-grey-70 > select:focus,.lq-form-group-grey-70 > .lq-select > select:focus,.lq-form-group-float-grey-70 > input:focus,.lq-form-group-float-grey-70 > textarea:focus,.lq-form-group-float-grey-70 > select:focus,.lq-form-group-float-grey-70 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-70 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-70 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-70 > label.checkbox > .checkmarker,.lq-form-group-float-grey-70 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-70 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-70 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-70 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-70 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-70 > label.radio > .radiocircle,.lq-form-group-float-grey-70 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-70 > label.radio > .radiocircle:after,.lq-form-group-float-grey-70 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-70 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-70 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-70 > input,.lq-form-group-grey-70 > textarea,.lq-form-group-grey-70 > select,.lq-form-group-grey-70 > .lq-input-box,.lq-form-group-grey-70 > .lq-select{ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-70 > input.max-5,.lq-form-group-grey-70 > textarea.max-5,.lq-form-group-grey-70 > select.max-5,.lq-form-group-grey-70 > .lq-input-box.max-5,.lq-form-group-grey-70 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-70 > input.max-7,.lq-form-group-grey-70 > textarea.max-7,.lq-form-group-grey-70 > select.max-7,.lq-form-group-grey-70 > .lq-input-box.max-7,.lq-form-group-grey-70 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-70 > input.max-10,.lq-form-group-grey-70 > textarea.max-10,.lq-form-group-grey-70 > select.max-10,.lq-form-group-grey-70 > .lq-input-box.max-10,.lq-form-group-grey-70 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-70 > input.max-8,.lq-form-group-grey-70 > textarea.max-8,.lq-form-group-grey-70 > select.max-8,.lq-form-group-grey-70 > .lq-input-box.max-8,.lq-form-group-grey-70 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-70 > input.max-16,.lq-form-group-grey-70 > textarea.max-16,.lq-form-group-grey-70 > select.max-16,.lq-form-group-grey-70 > .lq-input-box.max-16,.lq-form-group-grey-70 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-70 > input.max-20,.lq-form-group-grey-70 > textarea.max-20,.lq-form-group-grey-70 > select.max-20,.lq-form-group-grey-70 > .lq-input-box.max-20,.lq-form-group-grey-70 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-70 > input.max-25,.lq-form-group-grey-70 > textarea.max-25,.lq-form-group-grey-70 > select.max-25,.lq-form-group-grey-70 > .lq-input-box.max-25,.lq-form-group-grey-70 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-70 > input.max-30,.lq-form-group-grey-70 > textarea.max-30,.lq-form-group-grey-70 > select.max-30,.lq-form-group-grey-70 > .lq-input-box.max-30,.lq-form-group-grey-70 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-70 > input.max-33,.lq-form-group-grey-70 > textarea.max-33,.lq-form-group-grey-70 > select.max-33,.lq-form-group-grey-70 > .lq-input-box.max-33,.lq-form-group-grey-70 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-70 > input.max-40,.lq-form-group-grey-70 > textarea.max-40,.lq-form-group-grey-70 > select.max-40,.lq-form-group-grey-70 > .lq-input-box.max-40,.lq-form-group-grey-70 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-70 > input.max-41,.lq-form-group-grey-70 > textarea.max-41,.lq-form-group-grey-70 > select.max-41,.lq-form-group-grey-70 > .lq-input-box.max-41,.lq-form-group-grey-70 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-70 > input.max-50,.lq-form-group-grey-70 > textarea.max-50,.lq-form-group-grey-70 > select.max-50,.lq-form-group-grey-70 > .lq-input-box.max-50,.lq-form-group-grey-70 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-70 > input.max-60,.lq-form-group-grey-70 > textarea.max-60,.lq-form-group-grey-70 > select.max-60,.lq-form-group-grey-70 > .lq-input-box.max-60,.lq-form-group-grey-70 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-70 > input.max-58,.lq-form-group-grey-70 > textarea.max-58,.lq-form-group-grey-70 > select.max-58,.lq-form-group-grey-70 > .lq-input-box.max-58,.lq-form-group-grey-70 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-70 > input.max-66,.lq-form-group-grey-70 > textarea.max-66,.lq-form-group-grey-70 > select.max-66,.lq-form-group-grey-70 > .lq-input-box.max-66,.lq-form-group-grey-70 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-70 > input.max-70,.lq-form-group-grey-70 > textarea.max-70,.lq-form-group-grey-70 > select.max-70,.lq-form-group-grey-70 > .lq-input-box.max-70,.lq-form-group-grey-70 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-70 > input.max-75,.lq-form-group-grey-70 > textarea.max-75,.lq-form-group-grey-70 > select.max-75,.lq-form-group-grey-70 > .lq-input-box.max-75,.lq-form-group-grey-70 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-70 > input.max-80,.lq-form-group-grey-70 > textarea.max-80,.lq-form-group-grey-70 > select.max-80,.lq-form-group-grey-70 > .lq-input-box.max-80,.lq-form-group-grey-70 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-70 > input.max-83,.lq-form-group-grey-70 > textarea.max-83,.lq-form-group-grey-70 > select.max-83,.lq-form-group-grey-70 > .lq-input-box.max-83,.lq-form-group-grey-70 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-70 > input.max-91,.lq-form-group-grey-70 > textarea.max-91,.lq-form-group-grey-70 > select.max-91,.lq-form-group-grey-70 > .lq-input-box.max-91,.lq-form-group-grey-70 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-70 > input.max-85,.lq-form-group-grey-70 > textarea.max-85,.lq-form-group-grey-70 > select.max-85,.lq-form-group-grey-70 > .lq-input-box.max-85,.lq-form-group-grey-70 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-70 > input.max-90,.lq-form-group-grey-70 > textarea.max-90,.lq-form-group-grey-70 > select.max-90,.lq-form-group-grey-70 > .lq-input-box.max-90,.lq-form-group-grey-70 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-70 > input.max-100,.lq-form-group-grey-70 > textarea.max-100,.lq-form-group-grey-70 > select.max-100,.lq-form-group-grey-70 > .lq-input-box.max-100,.lq-form-group-grey-70 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-70 > label{display:flex;ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.lq-form-group-grey-70 > label.checkbox{max-width:calc(30% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(70% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-70 > label.radio{max-width:calc(30% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(70% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-70 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-70{flex-direction:column}.lq-form-group-grey-70 > input,.lq-form-group-grey-70 > textarea,.lq-form-group-grey-70 > select,.lq-form-group-grey-70 > .lq-input-box,.lq-form-group-grey-70 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-70 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-70 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-70 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-70 > input,.lq-form-group-float-grey-70 > textarea,.lq-form-group-float-grey-70 > select,.lq-form-group-float-grey-70 > .lq-input-box,.lq-form-group-float-grey-70 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:70%}.lq-form-group-float-grey-70 > label{ms-flex:none;flex:none;max-width:30%}.lq-form-group-float-grey-70 > label.checkbox,.lq-form-group-float-grey-70 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-70{flex-direction:column}.lq-form-group-float-grey-70 > input,.lq-form-group-float-grey-70 > textarea,.lq-form-group-float-grey-70 > select,.lq-form-group-float-grey-70 > .lq-input-box,.lq-form-group-float-grey-70 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-70 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-70 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-70 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-75 > input,.lq-form-group-grey-75 > textarea,.lq-form-group-grey-75 > select,.lq-form-group-grey-75 > .lq-select > select,.lq-form-group-float-grey-75 > input,.lq-form-group-float-grey-75 > textarea,.lq-form-group-float-grey-75 > select,.lq-form-group-float-grey-75 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-75 > input:focus,.lq-form-group-grey-75 > textarea:focus,.lq-form-group-grey-75 > select:focus,.lq-form-group-grey-75 > .lq-select > select:focus,.lq-form-group-float-grey-75 > input:focus,.lq-form-group-float-grey-75 > textarea:focus,.lq-form-group-float-grey-75 > select:focus,.lq-form-group-float-grey-75 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-75 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-75 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-75 > label.checkbox > .checkmarker,.lq-form-group-float-grey-75 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-75 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-75 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-75 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-75 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-75 > label.radio > .radiocircle,.lq-form-group-float-grey-75 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-75 > label.radio > .radiocircle:after,.lq-form-group-float-grey-75 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-75 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-75 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-75 > input,.lq-form-group-grey-75 > textarea,.lq-form-group-grey-75 > select,.lq-form-group-grey-75 > .lq-input-box,.lq-form-group-grey-75 > .lq-select{ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-75 > input.max-5,.lq-form-group-grey-75 > textarea.max-5,.lq-form-group-grey-75 > select.max-5,.lq-form-group-grey-75 > .lq-input-box.max-5,.lq-form-group-grey-75 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-75 > input.max-7,.lq-form-group-grey-75 > textarea.max-7,.lq-form-group-grey-75 > select.max-7,.lq-form-group-grey-75 > .lq-input-box.max-7,.lq-form-group-grey-75 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-75 > input.max-10,.lq-form-group-grey-75 > textarea.max-10,.lq-form-group-grey-75 > select.max-10,.lq-form-group-grey-75 > .lq-input-box.max-10,.lq-form-group-grey-75 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-75 > input.max-8,.lq-form-group-grey-75 > textarea.max-8,.lq-form-group-grey-75 > select.max-8,.lq-form-group-grey-75 > .lq-input-box.max-8,.lq-form-group-grey-75 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-75 > input.max-16,.lq-form-group-grey-75 > textarea.max-16,.lq-form-group-grey-75 > select.max-16,.lq-form-group-grey-75 > .lq-input-box.max-16,.lq-form-group-grey-75 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-75 > input.max-20,.lq-form-group-grey-75 > textarea.max-20,.lq-form-group-grey-75 > select.max-20,.lq-form-group-grey-75 > .lq-input-box.max-20,.lq-form-group-grey-75 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-75 > input.max-25,.lq-form-group-grey-75 > textarea.max-25,.lq-form-group-grey-75 > select.max-25,.lq-form-group-grey-75 > .lq-input-box.max-25,.lq-form-group-grey-75 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-75 > input.max-30,.lq-form-group-grey-75 > textarea.max-30,.lq-form-group-grey-75 > select.max-30,.lq-form-group-grey-75 > .lq-input-box.max-30,.lq-form-group-grey-75 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-75 > input.max-33,.lq-form-group-grey-75 > textarea.max-33,.lq-form-group-grey-75 > select.max-33,.lq-form-group-grey-75 > .lq-input-box.max-33,.lq-form-group-grey-75 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-75 > input.max-40,.lq-form-group-grey-75 > textarea.max-40,.lq-form-group-grey-75 > select.max-40,.lq-form-group-grey-75 > .lq-input-box.max-40,.lq-form-group-grey-75 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-75 > input.max-41,.lq-form-group-grey-75 > textarea.max-41,.lq-form-group-grey-75 > select.max-41,.lq-form-group-grey-75 > .lq-input-box.max-41,.lq-form-group-grey-75 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-75 > input.max-50,.lq-form-group-grey-75 > textarea.max-50,.lq-form-group-grey-75 > select.max-50,.lq-form-group-grey-75 > .lq-input-box.max-50,.lq-form-group-grey-75 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-75 > input.max-60,.lq-form-group-grey-75 > textarea.max-60,.lq-form-group-grey-75 > select.max-60,.lq-form-group-grey-75 > .lq-input-box.max-60,.lq-form-group-grey-75 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-75 > input.max-58,.lq-form-group-grey-75 > textarea.max-58,.lq-form-group-grey-75 > select.max-58,.lq-form-group-grey-75 > .lq-input-box.max-58,.lq-form-group-grey-75 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-75 > input.max-66,.lq-form-group-grey-75 > textarea.max-66,.lq-form-group-grey-75 > select.max-66,.lq-form-group-grey-75 > .lq-input-box.max-66,.lq-form-group-grey-75 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-75 > input.max-70,.lq-form-group-grey-75 > textarea.max-70,.lq-form-group-grey-75 > select.max-70,.lq-form-group-grey-75 > .lq-input-box.max-70,.lq-form-group-grey-75 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-75 > input.max-75,.lq-form-group-grey-75 > textarea.max-75,.lq-form-group-grey-75 > select.max-75,.lq-form-group-grey-75 > .lq-input-box.max-75,.lq-form-group-grey-75 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-75 > input.max-80,.lq-form-group-grey-75 > textarea.max-80,.lq-form-group-grey-75 > select.max-80,.lq-form-group-grey-75 > .lq-input-box.max-80,.lq-form-group-grey-75 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-75 > input.max-83,.lq-form-group-grey-75 > textarea.max-83,.lq-form-group-grey-75 > select.max-83,.lq-form-group-grey-75 > .lq-input-box.max-83,.lq-form-group-grey-75 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-75 > input.max-91,.lq-form-group-grey-75 > textarea.max-91,.lq-form-group-grey-75 > select.max-91,.lq-form-group-grey-75 > .lq-input-box.max-91,.lq-form-group-grey-75 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-75 > input.max-85,.lq-form-group-grey-75 > textarea.max-85,.lq-form-group-grey-75 > select.max-85,.lq-form-group-grey-75 > .lq-input-box.max-85,.lq-form-group-grey-75 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-75 > input.max-90,.lq-form-group-grey-75 > textarea.max-90,.lq-form-group-grey-75 > select.max-90,.lq-form-group-grey-75 > .lq-input-box.max-90,.lq-form-group-grey-75 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-75 > input.max-100,.lq-form-group-grey-75 > textarea.max-100,.lq-form-group-grey-75 > select.max-100,.lq-form-group-grey-75 > .lq-input-box.max-100,.lq-form-group-grey-75 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-75 > label{display:flex;ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.lq-form-group-grey-75 > label.checkbox{max-width:calc(25% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(75% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-75 > label.radio{max-width:calc(25% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(75% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-75 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-75{flex-direction:column}.lq-form-group-grey-75 > input,.lq-form-group-grey-75 > textarea,.lq-form-group-grey-75 > select,.lq-form-group-grey-75 > .lq-input-box,.lq-form-group-grey-75 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-75 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-75 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-75 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-75 > input,.lq-form-group-float-grey-75 > textarea,.lq-form-group-float-grey-75 > select,.lq-form-group-float-grey-75 > .lq-input-box,.lq-form-group-float-grey-75 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:75%}.lq-form-group-float-grey-75 > label{ms-flex:none;flex:none;max-width:25%}.lq-form-group-float-grey-75 > label.checkbox,.lq-form-group-float-grey-75 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-75{flex-direction:column}.lq-form-group-float-grey-75 > input,.lq-form-group-float-grey-75 > textarea,.lq-form-group-float-grey-75 > select,.lq-form-group-float-grey-75 > .lq-input-box,.lq-form-group-float-grey-75 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-75 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-75 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-75 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-80 > input,.lq-form-group-grey-80 > textarea,.lq-form-group-grey-80 > select,.lq-form-group-grey-80 > .lq-select > select,.lq-form-group-float-grey-80 > input,.lq-form-group-float-grey-80 > textarea,.lq-form-group-float-grey-80 > select,.lq-form-group-float-grey-80 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-80 > input:focus,.lq-form-group-grey-80 > textarea:focus,.lq-form-group-grey-80 > select:focus,.lq-form-group-grey-80 > .lq-select > select:focus,.lq-form-group-float-grey-80 > input:focus,.lq-form-group-float-grey-80 > textarea:focus,.lq-form-group-float-grey-80 > select:focus,.lq-form-group-float-grey-80 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-80 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-80 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-80 > label.checkbox > .checkmarker,.lq-form-group-float-grey-80 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-80 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-80 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-80 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-80 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-80 > label.radio > .radiocircle,.lq-form-group-float-grey-80 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-80 > label.radio > .radiocircle:after,.lq-form-group-float-grey-80 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-80 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-80 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-80 > input,.lq-form-group-grey-80 > textarea,.lq-form-group-grey-80 > select,.lq-form-group-grey-80 > .lq-input-box,.lq-form-group-grey-80 > .lq-select{ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-80 > input.max-5,.lq-form-group-grey-80 > textarea.max-5,.lq-form-group-grey-80 > select.max-5,.lq-form-group-grey-80 > .lq-input-box.max-5,.lq-form-group-grey-80 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-80 > input.max-7,.lq-form-group-grey-80 > textarea.max-7,.lq-form-group-grey-80 > select.max-7,.lq-form-group-grey-80 > .lq-input-box.max-7,.lq-form-group-grey-80 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-80 > input.max-10,.lq-form-group-grey-80 > textarea.max-10,.lq-form-group-grey-80 > select.max-10,.lq-form-group-grey-80 > .lq-input-box.max-10,.lq-form-group-grey-80 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-80 > input.max-8,.lq-form-group-grey-80 > textarea.max-8,.lq-form-group-grey-80 > select.max-8,.lq-form-group-grey-80 > .lq-input-box.max-8,.lq-form-group-grey-80 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-80 > input.max-16,.lq-form-group-grey-80 > textarea.max-16,.lq-form-group-grey-80 > select.max-16,.lq-form-group-grey-80 > .lq-input-box.max-16,.lq-form-group-grey-80 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-80 > input.max-20,.lq-form-group-grey-80 > textarea.max-20,.lq-form-group-grey-80 > select.max-20,.lq-form-group-grey-80 > .lq-input-box.max-20,.lq-form-group-grey-80 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-80 > input.max-25,.lq-form-group-grey-80 > textarea.max-25,.lq-form-group-grey-80 > select.max-25,.lq-form-group-grey-80 > .lq-input-box.max-25,.lq-form-group-grey-80 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-80 > input.max-30,.lq-form-group-grey-80 > textarea.max-30,.lq-form-group-grey-80 > select.max-30,.lq-form-group-grey-80 > .lq-input-box.max-30,.lq-form-group-grey-80 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-80 > input.max-33,.lq-form-group-grey-80 > textarea.max-33,.lq-form-group-grey-80 > select.max-33,.lq-form-group-grey-80 > .lq-input-box.max-33,.lq-form-group-grey-80 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-80 > input.max-40,.lq-form-group-grey-80 > textarea.max-40,.lq-form-group-grey-80 > select.max-40,.lq-form-group-grey-80 > .lq-input-box.max-40,.lq-form-group-grey-80 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-80 > input.max-41,.lq-form-group-grey-80 > textarea.max-41,.lq-form-group-grey-80 > select.max-41,.lq-form-group-grey-80 > .lq-input-box.max-41,.lq-form-group-grey-80 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-80 > input.max-50,.lq-form-group-grey-80 > textarea.max-50,.lq-form-group-grey-80 > select.max-50,.lq-form-group-grey-80 > .lq-input-box.max-50,.lq-form-group-grey-80 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-80 > input.max-60,.lq-form-group-grey-80 > textarea.max-60,.lq-form-group-grey-80 > select.max-60,.lq-form-group-grey-80 > .lq-input-box.max-60,.lq-form-group-grey-80 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-80 > input.max-58,.lq-form-group-grey-80 > textarea.max-58,.lq-form-group-grey-80 > select.max-58,.lq-form-group-grey-80 > .lq-input-box.max-58,.lq-form-group-grey-80 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-80 > input.max-66,.lq-form-group-grey-80 > textarea.max-66,.lq-form-group-grey-80 > select.max-66,.lq-form-group-grey-80 > .lq-input-box.max-66,.lq-form-group-grey-80 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-80 > input.max-70,.lq-form-group-grey-80 > textarea.max-70,.lq-form-group-grey-80 > select.max-70,.lq-form-group-grey-80 > .lq-input-box.max-70,.lq-form-group-grey-80 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-80 > input.max-75,.lq-form-group-grey-80 > textarea.max-75,.lq-form-group-grey-80 > select.max-75,.lq-form-group-grey-80 > .lq-input-box.max-75,.lq-form-group-grey-80 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-80 > input.max-80,.lq-form-group-grey-80 > textarea.max-80,.lq-form-group-grey-80 > select.max-80,.lq-form-group-grey-80 > .lq-input-box.max-80,.lq-form-group-grey-80 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-80 > input.max-83,.lq-form-group-grey-80 > textarea.max-83,.lq-form-group-grey-80 > select.max-83,.lq-form-group-grey-80 > .lq-input-box.max-83,.lq-form-group-grey-80 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-80 > input.max-91,.lq-form-group-grey-80 > textarea.max-91,.lq-form-group-grey-80 > select.max-91,.lq-form-group-grey-80 > .lq-input-box.max-91,.lq-form-group-grey-80 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-80 > input.max-85,.lq-form-group-grey-80 > textarea.max-85,.lq-form-group-grey-80 > select.max-85,.lq-form-group-grey-80 > .lq-input-box.max-85,.lq-form-group-grey-80 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-80 > input.max-90,.lq-form-group-grey-80 > textarea.max-90,.lq-form-group-grey-80 > select.max-90,.lq-form-group-grey-80 > .lq-input-box.max-90,.lq-form-group-grey-80 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-80 > input.max-100,.lq-form-group-grey-80 > textarea.max-100,.lq-form-group-grey-80 > select.max-100,.lq-form-group-grey-80 > .lq-input-box.max-100,.lq-form-group-grey-80 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-80 > label{display:flex;ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.lq-form-group-grey-80 > label.checkbox{max-width:calc(20% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(80% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-80 > label.radio{max-width:calc(20% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(80% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-80 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-80{flex-direction:column}.lq-form-group-grey-80 > input,.lq-form-group-grey-80 > textarea,.lq-form-group-grey-80 > select,.lq-form-group-grey-80 > .lq-input-box,.lq-form-group-grey-80 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-80 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-80 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-80 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-80 > input,.lq-form-group-float-grey-80 > textarea,.lq-form-group-float-grey-80 > select,.lq-form-group-float-grey-80 > .lq-input-box,.lq-form-group-float-grey-80 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:80%}.lq-form-group-float-grey-80 > label{ms-flex:none;flex:none;max-width:20%}.lq-form-group-float-grey-80 > label.checkbox,.lq-form-group-float-grey-80 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-80{flex-direction:column}.lq-form-group-float-grey-80 > input,.lq-form-group-float-grey-80 > textarea,.lq-form-group-float-grey-80 > select,.lq-form-group-float-grey-80 > .lq-input-box,.lq-form-group-float-grey-80 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-80 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-80 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-80 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-83 > input,.lq-form-group-grey-83 > textarea,.lq-form-group-grey-83 > select,.lq-form-group-grey-83 > .lq-select > select,.lq-form-group-float-grey-83 > input,.lq-form-group-float-grey-83 > textarea,.lq-form-group-float-grey-83 > select,.lq-form-group-float-grey-83 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-83 > input:focus,.lq-form-group-grey-83 > textarea:focus,.lq-form-group-grey-83 > select:focus,.lq-form-group-grey-83 > .lq-select > select:focus,.lq-form-group-float-grey-83 > input:focus,.lq-form-group-float-grey-83 > textarea:focus,.lq-form-group-float-grey-83 > select:focus,.lq-form-group-float-grey-83 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-83 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-83 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-83 > label.checkbox > .checkmarker,.lq-form-group-float-grey-83 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-83 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-83 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-83 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-83 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-83 > label.radio > .radiocircle,.lq-form-group-float-grey-83 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-83 > label.radio > .radiocircle:after,.lq-form-group-float-grey-83 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-83 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-83 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-83 > input,.lq-form-group-grey-83 > textarea,.lq-form-group-grey-83 > select,.lq-form-group-grey-83 > .lq-input-box,.lq-form-group-grey-83 > .lq-select{ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-83 > input.max-5,.lq-form-group-grey-83 > textarea.max-5,.lq-form-group-grey-83 > select.max-5,.lq-form-group-grey-83 > .lq-input-box.max-5,.lq-form-group-grey-83 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-83 > input.max-7,.lq-form-group-grey-83 > textarea.max-7,.lq-form-group-grey-83 > select.max-7,.lq-form-group-grey-83 > .lq-input-box.max-7,.lq-form-group-grey-83 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-83 > input.max-10,.lq-form-group-grey-83 > textarea.max-10,.lq-form-group-grey-83 > select.max-10,.lq-form-group-grey-83 > .lq-input-box.max-10,.lq-form-group-grey-83 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-83 > input.max-8,.lq-form-group-grey-83 > textarea.max-8,.lq-form-group-grey-83 > select.max-8,.lq-form-group-grey-83 > .lq-input-box.max-8,.lq-form-group-grey-83 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-83 > input.max-16,.lq-form-group-grey-83 > textarea.max-16,.lq-form-group-grey-83 > select.max-16,.lq-form-group-grey-83 > .lq-input-box.max-16,.lq-form-group-grey-83 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-83 > input.max-20,.lq-form-group-grey-83 > textarea.max-20,.lq-form-group-grey-83 > select.max-20,.lq-form-group-grey-83 > .lq-input-box.max-20,.lq-form-group-grey-83 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-83 > input.max-25,.lq-form-group-grey-83 > textarea.max-25,.lq-form-group-grey-83 > select.max-25,.lq-form-group-grey-83 > .lq-input-box.max-25,.lq-form-group-grey-83 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-83 > input.max-30,.lq-form-group-grey-83 > textarea.max-30,.lq-form-group-grey-83 > select.max-30,.lq-form-group-grey-83 > .lq-input-box.max-30,.lq-form-group-grey-83 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-83 > input.max-33,.lq-form-group-grey-83 > textarea.max-33,.lq-form-group-grey-83 > select.max-33,.lq-form-group-grey-83 > .lq-input-box.max-33,.lq-form-group-grey-83 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-83 > input.max-40,.lq-form-group-grey-83 > textarea.max-40,.lq-form-group-grey-83 > select.max-40,.lq-form-group-grey-83 > .lq-input-box.max-40,.lq-form-group-grey-83 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-83 > input.max-41,.lq-form-group-grey-83 > textarea.max-41,.lq-form-group-grey-83 > select.max-41,.lq-form-group-grey-83 > .lq-input-box.max-41,.lq-form-group-grey-83 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-83 > input.max-50,.lq-form-group-grey-83 > textarea.max-50,.lq-form-group-grey-83 > select.max-50,.lq-form-group-grey-83 > .lq-input-box.max-50,.lq-form-group-grey-83 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-83 > input.max-60,.lq-form-group-grey-83 > textarea.max-60,.lq-form-group-grey-83 > select.max-60,.lq-form-group-grey-83 > .lq-input-box.max-60,.lq-form-group-grey-83 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-83 > input.max-58,.lq-form-group-grey-83 > textarea.max-58,.lq-form-group-grey-83 > select.max-58,.lq-form-group-grey-83 > .lq-input-box.max-58,.lq-form-group-grey-83 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-83 > input.max-66,.lq-form-group-grey-83 > textarea.max-66,.lq-form-group-grey-83 > select.max-66,.lq-form-group-grey-83 > .lq-input-box.max-66,.lq-form-group-grey-83 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-83 > input.max-70,.lq-form-group-grey-83 > textarea.max-70,.lq-form-group-grey-83 > select.max-70,.lq-form-group-grey-83 > .lq-input-box.max-70,.lq-form-group-grey-83 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-83 > input.max-75,.lq-form-group-grey-83 > textarea.max-75,.lq-form-group-grey-83 > select.max-75,.lq-form-group-grey-83 > .lq-input-box.max-75,.lq-form-group-grey-83 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-83 > input.max-80,.lq-form-group-grey-83 > textarea.max-80,.lq-form-group-grey-83 > select.max-80,.lq-form-group-grey-83 > .lq-input-box.max-80,.lq-form-group-grey-83 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-83 > input.max-83,.lq-form-group-grey-83 > textarea.max-83,.lq-form-group-grey-83 > select.max-83,.lq-form-group-grey-83 > .lq-input-box.max-83,.lq-form-group-grey-83 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-83 > input.max-91,.lq-form-group-grey-83 > textarea.max-91,.lq-form-group-grey-83 > select.max-91,.lq-form-group-grey-83 > .lq-input-box.max-91,.lq-form-group-grey-83 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-83 > input.max-85,.lq-form-group-grey-83 > textarea.max-85,.lq-form-group-grey-83 > select.max-85,.lq-form-group-grey-83 > .lq-input-box.max-85,.lq-form-group-grey-83 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-83 > input.max-90,.lq-form-group-grey-83 > textarea.max-90,.lq-form-group-grey-83 > select.max-90,.lq-form-group-grey-83 > .lq-input-box.max-90,.lq-form-group-grey-83 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-83 > input.max-100,.lq-form-group-grey-83 > textarea.max-100,.lq-form-group-grey-83 > select.max-100,.lq-form-group-grey-83 > .lq-input-box.max-100,.lq-form-group-grey-83 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-83 > label{display:flex;ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.lq-form-group-grey-83 > label.checkbox{max-width:calc(16.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(83.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-83 > label.radio{max-width:calc(16.66667% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(83.33333% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-83 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-83{flex-direction:column}.lq-form-group-grey-83 > input,.lq-form-group-grey-83 > textarea,.lq-form-group-grey-83 > select,.lq-form-group-grey-83 > .lq-input-box,.lq-form-group-grey-83 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-83 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-83 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-83 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-83 > input,.lq-form-group-float-grey-83 > textarea,.lq-form-group-float-grey-83 > select,.lq-form-group-float-grey-83 > .lq-input-box,.lq-form-group-float-grey-83 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:83.33333%}.lq-form-group-float-grey-83 > label{ms-flex:none;flex:none;max-width:16.66667%}.lq-form-group-float-grey-83 > label.checkbox,.lq-form-group-float-grey-83 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-83{flex-direction:column}.lq-form-group-float-grey-83 > input,.lq-form-group-float-grey-83 > textarea,.lq-form-group-float-grey-83 > select,.lq-form-group-float-grey-83 > .lq-input-box,.lq-form-group-float-grey-83 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-83 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-83 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-83 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-91 > input,.lq-form-group-grey-91 > textarea,.lq-form-group-grey-91 > select,.lq-form-group-grey-91 > .lq-select > select,.lq-form-group-float-grey-91 > input,.lq-form-group-float-grey-91 > textarea,.lq-form-group-float-grey-91 > select,.lq-form-group-float-grey-91 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-91 > input:focus,.lq-form-group-grey-91 > textarea:focus,.lq-form-group-grey-91 > select:focus,.lq-form-group-grey-91 > .lq-select > select:focus,.lq-form-group-float-grey-91 > input:focus,.lq-form-group-float-grey-91 > textarea:focus,.lq-form-group-float-grey-91 > select:focus,.lq-form-group-float-grey-91 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-91 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-91 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-91 > label.checkbox > .checkmarker,.lq-form-group-float-grey-91 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-91 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-91 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-91 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-91 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-91 > label.radio > .radiocircle,.lq-form-group-float-grey-91 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-91 > label.radio > .radiocircle:after,.lq-form-group-float-grey-91 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-91 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-91 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-91 > input,.lq-form-group-grey-91 > textarea,.lq-form-group-grey-91 > select,.lq-form-group-grey-91 > .lq-input-box,.lq-form-group-grey-91 > .lq-select{ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-91 > input.max-5,.lq-form-group-grey-91 > textarea.max-5,.lq-form-group-grey-91 > select.max-5,.lq-form-group-grey-91 > .lq-input-box.max-5,.lq-form-group-grey-91 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-91 > input.max-7,.lq-form-group-grey-91 > textarea.max-7,.lq-form-group-grey-91 > select.max-7,.lq-form-group-grey-91 > .lq-input-box.max-7,.lq-form-group-grey-91 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-91 > input.max-10,.lq-form-group-grey-91 > textarea.max-10,.lq-form-group-grey-91 > select.max-10,.lq-form-group-grey-91 > .lq-input-box.max-10,.lq-form-group-grey-91 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-91 > input.max-8,.lq-form-group-grey-91 > textarea.max-8,.lq-form-group-grey-91 > select.max-8,.lq-form-group-grey-91 > .lq-input-box.max-8,.lq-form-group-grey-91 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-91 > input.max-16,.lq-form-group-grey-91 > textarea.max-16,.lq-form-group-grey-91 > select.max-16,.lq-form-group-grey-91 > .lq-input-box.max-16,.lq-form-group-grey-91 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-91 > input.max-20,.lq-form-group-grey-91 > textarea.max-20,.lq-form-group-grey-91 > select.max-20,.lq-form-group-grey-91 > .lq-input-box.max-20,.lq-form-group-grey-91 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-91 > input.max-25,.lq-form-group-grey-91 > textarea.max-25,.lq-form-group-grey-91 > select.max-25,.lq-form-group-grey-91 > .lq-input-box.max-25,.lq-form-group-grey-91 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-91 > input.max-30,.lq-form-group-grey-91 > textarea.max-30,.lq-form-group-grey-91 > select.max-30,.lq-form-group-grey-91 > .lq-input-box.max-30,.lq-form-group-grey-91 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-91 > input.max-33,.lq-form-group-grey-91 > textarea.max-33,.lq-form-group-grey-91 > select.max-33,.lq-form-group-grey-91 > .lq-input-box.max-33,.lq-form-group-grey-91 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-91 > input.max-40,.lq-form-group-grey-91 > textarea.max-40,.lq-form-group-grey-91 > select.max-40,.lq-form-group-grey-91 > .lq-input-box.max-40,.lq-form-group-grey-91 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-91 > input.max-41,.lq-form-group-grey-91 > textarea.max-41,.lq-form-group-grey-91 > select.max-41,.lq-form-group-grey-91 > .lq-input-box.max-41,.lq-form-group-grey-91 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-91 > input.max-50,.lq-form-group-grey-91 > textarea.max-50,.lq-form-group-grey-91 > select.max-50,.lq-form-group-grey-91 > .lq-input-box.max-50,.lq-form-group-grey-91 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-91 > input.max-60,.lq-form-group-grey-91 > textarea.max-60,.lq-form-group-grey-91 > select.max-60,.lq-form-group-grey-91 > .lq-input-box.max-60,.lq-form-group-grey-91 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-91 > input.max-58,.lq-form-group-grey-91 > textarea.max-58,.lq-form-group-grey-91 > select.max-58,.lq-form-group-grey-91 > .lq-input-box.max-58,.lq-form-group-grey-91 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-91 > input.max-66,.lq-form-group-grey-91 > textarea.max-66,.lq-form-group-grey-91 > select.max-66,.lq-form-group-grey-91 > .lq-input-box.max-66,.lq-form-group-grey-91 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-91 > input.max-70,.lq-form-group-grey-91 > textarea.max-70,.lq-form-group-grey-91 > select.max-70,.lq-form-group-grey-91 > .lq-input-box.max-70,.lq-form-group-grey-91 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-91 > input.max-75,.lq-form-group-grey-91 > textarea.max-75,.lq-form-group-grey-91 > select.max-75,.lq-form-group-grey-91 > .lq-input-box.max-75,.lq-form-group-grey-91 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-91 > input.max-80,.lq-form-group-grey-91 > textarea.max-80,.lq-form-group-grey-91 > select.max-80,.lq-form-group-grey-91 > .lq-input-box.max-80,.lq-form-group-grey-91 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-91 > input.max-83,.lq-form-group-grey-91 > textarea.max-83,.lq-form-group-grey-91 > select.max-83,.lq-form-group-grey-91 > .lq-input-box.max-83,.lq-form-group-grey-91 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-91 > input.max-91,.lq-form-group-grey-91 > textarea.max-91,.lq-form-group-grey-91 > select.max-91,.lq-form-group-grey-91 > .lq-input-box.max-91,.lq-form-group-grey-91 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-91 > input.max-85,.lq-form-group-grey-91 > textarea.max-85,.lq-form-group-grey-91 > select.max-85,.lq-form-group-grey-91 > .lq-input-box.max-85,.lq-form-group-grey-91 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-91 > input.max-90,.lq-form-group-grey-91 > textarea.max-90,.lq-form-group-grey-91 > select.max-90,.lq-form-group-grey-91 > .lq-input-box.max-90,.lq-form-group-grey-91 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-91 > input.max-100,.lq-form-group-grey-91 > textarea.max-100,.lq-form-group-grey-91 > select.max-100,.lq-form-group-grey-91 > .lq-input-box.max-100,.lq-form-group-grey-91 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-91 > label{display:flex;ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.lq-form-group-grey-91 > label.checkbox{max-width:calc(8.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(91.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-91 > label.radio{max-width:calc(8.33333% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(91.66667% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-91 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-91{flex-direction:column}.lq-form-group-grey-91 > input,.lq-form-group-grey-91 > textarea,.lq-form-group-grey-91 > select,.lq-form-group-grey-91 > .lq-input-box,.lq-form-group-grey-91 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-91 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-91 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-91 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-91 > input,.lq-form-group-float-grey-91 > textarea,.lq-form-group-float-grey-91 > select,.lq-form-group-float-grey-91 > .lq-input-box,.lq-form-group-float-grey-91 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:91.66667%}.lq-form-group-float-grey-91 > label{ms-flex:none;flex:none;max-width:8.33333%}.lq-form-group-float-grey-91 > label.checkbox,.lq-form-group-float-grey-91 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-91{flex-direction:column}.lq-form-group-float-grey-91 > input,.lq-form-group-float-grey-91 > textarea,.lq-form-group-float-grey-91 > select,.lq-form-group-float-grey-91 > .lq-input-box,.lq-form-group-float-grey-91 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-91 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-91 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-91 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-85 > input,.lq-form-group-grey-85 > textarea,.lq-form-group-grey-85 > select,.lq-form-group-grey-85 > .lq-select > select,.lq-form-group-float-grey-85 > input,.lq-form-group-float-grey-85 > textarea,.lq-form-group-float-grey-85 > select,.lq-form-group-float-grey-85 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-85 > input:focus,.lq-form-group-grey-85 > textarea:focus,.lq-form-group-grey-85 > select:focus,.lq-form-group-grey-85 > .lq-select > select:focus,.lq-form-group-float-grey-85 > input:focus,.lq-form-group-float-grey-85 > textarea:focus,.lq-form-group-float-grey-85 > select:focus,.lq-form-group-float-grey-85 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-85 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-85 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-85 > label.checkbox > .checkmarker,.lq-form-group-float-grey-85 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-85 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-85 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-85 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-85 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-85 > label.radio > .radiocircle,.lq-form-group-float-grey-85 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-85 > label.radio > .radiocircle:after,.lq-form-group-float-grey-85 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-85 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-85 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-85 > input,.lq-form-group-grey-85 > textarea,.lq-form-group-grey-85 > select,.lq-form-group-grey-85 > .lq-input-box,.lq-form-group-grey-85 > .lq-select{ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-85 > input.max-5,.lq-form-group-grey-85 > textarea.max-5,.lq-form-group-grey-85 > select.max-5,.lq-form-group-grey-85 > .lq-input-box.max-5,.lq-form-group-grey-85 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-85 > input.max-7,.lq-form-group-grey-85 > textarea.max-7,.lq-form-group-grey-85 > select.max-7,.lq-form-group-grey-85 > .lq-input-box.max-7,.lq-form-group-grey-85 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-85 > input.max-10,.lq-form-group-grey-85 > textarea.max-10,.lq-form-group-grey-85 > select.max-10,.lq-form-group-grey-85 > .lq-input-box.max-10,.lq-form-group-grey-85 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-85 > input.max-8,.lq-form-group-grey-85 > textarea.max-8,.lq-form-group-grey-85 > select.max-8,.lq-form-group-grey-85 > .lq-input-box.max-8,.lq-form-group-grey-85 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-85 > input.max-16,.lq-form-group-grey-85 > textarea.max-16,.lq-form-group-grey-85 > select.max-16,.lq-form-group-grey-85 > .lq-input-box.max-16,.lq-form-group-grey-85 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-85 > input.max-20,.lq-form-group-grey-85 > textarea.max-20,.lq-form-group-grey-85 > select.max-20,.lq-form-group-grey-85 > .lq-input-box.max-20,.lq-form-group-grey-85 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-85 > input.max-25,.lq-form-group-grey-85 > textarea.max-25,.lq-form-group-grey-85 > select.max-25,.lq-form-group-grey-85 > .lq-input-box.max-25,.lq-form-group-grey-85 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-85 > input.max-30,.lq-form-group-grey-85 > textarea.max-30,.lq-form-group-grey-85 > select.max-30,.lq-form-group-grey-85 > .lq-input-box.max-30,.lq-form-group-grey-85 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-85 > input.max-33,.lq-form-group-grey-85 > textarea.max-33,.lq-form-group-grey-85 > select.max-33,.lq-form-group-grey-85 > .lq-input-box.max-33,.lq-form-group-grey-85 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-85 > input.max-40,.lq-form-group-grey-85 > textarea.max-40,.lq-form-group-grey-85 > select.max-40,.lq-form-group-grey-85 > .lq-input-box.max-40,.lq-form-group-grey-85 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-85 > input.max-41,.lq-form-group-grey-85 > textarea.max-41,.lq-form-group-grey-85 > select.max-41,.lq-form-group-grey-85 > .lq-input-box.max-41,.lq-form-group-grey-85 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-85 > input.max-50,.lq-form-group-grey-85 > textarea.max-50,.lq-form-group-grey-85 > select.max-50,.lq-form-group-grey-85 > .lq-input-box.max-50,.lq-form-group-grey-85 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-85 > input.max-60,.lq-form-group-grey-85 > textarea.max-60,.lq-form-group-grey-85 > select.max-60,.lq-form-group-grey-85 > .lq-input-box.max-60,.lq-form-group-grey-85 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-85 > input.max-58,.lq-form-group-grey-85 > textarea.max-58,.lq-form-group-grey-85 > select.max-58,.lq-form-group-grey-85 > .lq-input-box.max-58,.lq-form-group-grey-85 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-85 > input.max-66,.lq-form-group-grey-85 > textarea.max-66,.lq-form-group-grey-85 > select.max-66,.lq-form-group-grey-85 > .lq-input-box.max-66,.lq-form-group-grey-85 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-85 > input.max-70,.lq-form-group-grey-85 > textarea.max-70,.lq-form-group-grey-85 > select.max-70,.lq-form-group-grey-85 > .lq-input-box.max-70,.lq-form-group-grey-85 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-85 > input.max-75,.lq-form-group-grey-85 > textarea.max-75,.lq-form-group-grey-85 > select.max-75,.lq-form-group-grey-85 > .lq-input-box.max-75,.lq-form-group-grey-85 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-85 > input.max-80,.lq-form-group-grey-85 > textarea.max-80,.lq-form-group-grey-85 > select.max-80,.lq-form-group-grey-85 > .lq-input-box.max-80,.lq-form-group-grey-85 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-85 > input.max-83,.lq-form-group-grey-85 > textarea.max-83,.lq-form-group-grey-85 > select.max-83,.lq-form-group-grey-85 > .lq-input-box.max-83,.lq-form-group-grey-85 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-85 > input.max-91,.lq-form-group-grey-85 > textarea.max-91,.lq-form-group-grey-85 > select.max-91,.lq-form-group-grey-85 > .lq-input-box.max-91,.lq-form-group-grey-85 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-85 > input.max-85,.lq-form-group-grey-85 > textarea.max-85,.lq-form-group-grey-85 > select.max-85,.lq-form-group-grey-85 > .lq-input-box.max-85,.lq-form-group-grey-85 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-85 > input.max-90,.lq-form-group-grey-85 > textarea.max-90,.lq-form-group-grey-85 > select.max-90,.lq-form-group-grey-85 > .lq-input-box.max-90,.lq-form-group-grey-85 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-85 > input.max-100,.lq-form-group-grey-85 > textarea.max-100,.lq-form-group-grey-85 > select.max-100,.lq-form-group-grey-85 > .lq-input-box.max-100,.lq-form-group-grey-85 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-85 > label{display:flex;ms-flex:0 0 85%;flex:0 0 85%;max-width:85%}.lq-form-group-grey-85 > label.checkbox{max-width:calc(15% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(85% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-85 > label.radio{max-width:calc(15% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(85% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-85 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-85{flex-direction:column}.lq-form-group-grey-85 > input,.lq-form-group-grey-85 > textarea,.lq-form-group-grey-85 > select,.lq-form-group-grey-85 > .lq-input-box,.lq-form-group-grey-85 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-85 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-85 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-85 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-85 > input,.lq-form-group-float-grey-85 > textarea,.lq-form-group-float-grey-85 > select,.lq-form-group-float-grey-85 > .lq-input-box,.lq-form-group-float-grey-85 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:85%}.lq-form-group-float-grey-85 > label{ms-flex:none;flex:none;max-width:15%}.lq-form-group-float-grey-85 > label.checkbox,.lq-form-group-float-grey-85 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-85{flex-direction:column}.lq-form-group-float-grey-85 > input,.lq-form-group-float-grey-85 > textarea,.lq-form-group-float-grey-85 > select,.lq-form-group-float-grey-85 > .lq-input-box,.lq-form-group-float-grey-85 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-85 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-85 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-85 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-90 > input,.lq-form-group-grey-90 > textarea,.lq-form-group-grey-90 > select,.lq-form-group-grey-90 > .lq-select > select,.lq-form-group-float-grey-90 > input,.lq-form-group-float-grey-90 > textarea,.lq-form-group-float-grey-90 > select,.lq-form-group-float-grey-90 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-90 > input:focus,.lq-form-group-grey-90 > textarea:focus,.lq-form-group-grey-90 > select:focus,.lq-form-group-grey-90 > .lq-select > select:focus,.lq-form-group-float-grey-90 > input:focus,.lq-form-group-float-grey-90 > textarea:focus,.lq-form-group-float-grey-90 > select:focus,.lq-form-group-float-grey-90 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-90 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-90 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-90 > label.checkbox > .checkmarker,.lq-form-group-float-grey-90 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-90 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-90 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-90 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-90 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-90 > label.radio > .radiocircle,.lq-form-group-float-grey-90 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-90 > label.radio > .radiocircle:after,.lq-form-group-float-grey-90 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-90 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-90 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-90 > input,.lq-form-group-grey-90 > textarea,.lq-form-group-grey-90 > select,.lq-form-group-grey-90 > .lq-input-box,.lq-form-group-grey-90 > .lq-select{ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-90 > input.max-5,.lq-form-group-grey-90 > textarea.max-5,.lq-form-group-grey-90 > select.max-5,.lq-form-group-grey-90 > .lq-input-box.max-5,.lq-form-group-grey-90 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-90 > input.max-7,.lq-form-group-grey-90 > textarea.max-7,.lq-form-group-grey-90 > select.max-7,.lq-form-group-grey-90 > .lq-input-box.max-7,.lq-form-group-grey-90 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-90 > input.max-10,.lq-form-group-grey-90 > textarea.max-10,.lq-form-group-grey-90 > select.max-10,.lq-form-group-grey-90 > .lq-input-box.max-10,.lq-form-group-grey-90 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-90 > input.max-8,.lq-form-group-grey-90 > textarea.max-8,.lq-form-group-grey-90 > select.max-8,.lq-form-group-grey-90 > .lq-input-box.max-8,.lq-form-group-grey-90 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-90 > input.max-16,.lq-form-group-grey-90 > textarea.max-16,.lq-form-group-grey-90 > select.max-16,.lq-form-group-grey-90 > .lq-input-box.max-16,.lq-form-group-grey-90 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-90 > input.max-20,.lq-form-group-grey-90 > textarea.max-20,.lq-form-group-grey-90 > select.max-20,.lq-form-group-grey-90 > .lq-input-box.max-20,.lq-form-group-grey-90 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-90 > input.max-25,.lq-form-group-grey-90 > textarea.max-25,.lq-form-group-grey-90 > select.max-25,.lq-form-group-grey-90 > .lq-input-box.max-25,.lq-form-group-grey-90 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-90 > input.max-30,.lq-form-group-grey-90 > textarea.max-30,.lq-form-group-grey-90 > select.max-30,.lq-form-group-grey-90 > .lq-input-box.max-30,.lq-form-group-grey-90 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-90 > input.max-33,.lq-form-group-grey-90 > textarea.max-33,.lq-form-group-grey-90 > select.max-33,.lq-form-group-grey-90 > .lq-input-box.max-33,.lq-form-group-grey-90 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-90 > input.max-40,.lq-form-group-grey-90 > textarea.max-40,.lq-form-group-grey-90 > select.max-40,.lq-form-group-grey-90 > .lq-input-box.max-40,.lq-form-group-grey-90 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-90 > input.max-41,.lq-form-group-grey-90 > textarea.max-41,.lq-form-group-grey-90 > select.max-41,.lq-form-group-grey-90 > .lq-input-box.max-41,.lq-form-group-grey-90 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-90 > input.max-50,.lq-form-group-grey-90 > textarea.max-50,.lq-form-group-grey-90 > select.max-50,.lq-form-group-grey-90 > .lq-input-box.max-50,.lq-form-group-grey-90 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-90 > input.max-60,.lq-form-group-grey-90 > textarea.max-60,.lq-form-group-grey-90 > select.max-60,.lq-form-group-grey-90 > .lq-input-box.max-60,.lq-form-group-grey-90 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-90 > input.max-58,.lq-form-group-grey-90 > textarea.max-58,.lq-form-group-grey-90 > select.max-58,.lq-form-group-grey-90 > .lq-input-box.max-58,.lq-form-group-grey-90 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-90 > input.max-66,.lq-form-group-grey-90 > textarea.max-66,.lq-form-group-grey-90 > select.max-66,.lq-form-group-grey-90 > .lq-input-box.max-66,.lq-form-group-grey-90 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-90 > input.max-70,.lq-form-group-grey-90 > textarea.max-70,.lq-form-group-grey-90 > select.max-70,.lq-form-group-grey-90 > .lq-input-box.max-70,.lq-form-group-grey-90 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-90 > input.max-75,.lq-form-group-grey-90 > textarea.max-75,.lq-form-group-grey-90 > select.max-75,.lq-form-group-grey-90 > .lq-input-box.max-75,.lq-form-group-grey-90 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-90 > input.max-80,.lq-form-group-grey-90 > textarea.max-80,.lq-form-group-grey-90 > select.max-80,.lq-form-group-grey-90 > .lq-input-box.max-80,.lq-form-group-grey-90 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-90 > input.max-83,.lq-form-group-grey-90 > textarea.max-83,.lq-form-group-grey-90 > select.max-83,.lq-form-group-grey-90 > .lq-input-box.max-83,.lq-form-group-grey-90 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-90 > input.max-91,.lq-form-group-grey-90 > textarea.max-91,.lq-form-group-grey-90 > select.max-91,.lq-form-group-grey-90 > .lq-input-box.max-91,.lq-form-group-grey-90 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-90 > input.max-85,.lq-form-group-grey-90 > textarea.max-85,.lq-form-group-grey-90 > select.max-85,.lq-form-group-grey-90 > .lq-input-box.max-85,.lq-form-group-grey-90 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-90 > input.max-90,.lq-form-group-grey-90 > textarea.max-90,.lq-form-group-grey-90 > select.max-90,.lq-form-group-grey-90 > .lq-input-box.max-90,.lq-form-group-grey-90 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-90 > input.max-100,.lq-form-group-grey-90 > textarea.max-100,.lq-form-group-grey-90 > select.max-100,.lq-form-group-grey-90 > .lq-input-box.max-100,.lq-form-group-grey-90 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-90 > label{display:flex;ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}.lq-form-group-grey-90 > label.checkbox{max-width:calc(10% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(90% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-90 > label.radio{max-width:calc(10% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(90% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-90 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-90{flex-direction:column}.lq-form-group-grey-90 > input,.lq-form-group-grey-90 > textarea,.lq-form-group-grey-90 > select,.lq-form-group-grey-90 > .lq-input-box,.lq-form-group-grey-90 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-90 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-90 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-90 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-90 > input,.lq-form-group-float-grey-90 > textarea,.lq-form-group-float-grey-90 > select,.lq-form-group-float-grey-90 > .lq-input-box,.lq-form-group-float-grey-90 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:90%}.lq-form-group-float-grey-90 > label{ms-flex:none;flex:none;max-width:10%}.lq-form-group-float-grey-90 > label.checkbox,.lq-form-group-float-grey-90 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-90{flex-direction:column}.lq-form-group-float-grey-90 > input,.lq-form-group-float-grey-90 > textarea,.lq-form-group-float-grey-90 > select,.lq-form-group-float-grey-90 > .lq-input-box,.lq-form-group-float-grey-90 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-90 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-90 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-90 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-grey-100 > input,.lq-form-group-grey-100 > textarea,.lq-form-group-grey-100 > select,.lq-form-group-grey-100 > .lq-select > select,.lq-form-group-float-grey-100 > input,.lq-form-group-float-grey-100 > textarea,.lq-form-group-float-grey-100 > select,.lq-form-group-float-grey-100 > .lq-select > select{border:2px solid #342438;background-color:#c5bdb0}.lq-form-group-grey-100 > input:focus,.lq-form-group-grey-100 > textarea:focus,.lq-form-group-grey-100 > select:focus,.lq-form-group-grey-100 > .lq-select > select:focus,.lq-form-group-float-grey-100 > input:focus,.lq-form-group-float-grey-100 > textarea:focus,.lq-form-group-float-grey-100 > select:focus,.lq-form-group-float-grey-100 > .lq-select > select:focus{box-shadow:inset 0 0 1px 1px rgba(52, 36, 56, 0.3);border:2px solid #342438}.lq-form-group-grey-100 > .lq-select > .selectarrow:after,.lq-form-group-float-grey-100 > .lq-select > .selectarrow:after{border:solid #342438;border-width:0 0.15rem 0.15rem 0}.lq-form-group-grey-100 > label.checkbox > .checkmarker,.lq-form-group-float-grey-100 > label.checkbox > .checkmarker{border:2px solid #342438}.lq-form-group-grey-100 > label.checkbox > .checkmarker:after,.lq-form-group-float-grey-100 > label.checkbox > .checkmarker:after{border:solid #342438;border-width:0 0.3rem 0.3rem 0}.lq-form-group-grey-100 > label.checkbox > input:checked ~ .checkmarker,.lq-form-group-float-grey-100 > label.checkbox > input:checked ~ .checkmarker{background:#cebbd3}.lq-form-group-grey-100 > label.radio > .radiocircle,.lq-form-group-float-grey-100 > label.radio > .radiocircle{border:2px solid #342438}.lq-form-group-grey-100 > label.radio > .radiocircle:after,.lq-form-group-float-grey-100 > label.radio > .radiocircle:after{border:calc( ( 1rem + 0.1em + 0.12em  ) / 4) solid #342438}.lq-form-group-grey-100 > label.radio > input:checked ~ .radiocircle,.lq-form-group-float-grey-100 > label.radio > input:checked ~ .radiocircle{background:#cebbd3}.lq-form-group-grey-100 > input,.lq-form-group-grey-100 > textarea,.lq-form-group-grey-100 > select,.lq-form-group-grey-100 > .lq-input-box,.lq-form-group-grey-100 > .lq-select{ms-flex:0 0 0%;flex:0 0 0%;max-width:0%}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-100 > input.max-5,.lq-form-group-grey-100 > textarea.max-5,.lq-form-group-grey-100 > select.max-5,.lq-form-group-grey-100 > .lq-input-box.max-5,.lq-form-group-grey-100 > .lq-select.max-5{/*ms-flex: 0 0 5%;
                flex: 0 0 5%;*/max-width:5%}.lq-form-group-grey-100 > input.max-7,.lq-form-group-grey-100 > textarea.max-7,.lq-form-group-grey-100 > select.max-7,.lq-form-group-grey-100 > .lq-input-box.max-7,.lq-form-group-grey-100 > .lq-select.max-7{/*ms-flex: 0 0 7.5%;
                flex: 0 0 7.5%;*/max-width:7.5%}.lq-form-group-grey-100 > input.max-10,.lq-form-group-grey-100 > textarea.max-10,.lq-form-group-grey-100 > select.max-10,.lq-form-group-grey-100 > .lq-input-box.max-10,.lq-form-group-grey-100 > .lq-select.max-10{/*ms-flex: 0 0 10%;
                flex: 0 0 10%;*/max-width:10%}.lq-form-group-grey-100 > input.max-8,.lq-form-group-grey-100 > textarea.max-8,.lq-form-group-grey-100 > select.max-8,.lq-form-group-grey-100 > .lq-input-box.max-8,.lq-form-group-grey-100 > .lq-select.max-8{/*ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;*/max-width:8.33333%}.lq-form-group-grey-100 > input.max-16,.lq-form-group-grey-100 > textarea.max-16,.lq-form-group-grey-100 > select.max-16,.lq-form-group-grey-100 > .lq-input-box.max-16,.lq-form-group-grey-100 > .lq-select.max-16{/*ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;*/max-width:16.66667%}.lq-form-group-grey-100 > input.max-20,.lq-form-group-grey-100 > textarea.max-20,.lq-form-group-grey-100 > select.max-20,.lq-form-group-grey-100 > .lq-input-box.max-20,.lq-form-group-grey-100 > .lq-select.max-20{/*ms-flex: 0 0 20%;
                flex: 0 0 20%;*/max-width:20%}.lq-form-group-grey-100 > input.max-25,.lq-form-group-grey-100 > textarea.max-25,.lq-form-group-grey-100 > select.max-25,.lq-form-group-grey-100 > .lq-input-box.max-25,.lq-form-group-grey-100 > .lq-select.max-25{/*ms-flex: 0 0 25%;
                flex: 0 0 25%;*/max-width:25%}.lq-form-group-grey-100 > input.max-30,.lq-form-group-grey-100 > textarea.max-30,.lq-form-group-grey-100 > select.max-30,.lq-form-group-grey-100 > .lq-input-box.max-30,.lq-form-group-grey-100 > .lq-select.max-30{/*ms-flex: 0 0 30%;
                flex: 0 0 30%;*/max-width:30%}.lq-form-group-grey-100 > input.max-33,.lq-form-group-grey-100 > textarea.max-33,.lq-form-group-grey-100 > select.max-33,.lq-form-group-grey-100 > .lq-input-box.max-33,.lq-form-group-grey-100 > .lq-select.max-33{/*ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;*/max-width:33.33333%}.lq-form-group-grey-100 > input.max-40,.lq-form-group-grey-100 > textarea.max-40,.lq-form-group-grey-100 > select.max-40,.lq-form-group-grey-100 > .lq-input-box.max-40,.lq-form-group-grey-100 > .lq-select.max-40{/*ms-flex: 0 0 40%;
                flex: 0 0 40%;*/max-width:40%}.lq-form-group-grey-100 > input.max-41,.lq-form-group-grey-100 > textarea.max-41,.lq-form-group-grey-100 > select.max-41,.lq-form-group-grey-100 > .lq-input-box.max-41,.lq-form-group-grey-100 > .lq-select.max-41{/*ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;*/max-width:41.66667%}.lq-form-group-grey-100 > input.max-50,.lq-form-group-grey-100 > textarea.max-50,.lq-form-group-grey-100 > select.max-50,.lq-form-group-grey-100 > .lq-input-box.max-50,.lq-form-group-grey-100 > .lq-select.max-50{/*ms-flex: 0 0 50%;
                flex: 0 0 50%;*/max-width:50%}.lq-form-group-grey-100 > input.max-60,.lq-form-group-grey-100 > textarea.max-60,.lq-form-group-grey-100 > select.max-60,.lq-form-group-grey-100 > .lq-input-box.max-60,.lq-form-group-grey-100 > .lq-select.max-60{/*ms-flex: 0 0 60%;
                flex: 0 0 60%;*/max-width:60%}.lq-form-group-grey-100 > input.max-58,.lq-form-group-grey-100 > textarea.max-58,.lq-form-group-grey-100 > select.max-58,.lq-form-group-grey-100 > .lq-input-box.max-58,.lq-form-group-grey-100 > .lq-select.max-58{/*ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;*/max-width:58.33333%}.lq-form-group-grey-100 > input.max-66,.lq-form-group-grey-100 > textarea.max-66,.lq-form-group-grey-100 > select.max-66,.lq-form-group-grey-100 > .lq-input-box.max-66,.lq-form-group-grey-100 > .lq-select.max-66{/*ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;*/max-width:66.66667%}.lq-form-group-grey-100 > input.max-70,.lq-form-group-grey-100 > textarea.max-70,.lq-form-group-grey-100 > select.max-70,.lq-form-group-grey-100 > .lq-input-box.max-70,.lq-form-group-grey-100 > .lq-select.max-70{/*ms-flex: 0 0 70%;
                flex: 0 0 70%;*/max-width:70%}.lq-form-group-grey-100 > input.max-75,.lq-form-group-grey-100 > textarea.max-75,.lq-form-group-grey-100 > select.max-75,.lq-form-group-grey-100 > .lq-input-box.max-75,.lq-form-group-grey-100 > .lq-select.max-75{/*ms-flex: 0 0 75%;
                flex: 0 0 75%;*/max-width:75%}.lq-form-group-grey-100 > input.max-80,.lq-form-group-grey-100 > textarea.max-80,.lq-form-group-grey-100 > select.max-80,.lq-form-group-grey-100 > .lq-input-box.max-80,.lq-form-group-grey-100 > .lq-select.max-80{/*ms-flex: 0 0 80%;
                flex: 0 0 80%;*/max-width:80%}.lq-form-group-grey-100 > input.max-83,.lq-form-group-grey-100 > textarea.max-83,.lq-form-group-grey-100 > select.max-83,.lq-form-group-grey-100 > .lq-input-box.max-83,.lq-form-group-grey-100 > .lq-select.max-83{/*ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;*/max-width:83.33333%}.lq-form-group-grey-100 > input.max-91,.lq-form-group-grey-100 > textarea.max-91,.lq-form-group-grey-100 > select.max-91,.lq-form-group-grey-100 > .lq-input-box.max-91,.lq-form-group-grey-100 > .lq-select.max-91{/*ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;*/max-width:91.66667%}.lq-form-group-grey-100 > input.max-85,.lq-form-group-grey-100 > textarea.max-85,.lq-form-group-grey-100 > select.max-85,.lq-form-group-grey-100 > .lq-input-box.max-85,.lq-form-group-grey-100 > .lq-select.max-85{/*ms-flex: 0 0 85%;
                flex: 0 0 85%;*/max-width:85%}.lq-form-group-grey-100 > input.max-90,.lq-form-group-grey-100 > textarea.max-90,.lq-form-group-grey-100 > select.max-90,.lq-form-group-grey-100 > .lq-input-box.max-90,.lq-form-group-grey-100 > .lq-select.max-90{/*ms-flex: 0 0 90%;
                flex: 0 0 90%;*/max-width:90%}.lq-form-group-grey-100 > input.max-100,.lq-form-group-grey-100 > textarea.max-100,.lq-form-group-grey-100 > select.max-100,.lq-form-group-grey-100 > .lq-input-box.max-100,.lq-form-group-grey-100 > .lq-select.max-100{/*ms-flex: 0 0 100%;
                flex: 0 0 100%;*/max-width:100%}}.lq-form-group-grey-100 > label{display:flex;ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-100 > label.checkbox{max-width:calc(0% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(100% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}.lq-form-group-grey-100 > label.radio{max-width:calc(0% + 1rem + 0.1em + 0.12em + 0.8em);margin-left:calc(100% - ( 1rem + 0.1em + 0.12em ) - 0.8em)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.lq-form-group-grey-100 > .lq-input-box > [class^="lq-form-group-float"]{display:inline}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-grey-100{flex-direction:column}.lq-form-group-grey-100 > input,.lq-form-group-grey-100 > textarea,.lq-form-group-grey-100 > select,.lq-form-group-grey-100 > .lq-input-box,.lq-form-group-grey-100 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;width:100%;max-width:100%}.lq-form-group-grey-100 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-grey-100 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-grey-100 > label.radio{max-width:100%;margin-left:0}}.lq-form-group-float-grey-100 > input,.lq-form-group-float-grey-100 > textarea,.lq-form-group-float-grey-100 > select,.lq-form-group-float-grey-100 > .lq-input-box,.lq-form-group-float-grey-100 > .lq-select{display:inline-block;ms-flex:none;flex:none;min-width:100%}.lq-form-group-float-grey-100 > label{ms-flex:none;flex:none;max-width:0%}.lq-form-group-float-grey-100 > label.checkbox,.lq-form-group-float-grey-100 > label.radio{max-width:100%;margin-left:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-form-group-float-grey-100{flex-direction:column}.lq-form-group-float-grey-100 > input,.lq-form-group-float-grey-100 > textarea,.lq-form-group-float-grey-100 > select,.lq-form-group-float-grey-100 > .lq-input-box,.lq-form-group-float-grey-100 > .lq-select{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:100%}.lq-form-group-float-grey-100 > label{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lq-form-group-float-grey-100 > label.checkbox{max-width:100%;margin-left:0}.lq-form-group-float-grey-100 > label.radio{max-width:100%;margin-left:0}}[class^="lq-btn"]{text-transform:uppercase;line-height:1.1em;text-align:center}.termin-list-by-month h2{margin-bottom:-1rem}.termin-list-by-month hr{width:calc( 100% + 1rem);margin-left:-0.5rem;padding:0.7rem 0.5rem 0.4rem 0.5rem;border:0;border-bottom:1px solid #342438;height:0;margin-bottom:1rem}.termin-list-by-month .termin-list-item{width:calc( 100% + 1rem);margin-left:-0.5rem;padding:0.7rem 0.5rem 0.4rem 0.5rem;border-bottom:1px dotted #342438;display:flex;justify-content:flex-start;align-items:stretch}.termin-list-by-month .termin-list-item.odd{background:#ffffff}.termin-list-by-month .termin-list-item > .date{flex:auto;flex-shrink:0;padding-right:0.5rem}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.termin-list-by-month .termin-list-item > .date{width:10%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.termin-list-by-month .termin-list-item > .date{width:3rem !important;max-width:3rem;flex-shrink:0}}.termin-list-by-month .termin-list-item > .title{flex:auto;padding-right:0.5rem;width:50%/*&>p:last-of-type{
        margin-bottom: 0;
      }*/}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.termin-list-by-month .termin-list-item > .title{flex-shrink:0}}.termin-list-by-month .termin-list-item > .time{flex:auto;text-align:right;padding-right:0.5rem}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.termin-list-by-month .termin-list-item > .time{flex-shrink:0;width:30%}}.termin-list-by-month .termin-list-item > .type{flex:auto;flex-shrink:0;text-align:right}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.termin-list-by-month .termin-list-item > .type{width:10%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.termin-list-by-month .termin-list-item > .type{width:3rem !important;max-width:3rem;flex-shrink:0}}.termin-list-by-month .termin-list-item > .type > .icon{display:inline-block;background:#342438;color:#ffffff;padding:0.3rem 0.5rem;background:#342438;margin-top:-0.3rem;text-transform:uppercase}.production-list .production{position:relative;display:flex;flex-direction:column;justify-content:stretch;-webkit-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);-moz-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);-webkit-border-radius:1rem;-moz-border-radius:1rem;border-radius:1rem;background:#593c57;background:-moz-linear-gradient(top, #593c57 0%, #382441 100%);background:-webkit-linear-gradient(top, #593c57 0%, #382441 100%);background:linear-gradient(to bottom, #593c57 0%, #382441 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#593c57', endColorstr='#382441', GradientType=0);padding:1rem;width:100%/*@include media($MEDIA_LIQUID) {
      width: 100vw;
      padding: 1rem;
      margin-left: calc( 10.1vw / -2 );
      margin-right: calc( 10.1vw / -2 );
      padding-left: 5vw;
      padding-right: 5vw;
    }
    @include media($MEDIA_LIQUID-MAX) {
      margin-left: calc( (100vw - 1440px) / -2 );
      margin-right: calc( (100vw - 1440px) / -2 );
      padding-left: calc( (100vw - 1440px) / 2 );
      padding-right: calc( (100vw - 1440px) / 2 );
    }
    @include media($MEDIA_PHONE) {
      width: 100vw;
      margin-left: -1rem;
      margin-right: -1rem;
      padding: 1rem;
    }

    &.odd{
      background: $white;
    }
    &.even{

    }*/}.production-list .production h2{color:#ffffff;text-align:center;margin:0 0 1rem 0;line-height:1;font-style:normal}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.production-list .production:nth-child(2){margin-left:1rem;margin-right:1rem}}.production-list .production > .content-production{color:#000000}.production-list .production > .content-production > .image{margin-bottom:1rem}.production-list .production > .content-production > .text-content{padding:1rem;background:#f2f0ed;background:-moz-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:-webkit-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:linear-gradient(to bottom, #f2f0ed 0%, #d1cdd3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f0ed', endColorstr='#d1cdd3', GradientType=0)}.production-list .production > .content-production > .text-content > .description{margin-bottom:1rem}.production-list .production > .content-production > .text-content > .links{margin-bottom:1rem;text-align:center}.production-list .production > .content-production > .text-content > .links > a{color:#342438;display:block;word-break:break-all}.production-list .production > .info-next-event{margin:1rem 0;font-size:1.3em;text-align:center;line-height:1.2em;padding-top:0.5rem;color:#ffffff}.production-list .production > .content-event{padding:1rem;background:#f2f0ed;background:-moz-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:-webkit-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:linear-gradient(to bottom, #f2f0ed 0%, #d1cdd3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f0ed', endColorstr='#d1cdd3', GradientType=0);color:#000000}.production-list .production > .content-event > .title{color:#342438}.production-list .production > .content-event > .links{margin-bottom:1rem;text-align:center}.production-list .production > .content-event > .links > a{color:#342438;display:block}.production-list .production > .content-event > .event-image-list{display:flex;justify-content:flex-start;align-items:stretch;min-width:100%;flex-wrap:wrap;width:calc( 100% + 1rem);margin:0 0 0 -0.25rem}.production-list .production > .content-event > .event-image-list > .event-image{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;margin:0.25rem;position:relative;width:8.95rem;height:8.95rem;-webkit-border-radius:0.8rem;-moz-border-radius:0.8rem;border-radius:0.8rem;-webkit-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);-moz-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.production-list .production > .content-event > .event-image-list > .event-image{width:36vw;height:36vw}}.production-list .production > .content-event > .event-image-list > .event-image > a{display:flex;text-decoration:none !important}.production-list .production > .content-event > .event-image-list > .event-image > a > figure{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:8.95rem;height:8.95rem;-webkit-border-radius:0.8rem;-moz-border-radius:0.8rem;border-radius:0.8rem;background:#f2f0ed;background:-moz-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:-webkit-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:linear-gradient(to bottom, #f2f0ed 0%, #d1cdd3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f0ed', endColorstr='#d1cdd3', GradientType=0);padding:0.5rem}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.production-list .production > .content-event > .event-image-list > .event-image > a > figure{width:36vw;height:36vw}}.production-list .production > .content-event > .event-image-list > .event-image > a > figure > img{width:auto;max-width:100%;max-height:100%}.production-list .production > .content-event > .event-image-list > .event-image:hover{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);z-index:1}footer{background:#342438;z-index:1;color:#ffffff;padding:1em;width:100%;position:relative;text-align:center;font-size:0.8rem}footer a{color:#ffffff;text-decoration:none}footer a:hover{color:#ffffff;text-decoration:underline}footer .footer-logo{display:inline-block;width:14rem}footer .footer-logo > img{width:100%;height:auto}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){footer{font-size:4vw}footer .footer-logo{width:50%}}/*.home-top,
.sub-top{*/.home-top-slider{background:black;z-index:1}.wsImageSlider .wsImageSlider-item{display:block}.wsImageSlider .wsImageSlider-item .slider-item-text-pos{width:90%;left:5%;height:100%;/*@include media($MEDIA_LIQUID) {
          height: calc(100% - 11rem);
        }*/display:flex;position:absolute;top:0}.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text{text-align:center;flex:0 0 100%;justify-content:center;align-self:center}.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h1{font-family:"oswaldlight",sans-serif;letter-spacing:0.1em;text-transform:uppercase;font-size:4.1rem;color:#ffffff;text-shadow:0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5);text-align:center;line-height:1}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h1{font-size:4.1rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h1{font-size:1.6rem;line-height:1.2em}}.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h2{font-family:"oswaldlight",sans-serif;font-size:1.3rem;color:#ffffff;text-shadow:0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5);text-align:center;line-height:1}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h2{font-size:1.5rem}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h1,.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h2{padding:0 10rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h1,.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h2{padding:0 1rem}}.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h1 > .left,.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h2 > .left{display:inline-block;width:100%;text-align:left}.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h1 > .right,.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h2 > .right{display:inline-block;width:100%;text-align:right}.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h1 > .top,.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h2 > .top{display:block;margin-top:-9rem}.wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-button{display:inline-block;padding:0.2rem 0.8rem;text-transform:uppercase;font-size:1.2rem;-webkit-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);-moz-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67)}.wsImageSlider > .wsImageSlider-slide-left,.wsImageSlider > .wsImageSlider-slide-right{width:0;height:100%;display:flex;position:absolute;top:0;color:#ffffff;font-size:6rem;text-shadow:0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5);justify-content:center/*color: $white;
      top: calc( 50% - 4rem );
      font-size: 6rem;
      text-shadow: $text-shadow-black-smooth;*/}.wsImageSlider > .wsImageSlider-slide-left > i,.wsImageSlider > .wsImageSlider-slide-right > i{align-self:center}.wsImageSlider > .wsImageSlider-slide-left:after,.wsImageSlider > .wsImageSlider-slide-right:after{display:none}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.wsImageSlider > .wsImageSlider-slide-left,.wsImageSlider > .wsImageSlider-slide-right{top:0;font-size:5rem}}.wsImageSlider > .wsImageSlider-slide-left{left:2rem}.wsImageSlider > .wsImageSlider-slide-right{right:2rem}/*}*/.sub-top .wsImageSlider .wsImageSlider-item .slider-item-text-pos{width:90%;left:5%;height:100%;display:flex;position:absolute;top:0}.sub-top .wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text{text-align:center;flex:0 0 100%;justify-content:center;align-self:center}.sub-top .wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h1{font-size:2.5rem}.sub-top .wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h2{font-size:1.5rem}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.sub-top .wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h1,.sub-top .wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h2{padding:0 10rem}.sub-top .wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h1 > .left,.sub-top .wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h2 > .left{display:inline-block;text-align:left}.sub-top .wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h1 > .right,.sub-top .wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h2 > .right{display:inline-block;text-align:right}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.sub-top .wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h1{font-size:1.3rem}.sub-top .wsImageSlider .wsImageSlider-item .slider-item-text-pos > .slider-item-text > .slider-item-text-h2{font-size:1rem}}#home-production-slider{overflow:hidden;height:21.8rem}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){#home-production-slider{height:auto}}#home-production-slider > .lq-list-items{height:100%}#home-production-slider > .lq-list-items > .home-production-slider-item{height:100%}#home-production-slider > .lq-list-items > .home-production-slider-item > .home-production-slider-item-content{height:21.8rem;display:flex;flex-direction:column;justify-content:stretch}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){#home-production-slider > .lq-list-items > .home-production-slider-item > .home-production-slider-item-content{height:auto}}#home-production-slider > .lq-list-items > .home-production-slider-item > .home-production-slider-item-content > .image{flex:auto}#home-production-slider > .lq-list-items > .home-production-slider-item > .home-production-slider-item-content > .image > .home-production-slider-item-img{height:16.6rem;width:auto}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){#home-production-slider > .lq-list-items > .home-production-slider-item > .home-production-slider-item-content > .image > .home-production-slider-item-img{height:67vw}}#home-production-slider > .lq-list-items > .home-production-slider-item > .home-production-slider-item-content > .info{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;flex:auto;text-align:center;font-size:1.3em;line-height:1.2em;padding-top:0.5rem;height:5.3rem;opacity:1}.lq-list-slider > .lq-list-slider-slide-left,.lq-list-slider > .lq-list-slider-slide-right{top:auto !important;bottom:0.8rem !important;text-shadow:none !important}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider > .lq-list-slider-slide-left,.lq-list-slider > .lq-list-slider-slide-right{width:1.5rem !important;height:3rem !important;font-size:3rem !important}}.lq-list-slider > .lq-list-slider-slide-left{left:0 !important}.lq-list-slider > .lq-list-slider-slide-right{right:0 !important}.lq-list-slider .lq-list-items > .lq-list-item.collapse{font-size:inherit !important}.lq-list-slider .lq-list-items > .lq-list-item.collapse > .home-production-slider-item-content > .info{opacity:0 !important}/*
.wsImageSlider{
  & .wsImageSlider-item {
    &>.slider-item-text-pos {
      position: absolute;
      width: 90%;
      height: 10rem;
      top: calc( ((100vw * 1671 / 2560 ) - 3rem ) / 2 );
      &>.slider-item-text{
        &>.slider-item-text-h1{
          font-size: 3rem;
          color: $white;
          text-shadow: $text-shadow-black-smooth;
          text-align: center;
          line-height: 1.1;
        }
        &>.slider-item-text-h2{
          font-size: 1rem;
          color: $white;
          text-shadow: $text-shadow-black-smooth;
          text-align: center;
          line-height: 1.1;

        }
        &>.slider-item-button{

        }
      }
    }
  }
  &>.wsImageSlider-slide-left,
  &>.wsImageSlider-slide-right {
    &:after {
      display: none;
    }
  }
}*/.lq-list-slider{display:block;position:relative;width:100%}.lq-list-slider .lq-list-items{position:relative;display:flex;justify-content:flex-start;flex-wrap:nowrap}.lq-list-slider .lq-list-items > .lq-list-item{align-self:center;position:relative;overflow:hidden}.lq-list-slider .lq-list-items > .lq-list-item.collapse{flex:0 0 0.0001% !important;max-width:0 !important/*font-size: 0 !important;*/}.lq-list-slider .lq-list-items > .lq-list-item.lq-list-item-invisible{display:none}.lq-list-slider > .lq-list-slider-slide-left,.lq-list-slider > .lq-list-slider-slide-right{position:absolute;z-index:1;display:inline-block;cursor:pointer;top:calc( 50% - 1.5rem);width:1.5rem;height:3rem;color:#ffffff;font-size:3rem;line-height:1;text-shadow:0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5)}.lq-list-slider > .lq-list-slider-slide-left:after,.lq-list-slider > .lq-list-slider-slide-right:after{display:none}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider > .lq-list-slider-slide-left,.lq-list-slider > .lq-list-slider-slide-right{top:calc( 50% - 4rem);width:2.5rem;height:5rem;font-size:5rem}}.lq-list-slider > .lq-list-slider-slide-left{left:0.5rem}.lq-list-slider > .lq-list-slider-slide-right{right:0.5rem}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-1 .lq-list-items > .lq-list-item{flex:0 0 100%;max-width:100%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-1 .lq-list-items > .lq-list-item{flex:0 0 100%;max-width:100%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-1 .lq-list-items > .lq-list-item{flex:0 0 100%;max-width:100%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-2 .lq-list-items > .lq-list-item{flex:0 0 50%;max-width:50%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-2 .lq-list-items > .lq-list-item{flex:0 0 50%;max-width:50%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-2 .lq-list-items > .lq-list-item{flex:0 0 50%;max-width:50%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-3 .lq-list-items > .lq-list-item{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-3 .lq-list-items > .lq-list-item{flex:0 0 33.33333%;max-width:33.33333%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-3 .lq-list-items > .lq-list-item{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-4 .lq-list-items > .lq-list-item{flex:0 0 25%;max-width:25%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-4 .lq-list-items > .lq-list-item{flex:0 0 25%;max-width:25%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-4 .lq-list-items > .lq-list-item{flex:0 0 25%;max-width:25%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-5 .lq-list-items > .lq-list-item{flex:0 0 20%;max-width:20%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-5 .lq-list-items > .lq-list-item{flex:0 0 20%;max-width:20%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-5 .lq-list-items > .lq-list-item{flex:0 0 20%;max-width:20%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-6 .lq-list-items > .lq-list-item{flex:0 0 16.66667%;max-width:16.66667%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-6 .lq-list-items > .lq-list-item{flex:0 0 16.66667%;max-width:16.66667%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-6 .lq-list-items > .lq-list-item{flex:0 0 16.66667%;max-width:16.66667%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-7 .lq-list-items > .lq-list-item{flex:0 0 14.28571%;max-width:14.28571%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-7 .lq-list-items > .lq-list-item{flex:0 0 14.28571%;max-width:14.28571%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-7 .lq-list-items > .lq-list-item{flex:0 0 14.28571%;max-width:14.28571%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-8 .lq-list-items > .lq-list-item{flex:0 0 12.5%;max-width:12.5%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-8 .lq-list-items > .lq-list-item{flex:0 0 12.5%;max-width:12.5%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-8 .lq-list-items > .lq-list-item{flex:0 0 12.5%;max-width:12.5%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-9 .lq-list-items > .lq-list-item{flex:0 0 11.11111%;max-width:11.11111%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-9 .lq-list-items > .lq-list-item{flex:0 0 11.11111%;max-width:11.11111%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-9 .lq-list-items > .lq-list-item{flex:0 0 11.11111%;max-width:11.11111%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-10 .lq-list-items > .lq-list-item{flex:0 0 10%;max-width:10%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-10 .lq-list-items > .lq-list-item{flex:0 0 10%;max-width:10%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-10 .lq-list-items > .lq-list-item{flex:0 0 10%;max-width:10%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-11 .lq-list-items > .lq-list-item{flex:0 0 9.09091%;max-width:9.09091%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-11 .lq-list-items > .lq-list-item{flex:0 0 9.09091%;max-width:9.09091%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-11 .lq-list-items > .lq-list-item{flex:0 0 9.09091%;max-width:9.09091%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-12 .lq-list-items > .lq-list-item{flex:0 0 8.33333%;max-width:8.33333%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-12 .lq-list-items > .lq-list-item{flex:0 0 8.33333%;max-width:8.33333%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-12 .lq-list-items > .lq-list-item{flex:0 0 8.33333%;max-width:8.33333%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-13 .lq-list-items > .lq-list-item{flex:0 0 7.69231%;max-width:7.69231%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-13 .lq-list-items > .lq-list-item{flex:0 0 7.69231%;max-width:7.69231%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-13 .lq-list-items > .lq-list-item{flex:0 0 7.69231%;max-width:7.69231%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-14 .lq-list-items > .lq-list-item{flex:0 0 7.14286%;max-width:7.14286%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-14 .lq-list-items > .lq-list-item{flex:0 0 7.14286%;max-width:7.14286%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-14 .lq-list-items > .lq-list-item{flex:0 0 7.14286%;max-width:7.14286%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-15 .lq-list-items > .lq-list-item{flex:0 0 6.66667%;max-width:6.66667%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-15 .lq-list-items > .lq-list-item{flex:0 0 6.66667%;max-width:6.66667%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-15 .lq-list-items > .lq-list-item{flex:0 0 6.66667%;max-width:6.66667%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-16 .lq-list-items > .lq-list-item{flex:0 0 6.25%;max-width:6.25%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-16 .lq-list-items > .lq-list-item{flex:0 0 6.25%;max-width:6.25%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-16 .lq-list-items > .lq-list-item{flex:0 0 6.25%;max-width:6.25%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-17 .lq-list-items > .lq-list-item{flex:0 0 5.88235%;max-width:5.88235%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-17 .lq-list-items > .lq-list-item{flex:0 0 5.88235%;max-width:5.88235%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-17 .lq-list-items > .lq-list-item{flex:0 0 5.88235%;max-width:5.88235%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-18 .lq-list-items > .lq-list-item{flex:0 0 5.55556%;max-width:5.55556%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-18 .lq-list-items > .lq-list-item{flex:0 0 5.55556%;max-width:5.55556%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-18 .lq-list-items > .lq-list-item{flex:0 0 5.55556%;max-width:5.55556%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-19 .lq-list-items > .lq-list-item{flex:0 0 5.26316%;max-width:5.26316%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-19 .lq-list-items > .lq-list-item{flex:0 0 5.26316%;max-width:5.26316%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-19 .lq-list-items > .lq-list-item{flex:0 0 5.26316%;max-width:5.26316%}}@media (min-width: 1025px){.lq-list-slider.lq-list-slider-cols-desktop-20 .lq-list-items > .lq-list-item{flex:0 0 5%;max-width:5%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.lq-list-slider.lq-list-slider-cols-tablet-20 .lq-list-items > .lq-list-item{flex:0 0 5%;max-width:5%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.lq-list-slider.lq-list-slider-cols-phone-20 .lq-list-items > .lq-list-item{flex:0 0 5%;max-width:5%}}.content-fly-in-left-0{left:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-left-0.show{left:0}.content-fly-in-right-0{right:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-right-0.show{right:0}.content-scale-in-0{-webkit-transform:scale(0, 1);-ms-transform:scale(0, 1);-o-transform:scale(0, 1);transform:scale(0, 1);position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-scale-in-0.show{-webkit-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}.content-fly-in-left-1{left:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-left-1.show{left:0;-webkit-transition-delay:100ms;transition-delay:100ms}.content-fly-in-right-1{right:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-right-1.show{right:0;-webkit-transition-delay:100ms;transition-delay:100ms}.content-scale-in-1{-webkit-transform:scale(0, 1);-ms-transform:scale(0, 1);-o-transform:scale(0, 1);transform:scale(0, 1);position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-scale-in-1.show{-webkit-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);-webkit-transition-delay:100ms;transition-delay:100ms}.content-fly-in-left-2{left:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-left-2.show{left:0;-webkit-transition-delay:200ms;transition-delay:200ms}.content-fly-in-right-2{right:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-right-2.show{right:0;-webkit-transition-delay:200ms;transition-delay:200ms}.content-scale-in-2{-webkit-transform:scale(0, 1);-ms-transform:scale(0, 1);-o-transform:scale(0, 1);transform:scale(0, 1);position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-scale-in-2.show{-webkit-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);-webkit-transition-delay:200ms;transition-delay:200ms}.content-fly-in-left-3{left:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-left-3.show{left:0;-webkit-transition-delay:300ms;transition-delay:300ms}.content-fly-in-right-3{right:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-right-3.show{right:0;-webkit-transition-delay:300ms;transition-delay:300ms}.content-scale-in-3{-webkit-transform:scale(0, 1);-ms-transform:scale(0, 1);-o-transform:scale(0, 1);transform:scale(0, 1);position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-scale-in-3.show{-webkit-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);-webkit-transition-delay:300ms;transition-delay:300ms}.content-fly-in-left-4{left:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-left-4.show{left:0;-webkit-transition-delay:400ms;transition-delay:400ms}.content-fly-in-right-4{right:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-right-4.show{right:0;-webkit-transition-delay:400ms;transition-delay:400ms}.content-scale-in-4{-webkit-transform:scale(0, 1);-ms-transform:scale(0, 1);-o-transform:scale(0, 1);transform:scale(0, 1);position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-scale-in-4.show{-webkit-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);-webkit-transition-delay:400ms;transition-delay:400ms}.content-fly-in-left-5{left:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-left-5.show{left:0;-webkit-transition-delay:500ms;transition-delay:500ms}.content-fly-in-right-5{right:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-right-5.show{right:0;-webkit-transition-delay:500ms;transition-delay:500ms}.content-scale-in-5{-webkit-transform:scale(0, 1);-ms-transform:scale(0, 1);-o-transform:scale(0, 1);transform:scale(0, 1);position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-scale-in-5.show{-webkit-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);-webkit-transition-delay:500ms;transition-delay:500ms}.content-fly-in-left-5{left:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-left-5.show{left:0;-webkit-transition-delay:500ms;transition-delay:500ms}.content-fly-in-right-5{right:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-right-5.show{right:0;-webkit-transition-delay:500ms;transition-delay:500ms}.content-scale-in-5{-webkit-transform:scale(0, 1);-ms-transform:scale(0, 1);-o-transform:scale(0, 1);transform:scale(0, 1);position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-scale-in-5.show{-webkit-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);-webkit-transition-delay:500ms;transition-delay:500ms}.content-fly-in-left-6{left:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-left-6.show{left:0;-webkit-transition-delay:600ms;transition-delay:600ms}.content-fly-in-right-6{right:-100vw;position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-fly-in-right-6.show{right:0;-webkit-transition-delay:600ms;transition-delay:600ms}.content-scale-in-6{-webkit-transform:scale(0, 1);-ms-transform:scale(0, 1);-o-transform:scale(0, 1);transform:scale(0, 1);position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-scale-in-6.show{-webkit-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1);-webkit-transition-delay:600ms;transition-delay:600ms}.content-scale-in-0-onload{-webkit-transform:scale(0, 1);-ms-transform:scale(0, 1);-o-transform:scale(0, 1);transform:scale(0, 1);position:relative;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.content-scale-in-0-onload.show{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition-delay:300ms;transition-delay:300ms}.counter-boxes{position:absolute;left:1rem}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.counter-boxes{top:6rem}}@media (min-width: 1601px){.counter-boxes{top:calc( 33vw - 18rem);left:calc( ((100vw - 1440px) / 2) - 2.6rem)}}.counter-boxes .counter-box{position:relative;margin-bottom:1.5rem;display:flex;align-items:center}.counter-boxes .counter-box .counter{display:flex;align-items:center;justify-content:center;width:6rem;height:5rem;background:#f2f0ed;background:-moz-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:-webkit-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:linear-gradient(to bottom, #f2f0ed 0%, #d1cdd3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f0ed', endColorstr='#d1cdd3', GradientType=0);-webkit-border-radius:0.8rem;-moz-border-radius:0.8rem;border-radius:0.8rem;-webkit-box-shadow:0.2rem 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.5);-moz-box-shadow:0.2rem 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.5);box-shadow:0.2rem 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.5)}.counter-boxes .counter-box .counter .number{color:#342438;font-size:4rem;line-height:1}.counter-boxes .counter-box .text{display:flex;padding:0.2rem 1rem;line-height:1.2;font-size:1.6rem;color:#ffffff;font-family:"oswaldregular",sans-serif}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.counter-boxes{bottom:0}.counter-boxes .counter-box{margin-bottom:1rem}.counter-boxes .counter-box .counter{width:15vw;height:16vw}.counter-boxes .counter-box .counter .number{font-size:9vw}.counter-boxes .counter-box .text{padding:0 4vw;line-height:1.2;font-size:4vw;text-shadow:0.5vw 0.5vw 0.5vw #342438}}.cj-music-player{text-align:left;line-height:1;position:relative;height:3rem;overflow:hidden;color:#342438;padding-top:0.5rem}.cj-music-player > .cj-song-list{display:none}.cj-music-player > .cj-music-container{position:relative;background:#ffffff;-webkit-border-radius:1rem;-moz-border-radius:1rem;border-radius:1rem;display:flex;width:100%;left:0;height:2rem;align-items:center}.cj-music-player > .cj-music-container > .cj-music-content{padding:0 0 0 1rem;display:flex;align-items:stretch;justify-content:center;width:calc( 100% - 3rem);overflow:hidden}.cj-music-player > .cj-music-container > .cj-music-content > .cj-music-meta{flex:auto;display:flex;align-items:center;height:2rem;width:calc( 100% - 4rem)}.cj-music-player > .cj-music-container > .cj-music-content > .cj-music-meta > .cj-music-numbers{flex:auto;justify-content:center;height:2rem;padding-top:0.55rem}.cj-music-player > .cj-music-container > .cj-music-content > .cj-music-meta > .cj-current-song{flex:auto;justify-content:center;width:100%;overflow:hidden;position:relative;height:2rem;margin-left:0.5rem;margin-right:0.5rem;padding-top:0.55rem}.cj-music-player > .cj-music-container > .cj-music-content > .cj-music-meta > .cj-current-song > .cj-song-text{position:absolute;height:100%;flex:auto;justify-content:center;white-space:nowrap}.cj-music-player > .cj-music-container > .cj-music-content > .cj-music-meta > .cj-divider{display:none}.cj-music-player > .cj-music-container > .cj-music-content > .cj-music-controls{flex:auto;display:flex;align-items:center;height:2rem;position:relative;overflow:hidden;width:2rem;padding:0 0.5rem/*& > .cj-music-pause,
        & > .cj-music-play{
          left: auto;
          right: 0;
          width: 3rem;
          height: 3rem;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          position: absolute;
          top: 0;
          background: $white;
          border: 0.1rem solid rgba($violet,0.5);
          !*display: flex;*!
          align-items: center;
          justify-content: center;
          & > i{
            font-size: 1.8rem;
          }
        }*/}.cj-music-player > .cj-music-container > .cj-music-content > .cj-music-controls > .cj-music-left,.cj-music-player > .cj-music-container > .cj-music-content > .cj-music-controls > .cj-music-right{flex:auto;justify-content:center}.cj-music-player > .cj-music-pause,.cj-music-player > .cj-music-play{/*& > .cj-music-button{*/cursor:pointer;left:auto;right:0;width:3rem;height:3rem;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;top:0;background:#ffffff;border:0.1rem solid rgba(52, 36, 56, 0.5);display:flex;align-items:center;justify-content:center;-webkit-transition:all 0.1s ease;-moz-transition:all 0.1s ease;-o-transition:all 0.1s ease;transition:all 0.1s ease}.cj-music-player > .cj-music-pause > i,.cj-music-player > .cj-music-play > i{font-size:1.8rem}.cj-music-player > .cj-music-pause:hover,.cj-music-player > .cj-music-play:hover{-webkit-transform:scale(0.95);-ms-transform:scale(0.95);-o-transform:scale(0.95);transform:scale(0.95);z-index:1}.cj-music-player > .cj-music-play{padding-left:0.2rem}.cj-music-player > .cj-music-button{display:none}.music-list{position:relative;padding-bottom:1rem}.music-list > .album{display:flex;flex-direction:column;padding:1rem 0}.music-list > .album > .header{flex:auto;display:flex;align-items:stretch;justify-content:center}.music-list > .album > .header > .name{flex:auto;text-align:left}.music-list > .album > .header > .vo{flex:auto;text-align:right}.music-list > .album > hr{height:0;border-bottom:1px solid rgba(52, 36, 56, 0.5)}.music-list > .album > .content{flex:auto;display:flex;align-items:stretch;justify-content:flex-start}.music-list > .album > .content > .cover-shop{display:flex;width:50%;flex-direction:column;padding:0 1rem 1rem 0}.music-list > .album > .content > .cover-shop > .cover{padding-bottom:1rem}.music-list > .album > .content > .cover-shop > .cover > img{width:100%;height:auto}.music-list > .album > .content > .cover-shop > .shops > .shop-links > a{width:8rem;margin:0 0.2rem 0.2rem 0;display:inline-block}.music-list > .album > .content > .titles{display:flex;width:50%;flex-direction:column;padding:0 0 1rem 1rem}.music-list > .album > .content > .titles > .title{display:flex;align-items:stretch;padding:0.1rem 0}.music-list > .album > .content > .titles > .title > .number{flex:1}.music-list > .album > .content > .titles > .title > .name{flex:10}.music-list > .album > .player{display:flex;width:50%;flex-direction:column;padding:0 1rem 1rem 0}.music-list > .album > .player > .audioPlayerDialogContent{padding-top:1rem}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.music-list > .album{width:100vw;padding:1rem;margin-left:calc( 10.1vw / -2);margin-right:calc( 10.1vw / -2);padding-left:5vw;padding-right:5vw}}@media (min-width: 1601px){.music-list > .album{margin-left:calc( (100vw - 1440px) / -2);margin-right:calc( (100vw - 1440px) / -2);padding-left:calc( (100vw - 1440px) / 2);padding-right:calc( (100vw - 1440px) / 2)}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.music-list > .album{width:100vw;margin-left:-1rem;margin-right:-1rem;padding:1rem 0}.music-list > .album > .header{flex-wrap:wrap;padding:0 1rem}.music-list > .album > .content{flex-wrap:wrap}.music-list > .album > .content > .cover-shop{width:100%;padding:0 0 1rem 0}.music-list > .album > .content > .cover-shop > .cover{padding-bottom:1rem}.music-list > .album > .content > .cover-shop > .shops > .shop-links > a{width:8rem;margin:0 0.2rem 0.2rem 0}.music-list > .album > .content > .titles{width:100%;padding:0}.music-list > .album > .player{width:100%;padding:1rem}}.music-list > .album.even{background:rgba(255, 255, 255, 0.3)}#ws-widget-right-wrapper{display:none;position:fixed}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){#ws-widget-right-wrapper{display:block;z-index:1000;right:0;top:8.5vw}}#ws-widget-right-wrapper #ws-widget-action{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-border-top-left-radius:0.8rem;-moz-border-radius-topleft:0.8rem;border-top-left-radius:0.8rem;cursor:pointer;position:absolute;height:2.5rem;width:3.5rem;background:rgba(0, 0, 0, 0.3)}#ws-widget-right-wrapper #ws-widget-action > .arrow{position:absolute;padding:0;color:#ffffff;font-size:150%}#ws-widget-right-wrapper #ws-widget-right{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-border-bottom-left-radius:0.8rem;-moz-border-radius-bottomleft:0.8rem;border-bottom-left-radius:0.8rem;background:rgba(0, 0, 0, 0.3);height:10.5rem;top:2.5rem;width:3.5rem;position:absolute}#ws-widget-right-wrapper #ws-widget-right .ws-widget-right-item{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;position:absolute;padding:0}#ws-widget-right-wrapper #ws-widget-right .ws-widget-right-item > .ws-widget-right-inner{-webkit-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);-moz-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-border-top-left-radius:0.8rem;-webkit-border-bottom-left-radius:0.8rem;-moz-border-radius-topleft:0.8rem;-moz-border-radius-bottomleft:0.8rem;border-top-left-radius:0.8rem;border-bottom-left-radius:0.8rem;width:10rem;height:3rem;padding:0;background:#ffffff;color:#342438;position:absolute;text-align:center;cursor:pointer;line-height:1.1;margin-left:0.5rem;text-decoration:none !important;display:flex;justify-content:flex-start;align-items:flex-start}#ws-widget-right-wrapper #ws-widget-right .ws-widget-right-item > .ws-widget-right-inner > .icon{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;flex:0 0 3rem}#ws-widget-right-wrapper #ws-widget-right .ws-widget-right-item > .ws-widget-right-inner > .icon > .info-header{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;font-family:"oswaldregular",sans-serif;color:#342438;position:absolute;font-size:0.6rem;left:0;width:3rem;top:0.4rem;text-align:center;display:none}#ws-widget-right-wrapper #ws-widget-right .ws-widget-right-item > .ws-widget-right-inner > .icon > i{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;color:#342438;position:absolute;left:0;width:3rem;top:0.6rem;text-align:center;font-size:1.9rem}#ws-widget-right-wrapper #ws-widget-right .ws-widget-right-item > .ws-widget-right-inner > .info{background:#342438;color:#ffffff;flex:1;display:flex;align-items:center;font-size:0.8rem;padding:0.5rem 0.2rem 0.5rem 0.6rem;text-align:left;height:3rem;width:7rem;overflow:hidden}#ws-widget-right-wrapper #ws-widget-right .ws-widget-right-item > .ws-widget-right-inner:hover{width:10rem;margin-left:-6.5rem}#ws-widget-right-wrapper #ws-widget-right .ws-widget-right-item > .ws-widget-right-inner:hover > i{font-size:1.0rem;flex:auto}#ws-widget-right-wrapper #ws-widget-right .ws-widget-right-item.fb{top:0}#ws-widget-right-wrapper #ws-widget-right .ws-widget-right-item.instagram{top:3.5rem}#ws-widget-right-wrapper #ws-widget-right .ws-widget-right-item.youtube{top:7rem}#ws-widget-right-wrapper.open #ws-widget-action{left:-3.5rem;padding:0.5rem 1.2rem}#ws-widget-right-wrapper.open #ws-widget-action > .arrow > .fa-angle-double-right{display:block}#ws-widget-right-wrapper.open #ws-widget-action > .arrow > .fa-angle-double-left{display:none}#ws-widget-right-wrapper.open #ws-widget-right{left:-3.5rem}#ws-widget-right-wrapper.closed #ws-widget-action{-webkit-border-top-left-radius:0.8rem;-webkit-border-bottom-left-radius:0.8rem;-moz-border-radius-topleft:0.8rem;-moz-border-radius-bottomleft:0.8rem;border-top-left-radius:0.8rem;border-bottom-left-radius:0.8rem;left:-2rem;padding:0.5rem 0.3rem/*background: rgba($black,0.3);*/}#ws-widget-right-wrapper.closed #ws-widget-action > .arrow > .fa-angle-double-right{display:none}#ws-widget-right-wrapper.closed #ws-widget-action > .arrow > .fa-angle-double-left{display:block}#ws-widget-right-wrapper.closed #ws-widget-right{left:0}#navbar-mobile-widgets{display:block;position:absolute;left:1rem;width:calc( 100% - 2rem);text-align:center;padding-top:1rem}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){#navbar-mobile-widgets{display:none}}#navbar-mobile-widgets > a.ws-widget-mobile-top-item{display:inline;padding:0.3rem 0.6rem 0.3rem 0.6rem}#navbar-mobile-widgets > a.ws-widget-mobile-top-item > i{color:#ffffff;font-size:2rem}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.spotify-widget{width:100%;height:25vw}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.spotify-widget{width:100%;height:100vw}}#ws-widget-mobile-bar{display:none}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){#ws-widget-mobile-bar{display:flex;align-items:center;position:relative;background:#342438;padding:1rem 1.5rem;z-index:2;background:#593c57;background:-moz-linear-gradient(top, #593c57 0%, #382441 100%);background:-webkit-linear-gradient(top, #593c57 0%, #382441 100%);background:linear-gradient(to bottom, #593c57 0%, #382441 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#593c57', endColorstr='#382441', GradientType=0)}}#ws-widget-mobile-bar .ws-widget-mobile-item{flex:1;display:flex;justify-content:center/*&.hotline{
      top: 0;
    }
    &.spielort{
      top: 3.5rem;
    }
    &.fb{
      top: 7rem;
    }
    &.youtube {
      top: 10.5rem;
    }*/}#ws-widget-mobile-bar .ws-widget-mobile-item > .ws-widget-mobile-inner{-webkit-border-radius:0.8rem;-moz-border-radius:0.8rem;border-radius:0.8rem;height:calc( 33.33333vw - 4.5rem);padding:0.8vw;background:#ffffff;color:#342438;text-align:center;cursor:pointer;display:flex;flex:0 0 calc( 33.33333vw - 4.5rem);justify-content:center;text-decoration:none !important}#ws-widget-mobile-bar .ws-widget-mobile-item > .ws-widget-mobile-inner > .icon{display:flex;justify-content:center;flex-direction:column}#ws-widget-mobile-bar .ws-widget-mobile-item > .ws-widget-mobile-inner > .icon > .info-header{font-family:"oswaldregular",sans-serif;color:#342438;font-size:2.6vw;padding-bottom:0.4vw;text-align:center;display:none}#ws-widget-mobile-bar .ws-widget-mobile-item > .ws-widget-mobile-inner > .icon > i{color:#342438;font-size:9vw}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){body.id3 #ws-widget-right-wrapper{top:12.5vw}}/*gallery*/.ws-gallery-container{position:relative;display:flex;flex-direction:column;justify-content:stretch;-webkit-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);-moz-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);-webkit-border-radius:1rem;-moz-border-radius:1rem;border-radius:1rem;background:#593c57;background:-moz-linear-gradient(top, #593c57 0%, #382441 100%);background:-webkit-linear-gradient(top, #593c57 0%, #382441 100%);background:linear-gradient(to bottom, #593c57 0%, #382441 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#593c57', endColorstr='#382441', GradientType=0);padding:1rem;width:100%/*@include media($MEDIA_LIQUID) {
    &:nth-child(2) {
      margin-left: 1rem;
      margin-right: 1rem;
    }
  }*/}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.ws-gallery-container{margin-bottom:0}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.ws-gallery-container{margin-bottom:-1rem}}.ws-gallery-container h2{color:#ffffff;text-align:center;margin:0 0 1rem 0;line-height:1;font-style:normal}.ws-gallery-container > .slidshow-picture-list1{display:flex;justify-content:flex-start;align-items:stretch;min-width:100%;flex-wrap:wrap;margin:0;width:calc( 100% + 0.5rem)}.ws-gallery-container > .slidshow-picture-list1 .slidshow-picture-wrapper1{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;margin:0.25rem;position:relative;width:9.4rem;height:9.4rem;-webkit-border-radius:0.8rem;-moz-border-radius:0.8rem;border-radius:0.8rem;-webkit-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);-moz-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67)/*&>.enlarge-glass{
        @include transition-all(0.3s);
        position: absolute;
        !*width: calc( 50% - 1rem);
        height: calc( 50% - 1rem);
        top: calc( 25% - 0.5rem);
        left: calc( 25% - 0.5rem);*!
        bottom: 1rem;
        right: 1.2rem;
        text-decoration: none !important;
        opacity: 0;
        &>i{
          text-shadow: $text-shadow-black-smooth;
          color: $white;
          font-size: 2rem;
        }
      }*//*@include media($MEDIA_LIQUID) {
        flex: 1;
        width: 20%;
      }*//*@include media($MEDIA_TABLET) {
        flex: 0 0 16.66666%;
        padding-bottom: 16.66666%;
      }*//*@include media($MEDIA_PHONE) {
        margin: 0;
        flex: 0 0 33.3333%;
        padding-bottom: 33.3333%;
        &>.enlarge-glass{
          display: none;
        }
      }*/}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.ws-gallery-container > .slidshow-picture-list1 .slidshow-picture-wrapper1{width:39.4vw;height:39.4vw}}.ws-gallery-container > .slidshow-picture-list1 .slidshow-picture-wrapper1 > a{display:flex;text-decoration:none !important}.ws-gallery-container > .slidshow-picture-list1 .slidshow-picture-wrapper1 > a > figure,.ws-gallery-container > .slidshow-picture-list1 .slidshow-picture-wrapper1 > a > div.figure{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:9.4rem;height:9.4rem;-webkit-border-radius:0.8rem;-moz-border-radius:0.8rem;border-radius:0.8rem;background:#f2f0ed;background:-moz-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:-webkit-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:linear-gradient(to bottom, #f2f0ed 0%, #d1cdd3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f0ed', endColorstr='#d1cdd3', GradientType=0);padding:0.5rem}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.ws-gallery-container > .slidshow-picture-list1 .slidshow-picture-wrapper1 > a > figure,.ws-gallery-container > .slidshow-picture-list1 .slidshow-picture-wrapper1 > a > div.figure{width:39.4vw;height:39.4vw}}.ws-gallery-container > .slidshow-picture-list1 .slidshow-picture-wrapper1 > a > figure > img,.ws-gallery-container > .slidshow-picture-list1 .slidshow-picture-wrapper1 > a > div.figure > img{/*max-width: $gallery-image-width;
            max-height: $gallery-image-width;
            display: flex;*/width:auto;max-width:100%;max-height:100%}.ws-gallery-container > .slidshow-picture-list1 .slidshow-picture-wrapper1 > a > figure > div.img,.ws-gallery-container > .slidshow-picture-list1 .slidshow-picture-wrapper1 > a > div.figure > div.img{background-size:contain;background-position:center center;background-repeat:no-repeat;width:100%;height:100%}.ws-gallery-container > .slidshow-picture-list1 .slidshow-picture-wrapper1:hover{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);z-index:1}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){[class^="column-"]{position:relative}}html,body{padding:0;margin:0}body{font-family:"oswaldlight",sans-serif;color:#342438;text-align:left;padding-top:2.8rem;background:#ffffff;line-height:1.4em;overflow:hidden;min-height:100vh;background:#f0e6dd;background:-moz-linear-gradient(top, #f0e6dd 0%, #cec1c7 100%);background:-webkit-linear-gradient(top, #f0e6dd 0%, #cec1c7 100%);background:linear-gradient(to bottom, #f0e6dd 0%, #cec1c7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0e6dd', endColorstr='#cec1c7', GradientType=0)}body.error{min-height:100vh}body.error h1{text-align:center}body.error .container.bg-error{padding-top:5rem}body.error .container.bg-error .content{min-height:70vh}body.home{color:#ffffff;background:#ffffff}body.home .home-top{height:54vw;overflow:hidden}body.home .home-top > #home-top-image{position:relative}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){body.home .home-top{height:97vw}body.home .home-top > #home-top-image > img{margin-left:-15vw;width:144vw}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){body{padding-top:3.6rem;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}body .content{padding-left:1rem !important;padding-right:1rem !important}}.nobreak{-webkit-hyphens:none !important;-moz-hyphens:none !important;hyphens:none !important;-ms-word-break:keep-all !important;word-break:keep-all !important}img{display:block}.bg-grey-light{background:#c5bdb0}.bg-violet{background:#342438;color:#ffffff}h1{color:#342438;text-transform:uppercase}ul{padding-left:1.0rem}ul li{list-style-type:disc}strong{font-family:"oswaldbold",sans-serif}a{cursor:pointer !important;color:inherit;text-decoration:underline}a:hover{color:inherit}.container{position:relative}.container.content-container{padding-top:2rem}.container.content-container-home{padding:2rem 1rem 1rem 1rem}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.container.content-container-home{padding:2rem 0 0 0}}.container.content-container-home h3{text-align:center;color:#342438}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.container.home-boxes{height:16rem}}.container.home-info{padding:2rem}.content{padding-top:0 !important;padding-bottom:0 !important}.content .row:first-child > [class^="column-"]{padding-top:0 !important}figure{margin:0}figure.contentImage > figcaption{color:#342438;font-family:"oswaldlight",sans-serif;font-size:0.8em;text-decoration:none !important}.ws-audio-container > .ws-audio-controls > .progress > .bar{background-color:#342438}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){[class^="column-"].top-full-width,[class^="column-"].top-parallaxe-100-width,[class^="column-"].top-parallaxe-100-width2{width:100vw;margin-left:calc(10.1vw / -2);margin-right:calc(10.1vw / -2);flex:auto !important;max-width:100vw !important;padding:0 !important;margin-top:-1rem;margin-bottom:2rem}}@media (min-width: 1601px){[class^="column-"].top-full-width,[class^="column-"].top-parallaxe-100-width,[class^="column-"].top-parallaxe-100-width2{margin-left:calc((100vw - 1440px + 2rem) / -2);margin-right:calc((100vw - 1440px + 2rem) / -2)}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){[class^="column-"].top-full-width,[class^="column-"].top-parallaxe-100-width,[class^="column-"].top-parallaxe-100-width2{width:100vw;margin-left:-1rem;margin-right:-1rem;margin-top:-2rem}}[class^="column-"].top-parallaxe-100-width{height:36.3vw;overflow:hidden}[class^="column-"].top-parallaxe-100-width .home-top-slider{position:relative}[class^="column-"].top-parallaxe-100-width2{height:50.3vw;overflow:hidden}[class^="column-"].top-parallaxe-100-width2 .home-top-slider{position:relative}.modal-dialog .request-layer .inverse{padding:1rem;background:#342438}.modal-dialog .request-layer .inverse h2{color:#ffffff}.modal-dialog .request-layer .dialog-content{padding:1rem}.modal-dialog .request-layer .button{padding:1rem;text-align:right}.row.row-margin-up-1{margin-top:-10rem;z-index:1}@media (min-width: 1601px){.row.row-margin-up-1{margin-top:-13.6vw}}.row.row-margin-up-2{margin-top:-20rem;z-index:1}@media (min-width: 1601px){.row.row-margin-up-2{margin-top:-27.3vw}}.row.row-margin-up-1-5{margin-top:-15rem;z-index:1}@media (min-width: 1601px){.row.row-margin-up-1-5{margin-top:-20.5vw}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.home-boxes .home-boxes-wrapper{position:absolute;width:calc(100% - 4rem);display:flex;justify-content:stretch;left:2rem;bottom:-15rem}}@media (min-width: 1601px){.home-boxes .home-boxes-wrapper{top:-11.7rem}}.home-boxes .home-boxes-wrapper .home-box{position:relative;display:flex;flex-direction:column;justify-content:stretch;-webkit-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);-moz-box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);box-shadow:0 0 0.5rem 0 rgba(0, 0, 0, 0.67);-webkit-border-radius:1rem;-moz-border-radius:1rem;border-radius:1rem;background:#593c57;background:-moz-linear-gradient(top, #593c57 0%, #382441 100%);background:-webkit-linear-gradient(top, #593c57 0%, #382441 100%);background:linear-gradient(to bottom, #593c57 0%, #382441 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#593c57', endColorstr='#382441', GradientType=0);padding:1rem;width:33.3333%}.home-boxes .home-boxes-wrapper .home-box h2{color:#ffffff;text-align:center;margin:0 0 1rem 0;line-height:1;font-style:normal}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.home-boxes .home-boxes-wrapper .home-box:nth-child(2){margin-left:1rem;margin-right:1rem}}.home-boxes .home-boxes-wrapper .home-box > .musik-box{padding:1rem;background:#f2f0ed;background:-moz-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:-webkit-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:linear-gradient(to bottom, #f2f0ed 0%, #d1cdd3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f0ed', endColorstr='#d1cdd3', GradientType=0);color:#342438}.home-boxes .home-boxes-wrapper .home-box > .musik-box > .cover-and-links{display:flex;justify-content:stretch;width:100%}.home-boxes .home-boxes-wrapper .home-box > .musik-box > .cover-and-links > .cover-image{width:55%}.home-boxes .home-boxes-wrapper .home-box > .musik-box > .cover-and-links > .shop-links{width:45%;padding:0 0 0 1rem}.home-boxes .home-boxes-wrapper .home-box > .musik-box > .cover-and-links > .shop-links h3{color:#342438;font-size:1rem;text-align:center}.home-boxes .home-boxes-wrapper .home-box > .musik-box > .cover-and-links > .shop-links a{display:block;margin-bottom:0.1rem}.home-boxes .home-boxes-wrapper .home-box > .musik-box > .player{margin-top:1rem;height:3.3rem}.home-boxes .home-boxes-wrapper .home-box .cover-text{font-size:1.3em;text-align:center;line-height:1.1;padding-top:1.4rem}.home-boxes .home-boxes-wrapper .home-box .home-event-list{flex:auto;padding:1rem;background:#f2f0ed;background:-moz-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:-webkit-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:linear-gradient(to bottom, #f2f0ed 0%, #d1cdd3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f0ed', endColorstr='#d1cdd3', GradientType=0)}.home-boxes .home-boxes-wrapper .home-box .home-event-list .home-event-item{padding:0.5rem 0;display:flex;justify-content:stretch;width:100%;border-bottom:2px solid #342438}.home-boxes .home-boxes-wrapper .home-box .home-event-list .home-event-item .date{color:#342438;font-family:"oswaldbold",sans-serif;text-align:left}.home-boxes .home-boxes-wrapper .home-box .home-event-list .home-event-item .title{color:#232323;padding-left:0.5rem}.home-boxes .home-boxes-wrapper .home-box .link-all{text-align:center;position:absolute;bottom:0.5rem;width:calc( 100% - 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.home-boxes{position:relative;padding-top:3.5rem}.home-boxes .home-boxes-wrapper{padding-bottom:0.5rem}.home-boxes .home-boxes-wrapper .home-box{width:100%;margin:0 0 1rem 0}.home-boxes .home-boxes-wrapper .home-box:nth-child(1){margin-top:-10vw}.home-boxes .home-boxes-wrapper .home-box .link-all{text-align:center;position:relative;bottom:auto;padding-top:1rem;width:100%}}.time-line{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.time-line{width:100%;margin:0}}.time-line > .time-line-year{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;width:100%;opacity:0}.time-line > .time-line-year > h2{text-align:center;padding-top:1rem;padding-bottom:1rem}.time-line > .time-line-year.animate{opacity:1}.time-line .time-line-element{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease/*display: block;
    width: 100%;
    padding: 0.5rem;
    min-height: 2rem;
    &:hover{
      @include defaultScale(1.05);
    }
    &>.content{
     !* width: calc( 100% + 2rem );
      margin: 0 -1rem;*!
      display: flex;
      justify-content: left;
      !*align-items: stretch;*!
      flex-wrap: nowrap;
      width: 100%;
      align-items: center;
      padding: 0.5rem;
      border: 1px solid $green;
      overflow: hidden;
      &>.dateTime{
        flex: 0 0 20%;
      }
      &>.title{
        flex: 0 0 60%;
      }
      &>.channel{
        flex: 0 0 20%;
        &>img{
          display: block;
          width: auto;
          height: 3rem;
        }
      }
    }*/}.time-line .time-line-element.left .timeline-event-item,.time-line .time-line-element.right .timeline-event-item{/*display: flex;*/align-items:stretch;flex-wrap:wrap;border-bottom:1px solid #342438;padding-bottom:0.5rem;margin-bottom:0.5rem}.time-line .time-line-element.left .timeline-event-item > .location,.time-line .time-line-element.left .timeline-event-item > .title,.time-line .time-line-element.left .timeline-event-item > .description,.time-line .time-line-element.left .timeline-event-item > p,.time-line .time-line-element.right .timeline-event-item > .location,.time-line .time-line-element.right .timeline-event-item > .title,.time-line .time-line-element.right .timeline-event-item > .description,.time-line .time-line-element.right .timeline-event-item > p{line-height:1.2;margin:0}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.time-line .time-line-element.left .timeline-event-item > h3,.time-line .time-line-element.right .timeline-event-item > h3{font-size:1.1rem}}.time-line .time-line-element.left .timeline-event-item.last-this-year,.time-line .time-line-element.right .timeline-event-item.last-this-year{border-bottom:0}.time-line .time-line-element.left .time,.time-line .time-line-element.right .time{font-family:"oswaldbold",sans-serif}.time-line .time-line-element.left .timeline-event-item > .title,.time-line .time-line-element.left .timeline-event-item > .location,.time-line .time-line-element.left .timeline-event-item > .description,.time-line .time-line-element.left .timeline-event-item > p{text-align:right}.time-line .time-line-element.left .time{text-align:left}.time-line .time-line-element.right .timeline-event-item > .title,.time-line .time-line-element.right .timeline-event-item > .location,.time-line .time-line-element.right .timeline-event-item > .description,.time-line .time-line-element.right .timeline-event-item > p{text-align:left}.time-line .time-line-element.right .time{text-align:right}.time-line .time-line-element .left-col,.time-line .time-line-element .right-col{padding-bottom:3rem}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.time-line .time-line-element .left-col{padding-right:2rem !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.time-line .time-line-element .left-col{padding-right:1rem !important}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.time-line .time-line-element .right-col{padding-left:2rem !important}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.time-line .time-line-element .right-col{padding-left:1rem !important}}.time-line .time-line-element.aos-animate .left-col{border-right:0.2rem solid #342438}.time-line .time-line-element:after{content:"";position:absolute;border:0.7rem solid #342438;border-radius:50%;top:0.6rem;left:-0.2rem;right:0;width:0;height:0;margin:auto}.ws-social-stream{position:relative;margin:0 -0.5rem;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease/*&.index{*//*}*/}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.ws-social-stream{column-count:1;margin:0}}.ws-social-stream table.ws-social-stream-table-3{width:100%;padding:0;margin:0}.ws-social-stream table.ws-social-stream-table-3 > tbody > tr > td{width:33.3333333%;vertical-align:top}.ws-social-stream table.ws-social-stream-table-4{width:100%;padding:0;margin:0}.ws-social-stream table.ws-social-stream-table-4 > tbody > tr > td{width:25%;vertical-align:top;max-width:10px}.ws-social-stream .ws-social-stream-item{-ms-word-break:break-word;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;position:relative;width:100%;padding:0.5rem;display:inline-block;break-inside:avoid}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.ws-social-stream .ws-social-stream-item{padding:0 0 1rem 0;width:100%;margin:0 auto}}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content{height:100%;border:0;background:#f2f0ed;background:-moz-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:-webkit-linear-gradient(top, #f2f0ed 0%, #d1cdd3 100%);background:linear-gradient(to bottom, #f2f0ed 0%, #d1cdd3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f0ed', endColorstr='#d1cdd3', GradientType=0);-webkit-border-radius:1rem;-moz-border-radius:1rem;border-radius:1rem;-webkit-box-shadow:0.2rem 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.5);-moz-box-shadow:0.2rem 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.5);box-shadow:0.2rem 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.5);-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;position:relative;padding:0.5rem 0.5rem 2rem 0.5rem;/*CONTENT START*/-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease/*width: 25%;*//*CONTENT END*/}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-posttime{padding:0.5rem;text-align:center}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-eventlocation{padding:0.5rem;text-align:right}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-videotitle{padding:0.5rem}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-videodescription{padding:0.5rem}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-message{overflow:hidden;padding:0.5rem 0}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-message p{hyphens:auto;/*line-height: 1.2em;*/text-align:justify/*&>a{
            color: $violet !important;
            text-decoration: underline;
            &:hover{
              color: $violet !important;
            }
          }*/}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-message p a{word-break:break-word}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-message h3{font-size:1rem}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-footer{display:flex;padding:0.5rem;width:100%;position:absolute;bottom:0;justify-content:space-between;text-decoration:none;left:0/*&>.ws-social-stream-item-content-ilike{
          position: absolute;
          color: $violet;
          width: 38%;
          left: 0.5rem;
          bottom: 0.5rem;
          @include media($MEDIA_PHONE) {
            left: 1rem;
            bottom: 1rem;
          }
          &>a{
            !*font-size: 70%;*!
            !*@media (min-width:768px){
              font-size: 70%;
            }*!
          }
        }
        &>.ws-social-stream-item-content-more{
          position: absolute;
          color: $violet;
          right: 0.5rem;
          bottom: 0.5rem;
          width: 60%;
          text-align: right;
          @include media($MEDIA_PHONE) {
            right: 1rem;
            bottom: 1rem;
          }
        }
        &>.ws-social-stream-item-content-likes{
          float: right;
          width: 60%;
          color: $violet;
          !*@media (min-width:768px){
            font-size: 70%;
          }*!
          text-align: right;
          position: relative;
          padding: 0.6rem 1rem 0.3rem 0.3rem;
          &>.ws-social-stream-item-content-likes-names{
            @include transition-all(0.3s);
            position: absolute;
            display: none;
            bottom: 2rem;
            right: 0;
            &>.ws-social-stream-item-content-likes-names-list{
              position: relative;
              background: $white;
              & > div {
                color: $violet;
                padding: 0.3rem 0.1rem;
                width: 30%;
                margin: 0
              }
            }
          }
          &:hover{
            &>.ws-social-stream-item-content-likes-names{
              @include transition-all(0.3s);
              display: block;
            }
          }
        }*/}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-footer > .left{display:flex;align-items:center;justify-content:flex-start}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-footer > .right{display:flex;align-items:center;justify-content:flex-start}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-footer .ws-social-stream-item-social-info,.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-footer .ws-social-stream-item-social-link{display:flex;padding:0 0.5rem 0 0;font-size:75%;align-items:center;text-decoration:none;color:#342438}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-footer .ws-social-stream-item-social-link{padding:0}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-image-wrapper{-webkit-border-top-left-radius:0.8rem;-webkit-border-top-right-radius:0.8rem;-moz-border-radius-topleft:0.8rem;-moz-border-radius-topright:0.8rem;border-top-left-radius:0.8rem;border-top-right-radius:0.8rem}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content img.ws-social-stream-item-content-image{width:100%;height:auto;display:block;-webkit-border-top-left-radius:0.8rem;-webkit-border-top-right-radius:0.8rem;-moz-border-radius-topleft:0.8rem;-moz-border-radius-topright:0.8rem;border-top-left-radius:0.8rem;border-top-right-radius:0.8rem}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .type-icon{position:absolute;top:0.7rem;right:0.8rem}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .type-icon > i{font-size:1.5rem;color:#ffffff;text-shadow:0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5)}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content:hover{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-transform:scale(1.02);-ms-transform:scale(1.02);-o-transform:scale(1.02);transform:scale(1.02)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content{/*border: 0;*/}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-posttime,.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-eventlocation,.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-videotitle,.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-videodescription,.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-message{padding:0.5rem}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .type-icon{position:absolute;top:1.5rem;right:1.5rem}.ws-social-stream .ws-social-stream-item > .ws-social-stream-item-content .type-icon > i{font-size:2rem;color:#ffffff;text-shadow:0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.ws-social-stream{display:flex;align-items:stretch;justify-content:space-between;flex-direction:row;flex-wrap:wrap;margin:0 -0.5rem}.ws-social-stream .ws-social-stream-item{display:block;flex:1}.ws-social-stream .ws-social-stream-item .ws-social-stream-item-content-image-wrapper{background-position:top center;background-repeat:no-repeat;background-size:cover/*@include media($MEDIA_DESKTOP) {
            height: 17vw;
          }
          @include media($MEDIA_TABLET) {
            height: 17vw;
          }*/}.ws-social-stream .ws-social-stream-item .ws-social-stream-item-content-image-wrapper > a{display:block;width:100%;height:100%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.ws-social-stream .ws-social-stream-item{display:block}.ws-social-stream .ws-social-stream-item .ws-social-stream-item-content-image-wrapper{background-position:top center;background-repeat:no-repeat;background-size:cover;background:none !important;/*padding: 1rem !important;*/padding-bottom:0.5rem !important;height:auto}.ws-social-stream .ws-social-stream-item .ws-social-stream-item-content-image-wrapper > a{display:block;width:100%;height:100%}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.ws-social-stream-more{padding:0 1rem 1rem 1rem !important}}.ws-social-stream-index .social-stream-index-image{position:relative;float:left;width:100%;height:50vw;overflow:hidden;padding:0;margin:0;display:block;text-decoration:none}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.ws-social-stream-index .social-stream-index-image{height:20rem}}.ws-social-stream-index .social-stream-index-image.has-link{cursor:pointer}.ws-social-stream-index .social-stream-index-image .image-layer{display:flex;align-items:center;align-self:stretch;justify-content:center;height:100%;width:100%}.ws-social-stream-index .social-stream-index-image .image-layer img{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease/*width: 100%;
        height: auto;*/}.ws-social-stream-index .social-stream-index-image .image-layer.landscape > img{width:auto;height:105%;left:0;top:-2.5%;margin-left:auto;margin-right:auto}.ws-social-stream-index .social-stream-index-image .image-layer.portrait > img{width:105%;height:auto;left:-2.5%;top:0;margin:0 auto}.ws-social-stream-index p.new-button{position:absolute;bottom:0.3rem;text-align:center;width:calc( 100% - 2rem)}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.ws-social-stream-index p.new-button{width:100%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  padding: 1rem 0;
  .ws-social-stream-item{display:block;flex:auto;width:calc( 25% - 1rem);margin:0.5rem}.ws-social-stream-item .ws-social-stream-item-content-image-wrapper{background-position:top center;background-repeat:no-repeat;background-size:cover/*@include media($MEDIA_DESKTOP) {
        height: 17vw;
      }
      @include media($MEDIA_TABLET) {
        height: 17vw;
      }*/}.ws-social-stream-item .ws-social-stream-item-content-image-wrapper > a{display:block;width:100%;height:100%}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.ws-social-stream.index .ws-social-stream-item .ws-social-stream-item-content-image-wrapper{height:17vw}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.ws-social-stream.index .ws-social-stream-item{display:block;padding:0;width:100%;margin:0 auto 1rem auto;border:0}.ws-social-stream.index .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-footer{padding-top:1rem}.ws-social-stream.index .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-footer > .ws-social-stream-item-content-ilike{bottom:0.5rem}.ws-social-stream.index .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-footer > .ws-social-stream-item-content-ilike > a{font-size:2rem}}@media (max-width: 768px) and (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (max-width: 768px),(max-width: 768px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.ws-social-stream.index .ws-social-stream-item > .ws-social-stream-item-content .ws-social-stream-item-content-footer > .ws-social-stream-item-content-ilike{bottom:1rem}}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.ws-social-stream.index .ws-social-stream-item .ws-social-stream-item-content-image-wrapper{background-position:top center;background-repeat:no-repeat;background-size:cover;background:none !important;padding:0.5rem !important;height:auto}.ws-social-stream.index .ws-social-stream-item .ws-social-stream-item-content-image-wrapper > a{display:block;width:100%;height:100%}}.ws-social-stream.index .ws-social-stream-item{color:#342438}html.ie .row.screen-width-100{margin-left:-5.3rem;margin-right:-5.3rem;margin-top:-2rem}html.ie #home-production-slider > .lq-list-items > .home-production-slider-item > .home-production-slider-item-content > .info{flex:auto !important}html.ie .home-boxes .home-boxes-wrapper .home-box > .musik-box > .player{height:1.5rem !important}html.ie .cj-music-player > .cj-music-play{padding-top:0.2rem;padding-left:0.4rem}.row{margin:0 -1rem;display:flex;justify-content:center;align-items:stretch;min-width:100%}.row.reverse{flex-direction:row-reverse}.row.start{justify-content:flex-start}.row.end{justify-content:flex-end}.row.space-between{justify-content:space-between}.row.space-around{justify-content:space-around}.row.space-evenly{justify-content:space-evenly}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone){display:block;margin:0}.row.flip-columns-phone{display:-webkit-flex;-webkit-flex-direction:column-reverse;display:flex;flex-direction:column-reverse !important}}.row > .column-5{ms-flex:0 0 5%;flex:0 0 5%;max-width:5%;padding:1rem 1rem}.row > .column-5.no-gap{padding:0}.row > .column-5.liquid-max{max-width:calc( 80px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-5{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-5-tablet{ms-flex:0 0 5%;flex:0 0 5%;max-width:5%;padding:1rem 1rem}.row > .column-5-tablet.no-gap{padding:0}.row > .column-5-tablet.liquid-max{max-width:calc( 80px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-5-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-5-desktop{ms-flex:0 0 5%;flex:0 0 5%;max-width:5%;padding:1rem 1rem}.row > .column-5-desktop.no-gap{padding:0}.row > .column-5-desktop.liquid-max{max-width:calc( 80px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-5-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-7{ms-flex:0 0 7.5%;flex:0 0 7.5%;max-width:7.5%;padding:1rem 1rem}.row > .column-7.no-gap{padding:0}.row > .column-7.liquid-max{max-width:calc( 120px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-7{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-7-tablet{ms-flex:0 0 7.5%;flex:0 0 7.5%;max-width:7.5%;padding:1rem 1rem}.row > .column-7-tablet.no-gap{padding:0}.row > .column-7-tablet.liquid-max{max-width:calc( 120px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-7-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-7-desktop{ms-flex:0 0 7.5%;flex:0 0 7.5%;max-width:7.5%;padding:1rem 1rem}.row > .column-7-desktop.no-gap{padding:0}.row > .column-7-desktop.liquid-max{max-width:calc( 120px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-7-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-10{ms-flex:0 0 10%;flex:0 0 10%;max-width:10%;padding:1rem 1rem}.row > .column-10.no-gap{padding:0}.row > .column-10.liquid-max{max-width:calc( 160px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-10{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-10-tablet{ms-flex:0 0 10%;flex:0 0 10%;max-width:10%;padding:1rem 1rem}.row > .column-10-tablet.no-gap{padding:0}.row > .column-10-tablet.liquid-max{max-width:calc( 160px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-10-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-10-desktop{ms-flex:0 0 10%;flex:0 0 10%;max-width:10%;padding:1rem 1rem}.row > .column-10-desktop.no-gap{padding:0}.row > .column-10-desktop.liquid-max{max-width:calc( 160px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-10-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-8{ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%;padding:1rem 1rem}.row > .column-8.no-gap{padding:0}.row > .column-8.liquid-max{max-width:calc( 133.33333px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-8{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-8-tablet{ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%;padding:1rem 1rem}.row > .column-8-tablet.no-gap{padding:0}.row > .column-8-tablet.liquid-max{max-width:calc( 133.33333px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-8-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-8-desktop{ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%;padding:1rem 1rem}.row > .column-8-desktop.no-gap{padding:0}.row > .column-8-desktop.liquid-max{max-width:calc( 133.33333px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-8-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-16{ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%;padding:1rem 1rem}.row > .column-16.no-gap{padding:0}.row > .column-16.liquid-max{max-width:calc( 266.66667px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-16{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-16-tablet{ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%;padding:1rem 1rem}.row > .column-16-tablet.no-gap{padding:0}.row > .column-16-tablet.liquid-max{max-width:calc( 266.66667px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-16-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-16-desktop{ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%;padding:1rem 1rem}.row > .column-16-desktop.no-gap{padding:0}.row > .column-16-desktop.liquid-max{max-width:calc( 266.66667px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-16-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-20{ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;padding:1rem 1rem}.row > .column-20.no-gap{padding:0}.row > .column-20.liquid-max{max-width:calc( 320px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-20{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-20-tablet{ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;padding:1rem 1rem}.row > .column-20-tablet.no-gap{padding:0}.row > .column-20-tablet.liquid-max{max-width:calc( 320px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-20-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-20-desktop{ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;padding:1rem 1rem}.row > .column-20-desktop.no-gap{padding:0}.row > .column-20-desktop.liquid-max{max-width:calc( 320px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-20-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-25{ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding:1rem 1rem}.row > .column-25.no-gap{padding:0}.row > .column-25.liquid-max{max-width:calc( 400px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-25{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-25-tablet{ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding:1rem 1rem}.row > .column-25-tablet.no-gap{padding:0}.row > .column-25-tablet.liquid-max{max-width:calc( 400px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-25-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-25-desktop{ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding:1rem 1rem}.row > .column-25-desktop.no-gap{padding:0}.row > .column-25-desktop.liquid-max{max-width:calc( 400px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-25-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-30{ms-flex:0 0 30%;flex:0 0 30%;max-width:30%;padding:1rem 1rem}.row > .column-30.no-gap{padding:0}.row > .column-30.liquid-max{max-width:calc( 480px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-30{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-30-tablet{ms-flex:0 0 30%;flex:0 0 30%;max-width:30%;padding:1rem 1rem}.row > .column-30-tablet.no-gap{padding:0}.row > .column-30-tablet.liquid-max{max-width:calc( 480px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-30-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-30-desktop{ms-flex:0 0 30%;flex:0 0 30%;max-width:30%;padding:1rem 1rem}.row > .column-30-desktop.no-gap{padding:0}.row > .column-30-desktop.liquid-max{max-width:calc( 480px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-30-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-33{ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;padding:1rem 1rem}.row > .column-33.no-gap{padding:0}.row > .column-33.liquid-max{max-width:calc( 533.33333px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-33{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-33-tablet{ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;padding:1rem 1rem}.row > .column-33-tablet.no-gap{padding:0}.row > .column-33-tablet.liquid-max{max-width:calc( 533.33333px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-33-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-33-desktop{ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;padding:1rem 1rem}.row > .column-33-desktop.no-gap{padding:0}.row > .column-33-desktop.liquid-max{max-width:calc( 533.33333px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-33-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-40{ms-flex:0 0 40%;flex:0 0 40%;max-width:40%;padding:1rem 1rem}.row > .column-40.no-gap{padding:0}.row > .column-40.liquid-max{max-width:calc( 640px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-40{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-40-tablet{ms-flex:0 0 40%;flex:0 0 40%;max-width:40%;padding:1rem 1rem}.row > .column-40-tablet.no-gap{padding:0}.row > .column-40-tablet.liquid-max{max-width:calc( 640px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-40-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-40-desktop{ms-flex:0 0 40%;flex:0 0 40%;max-width:40%;padding:1rem 1rem}.row > .column-40-desktop.no-gap{padding:0}.row > .column-40-desktop.liquid-max{max-width:calc( 640px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-40-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-41{ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%;padding:1rem 1rem}.row > .column-41.no-gap{padding:0}.row > .column-41.liquid-max{max-width:calc( 666.66667px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-41{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-41-tablet{ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%;padding:1rem 1rem}.row > .column-41-tablet.no-gap{padding:0}.row > .column-41-tablet.liquid-max{max-width:calc( 666.66667px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-41-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-41-desktop{ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%;padding:1rem 1rem}.row > .column-41-desktop.no-gap{padding:0}.row > .column-41-desktop.liquid-max{max-width:calc( 666.66667px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-41-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-50{ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:1rem 1rem}.row > .column-50.no-gap{padding:0}.row > .column-50.liquid-max{max-width:calc( 800px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-50{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-50-tablet{ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:1rem 1rem}.row > .column-50-tablet.no-gap{padding:0}.row > .column-50-tablet.liquid-max{max-width:calc( 800px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-50-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-50-desktop{ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:1rem 1rem}.row > .column-50-desktop.no-gap{padding:0}.row > .column-50-desktop.liquid-max{max-width:calc( 800px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-50-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-60{ms-flex:0 0 60%;flex:0 0 60%;max-width:60%;padding:1rem 1rem}.row > .column-60.no-gap{padding:0}.row > .column-60.liquid-max{max-width:calc( 960px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-60{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-60-tablet{ms-flex:0 0 60%;flex:0 0 60%;max-width:60%;padding:1rem 1rem}.row > .column-60-tablet.no-gap{padding:0}.row > .column-60-tablet.liquid-max{max-width:calc( 960px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-60-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-60-desktop{ms-flex:0 0 60%;flex:0 0 60%;max-width:60%;padding:1rem 1rem}.row > .column-60-desktop.no-gap{padding:0}.row > .column-60-desktop.liquid-max{max-width:calc( 960px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-60-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-58{ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%;padding:1rem 1rem}.row > .column-58.no-gap{padding:0}.row > .column-58.liquid-max{max-width:calc( 933.33333px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-58{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-58-tablet{ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%;padding:1rem 1rem}.row > .column-58-tablet.no-gap{padding:0}.row > .column-58-tablet.liquid-max{max-width:calc( 933.33333px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-58-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-58-desktop{ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%;padding:1rem 1rem}.row > .column-58-desktop.no-gap{padding:0}.row > .column-58-desktop.liquid-max{max-width:calc( 933.33333px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-58-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-66{ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%;padding:1rem 1rem}.row > .column-66.no-gap{padding:0}.row > .column-66.liquid-max{max-width:calc( 1066.66667px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-66{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-66-tablet{ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%;padding:1rem 1rem}.row > .column-66-tablet.no-gap{padding:0}.row > .column-66-tablet.liquid-max{max-width:calc( 1066.66667px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-66-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-66-desktop{ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%;padding:1rem 1rem}.row > .column-66-desktop.no-gap{padding:0}.row > .column-66-desktop.liquid-max{max-width:calc( 1066.66667px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-66-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-70{ms-flex:0 0 70%;flex:0 0 70%;max-width:70%;padding:1rem 1rem}.row > .column-70.no-gap{padding:0}.row > .column-70.liquid-max{max-width:calc( 1120px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-70{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-70-tablet{ms-flex:0 0 70%;flex:0 0 70%;max-width:70%;padding:1rem 1rem}.row > .column-70-tablet.no-gap{padding:0}.row > .column-70-tablet.liquid-max{max-width:calc( 1120px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-70-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-70-desktop{ms-flex:0 0 70%;flex:0 0 70%;max-width:70%;padding:1rem 1rem}.row > .column-70-desktop.no-gap{padding:0}.row > .column-70-desktop.liquid-max{max-width:calc( 1120px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-70-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-75{ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;padding:1rem 1rem}.row > .column-75.no-gap{padding:0}.row > .column-75.liquid-max{max-width:calc( 1200px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-75{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-75-tablet{ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;padding:1rem 1rem}.row > .column-75-tablet.no-gap{padding:0}.row > .column-75-tablet.liquid-max{max-width:calc( 1200px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-75-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-75-desktop{ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;padding:1rem 1rem}.row > .column-75-desktop.no-gap{padding:0}.row > .column-75-desktop.liquid-max{max-width:calc( 1200px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-75-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-80{ms-flex:0 0 80%;flex:0 0 80%;max-width:80%;padding:1rem 1rem}.row > .column-80.no-gap{padding:0}.row > .column-80.liquid-max{max-width:calc( 1280px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-80{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-80-tablet{ms-flex:0 0 80%;flex:0 0 80%;max-width:80%;padding:1rem 1rem}.row > .column-80-tablet.no-gap{padding:0}.row > .column-80-tablet.liquid-max{max-width:calc( 1280px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-80-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-80-desktop{ms-flex:0 0 80%;flex:0 0 80%;max-width:80%;padding:1rem 1rem}.row > .column-80-desktop.no-gap{padding:0}.row > .column-80-desktop.liquid-max{max-width:calc( 1280px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-80-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-83{ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%;padding:1rem 1rem}.row > .column-83.no-gap{padding:0}.row > .column-83.liquid-max{max-width:calc( 1333.33333px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-83{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-83-tablet{ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%;padding:1rem 1rem}.row > .column-83-tablet.no-gap{padding:0}.row > .column-83-tablet.liquid-max{max-width:calc( 1333.33333px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-83-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-83-desktop{ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%;padding:1rem 1rem}.row > .column-83-desktop.no-gap{padding:0}.row > .column-83-desktop.liquid-max{max-width:calc( 1333.33333px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-83-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-91{ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%;padding:1rem 1rem}.row > .column-91.no-gap{padding:0}.row > .column-91.liquid-max{max-width:calc( 1466.66667px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-91{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-91-tablet{ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%;padding:1rem 1rem}.row > .column-91-tablet.no-gap{padding:0}.row > .column-91-tablet.liquid-max{max-width:calc( 1466.66667px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-91-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-91-desktop{ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%;padding:1rem 1rem}.row > .column-91-desktop.no-gap{padding:0}.row > .column-91-desktop.liquid-max{max-width:calc( 1466.66667px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-91-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-85{ms-flex:0 0 85%;flex:0 0 85%;max-width:85%;padding:1rem 1rem}.row > .column-85.no-gap{padding:0}.row > .column-85.liquid-max{max-width:calc( 1360px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-85{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-85-tablet{ms-flex:0 0 85%;flex:0 0 85%;max-width:85%;padding:1rem 1rem}.row > .column-85-tablet.no-gap{padding:0}.row > .column-85-tablet.liquid-max{max-width:calc( 1360px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-85-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-85-desktop{ms-flex:0 0 85%;flex:0 0 85%;max-width:85%;padding:1rem 1rem}.row > .column-85-desktop.no-gap{padding:0}.row > .column-85-desktop.liquid-max{max-width:calc( 1360px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-85-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-90{ms-flex:0 0 90%;flex:0 0 90%;max-width:90%;padding:1rem 1rem}.row > .column-90.no-gap{padding:0}.row > .column-90.liquid-max{max-width:calc( 1440px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-90{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-90-tablet{ms-flex:0 0 90%;flex:0 0 90%;max-width:90%;padding:1rem 1rem}.row > .column-90-tablet.no-gap{padding:0}.row > .column-90-tablet.liquid-max{max-width:calc( 1440px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-90-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-90-desktop{ms-flex:0 0 90%;flex:0 0 90%;max-width:90%;padding:1rem 1rem}.row > .column-90-desktop.no-gap{padding:0}.row > .column-90-desktop.liquid-max{max-width:calc( 1440px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-90-desktop{max-width:none;padding-left:0;padding-right:0}}.row > .column-100{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:1rem 1rem}.row > .column-100.no-gap{padding:0}.row > .column-100.liquid-max{max-width:calc( 1600px + 2rem)}@media (max-width: 768px),(max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row:not(.phone) > .column-100{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px){.row > .column-100-tablet{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:1rem 1rem}.row > .column-100-tablet.no-gap{padding:0}.row > .column-100-tablet.liquid-max{max-width:calc( 1600px + 2rem)}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 768px),(min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-100-tablet{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 1025px){.row > .column-100-desktop{ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:1rem 1rem}.row > .column-100-desktop.no-gap{padding:0}.row > .column-100-desktop.liquid-max{max-width:calc( 1600px + 2rem)}}@media (min-width: 1025px) and (max-width: 768px),(min-width: 1025px) and (max-width: 1024px) and (max-aspect-ratio: 727 / 1000){.row > .column-100-desktop{max-width:none;padding-left:0;padding-right:0}}@media (min-width: 769px) and (min-aspect-ratio: 728 / 1000) and (max-width: 1024px),(min-width: 1025px){.row:not(.phone) > [class^="column-"] > [class^="lq-form-group"]{margin-right:calc( -1rem - 2px)}}