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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

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

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

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

dt {
  font-weight: bold;
}

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

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

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

a,
area,
button,
[role="button"],
input,
label,
.static-label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}


label,
.static-label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

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

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

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

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

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\A0   \2014";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #636c72;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

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

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row, .dataTables_wrapper .dataTables_header, .dataTables_wrapper .dataTables_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row, .dataTables_wrapper .dataTables_header, .dataTables_wrapper .dataTables_footer {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row, .dataTables_wrapper .dataTables_header, .dataTables_wrapper .dataTables_footer {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row, .dataTables_wrapper .dataTables_header, .dataTables_wrapper .dataTables_footer {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row, .dataTables_wrapper .dataTables_header, .dataTables_wrapper .dataTables_footer {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .dataTables_wrapper .dataTables_header .dataTables_length, .col-6, .col-7, .dataTables_wrapper .dataTables_header .dataTables_filter, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .dataTables_wrapper .dataTables_footer .dataTables_info,
.dataTables_wrapper .dataTables_footer .dataTables_paginate, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .dataTables_wrapper .dataTables_header .dataTables_length, .col-6, .col-7, .dataTables_wrapper .dataTables_header .dataTables_filter, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .dataTables_wrapper .dataTables_footer .dataTables_info,
  .dataTables_wrapper .dataTables_footer .dataTables_paginate, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .dataTables_wrapper .dataTables_header .dataTables_length, .col-6, .col-7, .dataTables_wrapper .dataTables_header .dataTables_filter, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .dataTables_wrapper .dataTables_footer .dataTables_info,
  .dataTables_wrapper .dataTables_footer .dataTables_paginate, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .dataTables_wrapper .dataTables_header .dataTables_length, .col-6, .col-7, .dataTables_wrapper .dataTables_header .dataTables_filter, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .dataTables_wrapper .dataTables_footer .dataTables_info,
  .dataTables_wrapper .dataTables_footer .dataTables_paginate, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .dataTables_wrapper .dataTables_header .dataTables_length, .col-6, .col-7, .dataTables_wrapper .dataTables_header .dataTables_filter, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .dataTables_wrapper .dataTables_footer .dataTables_info,
  .dataTables_wrapper .dataTables_footer .dataTables_paginate, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5, .dataTables_wrapper .dataTables_header .dataTables_length {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7, .dataTables_wrapper .dataTables_header .dataTables_filter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333333%;
}

.pull-2 {
  right: 16.66666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333333%;
}

.pull-5 {
  right: 41.66666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333333%;
}

.pull-8 {
  right: 66.66666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333333%;
}

.pull-11 {
  right: 91.66666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333333%;
}

.push-2 {
  left: 16.66666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333333%;
}

.push-5 {
  left: 41.66666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333333%;
}

.push-8 {
  left: 66.66666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333333%;
}

.push-11 {
  left: 91.66666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm, .dataTables_wrapper .dataTables_footer .dataTables_info,
  .dataTables_wrapper .dataTables_footer .dataTables_paginate {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3, .dataTables_wrapper .dataTables_header .dataTables_length {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6, .dataTables_wrapper .dataTables_header .dataTables_filter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333333%;
  }
  .pull-sm-2 {
    right: 16.66666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333333%;
  }
  .pull-sm-5 {
    right: 41.66666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333333%;
  }
  .pull-sm-8 {
    right: 66.66666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333333%;
  }
  .pull-sm-11 {
    right: 91.66666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333333%;
  }
  .push-sm-2 {
    left: 16.66666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333333%;
  }
  .push-sm-5 {
    left: 41.66666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333333%;
  }
  .push-sm-8 {
    left: 66.66666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333333%;
  }
  .push-sm-11 {
    left: 91.66666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2, .dataTables_wrapper .dataTables_header .dataTables_length {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5, .dataTables_wrapper .dataTables_header .dataTables_filter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333333%;
  }
  .pull-md-2 {
    right: 16.66666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333333%;
  }
  .pull-md-5 {
    right: 41.66666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333333%;
  }
  .pull-md-8 {
    right: 66.66666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333333%;
  }
  .pull-md-11 {
    right: 91.66666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333333%;
  }
  .push-md-2 {
    left: 16.66666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333333%;
  }
  .push-md-5 {
    left: 41.66666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333333%;
  }
  .push-md-8 {
    left: 66.66666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333333%;
  }
  .push-md-11 {
    left: 91.66666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333333%;
  }
  .pull-lg-2 {
    right: 16.66666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333333%;
  }
  .pull-lg-5 {
    right: 41.66666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333333%;
  }
  .pull-lg-8 {
    right: 66.66666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333333%;
  }
  .pull-lg-11 {
    right: 91.66666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333333%;
  }
  .push-lg-2 {
    left: 16.66666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333333%;
  }
  .push-lg-5 {
    left: 41.66666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333333%;
  }
  .push-lg-8 {
    left: 66.66666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333333%;
  }
  .push-lg-11 {
    left: 91.66666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333333%;
  }
  .pull-xl-2 {
    right: 16.66666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333333%;
  }
  .pull-xl-5 {
    right: 41.66666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333333%;
  }
  .pull-xl-8 {
    right: 66.66666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333333%;
  }
  .pull-xl-11 {
    right: 91.66666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333333%;
  }
  .push-xl-2 {
    left: 16.66666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333333%;
  }
  .push-xl-5 {
    left: 41.66666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333333%;
  }
  .push-xl-8 {
    left: 66.66666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333333%;
  }
  .push-xl-11 {
    left: 91.66666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

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

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

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

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

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

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

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

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

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

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

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

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

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

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

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

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

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

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

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control, .dataTables_wrapper input,
.dataTables_wrapper select, .bootstrap-select > .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button, .hbspt-form .bootstrap-select > input[type=submit], .hbspt-form fieldset input[type=text],
.hbspt-form fieldset input[type=email],
.hbspt-form fieldset input[type=tel],
.hbspt-form fieldset textarea, .hbspt-form fieldset select:not(.selectpicker) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand, .dataTables_wrapper input::-ms-expand,
.dataTables_wrapper select::-ms-expand, .bootstrap-select > .btn::-ms-expand, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button::-ms-expand, .hbspt-form .bootstrap-select > input[type=submit]::-ms-expand, .hbspt-form fieldset input[type=text]::-ms-expand,
.hbspt-form fieldset input[type=email]::-ms-expand,
.hbspt-form fieldset input[type=tel]::-ms-expand,
.hbspt-form fieldset textarea::-ms-expand, .hbspt-form fieldset select:not(.selectpicker)::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus, .dataTables_wrapper input:focus,
.dataTables_wrapper select:focus, .bootstrap-select > .btn:focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button:focus, .hbspt-form .bootstrap-select > input:focus[type=submit], .hbspt-form fieldset input:focus[type=text],
.hbspt-form fieldset input:focus[type=email],
.hbspt-form fieldset input:focus[type=tel],
.hbspt-form fieldset textarea:focus, .hbspt-form fieldset select:focus:not(.selectpicker) {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
}

.form-control::-webkit-input-placeholder, .dataTables_wrapper input::-webkit-input-placeholder,
.dataTables_wrapper select::-webkit-input-placeholder, .bootstrap-select > .btn::-webkit-input-placeholder, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button::-webkit-input-placeholder, .hbspt-form .bootstrap-select > input[type=submit]::-webkit-input-placeholder, .hbspt-form fieldset input[type=text]::-webkit-input-placeholder,
.hbspt-form fieldset input[type=email]::-webkit-input-placeholder,
.hbspt-form fieldset input[type=tel]::-webkit-input-placeholder,
.hbspt-form fieldset textarea::-webkit-input-placeholder, .hbspt-form fieldset select:not(.selectpicker)::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::-moz-placeholder, .dataTables_wrapper input::-moz-placeholder,
.dataTables_wrapper select::-moz-placeholder, .bootstrap-select > .btn::-moz-placeholder, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button::-moz-placeholder, .hbspt-form .bootstrap-select > input[type=submit]::-moz-placeholder, .hbspt-form fieldset input[type=text]::-moz-placeholder,
.hbspt-form fieldset input[type=email]::-moz-placeholder,
.hbspt-form fieldset input[type=tel]::-moz-placeholder,
.hbspt-form fieldset textarea::-moz-placeholder, .hbspt-form fieldset select:not(.selectpicker)::-moz-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::-ms-input-placeholder, .dataTables_wrapper input::-ms-input-placeholder,
.dataTables_wrapper select::-ms-input-placeholder, .bootstrap-select > .btn::-ms-input-placeholder, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button::-ms-input-placeholder, .hbspt-form .bootstrap-select > input[type=submit]::-ms-input-placeholder, .hbspt-form fieldset input[type=text]::-ms-input-placeholder,
.hbspt-form fieldset input[type=email]::-ms-input-placeholder,
.hbspt-form fieldset input[type=tel]::-ms-input-placeholder,
.hbspt-form fieldset textarea::-ms-input-placeholder, .hbspt-form fieldset select:not(.selectpicker)::-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::placeholder, .dataTables_wrapper input::placeholder,
.dataTables_wrapper select::placeholder, .bootstrap-select > .btn::placeholder, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button::placeholder, .hbspt-form .bootstrap-select > input[type=submit]::placeholder, .hbspt-form fieldset input[type=text]::placeholder,
.hbspt-form fieldset input[type=email]::placeholder,
.hbspt-form fieldset input[type=tel]::placeholder,
.hbspt-form fieldset textarea::placeholder, .hbspt-form fieldset select:not(.selectpicker)::placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:disabled, .dataTables_wrapper input:disabled,
.dataTables_wrapper select:disabled, .bootstrap-select > .btn:disabled, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button:disabled, .hbspt-form .bootstrap-select > input:disabled[type=submit], .hbspt-form fieldset input:disabled[type=text],
.hbspt-form fieldset input:disabled[type=email],
.hbspt-form fieldset input:disabled[type=tel],
.hbspt-form fieldset textarea:disabled, .hbspt-form fieldset select:disabled:not(.selectpicker), .form-control[readonly], .dataTables_wrapper input[readonly],
.dataTables_wrapper select[readonly], .bootstrap-select > .btn[readonly], .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button[readonly], .hbspt-form .bootstrap-select > input[readonly][type=submit], .hbspt-form fieldset input[readonly][type=text],
.hbspt-form fieldset input[readonly][type=email],
.hbspt-form fieldset input[readonly][type=tel],
.hbspt-form fieldset textarea[readonly], .hbspt-form fieldset select[readonly]:not(.selectpicker) {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled, .dataTables_wrapper input:disabled,
.dataTables_wrapper select:disabled, .bootstrap-select > .btn:disabled, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button:disabled, .hbspt-form .bootstrap-select > input:disabled[type=submit], .hbspt-form fieldset input:disabled[type=text],
.hbspt-form fieldset input:disabled[type=email],
.hbspt-form fieldset input:disabled[type=tel],
.hbspt-form fieldset textarea:disabled, .hbspt-form fieldset select:disabled:not(.selectpicker) {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]),
.dataTables_wrapper select:not([size]):not([multiple]), .bootstrap-select > select.btn:not([size]):not([multiple]), .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > select.paginate_button:not([size]):not([multiple]), .hbspt-form fieldset select:not([size]):not([multiple]):not(.selectpicker) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value,
.dataTables_wrapper select:focus::-ms-value, .bootstrap-select > select.btn:focus::-ms-value, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > select.paginate_button:focus::-ms-value, .hbspt-form fieldset select:not(.selectpicker):focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

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

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .dataTables_wrapper .input-group-sm > input.form-control-static,
.dataTables_wrapper .input-group-sm > select.form-control-static, .bootstrap-select.input-group-sm > .form-control-static.btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select.input-group-sm > .form-control-static.paginate_button, .hbspt-form .bootstrap-select.input-group-sm > input.form-control-static[type=submit], .hbspt-form fieldset .input-group-sm > input.form-control-static[type=text],
.hbspt-form fieldset .input-group-sm > input.form-control-static[type=email],
.hbspt-form fieldset .input-group-sm > input.form-control-static[type=tel],
.hbspt-form fieldset .input-group-sm > textarea.form-control-static, .hbspt-form fieldset .input-group-sm > select.form-control-static:not(.selectpicker),
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-sm > .input-group-btn > .form-control-static.paginate_button, .hbspt-form .input-group-sm > .input-group-btn > input.form-control-static[type=submit], .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, .dataTables_wrapper .input-group-lg > input.form-control-static,
.dataTables_wrapper .input-group-lg > select.form-control-static, .bootstrap-select.input-group-lg > .form-control-static.btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select.input-group-lg > .form-control-static.paginate_button, .hbspt-form .bootstrap-select.input-group-lg > input.form-control-static[type=submit], .hbspt-form fieldset .input-group-lg > input.form-control-static[type=text],
.hbspt-form fieldset .input-group-lg > input.form-control-static[type=email],
.hbspt-form fieldset .input-group-lg > input.form-control-static[type=tel],
.hbspt-form fieldset .input-group-lg > textarea.form-control-static, .hbspt-form fieldset .input-group-lg > select.form-control-static:not(.selectpicker),
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-lg > .input-group-btn > .form-control-static.paginate_button, .hbspt-form .input-group-lg > .input-group-btn > input.form-control-static[type=submit] {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .dataTables_wrapper .input-group-sm > input,
.dataTables_wrapper .input-group-sm > select, .bootstrap-select.input-group-sm > .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select.input-group-sm > .paginate_button, .hbspt-form .bootstrap-select.input-group-sm > input[type=submit], .hbspt-form fieldset .input-group-sm > input[type=text],
.hbspt-form fieldset .input-group-sm > input[type=email],
.hbspt-form fieldset .input-group-sm > input[type=tel],
.hbspt-form fieldset .input-group-sm > textarea, .hbspt-form fieldset .input-group-sm > select:not(.selectpicker),
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-sm > .input-group-btn > .paginate_button, .hbspt-form .input-group-sm > .input-group-btn > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.dataTables_wrapper .input-group-sm > select:not([size]):not([multiple]), .bootstrap-select.input-group-sm > select.btn:not([size]):not([multiple]), .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select.input-group-sm > select.paginate_button:not([size]):not([multiple]), .hbspt-form fieldset .input-group-sm > select:not([size]):not([multiple]):not(.selectpicker),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-sm > .input-group-btn > select.paginate_button:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control, .dataTables_wrapper .input-group-lg > input,
.dataTables_wrapper .input-group-lg > select, .bootstrap-select.input-group-lg > .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select.input-group-lg > .paginate_button, .hbspt-form .bootstrap-select.input-group-lg > input[type=submit], .hbspt-form fieldset .input-group-lg > input[type=text],
.hbspt-form fieldset .input-group-lg > input[type=email],
.hbspt-form fieldset .input-group-lg > input[type=tel],
.hbspt-form fieldset .input-group-lg > textarea, .hbspt-form fieldset .input-group-lg > select:not(.selectpicker),
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-lg > .input-group-btn > .paginate_button, .hbspt-form .input-group-lg > .input-group-btn > input[type=submit] {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.dataTables_wrapper .input-group-lg > select:not([size]):not([multiple]), .bootstrap-select.input-group-lg > select.btn:not([size]):not([multiple]), .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select.input-group-lg > select.paginate_button:not([size]):not([multiple]), .hbspt-form fieldset .input-group-lg > select:not([size]):not([multiple]):not(.selectpicker),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-lg > .input-group-btn > select.paginate_button:not([size]):not([multiple]) {
  height: 3.16666667rem;
}

.form-group, .hbspt-form fieldset > div.field {
  margin-bottom: 1rem;
}

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #95c123;
}

.has-success .form-control, .has-success .dataTables_wrapper input, .dataTables_wrapper .has-success input,
.has-success .dataTables_wrapper select, .dataTables_wrapper .has-success select, .has-success .bootstrap-select > .btn, .has-success .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .has-success .bootstrap-select > .paginate_button, .has-success .hbspt-form .bootstrap-select > input[type=submit], .hbspt-form .has-success .bootstrap-select > input[type=submit], .has-success .hbspt-form fieldset input[type=text], .hbspt-form fieldset .has-success input[type=text],
.has-success .hbspt-form fieldset input[type=email], .hbspt-form fieldset .has-success input[type=email],
.has-success .hbspt-form fieldset input[type=tel], .hbspt-form fieldset .has-success input[type=tel],
.has-success .hbspt-form fieldset textarea, .hbspt-form fieldset .has-success textarea, .has-success .hbspt-form fieldset select:not(.selectpicker), .hbspt-form fieldset .has-success select:not(.selectpicker) {
  border-color: #95c123;
}

.has-success .input-group-addon {
  color: #95c123;
  border-color: #95c123;
  background-color: #e4f3bd;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control, .has-warning .dataTables_wrapper input, .dataTables_wrapper .has-warning input,
.has-warning .dataTables_wrapper select, .dataTables_wrapper .has-warning select, .has-warning .bootstrap-select > .btn, .has-warning .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .has-warning .bootstrap-select > .paginate_button, .has-warning .hbspt-form .bootstrap-select > input[type=submit], .hbspt-form .has-warning .bootstrap-select > input[type=submit], .has-warning .hbspt-form fieldset input[type=text], .hbspt-form fieldset .has-warning input[type=text],
.has-warning .hbspt-form fieldset input[type=email], .hbspt-form fieldset .has-warning input[type=email],
.has-warning .hbspt-form fieldset input[type=tel], .hbspt-form fieldset .has-warning input[type=tel],
.has-warning .hbspt-form fieldset textarea, .hbspt-form fieldset .has-warning textarea, .has-warning .hbspt-form fieldset select:not(.selectpicker), .hbspt-form fieldset .has-warning select:not(.selectpicker) {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control, .has-danger .dataTables_wrapper input, .dataTables_wrapper .has-danger input,
.has-danger .dataTables_wrapper select, .dataTables_wrapper .has-danger select, .has-danger .bootstrap-select > .btn, .has-danger .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .has-danger .bootstrap-select > .paginate_button, .has-danger .hbspt-form .bootstrap-select > input[type=submit], .hbspt-form .has-danger .bootstrap-select > input[type=submit], .has-danger .hbspt-form fieldset input[type=text], .hbspt-form fieldset .has-danger input[type=text],
.has-danger .hbspt-form fieldset input[type=email], .hbspt-form fieldset .has-danger input[type=email],
.has-danger .hbspt-form fieldset input[type=tel], .hbspt-form fieldset .has-danger input[type=tel],
.has-danger .hbspt-form fieldset textarea, .hbspt-form fieldset .has-danger textarea, .has-danger .hbspt-form fieldset select:not(.selectpicker), .hbspt-form fieldset .has-danger select:not(.selectpicker) {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label, .form-inline .static-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline .hbspt-form fieldset > div.field, .hbspt-form .form-inline fieldset > div.field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .dataTables_wrapper input, .dataTables_wrapper .form-inline input,
  .form-inline .dataTables_wrapper select, .dataTables_wrapper .form-inline select, .form-inline .bootstrap-select > .btn, .form-inline .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .form-inline .bootstrap-select > .paginate_button, .form-inline .hbspt-form .bootstrap-select > input[type=submit], .hbspt-form .form-inline .bootstrap-select > input[type=submit], .form-inline .hbspt-form fieldset input[type=text], .hbspt-form fieldset .form-inline input[type=text],
  .form-inline .hbspt-form fieldset input[type=email], .hbspt-form fieldset .form-inline input[type=email],
  .form-inline .hbspt-form fieldset input[type=tel], .hbspt-form fieldset .form-inline input[type=tel],
  .form-inline .hbspt-form fieldset textarea, .hbspt-form fieldset .form-inline textarea, .form-inline .hbspt-form fieldset select:not(.selectpicker), .hbspt-form fieldset .form-inline select:not(.selectpicker) {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button, .hbspt-form input[type=submit] {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:focus, .hbspt-form input:focus[type=submit], .btn:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:hover, .hbspt-form input:hover[type=submit] {
  text-decoration: none;
}

.btn:focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:focus, .hbspt-form input:focus[type=submit], .btn.focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .focus.paginate_button, .hbspt-form input.focus[type=submit] {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
          box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}

.btn.disabled, .dataTables_wrapper .dataTables_footer .dataTables_paginate .disabled.paginate_button, .hbspt-form input.disabled[type=submit], .btn:disabled, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:disabled, .hbspt-form input:disabled[type=submit] {
  cursor: not-allowed;
  opacity: .65;
}

.btn:active, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:active, .hbspt-form input:active[type=submit], .btn.active, .dataTables_wrapper .dataTables_footer .dataTables_paginate .active.paginate_button, .hbspt-form input.active[type=submit] {
  background-image: none;
}

a.btn.disabled, .dataTables_wrapper .dataTables_footer .dataTables_paginate a.disabled.paginate_button,
fieldset[disabled] a.btn,
fieldset[disabled] .dataTables_wrapper .dataTables_footer .dataTables_paginate a.paginate_button,
.dataTables_wrapper .dataTables_footer .dataTables_paginate fieldset[disabled] a.paginate_button {
  pointer-events: none;
}

.btn-primary, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button.current, .hbspt-form input[type=submit] {
  color: #fff;
  background-color: #462564;
  border-color: #462564;
}

.btn-primary:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button.current:hover, .hbspt-form input:hover[type=submit] {
  color: #fff;
  background-color: #2c173f;
  border-color: #271437;
}

.btn-primary:focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button.current:focus, .hbspt-form input:focus[type=submit], .btn-primary.focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .focus.paginate_button.current, .hbspt-form input.focus[type=submit] {
  -webkit-box-shadow: 0 0 0 2px rgba(70, 37, 100, 0.5);
          box-shadow: 0 0 0 2px rgba(70, 37, 100, 0.5);
}

.btn-primary.disabled, .dataTables_wrapper .dataTables_footer .dataTables_paginate .disabled.paginate_button.current, .hbspt-form input.disabled[type=submit], .btn-primary:disabled, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button.current:disabled, .hbspt-form input:disabled[type=submit] {
  background-color: #462564;
  border-color: #462564;
}

.btn-primary:active, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button.current:active, .hbspt-form input:active[type=submit], .btn-primary.active, .dataTables_wrapper .dataTables_footer .dataTables_paginate .active.paginate_button.current, .hbspt-form input.active[type=submit],
.show > .btn-primary.dropdown-toggle,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .show > .dropdown-toggle.paginate_button.current,
.hbspt-form .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #2c173f;
  background-image: none;
  border-color: #271437;
}

.btn-secondary {
  color: #ffffff;
  background-color: #95c123;
  border-color: #95c123;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #74961b;
  border-color: #6d8d1a;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(149, 193, 35, 0.5);
          box-shadow: 0 0 0 2px rgba(149, 193, 35, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #95c123;
  border-color: #95c123;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #74961b;
  background-image: none;
  border-color: #6d8d1a;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #95c123;
  border-color: #95c123;
}

.btn-success:hover {
  color: #fff;
  background-color: #74961b;
  border-color: #6d8d1a;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(149, 193, 35, 0.5);
          box-shadow: 0 0 0 2px rgba(149, 193, 35, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #95c123;
  border-color: #95c123;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #74961b;
  background-image: none;
  border-color: #6d8d1a;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #462564;
  background-image: none;
  background-color: transparent;
  border-color: #462564;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #462564;
  border-color: #462564;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(70, 37, 100, 0.5);
          box-shadow: 0 0 0 2px rgba(70, 37, 100, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #462564;
  background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #462564;
  border-color: #462564;
}

.btn-outline-secondary {
  color: #95c123;
  background-image: none;
  background-color: transparent;
  border-color: #95c123;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #95c123;
  border-color: #95c123;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(149, 193, 35, 0.5);
          box-shadow: 0 0 0 2px rgba(149, 193, 35, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #95c123;
  background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #95c123;
  border-color: #95c123;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #95c123;
  background-image: none;
  background-color: transparent;
  border-color: #95c123;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #95c123;
  border-color: #95c123;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(149, 193, 35, 0.5);
          box-shadow: 0 0 0 2px rgba(149, 193, 35, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #95c123;
  background-color: transparent;
}

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #95c123;
  border-color: #95c123;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #636c72;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-lg > .paginate_button, .hbspt-form .btn-group-lg > input[type=submit] {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-sm > .paginate_button, .hbspt-form .btn-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

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

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item, .show .dropdown-menu > li > a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .show .dropdown-menu > li > a:focus, .dropdown-item:hover, .show .dropdown-menu > li > a:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

.dropdown-item.active, .show .dropdown-menu > li > a.active, .dropdown-item:active, .show .dropdown-menu > li > a:active {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
}

.dropdown-item.disabled, .show .dropdown-menu > li > a.disabled, .dropdown-item:disabled, .show .dropdown-menu > li > a:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

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

.show > a {
  outline: 0;
}

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

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

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

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group > .paginate_button, .hbspt-form .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .paginate_button,
.hbspt-form .btn-group-vertical > input[type=submit] {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group > .paginate_button:hover, .hbspt-form .btn-group > input:hover[type=submit],
.btn-group-vertical > .btn:hover,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .paginate_button:hover,
.hbspt-form .btn-group-vertical > input:hover[type=submit] {
  z-index: 2;
}

.btn-group > .btn:focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group > .paginate_button:focus, .hbspt-form .btn-group > input:focus[type=submit], .btn-group > .btn:active, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group > .paginate_button:active, .hbspt-form .btn-group > input:active[type=submit], .btn-group > .btn.active, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group > .active.paginate_button, .hbspt-form .btn-group > input.active[type=submit],
.btn-group-vertical > .btn:focus,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .paginate_button:focus,
.hbspt-form .btn-group-vertical > input:focus[type=submit],
.btn-group-vertical > .btn:active,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .paginate_button:active,
.hbspt-form .btn-group-vertical > input:active[type=submit],
.btn-group-vertical > .btn.active,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .active.paginate_button,
.hbspt-form .btn-group-vertical > input.active[type=submit] {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button + .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group .paginate_button + .btn, .btn-group .hbspt-form input[type=submit] + .btn, .hbspt-form .btn-group input[type=submit] + .btn, .btn-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn + .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group .btn + .paginate_button, .btn-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button + .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group .paginate_button + .paginate_button, .btn-group .hbspt-form .dataTables_wrapper .dataTables_footer .dataTables_paginate input[type=submit] + .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group .hbspt-form input[type=submit] + .paginate_button, .hbspt-form .btn-group .dataTables_wrapper .dataTables_footer .dataTables_paginate input[type=submit] + .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form .btn-group input[type=submit] + .paginate_button, .btn-group .hbspt-form .btn + input[type=submit], .hbspt-form .btn-group .btn + input[type=submit], .btn-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form .paginate_button + input[type=submit], .hbspt-form .btn-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button + input[type=submit], .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group .hbspt-form .paginate_button + input[type=submit], .hbspt-form .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group .paginate_button + input[type=submit], .btn-group .hbspt-form input[type=submit] + input[type=submit], .hbspt-form .btn-group input[type=submit] + input[type=submit],
.btn-group .btn + .btn-group,
.btn-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button + .btn-group,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group .paginate_button + .btn-group,
.btn-group .hbspt-form input[type=submit] + .btn-group,
.hbspt-form .btn-group input[type=submit] + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group + .paginate_button,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group .btn-group + .paginate_button,
.btn-group .hbspt-form .btn-group + input[type=submit],
.hbspt-form .btn-group .btn-group + input[type=submit],
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button + .btn,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical .paginate_button + .btn,
.btn-group-vertical .hbspt-form input[type=submit] + .btn,
.hbspt-form .btn-group-vertical input[type=submit] + .btn,
.btn-group-vertical .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn + .paginate_button,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical .btn + .paginate_button,
.btn-group-vertical .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button + .paginate_button,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical .paginate_button + .paginate_button,
.btn-group-vertical .hbspt-form .dataTables_wrapper .dataTables_footer .dataTables_paginate input[type=submit] + .paginate_button,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical .hbspt-form input[type=submit] + .paginate_button,
.hbspt-form .btn-group-vertical .dataTables_wrapper .dataTables_footer .dataTables_paginate input[type=submit] + .paginate_button,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form .btn-group-vertical input[type=submit] + .paginate_button,
.btn-group-vertical .hbspt-form .btn + input[type=submit],
.hbspt-form .btn-group-vertical .btn + input[type=submit],
.btn-group-vertical .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form .paginate_button + input[type=submit],
.hbspt-form .btn-group-vertical .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button + input[type=submit],
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical .hbspt-form .paginate_button + input[type=submit],
.hbspt-form .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical .paginate_button + input[type=submit],
.btn-group-vertical .hbspt-form input[type=submit] + input[type=submit],
.hbspt-form .btn-group-vertical input[type=submit] + input[type=submit],
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button + .btn-group,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical .paginate_button + .btn-group,
.btn-group-vertical .hbspt-form input[type=submit] + .btn-group,
.hbspt-form .btn-group-vertical input[type=submit] + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group + .paginate_button,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical .btn-group + .paginate_button,
.btn-group-vertical .hbspt-form .btn-group + input[type=submit],
.hbspt-form .btn-group-vertical .btn-group + input[type=submit],
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group > .paginate_button:not(:first-child):not(:last-child):not(.dropdown-toggle), .hbspt-form .btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle)[type=submit] {
  border-radius: 0;
}

.btn-group > .btn:first-child, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group > .paginate_button:first-child, .hbspt-form .btn-group > input:first-child[type=submit] {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group > .paginate_button:first-child:not(:last-child):not(.dropdown-toggle), .hbspt-form .btn-group > input:first-child:not(:last-child):not(.dropdown-toggle)[type=submit] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group > .paginate_button:last-child:not(:first-child), .hbspt-form .btn-group > input:last-child:not(:first-child)[type=submit],
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group > .btn-group:not(:first-child):not(:last-child) > .paginate_button, .hbspt-form .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type=submit] {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group > .btn-group:first-child:not(:last-child) > .paginate_button:last-child, .hbspt-form .btn-group > .btn-group:first-child:not(:last-child) > input:last-child[type=submit],
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group > .btn-group:last-child:not(:first-child) > .paginate_button:first-child, .hbspt-form .btn-group > .btn-group:last-child:not(:first-child) > input:first-child[type=submit] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button + .dropdown-toggle-split, .hbspt-form input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button + .dropdown-toggle-split::after, .hbspt-form input[type=submit] + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-sm > .paginate_button + .dropdown-toggle-split, .hbspt-form .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-lg > .paginate_button + .dropdown-toggle-split, .hbspt-form .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn, .btn-group-vertical .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical .paginate_button, .btn-group-vertical .hbspt-form input[type=submit], .hbspt-form .btn-group-vertical input[type=submit],
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .paginate_button + .btn, .hbspt-form .btn-group-vertical > input[type=submit] + .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .btn + .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .paginate_button + .paginate_button, .hbspt-form .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > input[type=submit] + .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form .btn-group-vertical > input[type=submit] + .paginate_button, .hbspt-form .btn-group-vertical > .btn + input[type=submit], .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form .btn-group-vertical > .paginate_button + input[type=submit], .hbspt-form .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .paginate_button + input[type=submit], .hbspt-form .btn-group-vertical > input[type=submit] + input[type=submit],
.btn-group-vertical > .btn + .btn-group,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .paginate_button + .btn-group,
.hbspt-form .btn-group-vertical > input[type=submit] + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .btn-group + .paginate_button,
.hbspt-form .btn-group-vertical > .btn-group + input[type=submit],
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .paginate_button:not(:first-child):not(:last-child), .hbspt-form .btn-group-vertical > input:not(:first-child):not(:last-child)[type=submit] {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .paginate_button:first-child:not(:last-child), .hbspt-form .btn-group-vertical > input:first-child:not(:last-child)[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .paginate_button:last-child:not(:first-child), .hbspt-form .btn-group-vertical > input:last-child:not(:first-child)[type=submit] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .paginate_button, .hbspt-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type=submit] {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .btn-group:first-child:not(:last-child) > .paginate_button:last-child, .hbspt-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > input:last-child[type=submit],
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-group-vertical > .btn-group:last-child:not(:first-child) > .paginate_button:first-child, .hbspt-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > input:first-child[type=submit] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"], .dataTables_wrapper .dataTables_footer .dataTables_paginate [data-toggle="buttons"] > .paginate_button input[type="radio"], .hbspt-form [data-toggle="buttons"] > input[type=submit] input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.dataTables_wrapper .dataTables_footer .dataTables_paginate [data-toggle="buttons"] > .paginate_button input[type="checkbox"],
.hbspt-form [data-toggle="buttons"] > input[type=submit] input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.dataTables_wrapper .dataTables_footer .dataTables_paginate [data-toggle="buttons"] > .btn-group > .paginate_button input[type="radio"],
.hbspt-form [data-toggle="buttons"] > .btn-group > input[type=submit] input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.dataTables_wrapper .dataTables_footer .dataTables_paginate [data-toggle="buttons"] > .btn-group > .paginate_button input[type="checkbox"],
.hbspt-form [data-toggle="buttons"] > .btn-group > input[type=submit] input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control, .input-group .dataTables_wrapper input, .dataTables_wrapper .input-group input,
.input-group .dataTables_wrapper select, .dataTables_wrapper .input-group select, .input-group .bootstrap-select > .btn, .input-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group .bootstrap-select > .paginate_button, .input-group .hbspt-form .bootstrap-select > input[type=submit], .hbspt-form .input-group .bootstrap-select > input[type=submit], .input-group .hbspt-form fieldset input[type=text], .hbspt-form fieldset .input-group input[type=text],
.input-group .hbspt-form fieldset input[type=email], .hbspt-form fieldset .input-group input[type=email],
.input-group .hbspt-form fieldset input[type=tel], .hbspt-form fieldset .input-group input[type=tel],
.input-group .hbspt-form fieldset textarea, .hbspt-form fieldset .input-group textarea, .input-group .hbspt-form fieldset select:not(.selectpicker), .hbspt-form fieldset .input-group select:not(.selectpicker) {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .dataTables_wrapper input:focus, .dataTables_wrapper .input-group input:focus,
.input-group .dataTables_wrapper select:focus, .dataTables_wrapper .input-group select:focus, .input-group .bootstrap-select > .btn:focus, .input-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button:focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group .bootstrap-select > .paginate_button:focus, .input-group .hbspt-form .bootstrap-select > input:focus[type=submit], .hbspt-form .input-group .bootstrap-select > input:focus[type=submit], .input-group .hbspt-form fieldset input:focus[type=text], .hbspt-form fieldset .input-group input:focus[type=text],
.input-group .hbspt-form fieldset input:focus[type=email], .hbspt-form fieldset .input-group input:focus[type=email],
.input-group .hbspt-form fieldset input:focus[type=tel], .hbspt-form fieldset .input-group input:focus[type=tel],
.input-group .hbspt-form fieldset textarea:focus, .hbspt-form fieldset .input-group textarea:focus, .input-group .hbspt-form fieldset select:focus:not(.selectpicker), .hbspt-form fieldset .input-group select:focus:not(.selectpicker), .input-group .form-control:active, .input-group .dataTables_wrapper input:active, .dataTables_wrapper .input-group input:active,
.input-group .dataTables_wrapper select:active, .dataTables_wrapper .input-group select:active, .input-group .bootstrap-select > .btn:active, .input-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button:active, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group .bootstrap-select > .paginate_button:active, .input-group .hbspt-form .bootstrap-select > input:active[type=submit], .hbspt-form .input-group .bootstrap-select > input:active[type=submit], .input-group .hbspt-form fieldset input:active[type=text], .hbspt-form fieldset .input-group input:active[type=text],
.input-group .hbspt-form fieldset input:active[type=email], .hbspt-form fieldset .input-group input:active[type=email],
.input-group .hbspt-form fieldset input:active[type=tel], .hbspt-form fieldset .input-group input:active[type=tel],
.input-group .hbspt-form fieldset textarea:active, .hbspt-form fieldset .input-group textarea:active, .input-group .hbspt-form fieldset select:active:not(.selectpicker), .hbspt-form fieldset .input-group select:active:not(.selectpicker), .input-group .form-control:hover, .input-group .dataTables_wrapper input:hover, .dataTables_wrapper .input-group input:hover,
.input-group .dataTables_wrapper select:hover, .dataTables_wrapper .input-group select:hover, .input-group .bootstrap-select > .btn:hover, .input-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group .bootstrap-select > .paginate_button:hover, .input-group .hbspt-form .bootstrap-select > input:hover[type=submit], .hbspt-form .input-group .bootstrap-select > input:hover[type=submit], .input-group .hbspt-form fieldset input:hover[type=text], .hbspt-form fieldset .input-group input:hover[type=text],
.input-group .hbspt-form fieldset input:hover[type=email], .hbspt-form fieldset .input-group input:hover[type=email],
.input-group .hbspt-form fieldset input:hover[type=tel], .hbspt-form fieldset .input-group input:hover[type=tel],
.input-group .hbspt-form fieldset textarea:hover, .hbspt-form fieldset .input-group textarea:hover, .input-group .hbspt-form fieldset select:hover:not(.selectpicker), .hbspt-form fieldset .input-group select:hover:not(.selectpicker) {
  z-index: 3;
}

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .dataTables_wrapper input, .dataTables_wrapper .input-group input,
.input-group .dataTables_wrapper select, .dataTables_wrapper .input-group select, .input-group .bootstrap-select > .btn, .input-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group .bootstrap-select > .paginate_button, .input-group .hbspt-form .bootstrap-select > input[type=submit], .hbspt-form .input-group .bootstrap-select > input[type=submit], .input-group .hbspt-form fieldset input[type=text], .hbspt-form fieldset .input-group input[type=text],
.input-group .hbspt-form fieldset input[type=email], .hbspt-form fieldset .input-group input[type=email],
.input-group .hbspt-form fieldset input[type=tel], .hbspt-form fieldset .input-group input[type=tel],
.input-group .hbspt-form fieldset textarea, .hbspt-form fieldset .input-group textarea, .input-group .hbspt-form fieldset select:not(.selectpicker), .hbspt-form fieldset .input-group select:not(.selectpicker) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .dataTables_wrapper input:not(:first-child):not(:last-child),
.dataTables_wrapper .input-group input:not(:first-child):not(:last-child),
.input-group .dataTables_wrapper select:not(:first-child):not(:last-child),
.dataTables_wrapper .input-group select:not(:first-child):not(:last-child),
.input-group .bootstrap-select > .btn:not(:first-child):not(:last-child),
.input-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button:not(:first-child):not(:last-child),
.dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group .bootstrap-select > .paginate_button:not(:first-child):not(:last-child),
.input-group .hbspt-form .bootstrap-select > input:not(:first-child):not(:last-child)[type=submit],
.hbspt-form .input-group .bootstrap-select > input:not(:first-child):not(:last-child)[type=submit],
.input-group .hbspt-form fieldset input:not(:first-child):not(:last-child)[type=text],
.hbspt-form fieldset .input-group input:not(:first-child):not(:last-child)[type=text],
.input-group .hbspt-form fieldset input:not(:first-child):not(:last-child)[type=email],
.hbspt-form fieldset .input-group input:not(:first-child):not(:last-child)[type=email],
.input-group .hbspt-form fieldset input:not(:first-child):not(:last-child)[type=tel],
.hbspt-form fieldset .input-group input:not(:first-child):not(:last-child)[type=tel],
.input-group .hbspt-form fieldset textarea:not(:first-child):not(:last-child),
.hbspt-form fieldset .input-group textarea:not(:first-child):not(:last-child),
.input-group .hbspt-form fieldset select:not(:first-child):not(:last-child):not(.selectpicker),
.hbspt-form fieldset .input-group select:not(:first-child):not(:last-child):not(.selectpicker) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.input-group-addon.form-control-sm, .dataTables_wrapper .input-group-sm > input.input-group-addon,
.dataTables_wrapper .input-group-sm > select.input-group-addon, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select.input-group-sm > .input-group-addon.paginate_button, .hbspt-form .bootstrap-select.input-group-sm > input.input-group-addon[type=submit], .hbspt-form fieldset .input-group-sm > input.input-group-addon[type=text],
.hbspt-form fieldset .input-group-sm > input.input-group-addon[type=email],
.hbspt-form fieldset .input-group-sm > input.input-group-addon[type=tel],
.hbspt-form fieldset .input-group-sm > textarea.input-group-addon, .hbspt-form fieldset .input-group-sm > select.input-group-addon:not(.selectpicker),
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-sm > .input-group-btn > .input-group-addon.paginate_button, .hbspt-form .input-group-sm > .input-group-btn > input.input-group-addon[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg, .dataTables_wrapper .input-group-lg > input.input-group-addon,
.dataTables_wrapper .input-group-lg > select.input-group-addon, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select.input-group-lg > .input-group-addon.paginate_button, .hbspt-form .bootstrap-select.input-group-lg > input.input-group-addon[type=submit], .hbspt-form fieldset .input-group-lg > input.input-group-addon[type=text],
.hbspt-form fieldset .input-group-lg > input.input-group-addon[type=email],
.hbspt-form fieldset .input-group-lg > input.input-group-addon[type=tel],
.hbspt-form fieldset .input-group-lg > textarea.input-group-addon, .hbspt-form fieldset .input-group-lg > select.input-group-addon:not(.selectpicker),
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-lg > .input-group-btn > .input-group-addon.paginate_button, .hbspt-form .input-group-lg > .input-group-btn > input.input-group-addon[type=submit] {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child), .input-group .dataTables_wrapper input:not(:last-child), .dataTables_wrapper .input-group input:not(:last-child),
.input-group .dataTables_wrapper select:not(:last-child), .dataTables_wrapper .input-group select:not(:last-child), .input-group .bootstrap-select > .btn:not(:last-child), .input-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button:not(:last-child), .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group .bootstrap-select > .paginate_button:not(:last-child), .input-group .hbspt-form .bootstrap-select > input:not(:last-child)[type=submit], .hbspt-form .input-group .bootstrap-select > input:not(:last-child)[type=submit], .input-group .hbspt-form fieldset input:not(:last-child)[type=text], .hbspt-form fieldset .input-group input:not(:last-child)[type=text],
.input-group .hbspt-form fieldset input:not(:last-child)[type=email], .hbspt-form fieldset .input-group input:not(:last-child)[type=email],
.input-group .hbspt-form fieldset input:not(:last-child)[type=tel], .hbspt-form fieldset .input-group input:not(:last-child)[type=tel],
.input-group .hbspt-form fieldset textarea:not(:last-child), .hbspt-form fieldset .input-group textarea:not(:last-child), .input-group .hbspt-form fieldset select:not(:last-child):not(.selectpicker), .hbspt-form fieldset .input-group select:not(:last-child):not(.selectpicker),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn:not(:last-child) > .paginate_button,
.hbspt-form .input-group-btn:not(:last-child) > input[type=submit],
.input-group-btn:not(:last-child) > .btn-group > .btn,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn:not(:last-child) > .btn-group > .paginate_button,
.hbspt-form .input-group-btn:not(:last-child) > .btn-group > input[type=submit],
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn:not(:first-child) > .paginate_button:not(:last-child):not(.dropdown-toggle),
.hbspt-form .input-group-btn:not(:first-child) > input:not(:last-child):not(.dropdown-toggle)[type=submit],
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .paginate_button,
.hbspt-form .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child), .input-group .dataTables_wrapper input:not(:first-child), .dataTables_wrapper .input-group input:not(:first-child),
.input-group .dataTables_wrapper select:not(:first-child), .dataTables_wrapper .input-group select:not(:first-child), .input-group .bootstrap-select > .btn:not(:first-child), .input-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button:not(:first-child), .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group .bootstrap-select > .paginate_button:not(:first-child), .input-group .hbspt-form .bootstrap-select > input:not(:first-child)[type=submit], .hbspt-form .input-group .bootstrap-select > input:not(:first-child)[type=submit], .input-group .hbspt-form fieldset input:not(:first-child)[type=text], .hbspt-form fieldset .input-group input:not(:first-child)[type=text],
.input-group .hbspt-form fieldset input:not(:first-child)[type=email], .hbspt-form fieldset .input-group input:not(:first-child)[type=email],
.input-group .hbspt-form fieldset input:not(:first-child)[type=tel], .hbspt-form fieldset .input-group input:not(:first-child)[type=tel],
.input-group .hbspt-form fieldset textarea:not(:first-child), .hbspt-form fieldset .input-group textarea:not(:first-child), .input-group .hbspt-form fieldset select:not(:first-child):not(.selectpicker), .hbspt-form fieldset .input-group select:not(:first-child):not(.selectpicker),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn:not(:first-child) > .paginate_button,
.hbspt-form .input-group-btn:not(:first-child) > input[type=submit],
.input-group-btn:not(:first-child) > .btn-group > .btn,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn:not(:first-child) > .btn-group > .paginate_button,
.hbspt-form .input-group-btn:not(:first-child) > .btn-group > input[type=submit],
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn:not(:last-child) > .paginate_button:not(:first-child),
.hbspt-form .input-group-btn:not(:last-child) > input:not(:first-child)[type=submit],
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .paginate_button,
.hbspt-form .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > input[type=submit] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child), .dataTables_wrapper input + .input-group-addon:not(:first-child), .dataTables_wrapper select + .input-group-addon:not(:first-child), .bootstrap-select > .btn + .input-group-addon:not(:first-child), .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button + .input-group-addon:not(:first-child), .hbspt-form .bootstrap-select > input[type=submit] + .input-group-addon:not(:first-child), .hbspt-form fieldset input[type=text] + .input-group-addon:not(:first-child), .hbspt-form fieldset input[type=email] + .input-group-addon:not(:first-child), .hbspt-form fieldset input[type=tel] + .input-group-addon:not(:first-child), .hbspt-form fieldset textarea + .input-group-addon:not(:first-child), .hbspt-form fieldset select:not(.selectpicker) + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn > .paginate_button, .hbspt-form .input-group-btn > input[type=submit] {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.input-group-btn > .btn + .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn > .paginate_button + .btn, .hbspt-form .input-group-btn > input[type=submit] + .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn > .btn + .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn > .paginate_button + .paginate_button, .hbspt-form .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn > input[type=submit] + .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form .input-group-btn > input[type=submit] + .paginate_button, .hbspt-form .input-group-btn > .btn + input[type=submit], .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form .input-group-btn > .paginate_button + input[type=submit], .hbspt-form .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn > .paginate_button + input[type=submit], .hbspt-form .input-group-btn > input[type=submit] + input[type=submit] {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn > .paginate_button:focus, .hbspt-form .input-group-btn > input:focus[type=submit], .input-group-btn > .btn:active, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn > .paginate_button:active, .hbspt-form .input-group-btn > input:active[type=submit], .input-group-btn > .btn:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn > .paginate_button:hover, .hbspt-form .input-group-btn > input:hover[type=submit] {
  z-index: 3;
}


.input-group-btn:not(:last-child) > .btn,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn:not(:last-child) > .paginate_button,
.hbspt-form .input-group-btn:not(:last-child) > input[type=submit],
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}


.input-group-btn:not(:first-child) > .btn,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn:not(:first-child) > .paginate_button,
.hbspt-form .input-group-btn:not(:first-child) > input[type=submit],
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn:not(:first-child) > .paginate_button:focus, .hbspt-form .input-group-btn:not(:first-child) > input:focus[type=submit], .input-group-btn:not(:first-child) > .btn:active, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn:not(:first-child) > .paginate_button:active, .hbspt-form .input-group-btn:not(:first-child) > input:active[type=submit], .input-group-btn:not(:first-child) > .btn:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate .input-group-btn:not(:first-child) > .paginate_button:hover, .hbspt-form .input-group-btn:not(:first-child) > input:hover[type=submit],
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0275d8;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #8fcafe;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0275d8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #5cb3fd;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

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

.navbar-toggler {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

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

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

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

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

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

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

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

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

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

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-primary {
  background-color: #462564;
  border-color: #462564;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #95c123;
  border-color: #95c123;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #462564;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #95c123;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #95c123;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
}

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

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

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

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}

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

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

.breadcrumb-item.active {
  color: #636c72;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

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

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

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #462564;
  border-color: #462564;
}

.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #462564;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #2c173f;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button .badge, .hbspt-form input[type=submit] .badge {
  position: relative;
  top: -1px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

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

.badge-default {
  background-color: #636c72;
}

.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: #4b5257;
}

.badge-primary {
  background-color: #0275d8;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #025aa5;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #449d44;
}

.badge-info {
  background-color: #5bc0de;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #31b0d5;
}

.badge-warning {
  background-color: #f0ad4e;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #ec971f;
}

.badge-danger {
  background-color: #d9534f;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #c9302c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

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

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

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

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #0275d8;
}

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #292b2c;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f7f7f9;
}

.list-group-item-action:active {
  color: #292b2c;
  background-color: #eceeef;
}

.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
  color: #636c72;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text {
  color: #daeeff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

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

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}

.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}

.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}

.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}

.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

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

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

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

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

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

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

.bg-faded {
  background-color: #f7f7f7;
}

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

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #2c173f !important;
}

.bg-success {
  background-color: #95c123 !important;
}

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

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

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

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

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

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

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important;
}

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

.flex-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

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

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

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

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

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

.justify-content-between, .dataTables_wrapper .dataTables_header {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-2, .dataTables_wrapper .table > tbody > tr > td.actions .btn, .dataTables_wrapper .table > tbody > tr > td.actions .dataTables_footer .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .table > tbody > tr > td.actions .paginate_button, .dataTables_wrapper .table > tbody > tr > td.actions .hbspt-form input[type=submit], .hbspt-form .dataTables_wrapper .table > tbody > tr > td.actions input[type=submit] {
  margin-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-0, .dataTables_wrapper .dataTables_header .dataTables_filter {
  padding-right: 0 !important;
}

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

.pl-0, .dataTables_wrapper .dataTables_header .dataTables_length {
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

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

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #462564 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #2c173f !important;
}

.text-success {
  color: #95c123 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #74961b !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #636c72;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control, .dataTables_wrapper input.bootstrap-select,
.dataTables_wrapper select.bootstrap-select, .bootstrap-select > .bootstrap-select.btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .bootstrap-select.paginate_button, .hbspt-form .bootstrap-select > input.bootstrap-select[type=submit], .hbspt-form fieldset input.bootstrap-select[type=text],
.hbspt-form fieldset input.bootstrap-select[type=email],
.hbspt-form fieldset input.bootstrap-select[type=tel],
.hbspt-form fieldset textarea.bootstrap-select, .hbspt-form fieldset select.bootstrap-select:not(.selectpicker) {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]), .dataTables_wrapper input.bootstrap-select:not([class*="col-"]),
.dataTables_wrapper select.bootstrap-select:not([class*="col-"]), .bootstrap-select > .bootstrap-select.btn:not([class*="col-"]), .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .bootstrap-select.paginate_button:not([class*="col-"]), .hbspt-form .bootstrap-select > input.bootstrap-select:not([class*="col-"])[type=submit], .hbspt-form fieldset input.bootstrap-select:not([class*="col-"])[type=text],
.hbspt-form fieldset input.bootstrap-select:not([class*="col-"])[type=email],
.hbspt-form fieldset input.bootstrap-select:not([class*="col-"])[type=tel],
.hbspt-form fieldset textarea.bootstrap-select:not([class*="col-"]), .hbspt-form fieldset select.bootstrap-select:not([class*="col-"]):not(.selectpicker) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn, .dataTables_wrapper input.bootstrap-select.input-group-btn,
.dataTables_wrapper select.bootstrap-select.input-group-btn, .bootstrap-select > .bootstrap-select.input-group-btn.btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .bootstrap-select.input-group-btn.paginate_button, .hbspt-form .bootstrap-select > input.bootstrap-select.input-group-btn[type=submit], .hbspt-form fieldset input.bootstrap-select.input-group-btn[type=text],
.hbspt-form fieldset input.bootstrap-select.input-group-btn[type=email],
.hbspt-form fieldset input.bootstrap-select.input-group-btn[type=tel],
.hbspt-form fieldset textarea.bootstrap-select.input-group-btn, .hbspt-form fieldset select.bootstrap-select.input-group-btn:not(.selectpicker) {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn, .dataTables_wrapper input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .btn, .dataTables_wrapper select.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .btn, .bootstrap-select > .bootstrap-select.input-group-btn.btn:not(:first-child):not(:last-child) > .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .bootstrap-select.input-group-btn.paginate_button:not(:first-child):not(:last-child) > .btn, .hbspt-form .bootstrap-select > input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type=submit] > .btn, .hbspt-form fieldset input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type=text] > .btn, .hbspt-form fieldset input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type=email] > .btn, .hbspt-form fieldset input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type=tel] > .btn, .hbspt-form fieldset textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .btn, .hbspt-form fieldset select.bootstrap-select.input-group-btn:not(:first-child):not(:last-child):not(.selectpicker) > .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate select.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .bootstrap-select.input-group-btn.btn:not(:first-child):not(:last-child) > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .bootstrap-select.input-group-btn.paginate_button:not(:first-child):not(:last-child) > .paginate_button, .hbspt-form .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type=submit] > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form .bootstrap-select > input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type=submit] > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form fieldset input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type=text] > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form fieldset input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type=email] > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form fieldset input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type=tel] > .paginate_button, .hbspt-form fieldset .dataTables_wrapper .dataTables_footer .dataTables_paginate textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form fieldset textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form fieldset select.bootstrap-select.input-group-btn:not(:first-child):not(:last-child):not(.selectpicker) > .paginate_button, .hbspt-form .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > input[type=submit], .dataTables_wrapper .hbspt-form input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > input[type=submit], .hbspt-form .dataTables_wrapper input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > input[type=submit], .dataTables_wrapper .hbspt-form select.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > input[type=submit], .hbspt-form .dataTables_wrapper select.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > input[type=submit], .hbspt-form .bootstrap-select > .bootstrap-select.input-group-btn.btn:not(:first-child):not(:last-child) > input[type=submit], .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form .bootstrap-select > .bootstrap-select.input-group-btn.paginate_button:not(:first-child):not(:last-child) > input[type=submit], .hbspt-form .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .bootstrap-select.input-group-btn.paginate_button:not(:first-child):not(:last-child) > input[type=submit], .hbspt-form .bootstrap-select > input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type=submit] > input[type=submit], .hbspt-form fieldset input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type=text] > input[type=submit], .hbspt-form fieldset input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type=email] > input[type=submit], .hbspt-form fieldset input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type=tel] > input[type=submit], .hbspt-form fieldset textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > input[type=submit], .hbspt-form fieldset select.bootstrap-select.input-group-btn:not(:first-child):not(:last-child):not(.selectpicker) > input[type=submit] {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.dataTables_wrapper .dataTables_header .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.dataTables_wrapper .dataTables_footer .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group,
.hbspt-form fieldset > div.field .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-lg .dataTables_wrapper input.bootstrap-select.btn-group, .dataTables_wrapper .form-group-lg input.bootstrap-select.btn-group,
.form-group-lg .dataTables_wrapper select.bootstrap-select.btn-group, .dataTables_wrapper .form-group-lg select.bootstrap-select.btn-group, .form-group-lg .bootstrap-select > .bootstrap-select.btn-group.btn, .form-group-lg .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .bootstrap-select.btn-group.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .form-group-lg .bootstrap-select > .bootstrap-select.btn-group.paginate_button, .form-group-lg .hbspt-form .bootstrap-select > input.bootstrap-select.btn-group[type=submit], .hbspt-form .form-group-lg .bootstrap-select > input.bootstrap-select.btn-group[type=submit], .form-group-lg .hbspt-form fieldset input.bootstrap-select.btn-group[type=text], .hbspt-form fieldset .form-group-lg input.bootstrap-select.btn-group[type=text],
.form-group-lg .hbspt-form fieldset input.bootstrap-select.btn-group[type=email], .hbspt-form fieldset .form-group-lg input.bootstrap-select.btn-group[type=email],
.form-group-lg .hbspt-form fieldset input.bootstrap-select.btn-group[type=tel], .hbspt-form fieldset .form-group-lg input.bootstrap-select.btn-group[type=tel],
.form-group-lg .hbspt-form fieldset textarea.bootstrap-select.btn-group, .hbspt-form fieldset .form-group-lg textarea.bootstrap-select.btn-group, .form-group-lg .hbspt-form fieldset select.bootstrap-select.btn-group:not(.selectpicker), .hbspt-form fieldset .form-group-lg select.bootstrap-select.btn-group:not(.selectpicker),
.form-group-sm .bootstrap-select.btn-group.form-control,
.form-group-sm .dataTables_wrapper input.bootstrap-select.btn-group,
.dataTables_wrapper .form-group-sm input.bootstrap-select.btn-group,
.form-group-sm .dataTables_wrapper select.bootstrap-select.btn-group,
.dataTables_wrapper .form-group-sm select.bootstrap-select.btn-group,
.form-group-sm .bootstrap-select > .bootstrap-select.btn-group.btn,
.form-group-sm .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .bootstrap-select.btn-group.paginate_button,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .form-group-sm .bootstrap-select > .bootstrap-select.btn-group.paginate_button,
.form-group-sm .hbspt-form .bootstrap-select > input.bootstrap-select.btn-group[type=submit],
.hbspt-form .form-group-sm .bootstrap-select > input.bootstrap-select.btn-group[type=submit],
.form-group-sm .hbspt-form fieldset input.bootstrap-select.btn-group[type=text],
.hbspt-form fieldset .form-group-sm input.bootstrap-select.btn-group[type=text],
.form-group-sm .hbspt-form fieldset input.bootstrap-select.btn-group[type=email],
.hbspt-form fieldset .form-group-sm input.bootstrap-select.btn-group[type=email],
.form-group-sm .hbspt-form fieldset input.bootstrap-select.btn-group[type=tel],
.hbspt-form fieldset .form-group-sm input.bootstrap-select.btn-group[type=tel],
.form-group-sm .hbspt-form fieldset textarea.bootstrap-select.btn-group,
.hbspt-form fieldset .form-group-sm textarea.bootstrap-select.btn-group,
.form-group-sm .hbspt-form fieldset select.bootstrap-select.btn-group:not(.selectpicker),
.hbspt-form fieldset .form-group-sm select.bootstrap-select.btn-group:not(.selectpicker) {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-lg .dataTables_wrapper input.bootstrap-select.btn-group .dropdown-toggle, .dataTables_wrapper .form-group-lg input.bootstrap-select.btn-group .dropdown-toggle, .form-group-lg .dataTables_wrapper select.bootstrap-select.btn-group .dropdown-toggle, .dataTables_wrapper .form-group-lg select.bootstrap-select.btn-group .dropdown-toggle, .form-group-lg .bootstrap-select > .bootstrap-select.btn-group.btn .dropdown-toggle, .form-group-lg .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .bootstrap-select.btn-group.paginate_button .dropdown-toggle, .dataTables_wrapper .dataTables_footer .dataTables_paginate .form-group-lg .bootstrap-select > .bootstrap-select.btn-group.paginate_button .dropdown-toggle, .form-group-lg .hbspt-form .bootstrap-select > input.bootstrap-select.btn-group[type=submit] .dropdown-toggle, .hbspt-form .form-group-lg .bootstrap-select > input.bootstrap-select.btn-group[type=submit] .dropdown-toggle, .form-group-lg .hbspt-form fieldset input.bootstrap-select.btn-group[type=text] .dropdown-toggle, .hbspt-form fieldset .form-group-lg input.bootstrap-select.btn-group[type=text] .dropdown-toggle, .form-group-lg .hbspt-form fieldset input.bootstrap-select.btn-group[type=email] .dropdown-toggle, .hbspt-form fieldset .form-group-lg input.bootstrap-select.btn-group[type=email] .dropdown-toggle, .form-group-lg .hbspt-form fieldset input.bootstrap-select.btn-group[type=tel] .dropdown-toggle, .hbspt-form fieldset .form-group-lg input.bootstrap-select.btn-group[type=tel] .dropdown-toggle, .form-group-lg .hbspt-form fieldset textarea.bootstrap-select.btn-group .dropdown-toggle, .hbspt-form fieldset .form-group-lg textarea.bootstrap-select.btn-group .dropdown-toggle, .form-group-lg .hbspt-form fieldset select.bootstrap-select.btn-group:not(.selectpicker) .dropdown-toggle, .hbspt-form fieldset .form-group-lg select.bootstrap-select.btn-group:not(.selectpicker) .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .dataTables_wrapper input.bootstrap-select.btn-group .dropdown-toggle,
.dataTables_wrapper .form-group-sm input.bootstrap-select.btn-group .dropdown-toggle,
.form-group-sm .dataTables_wrapper select.bootstrap-select.btn-group .dropdown-toggle,
.dataTables_wrapper .form-group-sm select.bootstrap-select.btn-group .dropdown-toggle,
.form-group-sm .bootstrap-select > .bootstrap-select.btn-group.btn .dropdown-toggle,
.form-group-sm .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .bootstrap-select.btn-group.paginate_button .dropdown-toggle,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .form-group-sm .bootstrap-select > .bootstrap-select.btn-group.paginate_button .dropdown-toggle,
.form-group-sm .hbspt-form .bootstrap-select > input.bootstrap-select.btn-group[type=submit] .dropdown-toggle,
.hbspt-form .form-group-sm .bootstrap-select > input.bootstrap-select.btn-group[type=submit] .dropdown-toggle,
.form-group-sm .hbspt-form fieldset input.bootstrap-select.btn-group[type=text] .dropdown-toggle,
.hbspt-form fieldset .form-group-sm input.bootstrap-select.btn-group[type=text] .dropdown-toggle,
.form-group-sm .hbspt-form fieldset input.bootstrap-select.btn-group[type=email] .dropdown-toggle,
.hbspt-form fieldset .form-group-sm input.bootstrap-select.btn-group[type=email] .dropdown-toggle,
.form-group-sm .hbspt-form fieldset input.bootstrap-select.btn-group[type=tel] .dropdown-toggle,
.hbspt-form fieldset .form-group-sm input.bootstrap-select.btn-group[type=tel] .dropdown-toggle,
.form-group-sm .hbspt-form fieldset textarea.bootstrap-select.btn-group .dropdown-toggle,
.hbspt-form fieldset .form-group-sm textarea.bootstrap-select.btn-group .dropdown-toggle,
.form-group-sm .hbspt-form fieldset select.bootstrap-select.btn-group:not(.selectpicker) .dropdown-toggle,
.hbspt-form fieldset .form-group-sm select.bootstrap-select.btn-group:not(.selectpicker) .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control, .form-inline .bootstrap-select.btn-group .dataTables_wrapper input, .dataTables_wrapper .form-inline .bootstrap-select.btn-group input,
.form-inline .bootstrap-select.btn-group .dataTables_wrapper select, .dataTables_wrapper .form-inline .bootstrap-select.btn-group select, .form-inline .bootstrap-select.btn-group .bootstrap-select > .btn, .form-inline .bootstrap-select.btn-group .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .form-inline .bootstrap-select.btn-group .bootstrap-select > .paginate_button, .form-inline .bootstrap-select.btn-group .hbspt-form .bootstrap-select > input[type=submit], .hbspt-form .form-inline .bootstrap-select.btn-group .bootstrap-select > input[type=submit], .form-inline .bootstrap-select.btn-group .hbspt-form fieldset input[type=text], .hbspt-form fieldset .form-inline .bootstrap-select.btn-group input[type=text],
.form-inline .bootstrap-select.btn-group .hbspt-form fieldset input[type=email], .hbspt-form fieldset .form-inline .bootstrap-select.btn-group input[type=email],
.form-inline .bootstrap-select.btn-group .hbspt-form fieldset input[type=tel], .hbspt-form fieldset .form-inline .bootstrap-select.btn-group input[type=tel],
.form-inline .bootstrap-select.btn-group .hbspt-form fieldset textarea, .hbspt-form fieldset .form-inline .bootstrap-select.btn-group textarea, .form-inline .bootstrap-select.btn-group .hbspt-form fieldset select:not(.selectpicker), .hbspt-form fieldset .form-inline .bootstrap-select.btn-group select:not(.selectpicker) {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -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);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control, .bs-searchbox .dataTables_wrapper input, .dataTables_wrapper .bs-searchbox input,
.bs-searchbox .dataTables_wrapper select, .dataTables_wrapper .bs-searchbox select, .bs-searchbox .bootstrap-select > .btn, .bs-searchbox .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bs-searchbox .bootstrap-select > .paginate_button, .bs-searchbox .hbspt-form .bootstrap-select > input[type=submit], .hbspt-form .bs-searchbox .bootstrap-select > input[type=submit], .bs-searchbox .hbspt-form fieldset input[type=text], .hbspt-form fieldset .bs-searchbox input[type=text],
.bs-searchbox .hbspt-form fieldset input[type=email], .hbspt-form fieldset .bs-searchbox input[type=email],
.bs-searchbox .hbspt-form fieldset input[type=tel], .hbspt-form fieldset .bs-searchbox input[type=tel],
.bs-searchbox .hbspt-form fieldset textarea, .hbspt-form fieldset .bs-searchbox textarea, .bs-searchbox .hbspt-form fieldset select:not(.selectpicker), .hbspt-form fieldset .bs-searchbox select:not(.selectpicker) {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/**
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.ball-pulse-sync > div:nth-child(0) {
  -webkit-animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite;
}

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite;
}

.ball-scale-random {
  width: 37px;
  height: 40px;
}

.ball-scale-random > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite;
}

.ball-scale-random > div:nth-child(1) {
  margin-left: -7px;
  -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
          animation: ball-scale 1s 0.2s ease-in-out infinite;
}

.ball-scale-random > div:nth-child(3) {
  margin-left: -2px;
  margin-top: 9px;
  -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
          animation: ball-scale 1s 0.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.ball-rotate {
  position: relative;
}

.ball-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: relative;
}

.ball-rotate > div:first-child {
  -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
          animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
}

.ball-rotate > div:before, .ball-rotate > div:after {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8;
}

.ball-rotate > div:before {
  top: 0px;
  left: -28px;
}

.ball-rotate > div:after {
  top: 0px;
  left: 25px;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
          animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
}

.ball-clip-rotate-pulse > div:first-child {
  background: #fff;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

.ball-clip-rotate-multiple {
  position: relative;
}

.ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
          animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  border-color: #fff transparent #fff transparent;
  animation-direction: reverse;
}

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
          animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
          animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
          animation: ball-beat 0.7s 0s infinite linear;
}

.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
          animation-delay: -0.35s !important;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
          animation: ball-scale-multiple 1s 0s linear infinite;
}

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.9940012px, -37.50937734px);
          transform: translate(-29.9940012px, -37.50937734px);
}

.ball-triangle-path > div:nth-child(1) {
  -webkit-animation-name: ball-triangle-path-1;
          animation-name: ball-triangle-path-1;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-name: ball-triangle-path-2;
          animation-name: ball-triangle-path-2;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(3) {
  -webkit-animation-name: ball-triangle-path-3;
          animation-name: ball-triangle-path-3;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.ball-triangle-path > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
}

.ball-triangle-path > div:nth-of-type(1) {
  top: 50px;
}

.ball-triangle-path > div:nth-of-type(2) {
  left: 25px;
}

.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

.ball-pulse-rise > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
          animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

.ball-pulse-rise > div:nth-child(2n) {
  -webkit-animation-name: ball-pulse-rise-even;
          animation-name: ball-pulse-rise-even;
}

.ball-pulse-rise > div:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
          animation-name: ball-pulse-rise-odd;
}

@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

.ball-grid-beat {
  width: 57px;
}

.ball-grid-beat > div:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1.39s;
          animation-duration: 1.39s;
}

.ball-grid-beat > div:nth-child(2) {
  -webkit-animation-delay: 0.43s;
          animation-delay: 0.43s;
  -webkit-animation-duration: 0.84s;
          animation-duration: 0.84s;
}

.ball-grid-beat > div:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
  -webkit-animation-duration: 0.91s;
          animation-duration: 0.91s;
}

.ball-grid-beat > div:nth-child(4) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
  -webkit-animation-duration: 1.53s;
          animation-duration: 1.53s;
}

.ball-grid-beat > div:nth-child(5) {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
  -webkit-animation-duration: 0.99s;
          animation-duration: 0.99s;
}

.ball-grid-beat > div:nth-child(6) {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
  -webkit-animation-duration: 1.46s;
          animation-duration: 1.46s;
}

.ball-grid-beat > div:nth-child(7) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1.31s;
          animation-duration: 1.31s;
}

.ball-grid-beat > div:nth-child(8) {
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
  -webkit-animation-duration: 0.86s;
          animation-duration: 0.86s;
}

.ball-grid-beat > div:nth-child(9) {
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s;
  -webkit-animation-duration: 0.97s;
          animation-duration: 0.97s;
}

.ball-grid-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-beat;
          animation-name: ball-grid-beat;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.ball-grid-pulse {
  width: 57px;
}

.ball-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
  -webkit-animation-duration: 0.78s;
          animation-duration: 0.78s;
}

.ball-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
  -webkit-animation-duration: 0.88s;
          animation-duration: 0.88s;
}

.ball-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
  -webkit-animation-duration: 1.02s;
          animation-duration: 1.02s;
}

.ball-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: 0.31s;
          animation-delay: 0.31s;
  -webkit-animation-duration: 0.77s;
          animation-duration: 0.77s;
}

.ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 0.47s;
          animation-delay: 0.47s;
  -webkit-animation-duration: 0.71s;
          animation-duration: 0.71s;
}

.ball-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

.ball-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: -0.05s;
          animation-delay: -0.05s;
  -webkit-animation-duration: 1.54s;
          animation-duration: 1.54s;
}

.ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s;
  -webkit-animation-duration: 0.66s;
          animation-duration: 0.66s;
}

.ball-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
  -webkit-animation-duration: 0.73s;
          animation-duration: 0.73s;
}

.ball-grid-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
          animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}

.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
          animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.04545455px;
  left: 17.04545455px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
          animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
          animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.04545455px;
  left: 17.04545455px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
          animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
          animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.04545455px;
  left: -17.04545455px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
          animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
          animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.04545455px;
  left: -17.04545455px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
          animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
}

@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

.ball-spin-loader {
  position: relative;
}

.ball-spin-loader > span:nth-child(1) {
  top: 45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
          animation: ball-spin-loader 2s 0.9s infinite linear;
}

.ball-spin-loader > span:nth-child(2) {
  top: 30.68181818px;
  left: 30.68181818px;
  -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
          animation: ball-spin-loader 2s 1.8s infinite linear;
}

.ball-spin-loader > span:nth-child(3) {
  top: 0;
  left: 45px;
  -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
          animation: ball-spin-loader 2s 2.7s infinite linear;
}

.ball-spin-loader > span:nth-child(4) {
  top: -30.68181818px;
  left: 30.68181818px;
  -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
          animation: ball-spin-loader 2s 3.6s infinite linear;
}

.ball-spin-loader > span:nth-child(5) {
  top: -45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
          animation: ball-spin-loader 2s 4.5s infinite linear;
}

.ball-spin-loader > span:nth-child(6) {
  top: -30.68181818px;
  left: -30.68181818px;
  -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
          animation: ball-spin-loader 2s 5.4s infinite linear;
}

.ball-spin-loader > span:nth-child(7) {
  top: 0;
  left: -45px;
  -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
          animation: ball-spin-loader 2s 6.3s infinite linear;
}

.ball-spin-loader > span:nth-child(8) {
  top: 30.68181818px;
  left: -30.68181818px;
  -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
          animation: ball-spin-loader 2s 7.2s infinite linear;
}

.ball-spin-loader > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: green;
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px);
}

.ball-zig-zag > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}

.ball-zig-zag > div:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
          animation: ball-zig 0.7s 0s infinite linear;
}

.ball-zig-zag > div:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
          animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px);
}

.ball-zig-zag-deflect > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}

.ball-zig-zag-deflect > div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
          animation: ball-zig-deflect 1.5s 0s infinite linear;
}

.ball-zig-zag-deflect > div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
          animation: ball-zag-deflect 1.5s 0s infinite linear;
}

/**
 * Lines
 */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
}

.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
  -webkit-animation-duration: 1.14s;
          animation-duration: 1.14s;
}

.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-animation-duration: 1.29s;
          animation-duration: 1.29s;
}

.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
  -webkit-animation-duration: 0.89s;
          animation-duration: 0.89s;
}

.line-scale-party > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
}

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
}

.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
          animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
          animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
}

@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
}

.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
          animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
          animation-delay: -0.25s !important;
}

.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}

.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636364px;
  left: 13.63636364px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636364px;
  left: 13.63636364px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636364px;
  left: -13.63636364px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636364px;
  left: -13.63636364px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

.line-spin-fade-loader > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}

/**
 * Misc
 */
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

.square-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px);
  }
}

@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px);
  }
}

.pacman {
  position: relative;
}

.pacman > div:nth-child(2) {
  -webkit-animation: pacman-balls 1s -0.99s infinite linear;
          animation: pacman-balls 1s -0.99s infinite linear;
}

.pacman > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
          animation: pacman-balls 1s -0.66s infinite linear;
}

.pacman > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
          animation: pacman-balls 1s -0.33s infinite linear;
}

.pacman > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
          animation: pacman-balls 1s 0s infinite linear;
}

.pacman > div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
          animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px;
}

.pacman > div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
          animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px;
}

.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -6.25px);
          transform: translate(0, -6.25px);
  top: 25px;
  left: 70px;
}

@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
            transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
            transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
            transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
            transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
            transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
            transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
          transform: translate(-25px, -25px);
}

.cube-transition > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff;
  -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
          animation: cube-transition 1.6s 0s infinite ease-in-out;
}

.cube-transition > div:last-child {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.semi-circle-spin > div {
  position: absolute;
  border-width: 0px;
  border-radius: 100%;
  -webkit-animation: spin-rotate 0.6s 0s infinite linear;
          animation: spin-rotate 0.6s 0s infinite linear;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(30%, #fff), to(#fff));
  background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
  width: 100%;
  height: 100%;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 36px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 36px;
  height: 4px;
  background-color: #333645;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 72px;
          perspective: 72px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 72px;
          perspective: 72px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 72px;
          perspective: 72px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 72px;
          perspective: 72px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-7.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-7.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-7.2px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-7.2px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(7.2px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(7.2px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(7.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(7.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-7.2px, -9px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-7.2px, -9px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-7.2px, 9px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-7.2px, 9px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(7.2px, -9px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(7.2px, -9px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(7.2px, 9px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(7.2px, 9px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(45deg);
          transform: translate3d(0, -9px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 9px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 18px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(135deg);
          transform: translate3d(0, 9px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-270deg);
          transform: translate3d(0, -18px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 9px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 18px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(-135deg);
          transform: translate3d(0, 9px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(270deg);
          transform: translate3d(0, -18px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 9px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -72px;
  top: -72px;
  -webkit-transform: translate3d(72px, 72px, 0) rotate(45deg);
          transform: translate3d(72px, 72px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -72px;
  top: -72px;
  -webkit-transform: translate3d(-72px, 72px, 0) rotate(-45deg);
          transform: translate3d(-72px, 72px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 9px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -72px;
  top: 72px;
  -webkit-transform: translate3d(72px, -72px, 0) rotate(-45deg);
          transform: translate3d(72px, -72px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -72px;
  top: 72px;
  -webkit-transform: translate3d(-72px, -72px, 0) rotate(45deg);
          transform: translate3d(-72px, -72px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.14285714px, -5px, 0);
          transform: rotate(-45deg) translate3d(-5.14285714px, -5px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
          transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
          transform: translate3d(0, 9px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.14285714px, -5px, 0);
          transform: rotate(45deg) translate3d(5.14285714px, -5px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(90deg);
          transform: translate3d(0, -18px, 0) rotate(90deg);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 9px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
          transform: translate3d(0, 9px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/vendor/material-design-icons/iconMaterialIcons-Regular.eot?e79bfd88537def476913f3ed52f4f4b3);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/fonts/vendor/material-design-icons/iconMaterialIcons-Regular.woff2?570eb83859dc23dd0eec423a49e147fe) format("woff2"), url(/fonts/vendor/material-design-icons/iconMaterialIcons-Regular.woff?012cf6a10129e2275d79d6adac7f3b02) format("woff"), url(/fonts/vendor/material-design-icons/iconMaterialIcons-Regular.ttf?a37b0c01c0baf1888ca812cc0508f6e2) format("truetype");
}

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

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

.material-icons.shopping-cart, .multiselect .shopping-cart.multiselect__select::before {
  -webkit-animation: fade-in 0.3s linear 1;
          animation: fade-in 0.3s linear 1;
}

.material-icons.shopping-cart::after {
  content: "shopping_cart";
}

.material-icons.sync::after {
  content: "sync";
}

.material-icons.task-alt, .multiselect .task-alt.multiselect__select::before {
  -webkit-animation: pop 0.3s linear 1;
          animation: pop 0.3s linear 1;
}

.material-icons.task-alt::after {
  content: "task_alt";
}

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

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

.material-icons.spin, .multiselect .spin.multiselect__select::before {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 4000ms;
          animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.material-icons.spin-2x, .multiselect .spin-2x.multiselect__select::before {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*
    Redactor 3

    http://imperavi.com/redactor/

    Copyright (c) 2009-2018, Imperavi LLC.
    License: http://imperavi.com/redactor/license/
*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.redactor-animate-hide {
  display: none !important;
}

.redactor-fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn .2s ease-in-out;
          animation: fadeIn .2s ease-in-out;
}

.redactor-fadeOut {
  opacity: 1;
  -webkit-animation: fadeOut .2s ease-in-out;
          animation: fadeOut .2s ease-in-out;
}

@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBkcAAAC8AAAAYGNtYXAXVtKwAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zuxdz/8AAAF4AAAkQGhlYWQPMte3AAAluAAAADZoaGVhB7gD6wAAJfAAAAAkaG10eK4BD60AACYUAAAAuGxvY2GyjqiGAAAmzAAAAF5tYXhwADkBcwAAJywAAAAgbmFtZVDOJQoAACdMAAABknBvc3QAAwAAAAAo4AAAACAAAwP0AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpKQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Sn//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjO7AooZIiIZ/XYZIiIZgAOKGSIiGfx2GCMiGYACihkiIhn9dhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEwApAD4AABMhMhYVMRUUBiMhIiY1MTU0NjMxESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzMTsCyhkiIhn9NhkiIhkDihkiIhn8dhgjIhkCyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjP7AsoZIiIZ/TYZIiIZwAOKGSIiGfx2GCMiGcACyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADARkARwLnAwAAKwA0AFUAACU+ATU0JjUxNjQ1NCYvAT4BNzE8ATU0JicxLgEjKgEjMSIHETMyFjMyNjcHAzIVFCMiIzUzAzoBMzIWFyceARUcARU1HAEVFAYHFQ4BIyImIzMiJzUzAp8hJwEBSDcCJjABIRshUS0CBQI4iM8DBgMwWCQByWp3HxxGBwUJBRw0FgEQEhUSFjQcBAkEARcmQIAZSiwBBAEDBwM9XRABEEUrAQMBJj8WGBsG/U4BHxsBAhdPWqb+/w4OAQ4oFwIFAgECBQIZLA4BDQ8BA+MAAAIAwAAAA0ADgAAsADgAACUiJicxJwcOASM4ATkBKgEjIiYnNRE+ATM6ATMxIToBMzIWFzERDgEjKgEjMQERNz4BMzIWFzEXEQMACxMI2toIEwsBAgEYIgICIhgBAgECAAECARgiAgIiGAECAf5AmgcUCgsTCJsABwWOjgYGIBcBAxAYICEX/PAXIQMQ/ZhlBgYGBmUCaAAABQBAAAADwAOAABMAFwAnADcARwAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhBSEyFhUUBiMxISImNTQ2MxUhMhYVFAYjMSEiJjU0NjMVITIWFRQGIzEhIiY1NDYzA0D9gDVLSzUCgDVLSzX9gAKA/gABgBslJRv+gBslJRsBgBslJRv+gBslJRsBgBslJRv+gBslJRsDgEs1/YA1S0s1AoA1S/0AAoBAJRsbJSUbGyXAJRsbJSUbGyXAJRsbJSUbGyUAAAMAQAAAA8ADgAATABcAWQAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhAzEHDgEjOAE5ASoBIyImJzE0NjcxNyMwIjEiJicxNDY3MTc+ATM4ATkBOgEzMhYXMRQGBzEHMzAyMTIWFzEUBgcxA0D9gDVLSzUCgDVLSzX9gAKAiMAFEAkBAQEOFAIEBJTpAg4VAQQEwAUQCQEBAQ4UAgQElOkCDhUBBAQDgEs1/YA1S0s1AoA1S/0AAoD+reAGBxIOBQoErRIOBQoE4AYHEg4FCgStEg4FCgQAAAEAgAA8A4ADAQCDAAABIy4BJyMnLgEnFy4BJzUuATUwNDUxPAE1NDY3MT4BMzoBMzEeARcjHgEXIzcuASMqAQczKgEjIgYHMQ4BFRwBFTEcARUUFhc1HgEfAiEVIRceARUxHAEVFAYHMQ4BIyoBIzEuAScXLgEnFwceATM6ATMjMhYzMjY3MT4BNzEuAScXMwOA9BIoFwI5FSMRAQgOBQUFDw0NIxMCBAITJBECEB0NARscQiQHDgYBAgQCJkQaGR0PDRIxHQIv/p0BxAQJChIPESoYAQQBEyQRAhIhDgEiH0wpAgQDAQMHAyxOIB0iAQEIBwHTAYASHQsbChUNAQcSCgEKFw0BAQEBARQiDQsOAQYGBA4IURETARsYFz8lAQMBAQICHDUXARkmCwEWQAQOIREBAQEWJg4OEAEHBgEGEAsBVhUWAR0aF0QoFCYSAgAAAAACAEAAAAPAA4AAHQA9AAABBzMyFhUUBisBIiY1MTU0NjMyFhUxFTceARcVFDY/ASMiJjU0NjMxMzIWFTEVFAYjIiY1MTUHLgEnNTQGNwHA50cTGhoTsxMaGhMSG+YYIgYGeudHExoaE7MTGhoTEhvmGCIGBgYBQOYbEhMaGhOzExoaE0fnBSMXAQkP+uYbEhMaGhOzExoaE0fnBSMXAQkPBgAAAAMAQABAA8ADgAAbAB4AIgAAASMVMxEhETM1IyIGFTERFBYzMSEyNjUxETQmIwEHISczESMDQICA/YCAgDVLSzUCgDVLSzX+wIABAKpUVAKAgP7AAUCASzX+wDVLSzUBQDVLAQDaIP66AAAAAAMAQAAAA8ADgAADABcAHwAAATMnBwEhIgYVMREUFjMxITI2NTERNCYjAycjByMTMxMBuI1GRwGI/YA1S0s1AoA1S0s1sivIKHPoLuoBgdHRAf9LNf2ANUtLNQKANUv9QHNzAkD9wAAABAA/AMADvwL/AAcACgB5ALAAACUDIwMzNzMXJyM3AREwNDU0JicXLgEnMS4BJyMuASMqATkBOAExIgYHMwYHBgcGBxU+ATczPgEzMToBMzIWFzEeARUwFBUxFSMmIiMiBgczDgEVHAEVNRQwFRQWFyceARcxHgEXMx4BMzoBMzE4ATEyNjcjPgE3MRczJw4BDwEOAQcjMCIjIiYnMS4BJzEuASc1LgE1OAE5ATQwNTQ2NzE+ATcxPgE3Mz4BMzoBMzEzFQJA6i7pcynIK0mMRgKABgUBBQ8JChcNAQ0eDwECChMKAhMREBAPDA0fEQMOIBACBAIQHgwKC04DBwQfOBgBFBcEBAEECwcIEwoBCxoOAQIBEiIQAhMfDQE7Qg0eEQELGg4BAQEHDgYGCQQEBQICAQMCAwgGBg4IAQgUCwEBAVPAAj/9wXNzwNH+egEEAgEOGgwBDBMIBwwDBAQBAQIEAwQEBTsGCgQEBAsJChoPAgEhARIPDiwaAQICAQEBCxUKAQoRBwcLBAQFCAYIFg4zaAwWCAEGBwEDAgIGBAQIBQEECwUBAQcOBgYLBAUHAgMCQwAAAAAHAD8AQAPRA0AABwAKAA4AEgAWABoAHgAAJQMjAzM3MxcnIzclMxEjExcHJzcHFzcDNycHFyc3FwJA6i7pcynIK0mMRgHBQEAkLbUtrS21La0ttS2tLbUtwAI//cFzc8DR7/0AAvEttS21LbUt/dMttS21LbUtAAABAMAAQANAA0AAMgAAASEqASMiBgczDgEHMw4BBxUOARUcARUxFBYXNR4BFzEeARczHgEzOgEzMREzETMRMxEzA0D+YAIFAhgsFQIUJA8BDxYIBgcJBwgXDg4hEwEULRgCBAFcgFxoA0AHBgYUDAwdEQEPIhICBQITJBABER4MDRUHCAf+cwKr/VUCqwAAAAAC//EAswQEAtwABQALAAABLQEnCQEBDQEXCQEBn/8AAQBR/qMBXQEJAQD/AFABXf6jAQDIxk7+7P7rAdzIxk0BFAEUAAYAQABAA8ADQAADAB8AIgAlADgATAAAAREhEQU6ATMyFhcxDgEjKgEjMSoBIyImJzE+ATM6ATMHNxcxNxcBITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIzEhIiY1MTU0NjMBAAIA/qsBAgIVHgMDHhUCAgEBAwEVHwICHxUBAwFcTUh0bf22AwoZIiIZ/PYZIiIZAwoZIiIZ/PYZIiIZAoD+gAGAShwUFRsbFRQc9lBQgIACACIZChkiIhkKGSL9gCIZChkiIhkKGSIAAAAHAEAAgAPAAwAAEgApAD0AQQBeAGEAZAAAATMyFhUxFRQGKwEiJjUxNTQ2MxEzMhYVMRUUBiMxIzgBMSImPQE0NjMxASEyFhUxFRQGIzEhIiY1MTU0NjMDESERBTAyMzIWFzEOASMqATkBKgExIiYnMT4BMzAyMzEHNxcjNxcCu8oZIiIZyhkiIhnJGSIiGckYIyIZ/cADChkiIhn89hkiIhk7AcD+1gEBFB0BAR0UAQEBARQdAQEdFAEBUUNAA2hgAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAgD+gAGAShwUFBwcFBQc9lBQgIAAAAAHAEAAgAPAAwAAEwAtAEEARQBaAF0AYAAAEzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIWFTEVFDAxFAYjOAExIyImNTE1NDYzMREhMhYVMRUUBiMxISImNTE1NDYzAREhEQUwMjMyFhcxDgEjIiYnMT4BMzoBMwc3Fyc3F3vKGSIiGcoZIiIZyhkiIhnKGSIiGQMKGSIiGfz2GSIiGQGFAcD+1gEBFB0BAx0VFB0DAR0UAQEBUURABGVjAwAiGQoZIiIZChki/wAiGQkBGSIiGQoZIv8AIhkKGSIiGQoZIgIA/oABgEocFBQbGxQUHPZPUAGAgAAABAAAAAAEAAOAAAMAIAAjACYAABMRIREFOgEzMhYXMQ4BIyoBIzEqASMiJicxPgEzOgEzMQM3FzUbAQAEAP1UAQEBL0MBAUMvAQEBAQEBL0MBAUMvAQEBt5uR6NoDgPyAA4CsQS8vQUEvL0H9xbe7BAEn/tQAAAAABQAAAIAEAAMAABMAKgA+AEEARQAAEyEyFhUxFRQGIyEiJjUxNTQ2MzEBITIWFTEVFAYjMSE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzJwcRBzMVIzsDihkiIhn8dhkiIhkBwAHJGSIiGf43GCMiGQHKGSIiGf42GSIiGbvAgICAAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIaEBQIBAAAAAAgDAAAADgAOAACQASQAAJTEqASMiJy4BJyYnNDc+ATc2MzIXHgEXFhUxBgcOAQcGIyoBIzU6ATMyNz4BNzY3MTQnLgEnJiMiBw4BBwYVFhceARcWMzoBMzECIAEDAUc/P14bHAExMHw5OREROTl8MDEBHBtePz9HAQMBAQIBNS8vRxQVASYlXisqCgoqK14lJgEVFEcvLzUBAgEAGxpdPj5HR2BfrTw8PDytX2BHRz4+XRobVRQURi4vNTVKSYUvLy8vhUlKNTUvLkYUFAAAAAEBswBIAowC9gADAAAlEyMDAhN5X3pIAq79UgABAAABgQQAAgAAFQAAEyEyFhUxFRQGIyE4ATEiJj0BNDYzMTsDihkiIhn8dhgjIhkCACIZCRkiIhgKGSIAAAAAAwAAAL8EAALBADgAPAB5AAAlIiYnFzUzHgE7ATIWMzI2PwEuASMqASMzDgEHNyM1PgE7ATI2MzIXHgEXFhcVBgcOAQcGIyImIzMBIRUhJw4BBzcjFQ4BFRQWFzEVMx4BMzI2NwczFQ4BKwEiBiMiJy4BJyYnNTY3PgE3NjMyFjMjMhYXJxUjLgEnIwLcKUshAj0TKxcBAwkEQF4IAQhfQAQJBAEYLBQCPSBKKAEDCQU2MTBKFxcEBBcXSjAxNgUJBAH+kQEl/ttJFywUAjwSExMSPBMrFxgsFAI9IEooAQMJBTYxMEoXFwQEFxdKMDE2BQkEASlLIQI9EysXAcAUEgFbCAoBVD4BP1QBCgkBWxEUARQURS8vNQE2Ly9FFBQBAUCA0wEKCQEpES0ZGi0RKAgKCgkBWxEUARQURS8vNQE2Ly9FFBQBFBIBWwkJAQAABQAaAIAEAAMAABIAKAA8AEYAdAAAASEyFhUxFRQGIyEiJjUxNTQ2MxEhMhYVMRUUBiMhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MwM1Iw4BByMVNxUTNSM3PgE3MTY0NTQmJzEuASMiBiMzMCIxIgYHMQ4BBzEXPgE7ATIVDgEHMQcVATsCihkiIhn9dhkiIhkCihkiIhn9dhgjIhkCihkiIhn9dhkiIhm2EA4kFAEvVVYvCg0CAQsJCxkOAgICAQEKFAgIDQQbBRUMAR8CCwlJAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAQjlEBsKJxyl/oAkRw4gEgEBAQwWBwgJAQUGBA4JFgsOGhAbC2kMAAUAAACABAADAAATACoAPgBBAEUAABMhMhYVMRUUBiMhIiY1MTU0NjMxASEyFhUxFRQGIzEhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MyUXERUzFSM7A4oZIiIZ/HYZIiIZAcAByRkiIhn+NxgjIhkByhkiIhn+NhkiIhn+BcCAgAMAIhkKGSIiGQoZIv8AIhkJGSIiGAoZIv8AIhkKGSIiGQoZIiGhAUCAQAAAAAYAAP/ABAADwAAdADsAPwBDAEcASwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTE0Jy4BJyYjESInLgEnJjU0Nz4BNzYzMhceARcWFTEUBw4BBwYjAyEVIREhFSEbARcDNxMXAwIAal1eiygoKCiLXl1qal1eiygoKCiLXl1qUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQwAGA/oABgP6AQEo2SkpKN0sDwCgoi15dampdXosoKCgoi15dampdXosoKPyAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4eAUBAAQBA/tsB5Rv+GxsB5Rr+GgAAAAUAAACABAADAAATADMASABoAH8AABMhMhYVMRUUBiMhIiY1MTU0NjMxATMyMDEyFhU4ATkBFRQwMRQGIzgBMSMiJjUxNTQ2MzEBITIWFTEVFAYjMSEiJjUxNTQ2MzEBMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMTsBMhYVMRUUBiMxIzgBMSImPQE0NjMxOwOKGSIiGfx2GSIiGQEACQEZIiIZChkiIhn/AAOKGSIiGfx2GSIiGQHACQEZIiIZChkiIhnACRkiIhkJGCMiGQMAIhkKGSIiGQoZIv8AIhkJARkiIhkKGSL/ACIZChkiIhkKGSIBACIZCQEZIiIZChkiIhkJGSIiGAoZIgAAAAEAwACAA0ADAABHAAA3MDIxMjY1OAE5ATU0NjMxIQcOARUUFjMyNjcxNz4BNTQmLwEuASMiBhUUFh8BITgBMSIHDgEHBhU4ATkBFTgBMRQWMzgBOQHoARAYXUMBB4QGBhgQCA8FyAYGBgbIBQ8IEBgGBoT++DIrLEETExcRgBcRoEJehAUOCRAYBwXIBQ8ICA8FyAYGFxEIDgaEExJCKywyoBEXAAAAAAIAQAAAA4ADgAAeADwAAAEHMzIWFRQGKwEiJjUxNTQ2MzIWFTEVNx4BFxUUNgcBNyMiJjU0NjsBMhYVMRUUBiMiJj0BBy4BJzU0BjcDgOdHExoaE7MTGhoTEhvmGCIGBgb8wOdHExoaE7MTGhoTEhvmGCIGBgYDQOYbEhMaGhOzExoaE0fnBSMXAQkPBv0A5hsSExoaE7MTGhoTR+cFIxcBCQ8GAAAAAAEAgAA+A38DQADGAAAlIiMHPgE3Iz4BNzU+AT8BPgE1PAE1MTwBNTQmJxcuAScjLgEnIy4BIyoBIzEqASMiBgc3DgEHMQ4BDwEOARUcARU1FDAxFBYXNR4BFyceAR8BHgEfASciKwEVMBQxFBYXMR4BMzoBOQEhNS4BJxUuAS8BLgEnNS4BNTwBOQE8ATU0NjcVPgE3MT4BNzM+ATMyFhcjHgEXIx4BHwEeARUcARUxMBQVFAYHNw4BBzUOAQ8BDgEHIxUhOgExMjY3MT4BNTA0OQE1AvYXFy0ZLBQBFCIPDhcIAQcJEA8BDikYARk6IAIgSSYBAgEBAgEmSSICIjwZGSgOAQ4PCQgIFw8BDyITARMsFwItFxaKBgYFDwgBAQEZFSYQER4MAQwVBwcICwoJHBERJxYBFjEZGjEYAxgoEQESGwkBCQsIBwEIFA0MHhEBECUVAQEZAQEJDgYFBqgFCRgPDyQUARQuGAMXNhwBAQEBAQEmRyACITcXFiMMDQ0ODQENJBcXNx8CH0YmAQIBAQEdNxoCGi8UARUkDwEOGAkBBkABCA4FBQaRBA8MAQ0eEQESKBcCFjEaAQEBAwEcNBgBFicPDxcICAgICAcYDw8mFgEXNBwBAwEBARoyGAMYKhIBEh4MAQsPBI8GBQUOCAFAAAAAAAIBFQAWA+kCnQALAD0AACUnNyMHJyMXBzM3FwU1Izc+ATc1PAE1NCYnIy4BIyoBIzMqASMiBgc3DgEPARc+ATcxPgEzMTIVDgEHMQcVAsy7q111al2dq2FygAGBj1IQFQMQDQEPJxUCBAIBAQEBEB0NAQwRBAEgBQ0ICBMLOQMSD3PI8OWhoeXwq6uwLYAWNB0BAQMBEyEMCw0IBwEHFAwBGgkNBQUGMxowE7AKAAAAAgEVAMgD6QONAAsAPQAAJSc3IwcnIxcHMzcXATUjNz4BNzU8ATU0JicjLgEjKgEjMTAiIyIGBzMOAQcVFz4BNzE+ATcxMhUOAQc1BxUCzLurXXVqXZ2rYXKAAYGPUhAVAxANARAoFgEDAQIBEB0NAQwRBCAEDQgIFAo5AhMPcsjw5aGh5fCrqwFQLYAWNB0BAQMBEyEMDQ4IBwYUDAEaCA4FBQUBMxsvFAGxCgAAAAAGAEAAQAPAAwAAAwAHAAsADwATABcAABMhFSElIRUhBSEVISUhFSEFIRUhJSEVIUABov5eAd4Bov5e/iIBov5eAd4Bov5e/iIBov5eAd4Bov5eAwDAwMBAwMDAQMDAwAACAIAAQQOAA0AALgBfAAABMhYVMBQVFAYHNQchMhYVFAYjIRceARUcATkBFAYjIiYnNScuATU0NjcxNz4BMwExFx4BFRQGBzEHDgEjMSImNTA0MTQ2NzE3IQYmNTQ2MyEnLgE1PAE5ATQ2MzIWFxUBEBQcCAYOAiwUHBwU/dQOBwccFAsRBmAGCAgGYAYRCwIAYAcHBwdgBhELFBwIBg791hQcHBQCLA4HBxwUCxEGA0AmGgEBDBYKARMmGhomEwkWDAEBGiYKCAGACRcNDBcKgAgL/m2ACRcNDBcKgAgKJRsBDRYJEwEmGhomEwkWDAEBGiYKCAEAAAQBAACAAwEDAAADAAcACwAPAAABJzcXFzcnBwMHFzc3FwcnASkp6ynDKuwpwynrKcMq7CkCACfZJtom2ib+pibaJ9kn2ScAAAIA0P/AAxADDgA5AD0AAAEcARUUFhcxHgEzMjYzIzoBMzI2NxU+ATU8ATUVESMRHAEVFAYHMQ4BIyoBIzEqASMiJjU0NjUxESMDNSEVARIfGx5LKgUKBQEDBwMsTR8cIVgUERIxGwIEAgEEAzVLAVhCAkABTAMHAylJGhgcAR0aARtIKgMGAwEBwP5GAQQCGy8SERRLNQIDAgG2/Lc4OAABAMAAgANAAwAANgAAJSImNTE1NCYjMSEXHgEVFAYjIiYnMScuATU0Nj8BPgEzMhYVFAYHMQchMhceARcWFTEVFAYjMQMYEBdeQv73hAYGGBAIDwXIBgYGBsgFDwgQGAYGhAEIMissQRMTFxGAFxGgQl6EBQ4JEBgHBcgFDwgIDwXIBgYXEQgOBoQTE0EsLDGgERcABgAAAIAEAAMAABIAKAA8AFAAcACEAAATITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzIzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMREzMhYVMRUUBiMxIyImNTE1NDYz+wLKGSIiGf02GSIiGQLKGSIiGf02GCMiGQLKGSIiGf02GSIiGcAKGSIiGQoZIiIZCQEZIiIZChkiIhkKGSIiGQoZIiIZAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIhkKGSIiGQoZIgEAIhkJARkiIhkKGSIBACIZChkiIhkKGSIAAAAAAwBeAE4DrwMdAKcBUgFwAAAlMzUjKgEjIiYnMS4BNTwBNTE0NzY1NjQ1NCYnFS4BJzE1PgE3MT4BNTwBJxU0JyY1PAE1NDY3MT4BMzIWMzEzNSMwIiMiBgczDgEHMQ4BDwEOARUcARU1FBcWFxYXFhUwFDEUBgcxDgEHMQ4BByMOASMqASMxFToBMzIWFyMeARcxHgEXFR4BFzEUBwYHBgcGFRwBFRQWFyceARcxHgEXMx4BMzoBMyMFMzoBMTI2NyM+ATcxPgE3MT4BNTQmNTE0JyYnJicmNTgBMTQ2NxU+ATcxPgE3NT4BMzAyMzE1KgExIiYnFy4BJzEuASc1LgE1OAE5ATQ3Njc2NzY3PAE1NCYnFS4BJzEuAS8BLgEjKgEjMSMVMzoBMzIWFzEeARUUBhUxFAcGFRwBFRQWFyMeARczFQ4BBzEOARUcARU1FBcWFRwBFRQGBzcOASMqASMxIxUlMzc2NzY3MxYXFh8BMyc3IwcGBwYHIyYnJi8BIxcBBC0TAQMCChIGBQYCAgEIBgcWDQ0WBwcHAQICBgUGEgoCAwETLQIBCxYKAQoQBgYKAgEDAwECAQEBAQECAgYEBAsGAQcQCAEBAQEBAQgRBwEHCwUDBgICAQECAQECAQEDBAEDCgYGEAkBCRYLAQIBAQHXLQEBDBYLAgoQBgcJAwMEAQEBAQIBAQIBAgYEBAsHBxAJAgEBAgkQCAEGCwUEBgIBAgECAQEBAQEEAwMJBwYQCQEJFgsBAQEtEwIDAQsRBwUGAQICBwcBCBUNAQ4VCAYHAgIFBgEHEQsBAwIT/mVcOgkJCAoDCwkKCjtgioJcNAgICAkDCwgJCTZgglE0CAcKFgwCBAIkISIoAgQDDx0NAQsPAwMDDwsMHRACBQIBKCIiJAEFAgwWCgYJATUDAwIKBwcSCQEMGg0BAgIBFxITEhESEhQBBgsFBgkEBQcDAwM6AwMDBwUECgUBBQsHFBESEhETExYBAgEOGwwBChIHBwkDAgMDAwIDCQcHEgoMGg4BAgEWExISERISFAYMBgEGCgQFBwIBAgM7AwMBAwcFBAoFAQQMBhUREhIRExMWAQIBDhoNAgsSBwYKAgECAzQIBwkXCwMEAiQhIigCBAMPHQ0KDwMDAw8LDB0QAgQDASgiISQCBAMMFgoBBwg0c2kSERIUFBIREmnj3WMQEBEUFBARD2TaAAAEAAAAQAQAA0AAIwA3AFwAXwAAASEiBw4BBwYVMREUFx4BFxYzMSEyNz4BNzY1MRE0Jy4BJyYjExQGIzEhIiY1MRE0NjMxITIWFTEFMQcOASMwIjkBKgEjIiYnMTU+ATM6ATMxMhYXIxceARUUBgcVJzcnAwD+ADUvLkYUFBQURi4vNQIANS8uRhQUFBRGLi81gEs1/gA1S0s1AgA1S/7pmgYNCAEBAgESGwICGxIBAgEIDgcBmgoNDQqACAsDQBQURi4vNf8ANS8uRhQUFBRGLi81AQA1Ly5GFBT+ADVLSzUBADVLSzWjVgMEGRKqEhkEBFUEEwwLEwQBHgUGAAAACgBAAAADwAOAAA8AJQAzAEEAUgBnAHgAjgCfALUAAAEjIiY1NDYzMTMyFhUUBiMnDgEjIiY1NDY3MTc+ATMyFhUUBgcxASImNTQ2MzIWFTEUBiM1IgYVFBYzMjY1MTQmIzUiJjUxNTQ2MzIWFTEVFAYjBycuATU0NjMyFh8BHgEVFAYjIiYnFxQGIzEjIiY1NDYzMTMyFhUHPgEzMhYVFAYHMQcOASMiJjU0NjcxJTIWFTEVFAYjIiY1MTU0NjM3Fx4BFRQGIyImJzEnLgE1NDYzMhYXA4hwFyEhF3AXISEXmggUCxchCAdQBxULFyEJB/7DRmJiRkZiYkYXISEXFyEhFxchIRcXISEX7k8HCSEXCxUHUAcIIRcLFAgOIRdwFyEhF3AXIQ4IFAsXIQgHUAcVCxchCQcBPRchIRcXISEX7k8HCCEXCxQHUAcIIRcLFAgBiCEXFyEhFxch1gcIIRcLFAhPBwkhFwsVB/5qYkZGYmJGRmLgIRcXISEXFyGoIRdwFyEhF3AXIUJQBxULFyEJB08IFAsXIQgHnhchIRcXISEXngcIIRcLFAhPBwkhFwsVBw4hF3AXISEXcBchQlAHFAsXIQgHTwgUCxchCAcAAAAAAQAAAAEAAIeeNh1fDzz1AAsEAAAAAADWD0mdAAAAANYPSZ3/8f/ABAQDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAP/x//wEBAABAAAAAAAAAAAAAAAAAAAALgQAAAAAAAAAAAAAAAIAAAAEAAAABAAAAAQAAAAEAAEZBAAAwAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAD8EAAA/BAAAwAQA//EEAABABAAAQAQAAEAEAAAABAAAAAQAAMAEAAGzBAAAAAQAAAAEAAAaBAAAAAQAAAAEAAAABAAAwAQAAEAEAACABAABFQQAARUEAABABAAAgAQAAQAEAADQBAAAwAQAAAAEAABeBAAAAAQAAEAAAAAAAAoAFAAeAGwAugEIAXgBxAImApIDPAOOA8QD+ATUBRAFWAV6BeIGYAbaBxYHcAfYB+YIBgiuCUAJmgoSCpwK8AtEDEAMmAzwDSANnA3ADhAOWg7wELYRNhIgAAAAAQAAAC4BcQAKAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAgAAAABAAAAAAACAAcAaQABAAAAAAADAAgAOQABAAAAAAAEAAgAfgABAAAAAAAFAAsAGAABAAAAAAAGAAgAUQABAAAAAAAKABoAlgADAAEECQABABAACAADAAEECQACAA4AcAADAAEECQADABAAQQADAAEECQAEABAAhgADAAEECQAFABYAIwADAAEECQAGABAAWQADAAEECQAKADQAsFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZ3VsYXIAUgBlAGcAdQBsAGEAclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AckZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="re-icon-"], [class*=" re-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.re-icon-aligncenter:before {
  content: "\E900";
}

.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\E901";
}

.re-icon-alignright:before {
  content: "\E902";
}

.re-icon-bold:before {
  content: "\E903";
}

.re-icon-bookmark:before {
  content: "\E904";
}

.re-icon-clips:before {
  content: "\E905";
}

.re-icon-codesnippets:before {
  content: "\E906";
}

.re-icon-deleted:before {
  content: "\E907";
}

.re-icon-expand:before {
  content: "\E908";
}

.re-icon-file:before {
  content: "\E909";
}

.re-icon-fontcolor:before {
  content: "\E90A";
}

.re-icon-fontfamily:before {
  content: "\E90B";
}

.re-icon-fontsize:before {
  content: "\E90C";
}

.re-icon-format:before {
  content: "\E90D";
}

.re-icon-html:before {
  content: "\E90E";
}

.re-icon-imagecenter:before {
  content: "\E90F";
}

.re-icon-imageleft:before {
  content: "\E910";
}

.re-icon-imageright:before {
  content: "\E911";
}

.re-icon-image:before {
  content: "\E912";
}

.re-icon-indent:before {
  content: "\E913";
}

.re-icon-inline:before {
  content: "\E914";
}

.re-icon-italic:before {
  content: "\E915";
}

.re-icon-line:before,
.re-icon-horizontalrule:before {
  content: "\E916";
}

.re-icon-link:before {
  content: "\E917";
}

.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\E918";
}

.re-icon-outdent:before {
  content: "\E919";
}

.re-icon-properties:before {
  content: "\E91A";
}

.re-icon-readmore:before {
  content: "\E91B";
}

.re-icon-redo:before {
  content: "\E91C";
}

.re-icon-retract:before {
  content: "\E91D";
}

.re-icon-specialcharacters:before {
  content: "\E91E";
}

.re-icon-sub:before {
  content: "\E91F";
}

.re-icon-sup:before {
  content: "\E920";
}

.re-icon-table:before {
  content: "\E921";
}

.re-icon-textdirection:before {
  content: "\E922";
}

.re-icon-toggle:before {
  content: "\E923";
}

.re-icon-underline:before {
  content: "\E924";
}

.re-icon-undo:before {
  content: "\E925";
}

.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\E926";
}

.re-icon-variable:before {
  content: "\E927";
}

.re-icon-video:before {
  content: "\E928";
}

.re-icon-widget:before {
  content: "\E929";
}

.redactor-box,
.redactor-box textarea {
  z-index: auto;
}

.redactor-box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.redactor-box.redactor-styles-on {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.redactor-box.redactor-inline {
  position: static;
}

.redactor-focus.redactor-styles-on,
.redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important;
}

.redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important;
}

.redactor-source-view,
.redactor-source-view.redactor-styles-on {
  border-color: #000 !important;
}

.redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.redactor-in:focus {
  outline: none;
}

.redactor-inline .redactor-in {
  overflow: hidden;
}

.redactor-in *,
.redactor-read-only * {
  outline: none !important;
}

.redactor-in h1:empty,
.redactor-in h2:empty,
.redactor-in h3:empty,
.redactor-in h4:empty,
.redactor-in h5:empty,
.redactor-in h6:empty,
.redactor-in p:empty,
.redactor-in blockquote:empty {
  min-height: 1.5em;
}

.redactor-in strong:empty, .redactor-in b:empty, .redactor-in em:empty, .redactor-in i:empty, .redactor-in span:empty, .redactor-in sup:empty, .redactor-in sub:empty, .redactor-in u:empty, .redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem;
}

.redactor-in table {
  empty-cells: show;
}

.redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.redactor-in figcaption:focus,
.redactor-in figure code:focus,
.redactor-in figure pre:focus,
.redactor-in table td:focus,
.redactor-in table th:focus {
  outline: none;
}

.redactor-in figure[data-redactor-type=line] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline;
}

.redactor-in figure[data-redactor-type=line] hr {
  margin: 0;
  height: 3px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
}

.redactor-script-tag {
  display: none !important;
}

.redactor-component {
  position: relative;
}

.redactor-component[data-redactor-type="widget"]:before,
.redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.redactor-component[data-redactor-type=image],
.redactor-component[data-redactor-type=widget] {
  clear: both;
}

.redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(0, 125, 255, 0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
}

.redactor-component-active {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important;
}

.redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}

.redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important;
}

.redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a;
}

.redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}

.redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important;
}

.redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important;
}

.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}

.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid #ddd !important;
}

.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}

.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid #ddd !important;
}

.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ddd;
}

.redactor-component-caret {
  position: absolute;
  left: -9999px;
}

.redactor-textnodes-wrapper {
  display: inline-block;
}

#redactor-image-resizer {
  position: absolute;
  z-index: 1050;
  background-color: rgba(0, 125, 255, 0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize;
}

.redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: .5;
}

.redactor-file-remover:hover {
  opacity: 1;
}

#redactor-overlay {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 16, 18, 0.3);
}

#redactor-overlay > .redactor-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
}

.redactor-source,
.redactor-source:hover,
.redactor-source:focus {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical;
}

.redactor-box[dir="rtl"] .redactor-source {
  direction: ltr;
}

.redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
}

.redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
}

.redactor-in figcaption[placeholder]:empty:focus:before {
  content: "";
}

.redactor-statusbar {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

.redactor-statusbar li {
  float: left;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  line-height: 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.redactor-statusbar li:last-child {
  border-right-color: transparent;
}

.redactor-statusbar a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}

.redactor-statusbar a:hover {
  color: #f03c69;
  text-decoration: underline;
}

.redactor-statusbar:empty {
  display: none;
}

.redactor-toolbar-wrapper {
  position: relative;
}

.redactor-toolbar,
.redactor-air {
  z-index: 100;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px;
}

.redactor-toolbar a,
.redactor-air a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  margin-right: 5px;
  margin-bottom: 4px;
}

.redactor-toolbar a.re-button-icon,
.redactor-air a.re-button-icon {
  font-size: 16px;
  padding: 9px 15px 6px 15px;
}

.redactor-toolbar a:hover,
.redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef;
}

.redactor-toolbar a.redactor-button-active {
  background: rgba(245, 245, 245, 0.95);
  color: rgba(0, 0, 0, 0.4);
}

.redactor-toolbar a.redactor-button-disabled,
.redactor-air a.redactor-button-disabled {
  opacity: 0.3;
}

.redactor-toolbar a.redactor-button-disabled:hover,
.redactor-air a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}

.redactor-source-view .redactor-toolbar {
  background: #252525;
}

.redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff;
}

.redactor-source-view .redactor-toolbar a:hover {
  background: #449aef;
}

.redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}

.re-button-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: none;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-width: 4px;
  margin-left: -4px;
}

.redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100;
}

.redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.97);
}

.redactor-air a {
  background: rgba(37, 37, 37, 0.95);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(255, 255, 255, 0.9);
}

.redactor-air a:hover {
  background: #3d79f2;
}

.redactor-air a.redactor-button-active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.redactor-air a.redactor-button-disabled:hover {
  color: #fff;
}

.redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer;
}

.redactor-air-helper:hover {
  background: #fff;
}

.redactor-voice-label {
  display: none;
}

.redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
}

.redactor-context-toolbar a {
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0 1px 12px;
}

.redactor-context-toolbar a:first-child {
  padding-left: 0;
}

.redactor-context-toolbar a i {
  position: relative;
  top: 3px;
  font-size: 16px;
}

.redactor-context-toolbar a:before {
  content: '';
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.redactor-context-toolbar a:hover {
  color: #fff;
}

.redactor-context-toolbar a:first-child:before {
  padding-left: 0;
  border-left: none;
}

.redactor-context-toolbar[dir="rtl"] a {
  padding: 2px 12px 1px 0;
}

.redactor-context-toolbar[dir="rtl"] a:first-child {
  padding-right: 0;
}

.redactor-context-toolbar[dir="rtl"] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: none;
}

.redactor-context-toolbar[dir="rtl"] a:first-child:before {
  padding-right: 0;
  border-right: none;
}

.redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 264px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0;
}

.redactor-dropdown a span {
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 3px;
}

.redactor-dropdown a {
  display: block;
  text-decoration: none;
  padding: 10px 8px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.redactor-dropdown a:last-child {
  border-bottom-color: transparent;
}

.redactor-dropdown a {
  color: #000;
}

.redactor-dropdown a:hover {
  color: #fff !important;
  background-color: #449aef !important;
}

.redactor-dropdown a.redactor-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.4);
  background: #fff;
}

.redactor-dropdown-cells {
  margin: 10px auto;
}

.redactor-dropdown-cells a,
.redactor-dropdown-cells span {
  float: left;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.redactor-dropdown-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.redactor-dropdown-selector span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
}

.redactor-dropdown-selector span:hover {
  background: #eee;
}

.redactor-dropdown-selector span.active {
  cursor: text;
  color: rgba(0, 0, 0, 0.3);
  background: #eee;
}

.redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}

.redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif;
}

.redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px;
}

.redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}

.redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

.redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
}

.redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
}

#redactor-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 24px;
}

.redactor-modal {
  position: relative;
  margin: 16px auto;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(80, 80, 80, 0.25);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(80, 80, 80, 0.25);
  border-radius: 3px;
  color: #000;
}

.redactor-modal form {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.redactor-modal input,
.redactor-modal select,
.redactor-modal textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cacfd4;
  border-radius: 0.1875em;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 .5em;
}

.redactor-modal textarea {
  padding: .5em;
  height: auto;
  line-height: 1.5;
  vertical-align: top;
}

.redactor-modal select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right .65em center;
  padding-right: 28px;
}

.redactor-modal select[multiple] {
  background-image: none;
  height: auto;
  padding: .5em .75em;
}

.redactor-modal input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
}

.redactor-modal input[type="radio"],
.redactor-modal input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px;
}

.redactor-modal .form-item {
  margin-bottom: 20px;
}

.redactor-modal .form-item:last-child {
  margin-bottom: 0;
}

.redactor-modal fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.redactor-modal fieldset .form-item {
  margin-bottom: 12px;
}

.redactor-modal label, .redactor-modal .static-label {
  display: block;
  color: #555;
  margin-bottom: 0.25em;
  font-size: 14px;
}

.redactor-modal label .desc, .redactor-modal .static-label .desc,
.redactor-modal label .success,
.redactor-modal .static-label .success,
.redactor-modal label .error,
.redactor-modal .static-label .error {
  text-transform: none;
  font-weight: normal;
}

.redactor-modal label.checkbox, .redactor-modal .checkbox.static-label {
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  color: inherit;
}

.redactor-modal .form-checkboxes label.checkbox, .redactor-modal .form-checkboxes .checkbox.static-label {
  display: inline-block;
  margin-right: 1em;
}

.redactor-modal input:hover,
.redactor-modal textarea:hover,
.redactor-modal select:hover {
  outline: none;
  background-color: #fff;
  border-color: #969fa9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.redactor-modal input:focus,
.redactor-modal textarea:focus,
.redactor-modal select:focus {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  outline: none;
  background-color: #fff;
  border-color: rgba(0, 125, 255, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 125, 255, 0.5);
          box-shadow: 0 0 3px rgba(0, 125, 255, 0.5);
}

.redactor-modal input.error,
.redactor-modal textarea.error,
.redactor-modal select.error {
  background-color: rgba(255, 50, 101, 0.1);
  border: 1px solid #ff7f9e;
}

.redactor-modal input.error:focus,
.redactor-modal textarea.error:focus,
.redactor-modal select.error:focus {
  border-color: #ff3265;
  -webkit-box-shadow: 0 0 1px #ff3265;
          box-shadow: 0 0 1px #ff3265;
}

.redactor-modal input.success,
.redactor-modal textarea.success,
.redactor-modal select.success {
  background-color: rgba(47, 196, 182, 0.1);
  border: 1px solid #65dacf;
}

.redactor-modal input.success:focus,
.redactor-modal textarea.success:focus,
.redactor-modal select.success:focus {
  border-color: #2fc4b6;
  -webkit-box-shadow: 0 0 1px #2fc4b6;
          box-shadow: 0 0 1px #2fc4b6;
}

.redactor-modal input:disabled, .redactor-modal input:disabled:hover, .redactor-modal input.disabled, .redactor-modal input.disabled:hover,
.redactor-modal textarea:disabled,
.redactor-modal textarea:disabled:hover,
.redactor-modal textarea.disabled,
.redactor-modal textarea.disabled:hover,
.redactor-modal select:disabled,
.redactor-modal select:disabled:hover,
.redactor-modal select.disabled,
.redactor-modal select.disabled:hover {
  resize: none;
  opacity: .6;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #cacfd4;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
}

.redactor-modal .req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #ff3265;
  font-size: 110%;
}

.redactor-modal .desc {
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
}

.redactor-modal span.desc {
  margin-left: 0.25em;
}

.redactor-modal div.desc {
  margin-top: 0.25em;
}

.redactor-modal span.success,
.redactor-modal span.error {
  font-size: 12px;
  margin-left: 0.25em;
}

.redactor-modal div.desc {
  margin-bottom: -0.5em;
}

.redactor-modal .redactor-close {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 30px;
  line-height: 30px;
  padding: 0px 4px;
  color: #000;
  opacity: .3;
  cursor: pointer;
}

.redactor-modal .redactor-close:hover {
  opacity: 1;
}

.redactor-modal .redactor-close:before {
  content: '\D7';
}

.redactor-modal button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: #007dff;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #007dff;
  min-height: 40px;
  outline: none;
  padding: 0.5em 1.25em;
  cursor: pointer;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-appearance: none;
}

.redactor-modal button:hover {
  outline: none;
  text-decoration: none;
  background: none;
  color: rgba(0, 125, 255, 0.6);
  border-color: rgba(0, 125, 255, 0.5);
}

.redactor-modal button.redactor-button-secondary {
  border-color: #2a2e34;
  color: #2a2e34;
}

.redactor-modal button.redactor-button-secondary:hover {
  color: rgba(42, 46, 52, 0.6);
  border-color: rgba(42, 46, 52, 0.5);
}

.redactor-modal button.redactor-button-danger,
.redactor-modal button.redactor-button-unstyled {
  background: none;
  border-color: transparent;
  color: rgba(42, 46, 52, 0.6);
}

.redactor-modal button.redactor-button-danger:hover,
.redactor-modal button.redactor-button-unstyled:hover {
  background: none;
  border-color: transparent;
  color: #ff3265;
  text-decoration: underline;
}

.redactor-modal .redactor-modal-group:after {
  content: "";
  display: table;
  clear: both;
}

.redactor-modal .redactor-modal-side {
  float: left;
  width: 30%;
  margin-right: 4%;
}

.redactor-modal .redactor-modal-side img {
  max-width: 100%;
  height: auto;
  display: block;
}

.redactor-modal .redactor-modal-area {
  float: left;
  width: 66%;
}

.redactor-modal[dir="rtl"] .redactor-close {
  left: 12px;
  right: auto;
}

.redactor-modal[dir="rtl"] textarea {
  direction: ltr;
  text-align: left;
}

.redactor-modal[dir="rtl"] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0;
}

.redactor-modal-header {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.redactor-modal-header:empty {
  display: none;
}

.redactor-modal-body {
  padding: 32px 48px;
  padding-bottom: 40px;
}

.redactor-modal-footer {
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.redactor-modal-footer button {
  margin-right: 4px;
}

.redactor-modal-footer button.redactor-button-unstyled {
  margin-right: 0;
  float: right;
}

.redactor-modal-footer:empty {
  display: none;
}

.redactor-modal-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1em;
}

.redactor-modal-tabs a {
  font-size: 15px;
  padding: 2px 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  margin-right: 14px;
}

.redactor-modal-tabs a:hover {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.redactor-modal-tabs a:hover,
.redactor-modal-tabs a.active {
  font-weight: 500;
  color: #007dff;
  border-bottom-color: #007dff;
}

.redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.redactor-styles *,
.redactor-styles *:before,
.redactor-styles *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.redactor-styles[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}

.redactor-styles[dir="rtl"] ul li,
.redactor-styles[dir="rtl"] ol li {
  text-align: right;
}

.redactor-styles[dir="rtl"] ul,
.redactor-styles[dir="rtl"] ol,
.redactor-styles[dir="rtl"] ul ul,
.redactor-styles[dir="rtl"] ol ol,
.redactor-styles[dir="rtl"] ul ol,
.redactor-styles[dir="rtl"] ol ul {
  margin: 0 1.5em 0 0;
}

.redactor-styles[dir="rtl"] figcaption {
  text-align: right;
}

.redactor-styles ul[dir="rtl"],
.redactor-styles ul[dir="rtl"] ul,
.redactor-styles ul[dir="rtl"] ol,
.redactor-styles ol[dir="rtl"],
.redactor-styles ol[dir="rtl"] ul,
.redactor-styles ol[dir="rtl"] ol {
  margin: 0 1.5em 0 0;
}

.redactor-styles ul[dir="rtl"] li,
.redactor-styles ol[dir="rtl"] li {
  text-align: right;
}

.redactor-styles a,
.redactor-styles a:hover {
  color: #3397ff;
}

.redactor-styles p,
.redactor-styles dl,
.redactor-styles blockquote,
.redactor-styles hr,
.redactor-styles pre,
.redactor-styles table,
.redactor-styles figure,
.redactor-styles address {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}

.redactor-styles ul,
.redactor-styles ol {
  padding: 0;
}

.redactor-styles ul,
.redactor-styles ul ul,
.redactor-styles ul ol,
.redactor-styles ol,
.redactor-styles ol ul,
.redactor-styles ol ol {
  margin: 0 0 0 1.5em;
}

.redactor-styles ul li,
.redactor-styles ol li {
  text-align: left;
}

.redactor-styles ol ol li {
  list-style-type: lower-alpha;
}

.redactor-styles ol ol ol li {
  list-style-type: lower-roman;
}

.redactor-styles ul,
.redactor-styles ol {
  margin-bottom: 1em;
}

.redactor-styles h1,
.redactor-styles h2,
.redactor-styles h3,
.redactor-styles h4,
.redactor-styles h5,
.redactor-styles h6 {
  font-weight: 500;
  color: #111;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.redactor-styles h1 {
  font-size: 2.0736em;
}

.redactor-styles h2 {
  font-size: 1.728em;
}

.redactor-styles h3 {
  font-size: 1.44em;
}

.redactor-styles h4 {
  font-size: 1.2em;
}

.redactor-styles h5 {
  font-size: 1em;
}

.redactor-styles h6 {
  font-size: 0.83333333em;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.redactor-styles blockquote {
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  border: none;
}

.redactor-styles table {
  width: 100%;
}

.redactor-styles time, .redactor-styles small, .redactor-styles var, .redactor-styles code, .redactor-styles kbd, .redactor-styles mark {
  display: inline-block;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: 87.5%;
  line-height: 1;
  color: rgba(51, 51, 51, 0.9);
}

.redactor-styles var, .redactor-styles cite {
  opacity: .6;
}

.redactor-styles var {
  font-style: normal;
}

.redactor-styles dfn,
.redactor-styles abbr {
  text-transform: uppercase;
}

.redactor-styles dfn[title],
.redactor-styles abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help;
}

.redactor-styles code, .redactor-styles kbd {
  position: relative;
  top: -1px;
  padding: 0.25em;
  padding-bottom: 0.2em;
  border-radius: 2px;
}

.redactor-styles code {
  background-color: #eff1f2;
}

.redactor-styles mark {
  border-radius: 2px;
  padding: 0.125em 0.25em;
  background-color: #fdb833;
}

.redactor-styles kbd {
  border: 1px solid #e5e7e9;
}

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

.redactor-styles sub {
  bottom: -0.25em;
}

.redactor-styles sup {
  top: -0.5em;
}

.redactor-styles pre {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
}

.redactor-styles pre,
.redactor-styles pre code {
  background-color: #f6f7f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.85);
  overflow: none;
  white-space: pre-wrap;
}

.redactor-styles pre {
  padding: 1rem;
}

.redactor-styles table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}

.redactor-styles table caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
}

.redactor-styles table th,
.redactor-styles table td {
  border: 1px solid #eee;
  padding: 16px;
  padding-bottom: 15px;
}

.redactor-styles table tfoot th,
.redactor-styles table tfoot td {
  color: rgba(0, 0, 0, 0.5);
}

.redactor-styles img,
.redactor-styles video,
.redactor-styles audio,
.redactor-styles embed,
.redactor-styles object {
  max-width: 100%;
}

.redactor-styles img,
.redactor-styles video,
.redactor-styles embed,
.redactor-styles object {
  height: auto !important;
}

.redactor-styles img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.redactor-styles figcaption {
  display: block;
  opacity: .6;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}

.upload-redactor-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px dashed rgba(0, 125, 255, 0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}

.upload-redactor-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}

.upload-redactor-hover {
  background-color: rgba(0, 125, 255, 0.075);
}

.upload-redactor-error {
  background-color: rgba(255, 50, 101, 0.075);
}

.upload-redactor-box-hover {
  outline: 5px dashed rgba(0, 125, 255, 0.3);
}

.upload-redactor-box-error {
  outline: 5px dashed rgba(255, 50, 101, 0.3);
}

.redactor-structure h1, .redactor-structure h2, .redactor-structure h3, .redactor-structure h4, .redactor-structure h5, .redactor-structure h6, .redactor-structure div {
  position: relative;
}

.redactor-structure h1:before, .redactor-structure h2:before, .redactor-structure h3:before, .redactor-structure h4:before, .redactor-structure h5:before, .redactor-structure h6:before, .redactor-structure div:before {
  width: 24px;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  opacity: .5;
  left: -26px;
  top: 50%;
  margin-top: -7px;
  text-align: right;
}

.redactor-structure h1:before {
  content: "h1";
}

.redactor-structure h2:before {
  content: "h2";
}

.redactor-structure h3:before {
  content: "h3";
}

.redactor-structure h4:before {
  content: "h4";
}

.redactor-structure h5:before {
  content: "h5";
}

.redactor-structure h6:before {
  content: "h6";
}

.redactor-structure div:before {
  content: "div";
}

#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}

#redactor-progress span {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px;
}

@-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;
  }
}

.redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.redactor-box-fullscreen-target {
  position: absolute !important;
}

.redactor-body-fullscreen .redactor-dropdown,
.redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052;
}

.redactor-body-fullscreen #redactor-overlay {
  z-index: 1098;
}

.redactor-body-fullscreen #redactor-modal {
  z-index: 1099;
}

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?expsqi");
  src: url("/fonts/icomoon.eot?expsqi#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?expsqi") format("truetype"), url("/fonts/icomoon.woff?expsqi") format("woff"), url("/fonts/icomoon.svg?expsqi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], .card a.card-header:before, table.table thead .sorting:before,
table.table thead .sorting_asc:before,
table.table thead .sorting_desc:before,
table.table thead .sorting_asc_disabled:before,
table.table thead .sorting_desc_disabled:before, [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sort-asc:before, .card a.card-header[aria-expanded="true"]:before,
table.table thead .sorting_asc:before,
table.table thead .sorting_asc_disabled:before {
  content: "\E901";
}

.icon-sort-desc:before, .card a.card-header:before,
table.table thead .sorting_desc:before,
table.table thead .sorting_desc_disabled:before {
  content: "\E902";
}

.icon-sort:before {
  content: "\E900";
}

.icon-instagram:before {
  content: "\EA92";
}

.icon-phone1:before {
  content: "\E904";
}

.icon-google:before {
  content: "\EA88";
}

.icon-facebook:before {
  content: "\EA90";
}

.icon-twitter:before {
  content: "\EA96";
}

.icon-phone:before {
  content: "\E942";
}

.icon-google:before {
  content: "\EA88";
}

.icon-facebook:before {
  content: "\EA90";
}

.icon-twitter:before {
  content: "\EA96";
}

.icon-linkedin2:before {
  content: "\EACA";
}

.icon-star-full:before {
  content: "\E9D9";
}

.address-title {
  color: #462564;
  font-weight: 700;
  font-size: 16px;
}

.modal-header span.modal-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #462564;
  font-size: 1.5rem;
}

/**
 * Import layout files
 */
html {
  height: 100%;
  font-size: 14px;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

#body-overlay {
  background: rgba(1, 1, 1, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  display: none;
}

body {
  height: 100%;
  position: relative;
  letter-spacing: 1px;
}

body #app, body #app-no-vue {
  position: relative;
  overflow: hidden;
}

body #app .top-header, body #app-no-vue .top-header {
  background-color: #f5f5f5;
  padding: 5px 0 0;
}

body #app .top-header ul, body #app-no-vue .top-header ul {
  margin-bottom: 5px;
}

body #app .top-header li, body #app-no-vue .top-header li {
  list-style: none;
  padding: 0 5px 0 0;
}

body #app .top-header li:after, body #app-no-vue .top-header li:after {
  content: " | ";
}

body #app .top-header li:last-child, body #app-no-vue .top-header li:last-child {
  padding: 0;
}

body #app .top-header li:last-child:after, body #app-no-vue .top-header li:last-child:after {
  content: none;
}

body #app .top-header li a, body #app-no-vue .top-header li a {
  color: #462564;
}

body #app .top-header li a:hover, body #app-no-vue .top-header li a:hover {
  font-weight: bold;
}

body #app header, body #app-no-vue header {
  border-bottom: 1px solid lightgray;
  z-index: 9999999999;
}

body #app header > div, body #app-no-vue header > div {
  padding-top: 2rem;
}

body #app header .row, body #app header .dataTables_wrapper .dataTables_header, .dataTables_wrapper body #app header .dataTables_header, body #app header .dataTables_wrapper .dataTables_footer, .dataTables_wrapper body #app header .dataTables_footer, body #app-no-vue header .row, body #app-no-vue header .dataTables_wrapper .dataTables_header, .dataTables_wrapper body #app-no-vue header .dataTables_header, body #app-no-vue header .dataTables_wrapper .dataTables_footer, .dataTables_wrapper body #app-no-vue header .dataTables_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  body #app header .row, body #app header .dataTables_wrapper .dataTables_header, .dataTables_wrapper body #app header .dataTables_header, body #app header .dataTables_wrapper .dataTables_footer, .dataTables_wrapper body #app header .dataTables_footer, body #app-no-vue header .row, body #app-no-vue header .dataTables_wrapper .dataTables_header, .dataTables_wrapper body #app-no-vue header .dataTables_header, body #app-no-vue header .dataTables_wrapper .dataTables_footer, .dataTables_wrapper body #app-no-vue header .dataTables_footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

body #app header .row .row, body #app header .dataTables_wrapper .dataTables_header .row, .dataTables_wrapper body #app header .dataTables_header .row, body #app header .dataTables_wrapper .dataTables_footer .row, .dataTables_wrapper body #app header .dataTables_footer .row, body #app header .row .dataTables_wrapper .dataTables_header, .dataTables_wrapper body #app header .row .dataTables_header, body #app header .dataTables_wrapper .dataTables_header .dataTables_header, .dataTables_wrapper body #app header .dataTables_header .dataTables_header, body #app header .dataTables_wrapper .dataTables_footer .dataTables_header, .dataTables_wrapper body #app header .dataTables_footer .dataTables_header, body #app header .row .dataTables_wrapper .dataTables_footer, .dataTables_wrapper body #app header .row .dataTables_footer, body #app header .dataTables_wrapper .dataTables_header .dataTables_footer, .dataTables_wrapper body #app header .dataTables_header .dataTables_footer, body #app header .dataTables_wrapper .dataTables_footer .dataTables_footer, .dataTables_wrapper body #app header .dataTables_footer .dataTables_footer, body #app-no-vue header .row .row, body #app-no-vue header .dataTables_wrapper .dataTables_header .row, .dataTables_wrapper body #app-no-vue header .dataTables_header .row, body #app-no-vue header .dataTables_wrapper .dataTables_footer .row, .dataTables_wrapper body #app-no-vue header .dataTables_footer .row, body #app-no-vue header .row .dataTables_wrapper .dataTables_header, .dataTables_wrapper body #app-no-vue header .row .dataTables_header, body #app-no-vue header .dataTables_wrapper .dataTables_header .dataTables_header, .dataTables_wrapper body #app-no-vue header .dataTables_header .dataTables_header, body #app-no-vue header .dataTables_wrapper .dataTables_footer .dataTables_header, .dataTables_wrapper body #app-no-vue header .dataTables_footer .dataTables_header, body #app-no-vue header .row .dataTables_wrapper .dataTables_footer, .dataTables_wrapper body #app-no-vue header .row .dataTables_footer, body #app-no-vue header .dataTables_wrapper .dataTables_header .dataTables_footer, .dataTables_wrapper body #app-no-vue header .dataTables_header .dataTables_footer, body #app-no-vue header .dataTables_wrapper .dataTables_footer .dataTables_footer, .dataTables_wrapper body #app-no-vue header .dataTables_footer .dataTables_footer {
  margin: auto 0;
  width: 100%;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  body #app header .row .row, body #app header .dataTables_wrapper .dataTables_header .row, .dataTables_wrapper body #app header .dataTables_header .row, body #app header .dataTables_wrapper .dataTables_footer .row, .dataTables_wrapper body #app header .dataTables_footer .row, body #app header .row .dataTables_wrapper .dataTables_header, .dataTables_wrapper body #app header .row .dataTables_header, body #app header .dataTables_wrapper .dataTables_header .dataTables_header, .dataTables_wrapper body #app header .dataTables_header .dataTables_header, body #app header .dataTables_wrapper .dataTables_footer .dataTables_header, .dataTables_wrapper body #app header .dataTables_footer .dataTables_header, body #app header .row .dataTables_wrapper .dataTables_footer, .dataTables_wrapper body #app header .row .dataTables_footer, body #app header .dataTables_wrapper .dataTables_header .dataTables_footer, .dataTables_wrapper body #app header .dataTables_header .dataTables_footer, body #app header .dataTables_wrapper .dataTables_footer .dataTables_footer, .dataTables_wrapper body #app header .dataTables_footer .dataTables_footer, body #app-no-vue header .row .row, body #app-no-vue header .dataTables_wrapper .dataTables_header .row, .dataTables_wrapper body #app-no-vue header .dataTables_header .row, body #app-no-vue header .dataTables_wrapper .dataTables_footer .row, .dataTables_wrapper body #app-no-vue header .dataTables_footer .row, body #app-no-vue header .row .dataTables_wrapper .dataTables_header, .dataTables_wrapper body #app-no-vue header .row .dataTables_header, body #app-no-vue header .dataTables_wrapper .dataTables_header .dataTables_header, .dataTables_wrapper body #app-no-vue header .dataTables_header .dataTables_header, body #app-no-vue header .dataTables_wrapper .dataTables_footer .dataTables_header, .dataTables_wrapper body #app-no-vue header .dataTables_footer .dataTables_header, body #app-no-vue header .row .dataTables_wrapper .dataTables_footer, .dataTables_wrapper body #app-no-vue header .row .dataTables_footer, body #app-no-vue header .dataTables_wrapper .dataTables_header .dataTables_footer, .dataTables_wrapper body #app-no-vue header .dataTables_header .dataTables_footer, body #app-no-vue header .dataTables_wrapper .dataTables_footer .dataTables_footer, .dataTables_wrapper body #app-no-vue header .dataTables_footer .dataTables_footer {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (min-width: 768px) {
  body #app header .row .row, body #app header .dataTables_wrapper .dataTables_header .row, .dataTables_wrapper body #app header .dataTables_header .row, body #app header .dataTables_wrapper .dataTables_footer .row, .dataTables_wrapper body #app header .dataTables_footer .row, body #app header .row .dataTables_wrapper .dataTables_header, .dataTables_wrapper body #app header .row .dataTables_header, body #app header .dataTables_wrapper .dataTables_header .dataTables_header, .dataTables_wrapper body #app header .dataTables_header .dataTables_header, body #app header .dataTables_wrapper .dataTables_footer .dataTables_header, .dataTables_wrapper body #app header .dataTables_footer .dataTables_header, body #app header .row .dataTables_wrapper .dataTables_footer, .dataTables_wrapper body #app header .row .dataTables_footer, body #app header .dataTables_wrapper .dataTables_header .dataTables_footer, .dataTables_wrapper body #app header .dataTables_header .dataTables_footer, body #app header .dataTables_wrapper .dataTables_footer .dataTables_footer, .dataTables_wrapper body #app header .dataTables_footer .dataTables_footer, body #app-no-vue header .row .row, body #app-no-vue header .dataTables_wrapper .dataTables_header .row, .dataTables_wrapper body #app-no-vue header .dataTables_header .row, body #app-no-vue header .dataTables_wrapper .dataTables_footer .row, .dataTables_wrapper body #app-no-vue header .dataTables_footer .row, body #app-no-vue header .row .dataTables_wrapper .dataTables_header, .dataTables_wrapper body #app-no-vue header .row .dataTables_header, body #app-no-vue header .dataTables_wrapper .dataTables_header .dataTables_header, .dataTables_wrapper body #app-no-vue header .dataTables_header .dataTables_header, body #app-no-vue header .dataTables_wrapper .dataTables_footer .dataTables_header, .dataTables_wrapper body #app-no-vue header .dataTables_footer .dataTables_header, body #app-no-vue header .row .dataTables_wrapper .dataTables_footer, .dataTables_wrapper body #app-no-vue header .row .dataTables_footer, body #app-no-vue header .dataTables_wrapper .dataTables_header .dataTables_footer, .dataTables_wrapper body #app-no-vue header .dataTables_header .dataTables_footer, body #app-no-vue header .dataTables_wrapper .dataTables_footer .dataTables_footer, .dataTables_wrapper body #app-no-vue header .dataTables_footer .dataTables_footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo, body #app-no-vue header .row .logo, body #app-no-vue header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app-no-vue header .dataTables_header .logo, body #app-no-vue header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app-no-vue header .dataTables_footer .logo {
  max-width: 300px;
  text-align: left;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

body #app header .row .logo img, body #app header .dataTables_wrapper .dataTables_header .logo img, .dataTables_wrapper body #app header .dataTables_header .logo img, body #app header .dataTables_wrapper .dataTables_footer .logo img, .dataTables_wrapper body #app header .dataTables_footer .logo img, body #app-no-vue header .row .logo img, body #app-no-vue header .dataTables_wrapper .dataTables_header .logo img, .dataTables_wrapper body #app-no-vue header .dataTables_header .logo img, body #app-no-vue header .dataTables_wrapper .dataTables_footer .logo img, .dataTables_wrapper body #app-no-vue header .dataTables_footer .logo img {
  cursor: pointer;
  height: 100px;
}

body #app header .row .search-bar, body #app header .dataTables_wrapper .dataTables_header .search-bar, .dataTables_wrapper body #app header .dataTables_header .search-bar, body #app header .dataTables_wrapper .dataTables_footer .search-bar, .dataTables_wrapper body #app header .dataTables_footer .search-bar, body #app-no-vue header .row .search-bar, body #app-no-vue header .dataTables_wrapper .dataTables_header .search-bar, .dataTables_wrapper body #app-no-vue header .dataTables_header .search-bar, body #app-no-vue header .dataTables_wrapper .dataTables_footer .search-bar, .dataTables_wrapper body #app-no-vue header .dataTables_footer .search-bar {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

body #app header .row .icons, body #app header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app header .dataTables_header .icons, body #app header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app header .dataTables_footer .icons, body #app-no-vue header .row .icons, body #app-no-vue header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app-no-vue header .dataTables_header .icons, body #app-no-vue header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app-no-vue header .dataTables_footer .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

body #app header .row .icons i, body #app header .dataTables_wrapper .dataTables_header .icons i, .dataTables_wrapper body #app header .dataTables_header .icons i, body #app header .dataTables_wrapper .dataTables_footer .icons i, .dataTables_wrapper body #app header .dataTables_footer .icons i, body #app-no-vue header .row .icons i, body #app-no-vue header .dataTables_wrapper .dataTables_header .icons i, .dataTables_wrapper body #app-no-vue header .dataTables_header .icons i, body #app-no-vue header .dataTables_wrapper .dataTables_footer .icons i, .dataTables_wrapper body #app-no-vue header .dataTables_footer .icons i {
  cursor: pointer;
  font-size: 2.5rem;
  color: #462564;
  padding-left: 5px;
}

body #app header .row .icons .dropdown-menu a, body #app header .dataTables_wrapper .dataTables_header .icons .dropdown-menu a, .dataTables_wrapper body #app header .dataTables_header .icons .dropdown-menu a, body #app header .dataTables_wrapper .dataTables_footer .icons .dropdown-menu a, .dataTables_wrapper body #app header .dataTables_footer .icons .dropdown-menu a, body #app-no-vue header .row .icons .dropdown-menu a, body #app-no-vue header .dataTables_wrapper .dataTables_header .icons .dropdown-menu a, .dataTables_wrapper body #app-no-vue header .dataTables_header .icons .dropdown-menu a, body #app-no-vue header .dataTables_wrapper .dataTables_footer .icons .dropdown-menu a, .dataTables_wrapper body #app-no-vue header .dataTables_footer .icons .dropdown-menu a {
  padding-bottom: 5px;
}

body #app header .row .icons .dropdown-menu a:hover, body #app header .dataTables_wrapper .dataTables_header .icons .dropdown-menu a:hover, .dataTables_wrapper body #app header .dataTables_header .icons .dropdown-menu a:hover, body #app header .dataTables_wrapper .dataTables_footer .icons .dropdown-menu a:hover, .dataTables_wrapper body #app header .dataTables_footer .icons .dropdown-menu a:hover, body #app-no-vue header .row .icons .dropdown-menu a:hover, body #app-no-vue header .dataTables_wrapper .dataTables_header .icons .dropdown-menu a:hover, .dataTables_wrapper body #app-no-vue header .dataTables_header .icons .dropdown-menu a:hover, body #app-no-vue header .dataTables_wrapper .dataTables_footer .icons .dropdown-menu a:hover, .dataTables_wrapper body #app-no-vue header .dataTables_footer .icons .dropdown-menu a:hover {
  background-color: unset;
  font-weight: bold;
}

body #app header .row .hamburger, body #app header .dataTables_wrapper .dataTables_header .hamburger, .dataTables_wrapper body #app header .dataTables_header .hamburger, body #app header .dataTables_wrapper .dataTables_footer .hamburger, .dataTables_wrapper body #app header .dataTables_footer .hamburger, body #app-no-vue header .row .hamburger, body #app-no-vue header .dataTables_wrapper .dataTables_header .hamburger, .dataTables_wrapper body #app-no-vue header .dataTables_header .hamburger, body #app-no-vue header .dataTables_wrapper .dataTables_footer .hamburger, .dataTables_wrapper body #app-no-vue header .dataTables_footer .hamburger {
  background: #462564;
  -webkit-appearance: none !important;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

body #app header .row .hamburger .hamburger-inner, body #app header .dataTables_wrapper .dataTables_header .hamburger .hamburger-inner, .dataTables_wrapper body #app header .dataTables_header .hamburger .hamburger-inner, body #app header .dataTables_wrapper .dataTables_footer .hamburger .hamburger-inner, .dataTables_wrapper body #app header .dataTables_footer .hamburger .hamburger-inner,
body #app header .row .hamburger .hamburger-inner::before,
body #app header .dataTables_wrapper .dataTables_header .hamburger .hamburger-inner::before,
.dataTables_wrapper body #app header .dataTables_header .hamburger .hamburger-inner::before,
body #app header .dataTables_wrapper .dataTables_footer .hamburger .hamburger-inner::before,
.dataTables_wrapper body #app header .dataTables_footer .hamburger .hamburger-inner::before,
body #app header .row .hamburger .hamburger-inner::after,
body #app header .dataTables_wrapper .dataTables_header .hamburger .hamburger-inner::after,
.dataTables_wrapper body #app header .dataTables_header .hamburger .hamburger-inner::after,
body #app header .dataTables_wrapper .dataTables_footer .hamburger .hamburger-inner::after,
.dataTables_wrapper body #app header .dataTables_footer .hamburger .hamburger-inner::after, body #app-no-vue header .row .hamburger .hamburger-inner, body #app-no-vue header .dataTables_wrapper .dataTables_header .hamburger .hamburger-inner, .dataTables_wrapper body #app-no-vue header .dataTables_header .hamburger .hamburger-inner, body #app-no-vue header .dataTables_wrapper .dataTables_footer .hamburger .hamburger-inner, .dataTables_wrapper body #app-no-vue header .dataTables_footer .hamburger .hamburger-inner,
body #app-no-vue header .row .hamburger .hamburger-inner::before,
body #app-no-vue header .dataTables_wrapper .dataTables_header .hamburger .hamburger-inner::before,
.dataTables_wrapper body #app-no-vue header .dataTables_header .hamburger .hamburger-inner::before,
body #app-no-vue header .dataTables_wrapper .dataTables_footer .hamburger .hamburger-inner::before,
.dataTables_wrapper body #app-no-vue header .dataTables_footer .hamburger .hamburger-inner::before,
body #app-no-vue header .row .hamburger .hamburger-inner::after,
body #app-no-vue header .dataTables_wrapper .dataTables_header .hamburger .hamburger-inner::after,
.dataTables_wrapper body #app-no-vue header .dataTables_header .hamburger .hamburger-inner::after,
body #app-no-vue header .dataTables_wrapper .dataTables_footer .hamburger .hamburger-inner::after,
.dataTables_wrapper body #app-no-vue header .dataTables_footer .hamburger .hamburger-inner::after {
  background: white;
  width: 100%;
  height: 2px;
}

body #app header .row .hamburger .hamburger-inner, body #app header .dataTables_wrapper .dataTables_header .hamburger .hamburger-inner, .dataTables_wrapper body #app header .dataTables_header .hamburger .hamburger-inner, body #app header .dataTables_wrapper .dataTables_footer .hamburger .hamburger-inner, .dataTables_wrapper body #app header .dataTables_footer .hamburger .hamburger-inner, body #app-no-vue header .row .hamburger .hamburger-inner, body #app-no-vue header .dataTables_wrapper .dataTables_header .hamburger .hamburger-inner, .dataTables_wrapper body #app-no-vue header .dataTables_header .hamburger .hamburger-inner, body #app-no-vue header .dataTables_wrapper .dataTables_footer .hamburger .hamburger-inner, .dataTables_wrapper body #app-no-vue header .dataTables_footer .hamburger .hamburger-inner {
  top: 52%;
}

body #app header .row .hamburger .hamburger-inner:before, body #app header .dataTables_wrapper .dataTables_header .hamburger .hamburger-inner:before, .dataTables_wrapper body #app header .dataTables_header .hamburger .hamburger-inner:before, body #app header .dataTables_wrapper .dataTables_footer .hamburger .hamburger-inner:before, .dataTables_wrapper body #app header .dataTables_footer .hamburger .hamburger-inner:before, body #app-no-vue header .row .hamburger .hamburger-inner:before, body #app-no-vue header .dataTables_wrapper .dataTables_header .hamburger .hamburger-inner:before, .dataTables_wrapper body #app-no-vue header .dataTables_header .hamburger .hamburger-inner:before, body #app-no-vue header .dataTables_wrapper .dataTables_footer .hamburger .hamburger-inner:before, .dataTables_wrapper body #app-no-vue header .dataTables_footer .hamburger .hamburger-inner:before {
  top: -7px;
}

body #app header .row .hamburger .hamburger-inner:after, body #app header .dataTables_wrapper .dataTables_header .hamburger .hamburger-inner:after, .dataTables_wrapper body #app header .dataTables_header .hamburger .hamburger-inner:after, body #app header .dataTables_wrapper .dataTables_footer .hamburger .hamburger-inner:after, .dataTables_wrapper body #app header .dataTables_footer .hamburger .hamburger-inner:after, body #app-no-vue header .row .hamburger .hamburger-inner:after, body #app-no-vue header .dataTables_wrapper .dataTables_header .hamburger .hamburger-inner:after, .dataTables_wrapper body #app-no-vue header .dataTables_header .hamburger .hamburger-inner:after, body #app-no-vue header .dataTables_wrapper .dataTables_footer .hamburger .hamburger-inner:after, .dataTables_wrapper body #app-no-vue header .dataTables_footer .hamburger .hamburger-inner:after {
  bottom: -7px;
}

body #app header .row ul, body #app header .dataTables_wrapper .dataTables_header ul, .dataTables_wrapper body #app header .dataTables_header ul, body #app header .dataTables_wrapper .dataTables_footer ul, .dataTables_wrapper body #app header .dataTables_footer ul, body #app-no-vue header .row ul, body #app-no-vue header .dataTables_wrapper .dataTables_header ul, .dataTables_wrapper body #app-no-vue header .dataTables_header ul, body #app-no-vue header .dataTables_wrapper .dataTables_footer ul, .dataTables_wrapper body #app-no-vue header .dataTables_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  width: 100%;
  margin-top: 1rem;
  color: #462564;
  list-style: none;
  padding: 0;
  position: relative;
}

body #app header .row ul li, body #app header .dataTables_wrapper .dataTables_header ul li, .dataTables_wrapper body #app header .dataTables_header ul li, body #app header .dataTables_wrapper .dataTables_footer ul li, .dataTables_wrapper body #app header .dataTables_footer ul li, body #app-no-vue header .row ul li, body #app-no-vue header .dataTables_wrapper .dataTables_header ul li, .dataTables_wrapper body #app-no-vue header .dataTables_header ul li, body #app-no-vue header .dataTables_wrapper .dataTables_footer ul li, .dataTables_wrapper body #app-no-vue header .dataTables_footer ul li {
  height: 100%;
  cursor: pointer;
  padding: 1rem;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body #app header .row ul li > a, body #app header .dataTables_wrapper .dataTables_header ul li > a, .dataTables_wrapper body #app header .dataTables_header ul li > a, body #app header .dataTables_wrapper .dataTables_footer ul li > a, .dataTables_wrapper body #app header .dataTables_footer ul li > a, body #app-no-vue header .row ul li > a, body #app-no-vue header .dataTables_wrapper .dataTables_header ul li > a, .dataTables_wrapper body #app-no-vue header .dataTables_header ul li > a, body #app-no-vue header .dataTables_wrapper .dataTables_footer ul li > a, .dataTables_wrapper body #app-no-vue header .dataTables_footer ul li > a {
  height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

body #app header .row ul li > a span, body #app header .dataTables_wrapper .dataTables_header ul li > a span, .dataTables_wrapper body #app header .dataTables_header ul li > a span, body #app header .dataTables_wrapper .dataTables_footer ul li > a span, .dataTables_wrapper body #app header .dataTables_footer ul li > a span, body #app-no-vue header .row ul li > a span, body #app-no-vue header .dataTables_wrapper .dataTables_header ul li > a span, .dataTables_wrapper body #app-no-vue header .dataTables_header ul li > a span, body #app-no-vue header .dataTables_wrapper .dataTables_footer ul li > a span, .dataTables_wrapper body #app-no-vue header .dataTables_footer ul li > a span {
  display: none;
  content: '';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 22px;
  border-color: transparent #95c123 transparent white;
  -webkit-filter: drop-shadow(3px 0 0 #95c123);
          filter: drop-shadow(3px 0 0 #95c123);
  z-index: 300;
}

body #app header .row ul li:first-of-type > a span, body #app header .dataTables_wrapper .dataTables_header ul li:first-of-type > a span, .dataTables_wrapper body #app header .dataTables_header ul li:first-of-type > a span, body #app header .dataTables_wrapper .dataTables_footer ul li:first-of-type > a span, .dataTables_wrapper body #app header .dataTables_footer ul li:first-of-type > a span, body #app-no-vue header .row ul li:first-of-type > a span, body #app-no-vue header .dataTables_wrapper .dataTables_header ul li:first-of-type > a span, .dataTables_wrapper body #app-no-vue header .dataTables_header ul li:first-of-type > a span, body #app-no-vue header .dataTables_wrapper .dataTables_footer ul li:first-of-type > a span, .dataTables_wrapper body #app-no-vue header .dataTables_footer ul li:first-of-type > a span {
  left: 12px;
}

body #app header .row .line-break, body #app header .dataTables_wrapper .dataTables_header .line-break, .dataTables_wrapper body #app header .dataTables_header .line-break, body #app header .dataTables_wrapper .dataTables_footer .line-break, .dataTables_wrapper body #app header .dataTables_footer .line-break, body #app-no-vue header .row .line-break, body #app-no-vue header .dataTables_wrapper .dataTables_header .line-break, .dataTables_wrapper body #app-no-vue header .dataTables_header .line-break, body #app-no-vue header .dataTables_wrapper .dataTables_footer .line-break, .dataTables_wrapper body #app-no-vue header .dataTables_footer .line-break {
  display: none;
}

body #app header .row .caresource-login, body #app header .dataTables_wrapper .dataTables_header .caresource-login, .dataTables_wrapper body #app header .dataTables_header .caresource-login, body #app header .dataTables_wrapper .dataTables_footer .caresource-login, .dataTables_wrapper body #app header .dataTables_footer .caresource-login, body #app-no-vue header .row .caresource-login, body #app-no-vue header .dataTables_wrapper .dataTables_header .caresource-login, .dataTables_wrapper body #app-no-vue header .dataTables_header .caresource-login, body #app-no-vue header .dataTables_wrapper .dataTables_footer .caresource-login, .dataTables_wrapper body #app-no-vue header .dataTables_footer .caresource-login {
  padding: .85rem 1rem !important;
  font-weight: 500;
  background-color: #a288d9;
  border-color: #a288d9;
}

body #app header .row .caresource-login:hover, body #app header .dataTables_wrapper .dataTables_header .caresource-login:hover, .dataTables_wrapper body #app header .dataTables_header .caresource-login:hover, body #app header .dataTables_wrapper .dataTables_footer .caresource-login:hover, .dataTables_wrapper body #app header .dataTables_footer .caresource-login:hover, body #app-no-vue header .row .caresource-login:hover, body #app-no-vue header .dataTables_wrapper .dataTables_header .caresource-login:hover, .dataTables_wrapper body #app-no-vue header .dataTables_header .caresource-login:hover, body #app-no-vue header .dataTables_wrapper .dataTables_footer .caresource-login:hover, .dataTables_wrapper body #app-no-vue header .dataTables_footer .caresource-login:hover {
  background-color: #5c37ab;
  border-color: #5c37ab;
}

@media screen and (max-width: 995px) {
  body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo, body #app-no-vue header .row .logo, body #app-no-vue header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app-no-vue header .dataTables_header .logo, body #app-no-vue header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app-no-vue header .dataTables_footer .logo {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-right: auto;
    max-width: 80%;
  }
  body #app header .row .line-break, body #app header .dataTables_wrapper .dataTables_header .line-break, .dataTables_wrapper body #app header .dataTables_header .line-break, body #app header .dataTables_wrapper .dataTables_footer .line-break, .dataTables_wrapper body #app header .dataTables_footer .line-break, body #app-no-vue header .row .line-break, body #app-no-vue header .dataTables_wrapper .dataTables_header .line-break, .dataTables_wrapper body #app-no-vue header .dataTables_header .line-break, body #app-no-vue header .dataTables_wrapper .dataTables_footer .line-break, .dataTables_wrapper body #app-no-vue header .dataTables_footer .line-break {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo, body #app-no-vue header .row .logo, body #app-no-vue header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app-no-vue header .dataTables_header .logo, body #app-no-vue header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app-no-vue header .dataTables_footer .logo {
    width: 80%;
  }
  body #app header .row .logo img, body #app header .dataTables_wrapper .dataTables_header .logo img, .dataTables_wrapper body #app header .dataTables_header .logo img, body #app header .dataTables_wrapper .dataTables_footer .logo img, .dataTables_wrapper body #app header .dataTables_footer .logo img, body #app-no-vue header .row .logo img, body #app-no-vue header .dataTables_wrapper .dataTables_header .logo img, .dataTables_wrapper body #app-no-vue header .dataTables_header .logo img, body #app-no-vue header .dataTables_wrapper .dataTables_footer .logo img, .dataTables_wrapper body #app-no-vue header .dataTables_footer .logo img {
    width: 100%;
    height: auto;
  }
  body #app header .row .icons, body #app header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app header .dataTables_header .icons, body #app header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app header .dataTables_footer .icons, body #app-no-vue header .row .icons, body #app-no-vue header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app-no-vue header .dataTables_header .icons, body #app-no-vue header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app-no-vue header .dataTables_footer .icons {
    width: 20%;
  }
  body #app header .row .hamburger, body #app header .dataTables_wrapper .dataTables_header .hamburger, .dataTables_wrapper body #app header .dataTables_header .hamburger, body #app header .dataTables_wrapper .dataTables_footer .hamburger, .dataTables_wrapper body #app header .dataTables_footer .hamburger, body #app-no-vue header .row .hamburger, body #app-no-vue header .dataTables_wrapper .dataTables_header .hamburger, .dataTables_wrapper body #app-no-vue header .dataTables_header .hamburger, body #app-no-vue header .dataTables_wrapper .dataTables_footer .hamburger, .dataTables_wrapper body #app-no-vue header .dataTables_footer .hamburger {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body #app header .row .search-bar, body #app header .dataTables_wrapper .dataTables_header .search-bar, .dataTables_wrapper body #app header .dataTables_header .search-bar, body #app header .dataTables_wrapper .dataTables_footer .search-bar, .dataTables_wrapper body #app header .dataTables_footer .search-bar, body #app-no-vue header .row .search-bar, body #app-no-vue header .dataTables_wrapper .dataTables_header .search-bar, .dataTables_wrapper body #app-no-vue header .dataTables_header .search-bar, body #app-no-vue header .dataTables_wrapper .dataTables_footer .search-bar, .dataTables_wrapper body #app-no-vue header .dataTables_footer .search-bar {
    width: 70%;
    margin-right: 20px;
    margin-left: 20px;
  }
  body #app header .row .icons, body #app header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app header .dataTables_header .icons, body #app header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app header .dataTables_footer .icons, body #app header .row .search-bar, body #app header .dataTables_wrapper .dataTables_header .search-bar, .dataTables_wrapper body #app header .dataTables_header .search-bar, body #app header .dataTables_wrapper .dataTables_footer .search-bar, .dataTables_wrapper body #app header .dataTables_footer .search-bar, body #app-no-vue header .row .icons, body #app-no-vue header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app-no-vue header .dataTables_header .icons, body #app-no-vue header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app-no-vue header .dataTables_footer .icons, body #app-no-vue header .row .search-bar, body #app-no-vue header .dataTables_wrapper .dataTables_header .search-bar, .dataTables_wrapper body #app-no-vue header .dataTables_header .search-bar, body #app-no-vue header .dataTables_wrapper .dataTables_footer .search-bar, .dataTables_wrapper body #app-no-vue header .dataTables_footer .search-bar {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  body #app header .row .search-bar, body #app header .dataTables_wrapper .dataTables_header .search-bar, .dataTables_wrapper body #app header .dataTables_header .search-bar, body #app header .dataTables_wrapper .dataTables_footer .search-bar, .dataTables_wrapper body #app header .dataTables_footer .search-bar, body #app-no-vue header .row .search-bar, body #app-no-vue header .dataTables_wrapper .dataTables_header .search-bar, .dataTables_wrapper body #app-no-vue header .dataTables_header .search-bar, body #app-no-vue header .dataTables_wrapper .dataTables_footer .search-bar, .dataTables_wrapper body #app-no-vue header .dataTables_footer .search-bar {
    margin-left: 0px;
  }
}

@media screen and (max-width: 350px) {
  body #app header .row .icons, body #app header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app header .dataTables_header .icons, body #app header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app header .dataTables_footer .icons, body #app-no-vue header .row .icons, body #app-no-vue header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app-no-vue header .dataTables_header .icons, body #app-no-vue header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app-no-vue header .dataTables_footer .icons {
    width: 25%;
  }
  body #app header .row .search-bar, body #app header .dataTables_wrapper .dataTables_header .search-bar, .dataTables_wrapper body #app header .dataTables_header .search-bar, body #app header .dataTables_wrapper .dataTables_footer .search-bar, .dataTables_wrapper body #app header .dataTables_footer .search-bar, body #app-no-vue header .row .search-bar, body #app-no-vue header .dataTables_wrapper .dataTables_header .search-bar, .dataTables_wrapper body #app-no-vue header .dataTables_header .search-bar, body #app-no-vue header .dataTables_wrapper .dataTables_footer .search-bar, .dataTables_wrapper body #app-no-vue header .dataTables_footer .search-bar {
    width: 60%;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  body #app header, body #app-no-vue header {
    position: fixed;
    z-index: 999999;
    height: 207.73px;
    background-color: #ffffff;
    right: 0;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 485px) {
  body #app header, body #app-no-vue header {
    height: 185.3px;
  }
}

@media screen and (max-width: 1200px) {
  body #app #sub-menu, body #app-no-vue #sub-menu {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  body #app #header-hamburger, body #app-no-vue #header-hamburger {
    display: none;
  }
  body #app #hamburger, body #app-no-vue #hamburger {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body #app .headroom, body #app-no-vue .headroom {
    will-change: transform !important;
    -webkit-transition: -webkit-transform 200ms linear !important;
    transition: -webkit-transform 200ms linear !important;
    transition: transform 200ms linear !important;
    transition: transform 200ms linear, -webkit-transform 200ms linear !important;
  }
  body #app .headroom--pinned, body #app-no-vue .headroom--pinned {
    -webkit-transform: translateY(0%) !important;
            transform: translateY(0%) !important;
  }
  body #app .headroom--unpinned, body #app-no-vue .headroom--unpinned {
    -webkit-transform: translateY(-100%) !important;
            transform: translateY(-100%) !important;
  }
}

@media screen and (max-width: 767px) {
  body #app .message-block, body #app-no-vue .message-block {
    margin-top: 207.73px;
  }
}

@media screen and (max-width: 485px) {
  body #app .message-block, body #app-no-vue .message-block {
    margin-top: 185.3px;
  }
}

body #app .dropdown:hover .dropdown-content, body #app-no-vue .dropdown:hover .dropdown-content {
  display: block;
}

body #app .dropdown:hover, body #app-no-vue .dropdown:hover {
  text-decoration: none;
}

body #app .dropdown:hover a span, body #app-no-vue .dropdown:hover a span {
  display: block;
}

body #app main, body #app-no-vue main {
  z-index: 2;
  position: relative;
  height: 100%;
  background-color: white;
  -webkit-transition: transform .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

body #app .sidebar, body #app-no-vue .sidebar {
  height: 100%;
  width: 400px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #462564;
  overflow: auto;
}

body #app .sidebar ul, body #app-no-vue .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

body #app .sidebar ul li, body #app-no-vue .sidebar ul li {
  padding: 1rem;
  background: #3c1b5a;
  -webkit-box-shadow: 1px 1px 5px black;
          box-shadow: 1px 1px 5px black;
  margin: 0.5rem 0;
}

body #app .sidebar ul li:first-child, body #app-no-vue .sidebar ul li:first-child {
  margin-top: 0;
}

body #app .sidebar ul li:last-child, body #app-no-vue .sidebar ul li:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body #app .sidebar ul li a, body #app-no-vue .sidebar ul li a {
  padding: 5px 0;
  font-size: 1rem;
  color: white;
  display: block;
}

body #app .sidebar ul li a:hover, body #app .sidebar ul li a:focus, body #app-no-vue .sidebar ul li a:hover, body #app-no-vue .sidebar ul li a:focus {
  text-decoration: none;
  font-weight: bold;
}

body #app .sidebar ul li a:first-child, body #app-no-vue .sidebar ul li a:first-child {
  font-size: 1.4rem;
  padding: 0;
}

body #app .sidebar ul li a:first-child:hover, body #app-no-vue .sidebar ul li a:first-child:hover {
  font-weight: normal;
}

body #app .sidebar ul li hr, body #app-no-vue .sidebar ul li hr {
  width: 20%;
  height: 2px;
  background: #95c123;
  margin-left: 0;
}

body #app .sidebar ul #phone, body #app-no-vue .sidebar ul #phone {
  display: none;
}

body #app .sidebar ul #phone a, body #app-no-vue .sidebar ul #phone a {
  font-size: 1rem;
}

body #app .move-to-left, body #app-no-vue .move-to-left {
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}

@media screen and (max-width: 995px) {
  body #app .sidebar ul #phone, body #app-no-vue .sidebar ul #phone {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  body #app .sidebar, body #app-no-vue .sidebar {
    width: 300px;
  }
  body #app .sidebar ul .exit, body #app-no-vue .sidebar ul .exit {
    display: block;
  }
  body #app .move-to-left, body #app-no-vue .move-to-left {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

@media screen and (max-width: 400px) {
  body #app .sidebar, body #app-no-vue .sidebar {
    width: 250px;
  }
  body #app .move-to-left, body #app-no-vue .move-to-left {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
}

body #app div#title, body #app-no-vue div#title {
  background-color: #ffffff;
  padding: 20px 30px;
  margin: 0 -30px 0;
}

body #app div#title h1, body #app-no-vue div#title h1 {
  padding: 0.7857rem 0;
  margin: 0;
  line-height: 36px;
  word-wrap: break-word;
  color: #462564;
}

body #app div#title [class^='col-md'] .actions,
body #app div#title [class*=' col-md'] .actions, body #app-no-vue div#title [class^='col-md'] .actions,
body #app-no-vue div#title [class*=' col-md'] .actions {
  margin-top: 20px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  body #app div#title [class^='col-md'] .actions,
  body #app div#title [class*=' col-md'] .actions, body #app-no-vue div#title [class^='col-md'] .actions,
  body #app-no-vue div#title [class*=' col-md'] .actions {
    margin: 0;
    float: right;
  }
}

@media (min-width: 768px) {
  body #app div#title .actions, body #app-no-vue div#title .actions {
    position: relative;
  }
}

body #app div#title .actions span, body #app-no-vue div#title .actions span {
  color: #ffffff;
}

body #app div#title .actions .btn:not(.dropdown-toggle), body #app div#title .actions .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:not(.dropdown-toggle), .dataTables_wrapper .dataTables_footer .dataTables_paginate body #app div#title .actions .paginate_button:not(.dropdown-toggle), body #app div#title .actions .hbspt-form input:not(.dropdown-toggle)[type=submit], .hbspt-form body #app div#title .actions input:not(.dropdown-toggle)[type=submit], body #app-no-vue div#title .actions .btn:not(.dropdown-toggle), body #app-no-vue div#title .actions .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:not(.dropdown-toggle), .dataTables_wrapper .dataTables_footer .dataTables_paginate body #app-no-vue div#title .actions .paginate_button:not(.dropdown-toggle), body #app-no-vue div#title .actions .hbspt-form input:not(.dropdown-toggle)[type=submit], .hbspt-form body #app-no-vue div#title .actions input:not(.dropdown-toggle)[type=submit] {
  height: 44px;
  width: 44px;
  line-height: 44px;
  padding: 0;
  border-radius: 100%;
}

body #app div#title .actions .btn:not(.dropdown-toggle) i, body #app div#title .actions .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:not(.dropdown-toggle) i, .dataTables_wrapper .dataTables_footer .dataTables_paginate body #app div#title .actions .paginate_button:not(.dropdown-toggle) i, body #app div#title .actions .hbspt-form input:not(.dropdown-toggle)[type=submit] i, .hbspt-form body #app div#title .actions input:not(.dropdown-toggle)[type=submit] i, body #app-no-vue div#title .actions .btn:not(.dropdown-toggle) i, body #app-no-vue div#title .actions .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:not(.dropdown-toggle) i, .dataTables_wrapper .dataTables_footer .dataTables_paginate body #app-no-vue div#title .actions .paginate_button:not(.dropdown-toggle) i, body #app-no-vue div#title .actions .hbspt-form input:not(.dropdown-toggle)[type=submit] i, .hbspt-form body #app-no-vue div#title .actions input:not(.dropdown-toggle)[type=submit] i {
  line-height: 44px;
}

body #app #main, body #app-no-vue #main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body #app #main > .content, body #app-no-vue #main > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/**
 * App content
 */
.app-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 70px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 767px) {
  .app-content {
    padding-top: 69px;
  }
}

.page-container {
  margin-top: 30px;
}

.page-container .blog-details span {
  font-weight: 600;
}

.page-content {
  margin-bottom: 30px;
}

.address-list {
  list-style: none;
}

/**
 * App footer styles
 */
footer .bg-grey {
  background-color: lightslategray;
}

footer .bg-light-grey {
  background-color: #f5f5f5;
}

footer #footer-top {
  position: relative;
  background: lightslategray url("/assets/frontend/images/textures/hexagons-blue-footer.png") no-repeat -60px bottom;
  background-size: 1200px;
  padding: 20px 0;
}

@media (min-width: 992px) {
  footer #footer-top {
    background-position-x: 0;
  }
}

footer #footer-top:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(119, 136, 153, 0.25);
}

footer #footer-top .row, footer #footer-top .dataTables_wrapper .dataTables_header, .dataTables_wrapper footer #footer-top .dataTables_header, footer #footer-top .dataTables_wrapper .dataTables_footer, .dataTables_wrapper footer #footer-top .dataTables_footer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer #footer-top .row a, footer #footer-top .dataTables_wrapper .dataTables_header a, .dataTables_wrapper footer #footer-top .dataTables_header a, footer #footer-top .dataTables_wrapper .dataTables_footer a, .dataTables_wrapper footer #footer-top .dataTables_footer a,
footer #footer-top .row p,
footer #footer-top .dataTables_wrapper .dataTables_header p,
.dataTables_wrapper footer #footer-top .dataTables_header p,
footer #footer-top .dataTables_wrapper .dataTables_footer p,
.dataTables_wrapper footer #footer-top .dataTables_footer p {
  margin: 0;
  color: white;
  line-height: 24px;
}

footer #footer-top .row h3, footer #footer-top .dataTables_wrapper .dataTables_header h3, .dataTables_wrapper footer #footer-top .dataTables_header h3, footer #footer-top .dataTables_wrapper .dataTables_footer h3, .dataTables_wrapper footer #footer-top .dataTables_footer h3 {
  font-size: 2.3rem;
  color: white;
  font-family: 'Roboto', sans-serif;
}

footer #footer-top .row .phone-icon-container, footer #footer-top .dataTables_wrapper .dataTables_header .phone-icon-container, .dataTables_wrapper footer #footer-top .dataTables_header .phone-icon-container, footer #footer-top .dataTables_wrapper .dataTables_footer .phone-icon-container, .dataTables_wrapper footer #footer-top .dataTables_footer .phone-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer #footer-top .row .phone-icon-container .icon-phone1, footer #footer-top .dataTables_wrapper .dataTables_header .phone-icon-container .icon-phone1, .dataTables_wrapper footer #footer-top .dataTables_header .phone-icon-container .icon-phone1, footer #footer-top .dataTables_wrapper .dataTables_footer .phone-icon-container .icon-phone1, .dataTables_wrapper footer #footer-top .dataTables_footer .phone-icon-container .icon-phone1 {
  font-size: 1.8rem;
}

footer #footer-top .row .footer-email, footer #footer-top .dataTables_wrapper .dataTables_header .footer-email, .dataTables_wrapper footer #footer-top .dataTables_header .footer-email, footer #footer-top .dataTables_wrapper .dataTables_footer .footer-email, .dataTables_wrapper footer #footer-top .dataTables_footer .footer-email {
  font-size: 1rem;
}

footer #footer-top .row .footer-phone, footer #footer-top .dataTables_wrapper .dataTables_header .footer-phone, .dataTables_wrapper footer #footer-top .dataTables_header .footer-phone, footer #footer-top .dataTables_wrapper .dataTables_footer .footer-phone, .dataTables_wrapper footer #footer-top .dataTables_footer .footer-phone {
  padding: .5rem;
}

footer #footer-top .row .footer-phone p, footer #footer-top .dataTables_wrapper .dataTables_header .footer-phone p, .dataTables_wrapper footer #footer-top .dataTables_header .footer-phone p, footer #footer-top .dataTables_wrapper .dataTables_footer .footer-phone p, .dataTables_wrapper footer #footer-top .dataTables_footer .footer-phone p, footer #footer-top .row .footer-phone a, footer #footer-top .dataTables_wrapper .dataTables_header .footer-phone a, .dataTables_wrapper footer #footer-top .dataTables_header .footer-phone a, footer #footer-top .dataTables_wrapper .dataTables_footer .footer-phone a, .dataTables_wrapper footer #footer-top .dataTables_footer .footer-phone a {
  padding-left: .5rem;
}

footer #footer-top .row .footer-phone p, footer #footer-top .dataTables_wrapper .dataTables_header .footer-phone p, .dataTables_wrapper footer #footer-top .dataTables_header .footer-phone p, footer #footer-top .dataTables_wrapper .dataTables_footer .footer-phone p, .dataTables_wrapper footer #footer-top .dataTables_footer .footer-phone p {
  line-height: 20px;
}

footer #footer-top .row .footer-phone a, footer #footer-top .dataTables_wrapper .dataTables_header .footer-phone a, .dataTables_wrapper footer #footer-top .dataTables_header .footer-phone a, footer #footer-top .dataTables_wrapper .dataTables_footer .footer-phone a, .dataTables_wrapper footer #footer-top .dataTables_footer .footer-phone a {
  font-size: 1rem !important;
  font-weight: normal !important;
}

footer #footer-top .row div .footer-link, footer #footer-top .dataTables_wrapper .dataTables_header div .footer-link, .dataTables_wrapper footer #footer-top .dataTables_header div .footer-link, footer #footer-top .dataTables_wrapper .dataTables_footer div .footer-link, .dataTables_wrapper footer #footer-top .dataTables_footer div .footer-link {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

footer #footer-top .row div, footer #footer-top .dataTables_wrapper .dataTables_header div, .dataTables_wrapper footer #footer-top .dataTables_header div, footer #footer-top .dataTables_wrapper .dataTables_footer div, .dataTables_wrapper footer #footer-top .dataTables_footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0;
}

footer #footer-top .row .break, footer #footer-top .dataTables_wrapper .dataTables_header .break, .dataTables_wrapper footer #footer-top .dataTables_header .break, footer #footer-top .dataTables_wrapper .dataTables_footer .break, .dataTables_wrapper footer #footer-top .dataTables_footer .break {
  margin-bottom: 1.5rem;
}

footer #footer-middle .row div, footer #footer-middle .dataTables_wrapper .dataTables_header div, .dataTables_wrapper footer #footer-middle .dataTables_header div, footer #footer-middle .dataTables_wrapper .dataTables_footer div, .dataTables_wrapper footer #footer-middle .dataTables_footer div {
  padding: 0;
}

@media screen and (min-width: 576px) {
  footer #footer-middle .row .stickers, footer #footer-middle .dataTables_wrapper .dataTables_header .stickers, .dataTables_wrapper footer #footer-middle .dataTables_header .stickers, footer #footer-middle .dataTables_wrapper .dataTables_footer .stickers, .dataTables_wrapper footer #footer-middle .dataTables_footer .stickers, footer #footer-middle .row .social, footer #footer-middle .dataTables_wrapper .dataTables_header .social, .dataTables_wrapper footer #footer-middle .dataTables_header .social, footer #footer-middle .dataTables_wrapper .dataTables_footer .social, .dataTables_wrapper footer #footer-middle .dataTables_footer .social {
    padding: 1.5rem 0 1.5rem 20px;
  }
}

footer #footer-middle .row .stickers, footer #footer-middle .dataTables_wrapper .dataTables_header .stickers, .dataTables_wrapper footer #footer-middle .dataTables_header .stickers, footer #footer-middle .dataTables_wrapper .dataTables_footer .stickers, .dataTables_wrapper footer #footer-middle .dataTables_footer .stickers {
  padding: 1rem 15px;
  display: block;
}

footer #footer-middle .row .stickers img, footer #footer-middle .dataTables_wrapper .dataTables_header .stickers img, .dataTables_wrapper footer #footer-middle .dataTables_header .stickers img, footer #footer-middle .dataTables_wrapper .dataTables_footer .stickers img, .dataTables_wrapper footer #footer-middle .dataTables_footer .stickers img {
  height: 50px;
  margin-right: 1rem;
}

footer #footer-middle .row .social, footer #footer-middle .dataTables_wrapper .dataTables_header .social, .dataTables_wrapper footer #footer-middle .dataTables_header .social, footer #footer-middle .dataTables_wrapper .dataTables_footer .social, .dataTables_wrapper footer #footer-middle .dataTables_footer .social {
  padding: 1.5rem 0;
}

footer #footer-middle .row .social > div, footer #footer-middle .dataTables_wrapper .dataTables_header .social > div, .dataTables_wrapper footer #footer-middle .dataTables_header .social > div, footer #footer-middle .dataTables_wrapper .dataTables_footer .social > div, .dataTables_wrapper footer #footer-middle .dataTables_footer .social > div {
  padding: 0;
}

@media screen and (min-width: 576px) {
  footer #footer-middle .row .social > div, footer #footer-middle .dataTables_wrapper .dataTables_header .social > div, .dataTables_wrapper footer #footer-middle .dataTables_header .social > div, footer #footer-middle .dataTables_wrapper .dataTables_footer .social > div, .dataTables_wrapper footer #footer-middle .dataTables_footer .social > div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

footer #footer-middle .row .social span, footer #footer-middle .dataTables_wrapper .dataTables_header .social span, .dataTables_wrapper footer #footer-middle .dataTables_header .social span, footer #footer-middle .dataTables_wrapper .dataTables_footer .social span, .dataTables_wrapper footer #footer-middle .dataTables_footer .social span {
  font-size: 2rem;
  padding: 0 10px;
}

footer #footer-bottom p, footer #footer-bottom a {
  color: grey;
  margin: 0;
}

footer#simple-footer #footer-top div .footer-link {
  font-size: 16px;
}

.top-spacer {
  margin-top: 50px;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.category-child__image {
  width: 100%;
}

.about-us__vehicles {
  width: 100%;
}

.text-icon {
  width: 100%;
  float: left;
}

.text-icon .text-icon__icon {
  float: left;
  width: 40px;
}

.text-icon .text-icon__text {
  margin-left: 10px;
  line-height: 40px;
  float: left;
}

.top-header li a {
  font-size: 12px;
  font-weight: 400;
}

.top-header li:after {
  margin: 0 8px;
  float: right;
}

header .logo {
  height: 100px;
  min-width: 425px;
  max-width: 425px !important;
}

header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

header .container .row .row, header .container .dataTables_wrapper .dataTables_header .row, .dataTables_wrapper header .container .dataTables_header .row, header .container .dataTables_wrapper .dataTables_footer .row, .dataTables_wrapper header .container .dataTables_footer .row, header .container .row .dataTables_wrapper .dataTables_header, .dataTables_wrapper header .container .row .dataTables_header, header .container .dataTables_wrapper .dataTables_header .dataTables_header, .dataTables_wrapper header .container .dataTables_header .dataTables_header, header .container .dataTables_wrapper .dataTables_footer .dataTables_header, .dataTables_wrapper header .container .dataTables_footer .dataTables_header, header .container .row .dataTables_wrapper .dataTables_footer, .dataTables_wrapper header .container .row .dataTables_footer, header .container .dataTables_wrapper .dataTables_header .dataTables_footer, .dataTables_wrapper header .container .dataTables_header .dataTables_footer, header .container .dataTables_wrapper .dataTables_footer .dataTables_footer, .dataTables_wrapper header .container .dataTables_footer .dataTables_footer {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

header .caresource-login {
  margin-right: 13px;
}

body #app header .row ul li > a, body #app header .dataTables_wrapper .dataTables_header ul li > a, .dataTables_wrapper body #app header .dataTables_header ul li > a, body #app header .dataTables_wrapper .dataTables_footer ul li > a, .dataTables_wrapper body #app header .dataTables_footer ul li > a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #472466;
  height: auto;
}

body #app header .row .dropdown .caresource-login, body #app header .dataTables_wrapper .dataTables_header .dropdown .caresource-login, .dataTables_wrapper body #app header .dataTables_header .dropdown .caresource-login, body #app header .dataTables_wrapper .dataTables_footer .dropdown .caresource-login, .dataTables_wrapper body #app header .dataTables_footer .dropdown .caresource-login {
  font-weight: 700 !important;
  min-width: 142px;
  max-width: 142px;
  float: left;
  white-space: normal;
  padding: 0 5px !important;
  margin: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border-radius: 10px !important;
  background: #93bf1e;
  border-color: #93bf1e;
}

body #app header #sub-menu ul li:last-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
  max-width: 297px !important;
}

body #app header #sub-menu ul li:last-of-type a:first-of-type {
  background: #818793;
  border-color: #818793;
  margin-right: 13px !important;
}

body #app header .row ul, body #app header .dataTables_wrapper .dataTables_header ul, .dataTables_wrapper body #app header .dataTables_header ul, body #app header .dataTables_wrapper .dataTables_footer ul, .dataTables_wrapper body #app header .dataTables_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin: 13px 0 14px;
}

body #app header .row ul li, body #app header .dataTables_wrapper .dataTables_header ul li, .dataTables_wrapper body #app header .dataTables_header ul li, body #app header .dataTables_wrapper .dataTables_footer ul li, .dataTables_wrapper body #app header .dataTables_footer ul li {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 120px;
}

body #app header .row .dropdown .caresource-login:hover, body #app header .dataTables_wrapper .dataTables_header .dropdown .caresource-login:hover, .dataTables_wrapper body #app header .dataTables_header .dropdown .caresource-login:hover, body #app header .dataTables_wrapper .dataTables_footer .dropdown .caresource-login:hover, .dataTables_wrapper body #app header .dataTables_footer .dropdown .caresource-login:hover {
  background: #a288d9 !important;
  border-color: #a288d9 !important;
}

.dropdown-content {
  top: 54px;
}

#homepage-banner {
  height: 650px !important;
  margin-bottom: 4px;
  float: left;
  width: 100%;
}

#homepage-banner .banner {
  float: left;
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#homepage-banner .banner__title {
  float: left;
  width: 100%;
  position: absolute;
  top: 80px;
  text-align: center;
  z-index: 2;
  max-width: 870px;
}

#homepage-banner .banner__title h1 {
  font-size: 46px;
  line-height: 62px;
  font-weight: 500;
  margin: -13px 0 -14px;
  text-shadow: 0 0 15px #2e2e2e26, 0 0 25px #2e2e2e33, 0 0 45px #2e2e2e45, 0 0 45px #2e2e2e54;
}

#homepage-banner .banner__title h1 span {
  font-weight: 900;
}

#homepage-banner .banner__section {
  float: left;
  height: 100% !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 45px;
}

#homepage-banner .banner__section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#homepage-banner .row, #homepage-banner .dataTables_wrapper .dataTables_header, .dataTables_wrapper #homepage-banner .dataTables_header, #homepage-banner .dataTables_wrapper .dataTables_footer, .dataTables_wrapper #homepage-banner .dataTables_footer {
  float: left;
  width: 100%;
  height: 100%;
}

#homepage-banner .section__text {
  position: relative;
  z-index: 1;
  font-size: 34px;
  line-height: 48px;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 240px;
  margin: -10px 0 -11px;
}

#homepage-banner a.section__link {
  position: relative;
  z-index: 1;
  height: 60px;
  padding: 18px 35px !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border: 1px solid white;
  margin: 53px 0 0;
}

#homepage-banner .banner__section.section__medical .section__link {
  color: #472665;
}

#homepage-banner .banner__section.section__service_maintenance .section__link {
  color: #808792;
}

#homepage-banner .banner__section.section__hygiene .section__link {
  color: #93bf1e;
}

#homepage-banner .section__link:hover {
  background: transparent;
  color: white !important;
}

#homepage-banner .banner__section:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.72;
}

#homepage-banner .banner__section.section__medical:before {
  background: #472665;
}

#homepage-banner .banner__section.section__service_maintenance:before {
  background: #808792;
}

#homepage-banner .banner__section.section__hygiene:before {
  background: #93bf1e;
}

.banner__google-review {
  position: absolute;
  z-index: 1;
  bottom: 80px;
  max-width: 495px;
  border-radius: 100px;
  overflow: hidden;
  float: left;
  background: white;
}

.banner__google-review .google-review__left {
  position: absolute;
  left: 12px;
}

.banner__google-review .google-review {
  padding: 15px;
  padding-left: 62px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__google-review .google-review__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #292b2c;
  float: left;
  width: 100%;
  white-space: nowrap;
  letter-spacing: 0.02em;
  margin: -4px 0 2px;
}

.banner__google-review .google-review__right {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#homepage-banner .google-review__stars {
  float: left;
  margin: -2px 10px -5px 0;
}

#homepage-banner .google-review__full-stars {
  color: #c7ae61;
}

#homepage-banner .google-review__total-reviews {
  font-size: 12px;
  font-weight: 700;
  color: #292b2c;
  opacity: 0.71;
  line-height: 22px;
}

.banner-divider {
  float: left;
  width: 100%;
  background: #93bf1e !important;
  margin-bottom: 88px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
}

#product-categories {
  margin-bottom: 90px;
}

#product-categories h3, div#product-carousel-container h3 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 54px;
  font-weight: 900;
  color: #6d727c;
  margin: -17px 0 35px;
}

#product-categories .category-child {
  margin-bottom: 30px;
}

#product-categories .category-child img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.category-child__container {
  height: 360px;
  position: relative;
  float: left;
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.category-child__text {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 -8px;
}

.category-child__container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  opacity: 0.57;
}

.category-child__container:hover:before {
  opacity: 0.68;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#462564+0,462564+100 */
  background: #462564;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#462564), to(#462564));
  background: linear-gradient(to bottom, #462564 0%, #462564 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#462564', endColorstr='#462564',GradientType=0 );
  /* IE6-9 */
}

#about-us {
  margin-bottom: 62px;
  overflow: hidden;
}

.about-us__title {
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
  color: #6d727c;
  float: left;
  width: 100%;
  margin: -11px 0 35px;
}

#about-us .content-padding {
  padding-top: 63px;
  padding-bottom: 63px;
}

.about-us__text {
  float: left;
  width: 100%;
  margin: -5px 0 38px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #292b2c;
}

.about-us__why-us {
  float: left;
  width: 100%;
  font-size: 22px;
  line-height: 31px;
  font-weight: 500;
  color: #6d727c;
  margin: 0 0 28px;
}

.about-us__reasons {
  margin-bottom: 21px;
}

.about-us__reasons .text-icon.reason {
  padding-left: 62px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 24px;
  min-height: 40px;
}

.about-us__reasons > div {
  padding-right: 0;
}

.about-us__reasons .reason__icon {
  position: absolute;
  left: 0;
}

.about-us__reasons .reason__icon img {
  width: 30px;
  height: 30px;
  max-width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-us__reasons .reason__text {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #292b2c;
}

.about-us__reasons .reason__icon svg {
  fill: #95c124;
}

.about-us__brochure {
  float: left;
  width: 100%;
}

.about-us__brochure a.btn, .about-us__brochure .dataTables_wrapper .dataTables_footer .dataTables_paginate a.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .about-us__brochure a.paginate_button, #product-credit-account .credit-account__brochure a.btn, #product-credit-account .credit-account__brochure .dataTables_wrapper .dataTables_footer .dataTables_paginate a.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate #product-credit-account .credit-account__brochure a.paginate_button {
  color: white;
  height: 60px;
  padding: 18px 28px !important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.about-us__brochure a.btn:hover, .about-us__brochure .dataTables_wrapper .dataTables_footer .dataTables_paginate a.paginate_button:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate .about-us__brochure a.paginate_button:hover, #product-credit-account .credit-account__brochure a.btn:hover, #product-credit-account .credit-account__brochure .dataTables_wrapper .dataTables_footer .dataTables_paginate a.paginate_button:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate #product-credit-account .credit-account__brochure a.paginate_button:hover {
  background: #a288d9 !important;
}

#about-us img {
  float: left;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 45vw;
  max-height: 843px;
}

div#product-carousel-container {
  background: none;
  padding: 0 15px;
  margin-bottom: 124px;
}

#product-credit-account {
  margin-bottom: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9095a0+0,737987+100 */
  background: #9095a0;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #9095a0 0%, #737987 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9095a0', endColorstr='#737987',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  overflow: hidden;
}

#product-credit-account .credit-account__title {
  float: left;
  width: 100%;
  font-size: 34px;
  line-height: 54px;
  font-weight: 500;
  color: #ffffff;
  margin: -13px 0 18px;
}

#product-credit-account .credit-account__text {
  float: left;
  width: 100%;
  margin: 0 0 45px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #ffffff;
  max-width: 500px;
}

#product-credit-account .row, #product-credit-account .dataTables_wrapper .dataTables_header, .dataTables_wrapper #product-credit-account .dataTables_header, #product-credit-account .dataTables_wrapper .dataTables_footer, .dataTables_wrapper #product-credit-account .dataTables_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#product-credit-account .content-padding {
  padding-top: 82px;
  padding-bottom: 82px;
  padding-right: 82px;
}

#product-credit-account .row, #product-credit-account .dataTables_wrapper .dataTables_header, .dataTables_wrapper #product-credit-account .dataTables_header, #product-credit-account .dataTables_wrapper .dataTables_footer, .dataTables_wrapper #product-credit-account .dataTables_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#product-credit-account .credit-account__brochure a.btn, #product-credit-account .credit-account__brochure .dataTables_wrapper .dataTables_footer .dataTables_paginate a.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate #product-credit-account .credit-account__brochure a.paginate_button {
  color: #6a6f7a !important;
  background: white !important;
}

#product-credit-account img {
  border-left: 5px solid white;
  height: 100%;
  width: 50vw;
  max-height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
}

#contact-us-form {
  margin-bottom: 92px;
  border-top: 1px solid #d4d5d5;
  border-bottom: 1px solid #d4d5d5;
  position: relative;
}

#contact-us-form:after {
  content: "";
  visibility: visible;
  width: 49%;
  height: 100%;
  background: whitesmoke;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #d4d5d5;
  z-index: -1;
}

.form-group.contact-us__group, .hbspt-form fieldset > div.contact-us__group.field {
  padding-left: 80px;
  float: left;
  width: 100%;
}

#contact-us-form .contact-us__title {
  font-size: 34px;
  line-height: 48px;
  font-weight: 500;
  float: left;
  width: 100%;
  color: #6d727c;
  padding-right: 15px;
  margin: -11px 0 25px;
}

#contact-us-form .contact-us__text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #292b2c;
  margin: 0 0 35px;
  float: left;
  width: 100%;
}

.contact-us__information, .contact-us__information .text-icon {
  float: left;
  width: 100%;
}

.contact-us__information .text-icon {
  margin: 0 0 10px;
  position: relative;
  padding: 0 0 0 57px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-us__information .text-icon__icon {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background: #95bf1d;
  border-radius: 100px;
  fill: white;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-us__information .text-icon__text {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #292b2c;
  line-height: 30px;
}

.contact-us__information a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #95bf1d;
  -webkit-box-shadow: inset 0 -0.06rem 0 0 #95bf1d;
          box-shadow: inset 0 -0.06rem 0 0 #95bf1d;
}

.contact-us__information {
  margin: 0 0 -17px;
}

#contact-us-form .content-padding {
  padding-top: 83px;
  padding-bottom: 83px;
}

#contact-us-form .form-container {
  padding-top: 83px;
  padding-bottom: 83px;
  position: relative;
}

#contact-us-form .form-container:before {
  content: "";
  visibility: visible;
  width: 50vw;
  height: 100%;
  background: whitesmoke;
  position: absolute;
  top: 0;
  left: 15px;
  border-left: 1px solid #d4d5d5;
}

#our-suppliers-container {
  padding: 0 15px;
  background: none;
  margin-bottom: 90px;
}

#our-suppliers-container h3 {
  font-size: 30px;
  line-height: 54px;
  font-weight: 500;
  color: #818793;
  margin: -15px 0 30px;
  text-align: center;
}

#our-suppliers-container .container .brands-grid-container .brands-grid {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0;
  margin: 0 0 -50px;
}

#our-suppliers-container .container .brands-grid-container .brands-grid .brands-item img {
  max-height: 60px;
  max-width: 175px;
  width: auto;
  height: auto;
}

#our-suppliers-container .brands-item {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 50px;
}

#our-suppliers-container .container .brands-grid-container {
  float: left;
}

#newsletter-container {
  background: #f5f5f5 !important;
  padding: 55px 15px !important;
  margin-bottom: 0;
  float: left;
  width: 100%;
}

#newsletter-container .container h2 {
  font-size: 20px !important;
  line-height: 26px;
  color: #292b2c;
  float: left;
  width: 100%;
  margin: 0;
}

#newsletter-container .d-flex.flex-column {
  float: left;
  width: 100%;
}

#newsletter-container .container .form input {
  border-radius: 0;
  height: 60px;
  border: 1px solid #a3a4a5 !important;
  font-size: 16px;
  font-weight: 300;
  color: #292b2c;
  margin-right: 30px;
}

#newsletter-container .container .form button {
  background: #95bf1d;
}

#newsletter-container .container .form span {
  display: none;
}

#newsletter-container .container .form button:hover {
  background: #a288d9;
}

#newsletter-container .container .message p {
  float: left;
  width: 100%;
  text-align: center;
  background: none !important;
  color: red;
  margin: 0 !important;
  padding: 0 !important;
}

div#product-carousel-container .container > div, div#product-carousel-container .VueCarousel {
  float: left;
  width: 100%;
}

div#product-carousel-container {
  float: left;
  width: 100%;
}

.product-card {
  border: 1px solid #e2e3e5;
}

#product-carousel-container .VueCarousel-slide {
  padding: 0 15px;
}

#product-carousel-container .VueCarousel-pagination {
  display: none;
}

.contact-us-form {
  float: left;
  width: 100%;
  padding: 82px 0 85px 80px;
}

.contact-us-form .form-group, .contact-us-form .hbspt-form fieldset > div.field, .hbspt-form .contact-us-form fieldset > div.field, .contact-us-form .form-group label, .contact-us-form .hbspt-form fieldset > div.field label, .hbspt-form .contact-us-form fieldset > div.field label, .contact-us-form .form-group .static-label, .contact-us-form .hbspt-form fieldset > div.field .static-label, .hbspt-form .contact-us-form fieldset > div.field .static-label, .contact-us-form .form-group input, .contact-us-form .hbspt-form fieldset > div.field input, .hbspt-form .contact-us-form fieldset > div.field input, .contact-us-form .form-group textarea, .contact-us-form .hbspt-form fieldset > div.field textarea, .hbspt-form .contact-us-form fieldset > div.field textarea {
  padding: 0;
  float: left;
  width: 100%;
}

.contact-us-form .form-group label, .contact-us-form .hbspt-form fieldset > div.field label, .hbspt-form .contact-us-form fieldset > div.field label, .contact-us-form .form-group .static-label, .contact-us-form .hbspt-form fieldset > div.field .static-label, .hbspt-form .contact-us-form fieldset > div.field .static-label {
  font-size: 14px;
  font-weight: 700;
  color: #292b2c;
  margin: 0 0 10px;
}

.contact-us-form .form-group input, .contact-us-form .hbspt-form fieldset > div.field input, .hbspt-form .contact-us-form fieldset > div.field input, .contact-us-form .form-group textarea, .contact-us-form .hbspt-form fieldset > div.field textarea, .hbspt-form .contact-us-form fieldset > div.field textarea {
  background: white;
  border: 1px solid #a3a4a5;
  font-size: 16px;
  font-weight: 300;
  color: #292b2c;
}

.contact-us-form .form-group input, .contact-us-form .hbspt-form fieldset > div.field input, .hbspt-form .contact-us-form fieldset > div.field input {
  padding: 0 16px;
  height: 50px;
}

.contact-us-form .form-group textarea, .contact-us-form .hbspt-form fieldset > div.field textarea, .hbspt-form .contact-us-form fieldset > div.field textarea {
  padding: 11px 16px;
  height: 200px;
  resize: none;
}

.contact-us__information .text-icon__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 14px;
}

.contact-us-form button, .hs-button {
  height: 60px;
  background: #95bf1d;
  padding: 0 30px;
  border: none;
  border-radius: 100px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  float: right;
  cursor: pointer;
}

.contact-us-form button:hover, .hs-button:hover {
  background: #462564;
}

.contact-us-form label.form-check-label, .contact-us-form .form-check-label.static-label {
  font-size: 16px;
  float: left;
  width: 100%;
  padding: 0 0 0 58px !important;
  position: relative;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px;
}

.contact-us-form input[type="checkbox"] {
  display: none;
}

.contact-us-form label.form-check-label:before, .contact-us-form .form-check-label.static-label:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border: 1px solid #a3a4a5;
  color: white;
}

.contact-us-form input:checked ~ label.form-check-label:before, .contact-us-form input:checked ~ .form-check-label.static-label:before {
  background: #95bf1e;
  border-color: #95bf1e;
}

.contact-us-form input:checked ~ label.form-check-label:after, .contact-us-form input:checked ~ .form-check-label.static-label:after {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 12px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  position: absolute;
  top: 10px;
  left: 14px;
}

.contact-us-form label.form-check-label a, .contact-us-form .form-check-label.static-label a {
  margin-left: 3px;
  -webkit-box-shadow: inset 0 -0.06rem 0 0 #95bf1d;
  box-shadow: inset 0 -0.06rem 0 0 #95bf1d;
}

.VueCarousel-navigation-prev, .VueCarousel-navigation-next {
  font-size: 0;
  width: 35px;
  height: auto;
}

.VueCarousel-navigation-prev:after, .VueCarousel-navigation-next:after {
  content: "";
  width: 35px;
  height: 20px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.VueCarousel-navigation-prev:after {
  background: url(/assets/frontend/images/homepage/ArrowLeft.png);
}

.VueCarousel-navigation-next:after {
  background: url(/assets/frontend/images/homepage/ArrowRight.png);
}

.contact-us-form .contact-us-form__message {
  float: left;
  width: 100%;
  text-align: center;
  color: white;
}

footer #footer-middle .row .stickers img, footer #footer-middle .dataTables_wrapper .dataTables_header .stickers img, .dataTables_wrapper footer #footer-middle .dataTables_header .stickers img, footer #footer-middle .dataTables_wrapper .dataTables_footer .stickers img, .dataTables_wrapper footer #footer-middle .dataTables_footer .stickers img {
  height: 55px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* phone up to portrait */
@media only screen and (max-width: 575px) {
  #homepage-banner .banner__title h1 {
    font-size: 24px;
    line-height: 36px;
    padding: 0 7px;
  }
  #homepage-banner {
    height: auto !important;
  }
  .banner__google-review {
    position: relative;
    bottom: 0;
    border-radius: 0;
  }
  #homepage-banner .banner__section {
    padding: 40px 0;
  }
  #product-categories h3, div#product-carousel-container h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .container-fluid, #product-categories {
    margin-bottom: 60px !important;
  }
  #about-us .content-padding {
    padding: 0 15px;
  }
  #about-us img {
    width: 100%;
    height: auto;
    margin: 60px 0 0;
  }
  .about-us__reasons .reason__icon img {
    margin: 0 !important;
  }
  #product-credit-account .credit-account__title {
    font-size: 26px;
    line-height: 38px;
  }
  #product-credit-account img {
    width: 100%;
    height: auto;
    border: none;
  }
  #product-credit-account {
    padding-bottom: 60px;
  }
  #contact-us-form:after {
    display: none;
  }
  .contact-us-form {
    padding: 0;
    margin-bottom: 80px;
  }
  #our-suppliers-container h3 {
    font-size: 24px;
    line-height: 37px;
  }
  #newsletter-container .container .form input {
    margin-bottom: 15px !important;
  }
  body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo {
    min-width: auto;
  }
  body #app header .row .caresource-login, body #app header .dataTables_wrapper .dataTables_header .caresource-login, .dataTables_wrapper body #app header .dataTables_header .caresource-login, body #app header .dataTables_wrapper .dataTables_footer .caresource-login, .dataTables_wrapper body #app header .dataTables_footer .caresource-login {
    display: none;
  }
  body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo {
    height: auto;
  }
  #newsletter-container .container .form button, #newsletter-container .container .form button {
    width: 100% !important;
  }
  #our-suppliers-container .brands-grid-container {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #our-suppliers-container .brands-grid {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  #our-suppliers-container .brands-item {
    margin: 0 20px 0 0;
    width: auto;
    height: auto;
  }
  #our-suppliers-container .container .brands-grid-container .brands-grid .brands-item img {
    max-width: none;
    width: auto;
    float: left;
  }
  #our-suppliers-container .container .brands-grid-container .brands-grid {
    margin: 0;
  }
  #homepage-banner .banner__title {
    background: #93bf1e;
    text-align: center;
    position: relative;
    top: auto;
    padding: 40px 0;
  }
  #homepage-banner .banner__title h1 {
    text-shadow: none;
  }
  ul.main-menu {
    width: 250px;
  }
  body.move-left header, body.move-left .content-area {
    -webkit-transform: translateX(-25 0px);
    transform: translateX(-250px);
  }
  ul.main-menu > li > a {
    text-align: left;
    font-size: 20px;
  }
  .dropdown-content .container .flex-container a, .dropdown-content .container .latest-news a {
    font-size: 15px;
  }
  div#product-carousel-container .VueCarousel-slide {
    width: 100%;
    min-width: 100%;
  }
  .VueCarousel-navigation-prev:after {
    left: 10px;
  }
  .VueCarousel-navigation-next:after {
    left: auto;
    right: 10px;
  }
  #product-credit-account .content-padding {
    padding-right: 15px;
  }
  #our-suppliers-container h3 {
    margin-left: -15px;
  }
  .banner__google-review .google-review__text {
    white-space: normal;
  }
  .contact-us-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-us-form .contact-us-form__message {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* small tablets / iphone X and up landscape */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-child__container {
    height: 300px;
  }
  #product-credit-account .credit-account__title {
    font-size: 25px;
    line-height: 36px;
  }
  #product-credit-account img {
    width: auto;
  }
  #newsletter-container .container .form button {
    min-width: 160px;
  }
  #newsletter-container .container .form input {
    width: 22%;
    font-size: 16px;
  }
  #homepage-banner .banner__title h1 {
    font-size: 36px;
    line-height: 54px;
  }
  #homepage-banner .section__text {
    font-size: 26px;
    line-height: 39px;
  }
  .banner-divider {
    font-size: 18px;
  }
  .category-child__container {
    padding: 20px;
    height: 225px;
  }
  #about-us .content-padding, #product-credit-account .content-padding {
    padding: 0 15px;
  }
  .about-us__title {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  #our-suppliers-container .brands-item {
    width: 33%;
  }
  #newsletter-container .container .form input {
    margin: 0 0 15px !important;
  }
  #newsletter-container .container .form button {
    margin: 0 !important;
  }
  body #app .top-header ul, body #app-no-vue .top-header ul {
    padding: 0;
  }
  header .logo {
    min-width: auto;
    max-width: 230px !important;
    height: auto;
  }
  body #app header .row .caresource-login, body #app header .dataTables_wrapper .dataTables_header .caresource-login, .dataTables_wrapper body #app header .dataTables_header .caresource-login, body #app header .dataTables_wrapper .dataTables_footer .caresource-login, .dataTables_wrapper body #app header .dataTables_footer .caresource-login {
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin: 0;
  }
  body #app header .row, body #app header .dataTables_wrapper .dataTables_header, .dataTables_wrapper body #app header .dataTables_header, body #app header .dataTables_wrapper .dataTables_footer, .dataTables_wrapper body #app header .dataTables_footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-us-form {
    padding-left: 31px;
  }
  .category-child__text {
    font-size: 20px;
    line-height: 30px;
  }
  .product-card .card-content h5 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .VueCarousel-navigation-prev:after {
    left: 10px;
  }
  .VueCarousel-navigation-next:after {
    left: auto;
    right: 10px;
  }
  #product-credit-account .content-padding {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 28px;
  }
}

/* small screens and ipad pro portrait */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-child__container {
    height: 300px;
  }
  #product-credit-account .credit-account__title {
    font-size: 25px;
    line-height: 36px;
  }
  #product-credit-account img {
    width: 65vw;
  }
  #newsletter-container .container .form button {
    min-width: 160px;
  }
  #newsletter-container .container .form input {
    width: 22%;
    font-size: 16px;
  }
  header .logo img, header .logo a {
    height: 100% !important;
    float: left;
  }
  body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo {
    width: auto;
    height: 70px;
  }
  .contact-us-form {
    padding-left: 31px;
  }
  .product-card .card-content h5 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button, .hbspt-form input[type=submit] {
  cursor: pointer;
  border-radius: 2px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn:not(.btn-sm):not(.dropdown-toggle), .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:not(.btn-sm):not(.dropdown-toggle), .hbspt-form input:not(.btn-sm):not(.dropdown-toggle)[type=submit] {
  padding: 0.55rem;
}

.btn.dropdown-toggle, .dataTables_wrapper .dataTables_footer .dataTables_paginate .dropdown-toggle.paginate_button, .hbspt-form input.dropdown-toggle[type=submit] {
  padding: .5rem 2rem .2rem 1rem !important;
}

.btn .material-icons, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button .material-icons, .hbspt-form input[type=submit] .material-icons, .btn .multiselect .multiselect__select::before, .multiselect .btn .multiselect__select::before, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button .multiselect .multiselect__select::before, .multiselect .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button .multiselect__select::before, .hbspt-form input[type=submit] .multiselect .multiselect__select::before, .multiselect .hbspt-form input[type=submit] .multiselect__select::before {
  font-size: 1.286rem;
}

.btn .material-icons.add, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button .material-icons.add, .hbspt-form input[type=submit] .material-icons.add, .btn .multiselect .add.multiselect__select::before, .multiselect .btn .add.multiselect__select::before, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button .multiselect .add.multiselect__select::before, .multiselect .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button .add.multiselect__select::before, .hbspt-form input[type=submit] .multiselect .add.multiselect__select::before, .multiselect .hbspt-form input[type=submit] .add.multiselect__select::before {
  font-size: 1.7rem;
}

.btn.btn-padding, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-padding.paginate_button, .hbspt-form input.btn-padding[type=submit] {
  border-radius: 60px;
  padding: 15px 25px !important;
}

.btn.btn-rounded, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-rounded.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form input.paginate_button[type=submit], .hbspt-form .dataTables_wrapper .dataTables_footer .dataTables_paginate input.paginate_button[type=submit], .hbspt-form input[type=submit] {
  border-radius: 2rem !important;
  padding: .5rem 1rem !important;
}

.btn.btn-link.btn-primary, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-link.btn-primary.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-link.paginate_button.current, .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form input.btn-link.paginate_button[type=submit], .hbspt-form .dataTables_wrapper .dataTables_footer .dataTables_paginate input.btn-link.paginate_button[type=submit], .hbspt-form input.btn-link[type=submit] {
  color: #462564;
}

.btn.btn-link.btn-primary:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-link.btn-primary.paginate_button:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-link.paginate_button.current:hover, .hbspt-form input.btn-link:hover[type=submit], .btn.btn-link.btn-primary:focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-link.btn-primary.paginate_button:focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-link.paginate_button.current:focus, .hbspt-form input.btn-link:focus[type=submit] {
  color: #3c1b5a;
  text-decoration: none;
}

.btn.btn-link.btn-secondary, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-link.btn-secondary.paginate_button, .hbspt-form input.btn-link.btn-secondary[type=submit] {
  color: #95c123;
}

.btn.btn-link.btn-secondary:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-link.btn-secondary.paginate_button:hover, .hbspt-form input.btn-link.btn-secondary:hover[type=submit], .btn.btn-link.btn-secondary:focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-link.btn-secondary.paginate_button:focus, .hbspt-form input.btn-link.btn-secondary:focus[type=submit] {
  color: #d3e6bb;
  text-decoration: none;
}

.btn-rounded, .hbspt-form input[type=submit] {
  border-radius: 60px;
}

.btn-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7.5px;
  margin-bottom: 22.5px;
}

@media (max-width: 991px) {
  .btn-navigation {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
  }
}

.btn-navigation .btn, .btn-navigation .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-navigation .paginate_button, .btn-navigation .hbspt-form input[type=submit], .hbspt-form .btn-navigation input[type=submit] {
  margin: 7.5px;
}

.category-card-sm .content a,
.category-card-lg .content a,
.post-list-card .post-list-content a,
.post-search .post-list-content a,
.search-item .search-item-content a {
  background: #462564;
  color: #fff;
  padding: 15px 20px;
  border-radius: 60px;
  width: 175px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.category-card-sm .content a:hover,
.category-card-lg .content a:hover,
.post-list-card .post-list-content a:hover,
.post-search .post-list-content a:hover,
.search-item .search-item-content a:hover {
  text-decoration: none;
  background: #3c1b5a;
}

.icon-counter {
  display: block;
  position: relative;
}

.icon-counter .animated {
  display: block;
  position: absolute;
  top: -12px;
  right: -4px;
}

.icon-counter .animated .badge {
  border: 3px solid #ffffff;
  background-color: #462564;
  color: #ffffff;
  display: block;
  border-radius: 50%;
  font-size: 10px;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 19px;
  letter-spacing: 0;
  padding: 0;
}

.breadcrumb {
  background: none;
  padding: 30px 0 0;
  margin: 0;
  font-size: 1rem;
}

.breadcrumb a {
  color: #636c72;
}

.card {
  border: 0;
}

.card + .card,
.card + .card-container {
  margin-top: 30px;
}

.card + .card > .card-header,
.card + .card > .card-block {
  padding-left: 0;
  padding-right: 0;
}

.card a.card-header {
  font-weight: 500;
  text-decoration: none;
  background-color: #ffffff;
}

.card a.card-header:before {
  float: right;
  position: relative;
  top: 1px;
  color: #462564;
}

.card a.card-header[aria-expanded="true"]:before {
  top: 6px;
}

.card div.card-header {
  color: #462564;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
}

.card div.card-header .card-checkbox {
  position: absolute;
  right: 1.25rem;
}

.card div.card-header .card-checkbox input {
  margin: 0 0 0 0.85rem;
}

.card div.card-header a.material-icons, .card div.card-header .multiselect a.multiselect__select::before, .multiselect .card div.card-header a.multiselect__select::before {
  font-size: 22px;
  line-height: 22px;
}

.card div.card-header a.material-icons:hover, .card div.card-header .multiselect a.multiselect__select:hover::before, .multiselect .card div.card-header a.multiselect__select:hover::before,
.card div.card-header a.material-icons:focus,
.card div.card-header .multiselect a.multiselect__select:focus::before,
.multiselect .card div.card-header a.multiselect__select:focus::before,
.card div.card-header a.material-icons:active,
.card div.card-header .multiselect a.multiselect__select:active::before,
.multiselect .card div.card-header a.multiselect__select:active::before,
.card div.card-header a.material-icons:link,
.card div.card-header .multiselect a.multiselect__select:link::before,
.multiselect .card div.card-header a.multiselect__select:link::before {
  text-decoration: none;
}

.card .card-block.no-bottom {
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.grey-background img {
  max-height: 400px;
}

.grey-background .card {
  border: none;
  margin: 20px !important;
}

.grey-background .card .card-body {
  height: 100%;
  padding: 30px 25px 40px;
}

.grey-background .card .card-body .card-title {
  margin-bottom: 1.2rem;
  color: #462564;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5rem;
}

.grey-background .card .card-footer {
  padding: 0;
  border: none;
}

/**
 * Address cards used in checkout and account area addresses
 */
.address-card {
  border: 1px solid lightgrey;
  border-radius: 8px;
  outline: 1.5px solid transparent;
  -webkit-transition: border-color 200ms, outline-color 200ms;
  transition: border-color 200ms, outline-color 200ms;
}

.address-card .card-body .card-title,
.address-card .card-body li {
  word-break: break-word;
}

.address-card .card-body .address-card-title-container {
  height: 32px;
}

.address-card .card-body .address-card-list-container {
  max-height: 180px;
}

.address-card .card-body .btn:hover, .address-card .card-body .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate .address-card .card-body .paginate_button:hover, .address-card .card-body .hbspt-form input:hover[type=submit], .hbspt-form .address-card .card-body input:hover[type=submit],
.address-card .card-body .btn:focus,
.address-card .card-body .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .address-card .card-body .paginate_button:focus,
.address-card .card-body .hbspt-form input:focus[type=submit],
.hbspt-form .address-card .card-body input:focus[type=submit] {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}

.address-card li {
  font-size: 1.25rem;
}

.address-card span.material-icons-outlined {
  color: #462564;
  font-size: 10rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.address-card span.material-icons-outlined:hover {
  color: #3c1b5a;
}

.address-card .card-footer {
  background-color: transparent;
}

.address-card .card-footer .btn, .address-card .card-footer .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .address-card .card-footer .paginate_button, .address-card .card-footer .hbspt-form input[type=submit], .hbspt-form .address-card .card-footer input[type=submit] {
  padding: 11px 0.8rem !important;
}

.address-card .card-footer > .btn:disabled, .address-card .dataTables_wrapper .dataTables_footer .dataTables_paginate .card-footer > .paginate_button:disabled, .dataTables_wrapper .dataTables_footer .dataTables_paginate .address-card .card-footer > .paginate_button:disabled, .address-card .hbspt-form .card-footer > input:disabled[type=submit], .hbspt-form .address-card .card-footer > input:disabled[type=submit] {
  opacity: 1;
}

.address-card .card-footer > .btn:disabled:hover, .address-card .dataTables_wrapper .dataTables_footer .dataTables_paginate .card-footer > .paginate_button:disabled:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate .address-card .card-footer > .paginate_button:disabled:hover, .address-card .hbspt-form .card-footer > input:disabled:hover[type=submit], .hbspt-form .address-card .card-footer > input:disabled:hover[type=submit] {
  cursor: default;
}

[data-tables]:not(.dataTable) {
  display: none;
}

.dataTables_wrapper {
  position: relative;
}

.dataTables_wrapper .table {
  margin-bottom: 0;
}

.dataTables_wrapper .table > thead > tr > th,
.dataTables_wrapper .table > thead > tr > td {
  border-top: 0;
  color: #462564;
  font-weight: 600;
}

.dataTables_wrapper .table > thead > tr > th:active,
.dataTables_wrapper .table > thead > tr > td:active {
  outline: none;
}

.dataTables_wrapper .table > thead > tr > th:first-child {
  padding-left: 1.25rem;
}

.dataTables_wrapper .table > thead > tr > th:last-child {
  padding-right: 1.25rem;
}

.dataTables_wrapper .table > tbody > tr > td:first-child {
  padding-left: 1.25rem;
}

.dataTables_wrapper .table > tbody > tr > td:last-child {
  padding-right: 1.25rem;
}

.dataTables_wrapper .table > tbody > tr > td a {
  font-weight: 600;
}

.dataTables_wrapper .table > tbody > tr > td.actions .btn, .dataTables_wrapper .table > tbody > tr > td.actions .dataTables_footer .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .table > tbody > tr > td.actions .paginate_button, .dataTables_wrapper .table > tbody > tr > td.actions .hbspt-form input[type=submit], .hbspt-form .dataTables_wrapper .table > tbody > tr > td.actions input[type=submit] {
  border-radius: 100%;
  padding: 0.25rem;
}

.dataTables_wrapper input:focus,
.dataTables_wrapper select:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), rgba(92, 179, 253, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), rgba(92, 179, 253, 0.6);
}

.dataTables_wrapper .dataTables_header {
  background-color: transparent;
  margin: 0;
  padding-top: 15px;
}

.dataTables_wrapper .dataTables_header .dataTables_processing {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  text-align: center;
  padding-top: 17px;
  z-index: 1;
  top: 129px;
}

@media (min-width: 576px) {
  .dataTables_wrapper .dataTables_header .dataTables_processing {
    top: 72px;
  }
}

.dataTables_wrapper .dataTables_header .dataTables_processing .loader {
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  left: 0;
  right: 0;
}

.dataTables_wrapper .dataTables_header .dataTables_processing .loader .line-scale > div {
  background-color: #462564;
}

.dataTables_wrapper .dataTables_header .dataTables_length,
.dataTables_wrapper .dataTables_header .dataTables_filter {
  background-color: transparent;
}

.dataTables_wrapper .dataTables_header .dataTables_length label, .dataTables_wrapper .dataTables_header .dataTables_length .static-label,
.dataTables_wrapper .dataTables_header .dataTables_filter label,
.dataTables_wrapper .dataTables_header .dataTables_filter .static-label {
  display: block;
  margin: 0;
}

.dataTables_wrapper .dataTables_header .dataTables_length input,
.dataTables_wrapper .dataTables_header .dataTables_length select,
.dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select > .btn,
.dataTables_wrapper .dataTables_header .dataTables_length .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .dataTables_header .dataTables_length .bootstrap-select > .paginate_button,
.dataTables_wrapper .dataTables_header .dataTables_length .hbspt-form .bootstrap-select > input[type=submit],
.hbspt-form .dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select > input[type=submit],
.dataTables_wrapper .dataTables_header .dataTables_filter input,
.dataTables_wrapper .dataTables_header .dataTables_filter select,
.dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select > .btn,
.dataTables_wrapper .dataTables_header .dataTables_filter .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .dataTables_header .dataTables_filter .bootstrap-select > .paginate_button,
.dataTables_wrapper .dataTables_header .dataTables_filter .hbspt-form .bootstrap-select > input[type=submit],
.hbspt-form .dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select > input[type=submit] {
  border: 1px solid #e6e7e9;
  background-color: #e6e7e9;
  border-radius: 10px;
  height: 42px !important;
}

.dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select,
.dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select {
  border-radius: 10px;
}

.dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select .btn[aria-expanded="true"], .dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select .dataTables_footer .dataTables_paginate .paginate_button[aria-expanded="true"], .dataTables_wrapper .dataTables_footer .dataTables_paginate .dataTables_header .dataTables_length .bootstrap-select .paginate_button[aria-expanded="true"], .dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select .hbspt-form input[aria-expanded="true"][type=submit], .hbspt-form .dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select input[aria-expanded="true"][type=submit],
.dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select .btn[aria-expanded="true"],
.dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select .dataTables_footer .dataTables_paginate .paginate_button[aria-expanded="true"],
.dataTables_wrapper .dataTables_footer .dataTables_paginate .dataTables_header .dataTables_filter .bootstrap-select .paginate_button[aria-expanded="true"],
.dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select .hbspt-form input[aria-expanded="true"][type=submit],
.hbspt-form .dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select input[aria-expanded="true"][type=submit] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select .btn[aria-expanded="true"] ~ .dropdown-menu, .dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select .dataTables_footer .dataTables_paginate .paginate_button[aria-expanded="true"] ~ .dropdown-menu, .dataTables_wrapper .dataTables_footer .dataTables_paginate .dataTables_header .dataTables_length .bootstrap-select .paginate_button[aria-expanded="true"] ~ .dropdown-menu, .dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select .hbspt-form input[aria-expanded="true"][type=submit] ~ .dropdown-menu, .hbspt-form .dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select input[aria-expanded="true"][type=submit] ~ .dropdown-menu,
.dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select .btn[aria-expanded="true"] ~ .dropdown-menu,
.dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select .dataTables_footer .dataTables_paginate .paginate_button[aria-expanded="true"] ~ .dropdown-menu,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .dataTables_header .dataTables_filter .bootstrap-select .paginate_button[aria-expanded="true"] ~ .dropdown-menu,
.dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select .hbspt-form input[aria-expanded="true"][type=submit] ~ .dropdown-menu,
.hbspt-form .dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select input[aria-expanded="true"][type=submit] ~ .dropdown-menu {
  margin-top: 0;
}

.dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select .btn:focus, .dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select .dataTables_footer .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .dataTables_header .dataTables_length .bootstrap-select .paginate_button:focus, .dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select .hbspt-form input:focus[type=submit], .hbspt-form .dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select input:focus[type=submit], .dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select .btn[aria-expanded="true"], .dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select .dataTables_footer .dataTables_paginate .paginate_button[aria-expanded="true"], .dataTables_wrapper .dataTables_footer .dataTables_paginate .dataTables_header .dataTables_length .bootstrap-select .paginate_button[aria-expanded="true"], .dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select .hbspt-form input[aria-expanded="true"][type=submit], .hbspt-form .dataTables_wrapper .dataTables_header .dataTables_length .bootstrap-select input[aria-expanded="true"][type=submit],
.dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select .btn:focus,
.dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select .dataTables_footer .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .dataTables_header .dataTables_filter .bootstrap-select .paginate_button:focus,
.dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select .hbspt-form input:focus[type=submit],
.hbspt-form .dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select input:focus[type=submit],
.dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select .btn[aria-expanded="true"],
.dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select .dataTables_footer .dataTables_paginate .paginate_button[aria-expanded="true"],
.dataTables_wrapper .dataTables_footer .dataTables_paginate .dataTables_header .dataTables_filter .bootstrap-select .paginate_button[aria-expanded="true"],
.dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select .hbspt-form input[aria-expanded="true"][type=submit],
.hbspt-form .dataTables_wrapper .dataTables_header .dataTables_filter .bootstrap-select input[aria-expanded="true"][type=submit] {
  border-color: #e6e7e9 !important;
}

.dataTables_wrapper .dataTables_footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.dataTables_wrapper .dataTables_footer .dataTables_info {
  line-height: 38px;
  float: left;
}

.dataTables_wrapper .dataTables_footer .dataTables_paginate {
  text-align: right;
  float: right;
}

.dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button {
  border-radius: 0;
  padding: 0;
  height: 38px;
  width: 38px;
  text-align: center;
  background-color: #e6e7e9;
  border-color: #e6e7e9;
  color: #464a4c;
}

.dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button i {
  display: block;
}

.dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:not(.disabled):hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:not(.current):hover {
  background-color: #7fae28;
  border-color: #7fae28;
  color: #ffffff;
}

.dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button.next {
  border-radius: 0 10px 10px 0;
}

.dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button.previous {
  border-radius: 10px 0 0 10px;
}

.dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button.current:hover {
  background-color: #462564;
  border-color: #462564;
}

.dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button.disabled {
  opacity: 1;
}

@media (max-width: 540px) {
  .dataTables_wrapper .table.responsive-xs {
    display: block;
    border: 0;
  }
  .dataTables_wrapper .table.responsive-xs tbody, .dataTables_wrapper .table.responsive-xs th, .dataTables_wrapper .table.responsive-xs td, .dataTables_wrapper .table.responsive-xs tr {
    display: block;
  }
  .dataTables_wrapper .table.responsive-xs thead {
    display: none;
  }
  .dataTables_wrapper .table.responsive-xs tr, .dataTables_wrapper .table.responsive-xs td {
    width: 100%;
  }
  .dataTables_wrapper .table.responsive-xs td {
    padding: 0.75rem;
  }
  .dataTables_wrapper .table.responsive-xs td + td {
    margin-top: -1px;
  }
  .dataTables_wrapper .table.responsive-xs > tbody > tr > td:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-top: 2px solid #95c123;
  }
  .dataTables_wrapper .table.responsive-xs ~ .dataTables_footer {
    border-top: 2px solid #95c123;
    margin: 0;
  }
  .dataTables_wrapper .table.responsive-xs ~ .dataTables_footer .dataTables_paginate,
  .dataTables_wrapper .table.responsive-xs ~ .dataTables_footer .dataTables_info {
    text-align: center;
  }
  .dataTables_wrapper .table.responsive-xs ~ .dataTables_footer .dataTables_info {
    margin-bottom: 10px;
  }
}

.dataTables_wrapper .responsive-xs-row-heading {
  display: none;
}

@media (max-width: 540px) {
  .dataTables_wrapper .responsive-xs-row-heading {
    display: inline-block;
    font-weight: 600;
    color: #462564;
    text-transform: uppercase;
  }
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
}

table.table thead .sorting:before,
table.table thead .sorting_asc:before,
table.table thead .sorting_desc:before,
table.table thead .sorting_asc_disabled:before,
table.table thead .sorting_desc_disabled:before {
  float: right;
  position: relative;
  top: 3px;
  color: #462564;
}

table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: not-allowed;
  color: #95c123;
}

table.table thead .sorting_asc_disabled:before,
table.table thead .sorting_desc_disabled:before {
  color: #95c123;
}

.dropdown-menu {
  border-radius: 3px;
  padding: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu .dropdown-item, .show .dropdown-menu > li > a {
  font-size: 0.8571em;
  font-weight: normal;
  letter-spacing: 1px;
  font-stretch: 100%;
  padding: 10px 15px;
  color: #333645;
}

.dropdown-menu .dropdown-item:hover, .show .dropdown-menu > li > a:hover {
  background-color: white;
  cursor: pointer;
}

.dropdown-menu form {
  width: 100%;
}

label.required::after, .required.static-label::after {
  content: ' *';
  color: #d9534f;
}

input,
textarea {
  margin-bottom: 1rem;
}

.form-control, .dataTables_wrapper input,
.dataTables_wrapper select, .bootstrap-select > .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button, .hbspt-form .bootstrap-select > input[type=submit], .hbspt-form fieldset input[type=text],
.hbspt-form fieldset input[type=email],
.hbspt-form fieldset input[type=tel],
.hbspt-form fieldset textarea, .hbspt-form fieldset select:not(.selectpicker) {
  padding: 0.7857rem 1rem;
  font-size: 0.9286rem;
}

.form-control::-webkit-input-placeholder, .dataTables_wrapper input::-webkit-input-placeholder,
.dataTables_wrapper select::-webkit-input-placeholder, .bootstrap-select > .btn::-webkit-input-placeholder, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button::-webkit-input-placeholder, .hbspt-form .bootstrap-select > input[type=submit]::-webkit-input-placeholder, .hbspt-form fieldset input[type=text]::-webkit-input-placeholder,
.hbspt-form fieldset input[type=email]::-webkit-input-placeholder,
.hbspt-form fieldset input[type=tel]::-webkit-input-placeholder,
.hbspt-form fieldset textarea::-webkit-input-placeholder, .hbspt-form fieldset select:not(.selectpicker)::-webkit-input-placeholder {
  font-style: italic;
  letter-spacing: .8px;
}

.form-control::-moz-placeholder, .dataTables_wrapper input::-moz-placeholder,
.dataTables_wrapper select::-moz-placeholder, .bootstrap-select > .btn::-moz-placeholder, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button::-moz-placeholder, .hbspt-form .bootstrap-select > input[type=submit]::-moz-placeholder, .hbspt-form fieldset input[type=text]::-moz-placeholder,
.hbspt-form fieldset input[type=email]::-moz-placeholder,
.hbspt-form fieldset input[type=tel]::-moz-placeholder,
.hbspt-form fieldset textarea::-moz-placeholder, .hbspt-form fieldset select:not(.selectpicker)::-moz-placeholder {
  font-style: italic;
  letter-spacing: .8px;
}

.form-control:-ms-input-placeholder, .dataTables_wrapper input:-ms-input-placeholder,
.dataTables_wrapper select:-ms-input-placeholder, .bootstrap-select > .btn:-ms-input-placeholder, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button:-ms-input-placeholder, .hbspt-form .bootstrap-select > input:-ms-input-placeholder[type=submit], .hbspt-form fieldset input:-ms-input-placeholder[type=text],
.hbspt-form fieldset input:-ms-input-placeholder[type=email],
.hbspt-form fieldset input:-ms-input-placeholder[type=tel],
.hbspt-form fieldset textarea:-ms-input-placeholder, .hbspt-form fieldset select:-ms-input-placeholder:not(.selectpicker) {
  font-style: italic;
  letter-spacing: .8px;
}

.form-control:-moz-placeholder, .dataTables_wrapper input:-moz-placeholder,
.dataTables_wrapper select:-moz-placeholder, .bootstrap-select > .btn:-moz-placeholder, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button:-moz-placeholder, .hbspt-form .bootstrap-select > input:-moz-placeholder[type=submit], .hbspt-form fieldset input:-moz-placeholder[type=text],
.hbspt-form fieldset input:-moz-placeholder[type=email],
.hbspt-form fieldset input:-moz-placeholder[type=tel],
.hbspt-form fieldset textarea:-moz-placeholder, .hbspt-form fieldset select:-moz-placeholder:not(.selectpicker) {
  font-style: italic;
  letter-spacing: .8px;
}

/**
 * Checkbox / radio
 */
.radio-inline,
.checkbox-inline {
  margin-top: 9px;
  margin-bottom: 15px;
}

.pretty-checkbox label, .pretty-checkbox .static-label {
  margin-bottom: 0;
  line-height: 25px;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
}

.pretty-checkbox label .button, .pretty-checkbox .static-label .button {
  height: 25px;
  width: 25px;
  display: block;
  float: left;
  border-radius: 2px;
  border: 2px solid #462564;
  margin-right: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  line-height: 1;
}

.pretty-checkbox label .button i, .pretty-checkbox .static-label .button i {
  font-size: 1.4rem;
  line-height: 22px;
}

.pretty-checkbox label .button [type="checkbox"], .pretty-checkbox .static-label .button [type="checkbox"] {
  position: absolute;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.pretty-checkbox label.selected, .pretty-checkbox .selected.static-label {
  color: #95c123;
}

.pretty-checkbox label.selected .button, .pretty-checkbox .selected.static-label .button {
  background-color: #462564;
}

.pretty-checkbox label.disabled, .pretty-checkbox .disabled.static-label {
  cursor: not-allowed;
}

.pretty-checkbox label.disabled [type="checkbox"]:disabled, .pretty-checkbox .disabled.static-label [type="checkbox"]:disabled {
  cursor: not-allowed;
}

.pretty-checkbox label.disabled.show, .pretty-checkbox .disabled.show.static-label {
  cursor: default;
}

.pretty-checkbox label.disabled.show [type="checkbox"]:disabled, .pretty-checkbox .disabled.show.static-label [type="checkbox"]:disabled {
  cursor: default;
}

/**
 * Selectpicker Styles
 */
.selectpicker {
  display: none;
}

.bootstrap-select {
  border-radius: 2px;
}

.bootstrap-select > .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button, .hbspt-form .bootstrap-select > input[type=submit] {
  background: none;
  position: relative;
  height: 40px;
}

.bootstrap-select > .btn[aria-expanded="true"], .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button[aria-expanded="true"], .hbspt-form .bootstrap-select > input[aria-expanded="true"][type=submit], .bootstrap-select > .btn.dropdown-toggle:focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .dropdown-toggle.paginate_button:focus, .hbspt-form .bootstrap-select > input.dropdown-toggle:focus[type=submit] {
  outline: 0 !important;
  border-color: #5cb3fd !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-select > .btn::after, .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button::after, .hbspt-form .bootstrap-select > input[type=submit]::after {
  position: absolute;
  right: 10px;
  margin: 0;
  top: 17px;
}

.bootstrap-select.btn-group .dropdown-menu li.selected {
  background-color: #462564;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
  color: white !important;
  background-color: #462564;
}

.bootstrap-select.btn-group .dropdown-menu li.selected > a:hover {
  background-color: #462564;
  color: white !important;
}

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

/**
 * Static Styles
 */
.form-control-static {
  padding: 0.7857rem 1rem;
  font-size: 0.9286rem;
  border: 0;
  border-left: 3px solid #462564;
}

.form-control-static .badge {
  font-size: 0.7857rem;
}

.with-button .bootstrap-select.form-control:not([class*="col-"]), .with-button .dataTables_wrapper input.bootstrap-select:not([class*="col-"]), .dataTables_wrapper .with-button input.bootstrap-select:not([class*="col-"]),
.with-button .dataTables_wrapper select.bootstrap-select:not([class*="col-"]), .dataTables_wrapper .with-button select.bootstrap-select:not([class*="col-"]), .with-button .bootstrap-select > .bootstrap-select.btn:not([class*="col-"]), .with-button .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .bootstrap-select.paginate_button:not([class*="col-"]), .dataTables_wrapper .dataTables_footer .dataTables_paginate .with-button .bootstrap-select > .bootstrap-select.paginate_button:not([class*="col-"]), .with-button .hbspt-form .bootstrap-select > input.bootstrap-select:not([class*="col-"])[type=submit], .hbspt-form .with-button .bootstrap-select > input.bootstrap-select:not([class*="col-"])[type=submit], .with-button .hbspt-form fieldset input.bootstrap-select:not([class*="col-"])[type=text], .hbspt-form fieldset .with-button input.bootstrap-select:not([class*="col-"])[type=text],
.with-button .hbspt-form fieldset input.bootstrap-select:not([class*="col-"])[type=email], .hbspt-form fieldset .with-button input.bootstrap-select:not([class*="col-"])[type=email],
.with-button .hbspt-form fieldset input.bootstrap-select:not([class*="col-"])[type=tel], .hbspt-form fieldset .with-button input.bootstrap-select:not([class*="col-"])[type=tel],
.with-button .hbspt-form fieldset textarea.bootstrap-select:not([class*="col-"]), .hbspt-form fieldset .with-button textarea.bootstrap-select:not([class*="col-"]), .with-button .hbspt-form fieldset select.bootstrap-select:not([class*="col-"]):not(.selectpicker), .hbspt-form fieldset .with-button select.bootstrap-select:not([class*="col-"]):not(.selectpicker) {
  float: left;
  width: calc(100% - 50px);
}

.after-select {
  float: left;
  height: 42px;
  margin-left: 6px;
}

.after-select .btn, .after-select .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .after-select .paginate_button, .after-select .hbspt-form input[type=submit], .hbspt-form .after-select input[type=submit] {
  padding: 0.56rem 0.78rem;
}

.btn-form-inline {
  margin-top: 25px;
  padding: 0.57rem 0.8rem !important;
}

.add-email-template-block {
  width: 100%;
}

.account-form {
  width: 50%;
  margin: 70px auto 130px auto;
}

.address-block {
  margin-bottom: 60px;
}

/**
 * Multiselect
 */
.multiselect,
.multiselect .multiselect__placeholder,
.multiselect .multiselect__single,
.multiselect .multiselect__input {
  font-size: 0.9286rem;
  color: #464a4c;
  font-family: 'Roboto', sans-serif;
}

.multiselect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.multiselect.multiselect--small {
  min-height: 32px;
}

.multiselect.multiselect--small .multiselect__tags {
  padding-top: 6px;
  min-height: 32px;
}

.multiselect.multiselect--small .multiselect__tags .multiselect__single {
  margin-bottom: 0;
}

.multiselect.multiselect--large {
  min-height: 55px;
}

.multiselect.multiselect--large .multiselect__tags {
  padding-top: 16px;
  min-height: 55px;
}

.multiselect .multiselect__single {
  background: none;
}

.multiselect.multiselect--disabled {
  opacity: 1;
}

.multiselect.multiselect--disabled .multiselect__spinner,
.multiselect.multiselect--disabled .multiselect__tags {
  background-color: #eceeef;
}

.multiselect .multiselect__tags {
  padding-top: 9px;
  border: 1px solid #e6e7e9;
  background-color: #e6e7e9;
  cursor: pointer;
  width: 100%;
  min-height: 55px;
  border-radius: 10px;
}

.multiselect .multiselect__tags .multiselect__tag {
  background-color: #462564;
  font-size: 13px;
  margin-bottom: 2px;
  border-radius: 10px;
}

.multiselect .multiselect__tags .multiselect__tag .multiselect__tag-icon {
  border-radius: 0 2px 2px 0;
}

.multiselect .multiselect__tags .multiselect__tag .multiselect__tag-icon:after {
  color: #ffffff;
}

.multiselect .multiselect__tags .multiselect__tag .multiselect__tag-icon:hover {
  background-color: black;
}

.multiselect .multiselect__placeholder {
  margin: 0;
  padding-top: 0;
  padding-left: 5px;
  letter-spacing: 0;
}

.multiselect .multiselect__content-wrapper {
  top: 100%;
}

.multiselect.multiselect--above .multiselect__content-wrapper {
  top: auto;
}

.multiselect .multiselect__input {
  margin-top: 1px;
}

.multiselect .multiselect__spinner {
  top: 2px;
  right: 3px;
}

.multiselect .multiselect__spinner::before, .multiselect .multiselect__spinner::after {
  border-top-color: #462564;
}

.multiselect .multiselect__select {
  height: calc(100% - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.multiselect .multiselect__select::before {
  position: initial;
  margin: 0;
  border: 0;
  color: #292b2c;
  font-size: 1.286rem;
  content: "\E5CF";
}

.multiselect__element + .multiselect__element {
  border-top: 1px solid #f5f5f5;
}

.multiselect__option {
  white-space: initial;
}

.multiselect__option:hover {
  background-color: #f5f5f5;
}

.multiselect__option--highlight,
.multiselect__option--highlight:after,
.multiselect__option--selected.multiselect__option--highlight,
.multiselect__option--selected.multiselect__option--highlight:after {
  background-color: white;
  color: #292b2c;
}

.multiselect--active .multiselect__tags {
  border-color: #462564;
}

/**
 * Hubspot form
 */
.hbspt-form fieldset {
  max-width: 100% !important;
}

.hbspt-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

@media (max-width: 480px) {
  .hbspt-form fieldset.form-columns-2 .hs-input {
    width: 100% !important;
  }
}

.hbspt-form fieldset > div.field {
  margin-bottom: 0;
}

.hbspt-form fieldset .bootstrap-select {
  margin-bottom: 14px !important;
}

.hbspt-form fieldset select:not(.selectpicker) {
  height: 40px !important;
  margin-bottom: 14px;
}

.hbspt-form fieldset .hs-form-required {
  padding-left: 3px;
  color: #d9534f;
  font-weight: 600;
}

@media (max-width: 480px) {
  .hbspt-form fieldset .field.hs-form-field div.input {
    margin-right: 0;
  }
}

.hbspt-form .hs-error-msgs {
  color: #d9534f;
  list-style: none;
  padding-left: 0;
}

.hbspt-form .hs-recaptcha {
  margin-bottom: 14px;
}

.hbspt-form input[type=submit] {
  text-transform: uppercase;
}

table {
  background-color: #ffffff;
  margin-bottom: 30px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th {
  font-weight: 700;
}

table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  font-weight: normal;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  vertical-align: middle;
  padding: 10px 20px;
}

table > thead > tr > th:first-child,
table > thead > tr > td:first-child,
table > tbody > tr > th:first-child,
table > tbody > tr > td:first-child,
table > tfoot > tr > th:first-child,
table > tfoot > tr > td:first-child {
  padding: 10px 20px 10px 0;
}

table > thead > tr > th.actions,
table > thead > tr > td.actions,
table > tbody > tr > th.actions,
table > tbody > tr > td.actions,
table > tfoot > tr > th.actions,
table > tfoot > tr > td.actions {
  position: relative;
  text-align: right;
  width: 1%;
}

table thead tr th {
  text-transform: uppercase;
  font-weight: 500;
  color: #333645;
}

@media (max-width: 540px) {
  .content > .table.responsive-xs > thead > tr > th,
  .content > .table.responsive-xs > thead > tr > td,
  .content > .table.responsive-xs > tbody > tr > th,
  .content > .table.responsive-xs > tbody > tr > td,
  .content > .table.responsive-xs > tfoot > tr > th,
  .content > .table.responsive-xs > tfoot > tr > td,
  .content > .dataTables_wrapper > .table.responsive-xs > thead > tr > th,
  .content > .dataTables_wrapper > .table.responsive-xs > thead > tr > td,
  .content > .dataTables_wrapper > .table.responsive-xs > tbody > tr > th,
  .content > .dataTables_wrapper > .table.responsive-xs > tbody > tr > td,
  .content > .dataTables_wrapper > .table.responsive-xs > tfoot > tr > th,
  .content > .dataTables_wrapper > .table.responsive-xs > tfoot > tr > td {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content > .table.responsive-xs > thead > tr > th .dropdown-menu-right,
  .content > .table.responsive-xs > thead > tr > td .dropdown-menu-right,
  .content > .table.responsive-xs > tbody > tr > th .dropdown-menu-right,
  .content > .table.responsive-xs > tbody > tr > td .dropdown-menu-right,
  .content > .table.responsive-xs > tfoot > tr > th .dropdown-menu-right,
  .content > .table.responsive-xs > tfoot > tr > td .dropdown-menu-right,
  .content > .dataTables_wrapper > .table.responsive-xs > thead > tr > th .dropdown-menu-right,
  .content > .dataTables_wrapper > .table.responsive-xs > thead > tr > td .dropdown-menu-right,
  .content > .dataTables_wrapper > .table.responsive-xs > tbody > tr > th .dropdown-menu-right,
  .content > .dataTables_wrapper > .table.responsive-xs > tbody > tr > td .dropdown-menu-right,
  .content > .dataTables_wrapper > .table.responsive-xs > tfoot > tr > th .dropdown-menu-right,
  .content > .dataTables_wrapper > .table.responsive-xs > tfoot > tr > td .dropdown-menu-right {
    left: 0;
    right: auto;
  }
}

.content > .table > thead > tr > th:first-child,
.content > .table > thead > tr > td:first-child,
.content > .table > tbody > tr > th:first-child,
.content > .table > tbody > tr > td:first-child,
.content > .table > tfoot > tr > th:first-child,
.content > .table > tfoot > tr > td:first-child,
.content > .dataTables_wrapper > .table > thead > tr > th:first-child,
.content > .dataTables_wrapper > .table > thead > tr > td:first-child,
.content > .dataTables_wrapper > .table > tbody > tr > th:first-child,
.content > .dataTables_wrapper > .table > tbody > tr > td:first-child,
.content > .dataTables_wrapper > .table > tfoot > tr > th:first-child,
.content > .dataTables_wrapper > .table > tfoot > tr > td:first-child {
  padding-left: 30px;
}

.content > .table > thead > tr > th:last-child,
.content > .table > thead > tr > td:last-child,
.content > .table > tbody > tr > th:last-child,
.content > .table > tbody > tr > td:last-child,
.content > .table > tfoot > tr > th:last-child,
.content > .table > tfoot > tr > td:last-child,
.content > .dataTables_wrapper > .table > thead > tr > th:last-child,
.content > .dataTables_wrapper > .table > thead > tr > td:last-child,
.content > .dataTables_wrapper > .table > tbody > tr > th:last-child,
.content > .dataTables_wrapper > .table > tbody > tr > td:last-child,
.content > .dataTables_wrapper > .table > tfoot > tr > th:last-child,
.content > .dataTables_wrapper > .table > tfoot > tr > td:last-child {
  padding-right: 30px;
}

body #app #main .content .table-panel {
  margin: 30px 0 0;
  border-radius: 0.25rem;
  background-color: white;
}

body #app #main .content .table-panel .table-panel-title {
  border-bottom: 2px solid #eceeef;
}

body #app #main .content .card + .card {
  margin: 30px 0;
}

.card {
  margin: 30px 0 0;
}

.stat-card .card-block {
  padding: 25px;
  font-size: 30px;
  color: #462564;
}

.grey-background {
  background: #ded8e2;
  padding: 3rem 0;
}

.text-merge-group ul {
  list-style: none;
  padding: 0;
}

.text-merge-group ul li {
  padding: 2px;
}

.blog-content form {
  margin-top: 30px;
}

.blog-content form input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
}

.blog-content form.post-search > div {
  min-height: 100%;
}

.blog-content .blog-card {
  padding: 15px;
}

.blog-content .blog-pills:before {
  content: " | ";
}

.blog-content .btn-group.bootstrap-select {
  width: auto !important;
}

.blog-content .total-page {
  padding-top: 8px;
}

.blog-content .post-list-card, .blog-content .post-search {
  margin: 20px 0;
  -webkit-box-shadow: 0 0 5px #ded8e2;
          box-shadow: 0 0 5px #ded8e2;
}

.blog-content .post-list-card h2, .blog-content .post-search h2 {
  margin-top: 10px;
}

.blog-content .post-list-card h2 a, .blog-content .post-search h2 a {
  color: #462564;
}

.blog-content .post-list-card p, .blog-content .post-search p {
  font-size: 1rem;
}

.blog-content .post-list-card span, .blog-content .post-search span {
  font-weight: 600;
}

.blog-content .post-list-card .post-list-image, .blog-content .post-search .post-list-image {
  background-position: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .blog-content .post-list-card .post-list-image, .blog-content .post-search .post-list-image {
    min-height: 190px;
  }
}

.post-search {
  background: #ded8e2 url("/assets/frontend/images/textures/hexagons-purple-category-menu.webp") no-repeat left bottom;
  background-size: 800px;
  background-color: #ded8e2;
  background-size: 530px;
  border-radius: 20px;
  background-position-x: -25px;
  padding-bottom: 200px;
}

@media only screen and (min-width: 768px) {
  .post-search {
    background-size: 450px;
    padding-bottom: 175px;
    background-position-x: -20px;
  }
}

.post-search .insights-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 25%;
  padding: 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #462564;
}

.post-search .insights-menu-header .search-row {
  width: 100%;
}

.post-search .post-search-inner {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.post-search input[type=submit] {
  padding: 1rem 53px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/**
 * Image styles
 */
.img-backdrop {
  background-size: cover;
  background-position: center center;
}

.img-cover,
.img-contain {
  display: block;
  min-height: 20px;
  background: no-repeat center center;
  background-size: cover;
}

.img-full {
  max-width: none !important;
  width: 100% !important;
  height: auto;
}

.hero-image {
  padding: 30px 50px;
}

.hero-image img {
  display: block;
  margin: 0 auto;
}

.page-content img {
  max-width: 100%;
  height: auto;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.card-image-thumbnail {
  background-position: top;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .card-image-thumbnail {
    min-height: 190px;
  }
}

.banner-divider {
  background-color: green;
  text-align: center;
  color: white;
}

/**
 * Temporary banner image styles used on the home page banner.
 * Remove once re-implementing the carousel.
 */
#homepage-banner {
  background-color: #ececec;
  background-position: left bottom;
  height: 400px;
  position: relative;
  /* Webkit-text-stroke is not supported on firefox or IE */
  /* Firefox */
}

#homepage-banner .content {
  position: relative;
  width: 100%;
  height: 400px;
}

#homepage-banner .content .text-bl {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: left;
}

#homepage-banner .content .text-bl h1 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.85);
  text-transform: none;
}

@media (max-width: 576px) {
  #homepage-banner .content .text-bl {
    text-align: center;
  }
  #homepage-banner .content .text-bl h1 {
    font-size: 42px;
    line-height: 48px;
  }
}

#homepage-banner .banner__title {
  text-align: center;
}

#homepage-banner .section__medical {
  background-color: purple;
}

#homepage-banner .section__service_maintenance {
  background-color: grey;
}

#homepage-banner .section__hygiene {
  background-color: green;
}

#homepage-banner .banner__section {
  height: 450px;
  text-align: center;
}

#homepage-banner .section__text {
  color: white;
  font-size: 30px;
}

#homepage-banner .section__link {
  padding: 0.5rem 1rem !important;
  border-radius: 2rem !important;
  background-color: white;
  color: purple;
  text-align: center;
}

#homepage-banner .google-review__stars {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #b1b1b1;
  overflow: hidden;
}

#homepage-banner .google-review__full-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fde16d;
}

#homepage-banner .google-review__empty-stars:before, #homepage-banner .google-review__full-stars:before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 14pt;
}

#homepage-banner .google-review__empty-stars:before {
  -webkit-text-stroke: 1px #848484;
}

#homepage-banner .google-review__full-stars:before {
  -webkit-text-stroke: 1px orange;
}

@-moz-document url-prefix() {
  #homepage-banner .google-review__full-stars {
    color: #ECBE24;
  }
}

#homepage-banner .google-review {
  background-color: white;
}

#homepage-banner .google-review img {
  width: 40px;
}

/**
 * Typography Assets
 */
@font-face {
  font-family: "Roboto";
  src: url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}

/**
 * Link Colours
 */
a {
  color: #95c123;
  text-decoration: none;
}

a:hover, a:focus {
  color: #d3e6bb;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/**
 * Height fix
 */
.material-icons, .multiselect .multiselect__select::before {
  line-height: inherit;
}

/**
 * Text Colours
 */
.txt-primary {
  color: #462564;
}

.txt-secondary {
  color: #95c123;
}

.txt-success {
  color: #95c123;
}

.txt-white {
  color: #ffffff;
}

.txt-default {
  color: #464a4c;
}

.txt-black {
  color: #000;
}

i.not-set {
  color: lightgray;
}

h1, h2, h3, h4, h5 {
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #462564;
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}

button, .btn, .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button, .hbspt-form input[type=submit], input[type="submit"] {
  font-family: 'Roboto', sans-serif;
}

@media (min-width: 992px) {
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.bg-secondary {
  background-color: #95c123;
}

.left-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.left-sidebar .sidebar-container {
  max-width: 225px;
  display: block;
  position: relative;
  border-bottom: 1px solid #ded8e2;
  padding-bottom: 30px;
}

.left-sidebar .sidebar-container:hover {
  color: black;
  text-decoration: none;
}

@media only screen and (max-width: 540px) {
  .left-sidebar .sidebar-container {
    width: 100%;
    max-width: none;
  }
}

.left-sidebar .sidebar-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

@media only screen and (min-width: 541px) {
  .left-sidebar .sidebar-container img {
    max-height: 150px;
    height: 150px;
    width: auto;
  }
}

.left-sidebar .sidebar-container .sidebar-inner {
  text-align: center;
}

.left-sidebar .sidebar-container .sidebar-inner h5 {
  padding: 10px 0;
}

.search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 25px;
  padding: 10px 15px;
  background: whitesmoke;
  position: relative;
}

.search-bar i {
  color: #462564;
}

.search-bar .form-control, .search-bar .dataTables_wrapper input, .dataTables_wrapper .search-bar input,
.search-bar .dataTables_wrapper select, .dataTables_wrapper .search-bar select, .search-bar .bootstrap-select > .btn, .search-bar .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .search-bar .bootstrap-select > .paginate_button, .search-bar .hbspt-form .bootstrap-select > input[type=submit], .hbspt-form .search-bar .bootstrap-select > input[type=submit], .search-bar .hbspt-form fieldset input[type=text], .hbspt-form fieldset .search-bar input[type=text],
.search-bar .hbspt-form fieldset input[type=email], .hbspt-form fieldset .search-bar input[type=email],
.search-bar .hbspt-form fieldset input[type=tel], .hbspt-form fieldset .search-bar input[type=tel],
.search-bar .hbspt-form fieldset textarea, .hbspt-form fieldset .search-bar textarea, .search-bar .hbspt-form fieldset select:not(.selectpicker), .hbspt-form fieldset .search-bar select:not(.selectpicker) {
  background: whitesmoke;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.search-bar .form-control:focus, .search-bar .dataTables_wrapper input:focus, .dataTables_wrapper .search-bar input:focus,
.search-bar .dataTables_wrapper select:focus, .dataTables_wrapper .search-bar select:focus, .search-bar .bootstrap-select > .btn:focus, .search-bar .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .paginate_button:focus, .dataTables_wrapper .dataTables_footer .dataTables_paginate .search-bar .bootstrap-select > .paginate_button:focus, .search-bar .hbspt-form .bootstrap-select > input:focus[type=submit], .hbspt-form .search-bar .bootstrap-select > input:focus[type=submit], .search-bar .hbspt-form fieldset input:focus[type=text], .hbspt-form fieldset .search-bar input:focus[type=text],
.search-bar .hbspt-form fieldset input:focus[type=email], .hbspt-form fieldset .search-bar input:focus[type=email],
.search-bar .hbspt-form fieldset input:focus[type=tel], .hbspt-form fieldset .search-bar input:focus[type=tel],
.search-bar .hbspt-form fieldset textarea:focus, .hbspt-form fieldset .search-bar textarea:focus, .search-bar .hbspt-form fieldset select:focus:not(.selectpicker), .hbspt-form fieldset .search-bar select:focus:not(.selectpicker) {
  background: #f5f5f5;
  outline: none;
}

.search-bar input[type="submit"] {
  position: absolute;
  right: 0;
}

.search-bar input[type="submit"] ~ input[type="text"] {
  width: calc(100% - 100px);
}

/* --- Search Box --- */
.navbar-form {
  margin: 30px 0 13px 0;
  padding: 0;
}

#search {
  position: relative;
}

#search button {
  position: absolute;
  top: -3px;
  right: -3px;
  border-radius: 50%;
  border: 0;
  height: 41px;
  line-height: 35px;
  width: 41px;
  text-align: center;
  color: #FFFFFF;
  background-color: #00009E;
  outline: 0;
  font-size: 14px;
  border: 3px solid #FFFFFF;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  z-index: 20;
  background-clip: padding-box;
}

#search button:hover {
  background-color: #4459B3;
}

#search input[type=text] {
  font-size: 12px;
  border-radius: 4px;
  width: 100%;
  height: 35px;
  -webkit-box-shadow: inset 0px 3px 5px rgba(1, 2, 2, 0.1);
          box-shadow: inset 0px 3px 5px rgba(1, 2, 2, 0.1);
}

#search input[type=text]:focus {
  border: 1px solid #CCCCCC;
}

/* === Search page === */
.search-results .total-page {
  padding-top: 8px;
}

.search-results .search-item {
  margin: 20px 0;
  -webkit-box-shadow: 0 0 5px #ded8e2;
          box-shadow: 0 0 5px #ded8e2;
  padding: 20px;
}

.search-results .search-item h2 {
  margin-top: 10px;
}

.search-results .search-item h2 a {
  color: #462564;
}

.search-results .search-item h2 span {
  color: #7F8791;
}

.search-results .search-item span {
  font-weight: 600;
}

.review {
  margin-bottom: 20px;
  margin-top: 30px;
}

.review h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.5rem;
  color: #462564;
}

.review .review-card {
  -webkit-box-shadow: 0 0 20px #ded8e2;
          box-shadow: 0 0 20px #ded8e2;
  padding: 30px;
  border-radius: 20px;
}

.review .review-card p {
  font-size: 1rem;
  color: #462564;
}

.review .review-card .stars {
  padding: 10px 0;
}

.review .review-card .stars .icon-star-full {
  color: goldenrod;
  font-size: 1.7rem;
  margin-top: 10px;
}

.review .review-card a {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.review .review-card a .icon-google {
  font-size: 2.2rem;
  color: #4285F4;
}

.review .review-card a .icon-google:hover {
  color: #4285F4;
}

.review .reviewer {
  margin-top: 20px;
}

.review .reviewer .author {
  padding-left: 10px;
}

.review .reviewer .author span {
  font-size: 1rem;
}

.review .reviewer .author a {
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.review .reviewer .review-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 0;
  margin-left: auto;
  display: block;
}

#blog-container {
  background: #f5f5f5;
  padding: 30px 0;
}

#blog-container h2 {
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #462564;
  margin-top: 0;
}

#blog-container .blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  height: 400px;
}

@media (min-width: 900px) {
  #blog-container .blog-post {
    height: 200px;
  }
}

#blog-container .blog-post .blog-image-container {
  overflow: hidden;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}

@media (min-width: 576px) {
  #blog-container .blog-post .blog-image-container {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}

@media (min-width: 768px) {
  #blog-container .blog-post .blog-image-container {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

@media (min-width: 992px) {
  #blog-container .blog-post .blog-image-container {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

#blog-container .blog-post .blog-image-container img, #blog-container .blog-post .blog-image-container span {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#blog-container .blog-post p {
  display: inline;
}

#blog-container .blog-content {
  padding: 1rem;
  margin-left: 1rem;
  text-align: left;
}

#blog-container .blog-content p {
  font-size: 1rem;
}

#blog-container .blog-post h5 {
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  #blog-container .blog-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #blog-container .blog-content {
    margin-left: 0;
  }
}

#blog-container p {
  font-size: 1.2rem;
  color: #462564;
}

.owl-carousel {
  text-align: center;
}

.owl-carousel .item {
  padding: 1rem 0;
  width: 100%;
  position: relative;
}

.owl-carousel .item .img-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
}

.owl-carousel .item .content {
  position: absolute;
  text-align: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.owl-carousel .item .content h1 {
  margin-bottom: 20px;
  color: white;
  text-shadow: 1px 1px 5px black;
}

.owl-carousel .item .content a {
  background: #95c123;
  color: white;
  padding: 12px 25px;
  border-radius: 60px;
  text-transform: uppercase;
}

.owl-carousel .item .content a:hover {
  text-decoration: none;
  background: #7fae28;
}

@media screen and (max-width: 767px) {
  .owl-carousel .item .content {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.owl-carousel#top-carousel .item {
  height: 400px;
}

.owl-carousel .owl-dots {
  margin: 30px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  border: 2px solid #462564;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #462564;
}

.owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

#product-carousel-container {
  background: #ded8e2 url("/assets/frontend/images/textures/hexagons-purple-products-carousel.webp") no-repeat -60px bottom;
  background-size: 1200px;
  padding: 3rem 0;
}

#product-carousel-container #product-carousel-custom-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2rem;
  padding-left: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#product-carousel-container #product-carousel-custom-dots .owl-dot {
  cursor: pointer;
  padding: 1rem 2rem;
  background: none;
  border-radius: 50px;
  margin: 0 10px;
  color: #462564;
  text-transform: uppercase;
}

#product-carousel-container #product-carousel-custom-dots .owl-dot.active {
  background: #95c123;
  color: white;
}

@media screen and (max-width: 775px) {
  #product-carousel-container #product-carousel-custom-dots .owl-dot {
    text-align: center;
  }
}

#product-carousel-container #product-carousel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
}

#product-carousel-container #product-carousel .item .flex-wrap-solution-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 50%;
}

#product-carousel-container #product-carousel .item .flex-wrap-solution-container .product-card {
  width: 50%;
  margin: 0 1rem 20px;
}

@media screen and (max-width: 1200px) {
  #product-carousel-container #product-carousel .item .flex-wrap-solution-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #product-carousel-container #product-carousel .item .flex-wrap-solution-container .product-card {
    width: 100%;
    max-height: 550px;
    height: 550px;
  }
}

@media screen and (max-width: 775px) {
  #product-carousel-container #product-carousel .item {
    display: block;
  }
  #product-carousel-container #product-carousel .item .flex-wrap-solution-container {
    width: 100%;
  }
  #product-carousel-container #product-carousel .item .flex-wrap-solution-container .product-card {
    max-height: none;
    height: auto;
  }
}

.owl-nav > button {
  height: 3rem;
  position: absolute;
  width: 3rem;
  cursor: pointer;
  top: 40% !important;
  outline: none;
}

.owl-nav > button i {
  font-size: 3rem;
}

.owl-nav > button.owl-prev.disabled, .owl-nav > button.owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-nav > button.owl-prev {
  left: -40px;
}

.owl-nav > button.owl-next {
  right: -40px;
}

#our-brand-container {
  background: #f5f5f5;
  color: #462564;
  min-height: 475px;
  padding: 30px 1.5rem;
}

#our-brand-container .brands-beau-logo div {
  background-image: url("/assets/frontend/images/beaucare_symbol_cmyk.webp");
  background-size: contain;
  height: 100%;
  width: 100%;
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat !important;
}

@media screen and (min-width: 1400px) {
  #our-brand-container .brands-beau-logo {
    left: 20px;
  }
  #our-brand-container .brands-beau-logo div {
    background-size: cover;
  }
}

#our-brand-container .brand-logo {
  position: initial;
  max-width: 250px;
  height: auto;
}

@media screen and (min-width: 776px) {
  #our-brand-container .brand-logo {
    max-width: 100%;
  }
}

#our-brand-container .container div h2 {
  font-weight: bold;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 0;
}

#our-brand-container .container div p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  line-height: 2rem;
  font-weight: normal !important;
}

#our-brand-container .container div p:first-of-type {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  #our-brand-container .container div {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  #our-brand-container .container div h2 {
    font-size: 3.2rem;
  }
  #our-brand-container .container div p,
  #our-brand-container .container div a {
    font-size: 1.4rem;
  }
}

#our-brand-container .container div .button {
  font-size: 1.2rem;
}

#our-brand-container .container .brands-grid-container {
  width: 100%;
}

#our-brand-container .container .brands-grid-container .brands-grid {
  width: 100%;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 2rem 1rem;
}

@media screen and (max-width: 1200px) {
  #our-brand-container .container .brands-grid-container .brands-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media screen and (max-width: 768px) {
  #our-brand-container .container .brands-grid-container .brands-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 2rem 1rem;
  }
}

@media screen and (max-width: 550px) {
  #our-brand-container .container .brands-grid-container .brands-grid {
    grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  }
}

#our-brand-container .container .brands-grid-container .brands-grid .brands-item img {
  display: block;
  max-width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

#our-brand-container .container .brands-grid-container .brands-grid .brands-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#our-brand-container button {
  padding: 15px 25px;
  border-radius: 60px;
  font-size: 1.3rem;
}

#newsletter-container {
  background: #d3e6bb url("/assets/frontend/images/textures/hexagons-green-newsletter-signup.webp") no-repeat 90% bottom;
  background-size: 1200px;
  padding: 30px 0;
}

@media (min-width: 576px) {
  #newsletter-container {
    background-position-x: right;
  }
}

#newsletter-container .container {
  color: #462564;
}

#newsletter-container .container h2 {
  font-weight: bold;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-top: 0;
}

#newsletter-container .container p {
  font-size: 1.2rem;
}

#newsletter-container .container .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#newsletter-container .container .form input {
  font-size: 1.5rem;
  padding: 1rem;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}

#newsletter-container .container .form span {
  position: absolute;
  right: 150px;
  height: 65px;
  width: 65px;
  background: #d3e6bb;
  border-radius: 50%;
  z-index: 1;
}

#newsletter-container .container .form button {
  background: #462564;
  font-size: 1.3rem;
  color: white;
  padding: 15px 25px;
  border-radius: 60px;
  width: 185px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  z-index: 2;
  cursor: pointer;
}

#newsletter-container .container .form button[disabled] {
  background: rgba(70, 37, 100, 0.7);
  cursor: default;
}

@media screen and (max-width: 768px) {
  #newsletter-container .container .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  #newsletter-container .container .form input {
    width: 100%;
    border-radius: 60px;
    padding-left: 30px;
  }
  #newsletter-container .container .form span {
    display: none;
  }
  #newsletter-container .container .form button {
    width: 155px;
    margin-top: 1rem;
  }
}

#newsletter-container .container .message {
  color: white;
}

#newsletter-container .container .message p {
  border-radius: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 768px) {
  #newsletter-container .container .message {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #newsletter-container .container .message p {
    border-radius: 0;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media screen and (max-width: 550px) {
  #newsletter-container .container h2 {
    margin-bottom: 1rem;
  }
  #newsletter-container .container p,
  #newsletter-container .container input,
  #newsletter-container .container button {
    font-size: 1.4rem;
  }
}

.product-variant-selector {
  position: relative !important;
}

.product-variant-selector input {
  background-color: #e6e7e9;
}

.product-variant-selector .multiselect .multiselect__tags {
  min-height: 45px;
}

.product-variant-selector button {
  border: none !important;
  border-radius: 7px;
}

.product-variant-selector button:focus {
  background-color: #f0f0f0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown {
  position: unset;
}

.dropdown > a {
  color: #462564;
}

.dropdown-content {
  display: none;
  position: absolute;
  padding: 22px 2rem 24px;
  left: 0;
  background-color: transparent;
  min-width: 160px;
  text-align: left;
  z-index: 200;
  width: 100%;
}

.dropdown-content a.flex-item, .dropdown-content h5 {
  text-align: left !important;
  line-height: 1.8rem;
}

.dropdown-content .container {
  cursor: auto;
  background: white;
  border: 2px solid #95c123;
  border-radius: 30px;
  white-space: nowrap;
}

.dropdown-content .container.no-news .flex-container {
  width: 100%;
}

.dropdown-content .container.no-news .flex-container .flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
}

.dropdown-content .container .flex-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 75%;
  vertical-align: top;
  white-space: normal;
}

.dropdown-content .container .flex-container .flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  width: calc(100% / 3);
  padding: 5px 10px;
}

.dropdown-content .container .flex-container a:first-of-type {
  border-radius: 30px 0 0 30px;
}

.dropdown-content .container .flex-container a:last-of-type {
  border-radius: 0 30px 30px 0;
}

.dropdown-content .container .flex-container .icon-holder {
  text-align: center;
  margin-bottom: 20px;
}

.dropdown-content .container .latest-news {
  display: inline-block;
  padding: 5px 10px;
  width: 25%;
  height: 100%;
  vertical-align: top;
}

.dropdown-content .container .latest-news div {
  white-space: normal;
}

.dropdown-content .container .latest-news a .latest-news-title {
  font-weight: bold !important;
}

.dropdown-content .container .latest-news a:hover .latest-news-body {
  font-weight: normal !important;
}

.dropdown-content .container .flex-container h5, .dropdown-content .container .latest-news h5 {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #462564;
  margin: 0 0 5px;
  padding: 10px 0 0;
}

.dropdown-content .container .flex-container a, .dropdown-content .container .latest-news a {
  display: block;
  min-height: 100%;
  padding-bottom: 4px !important;
  color: #462564;
  font-weight: normal !important;
  text-align: left;
}

.dropdown-content .container .flex-container a:hover, .dropdown-content .container .latest-news a:hover {
  font-weight: bold !important;
}

.dropdown-content .dropdown-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dropdown-content .dropdown-image-container img {
  width: 100%;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover {
  text-decoration: none;
}

.dropdown:hover a span {
  display: block;
}

.tree {
  background: #ded8e2 url("/assets/frontend/images/textures/hexagons-purple-category-menu.webp") no-repeat left bottom;
  background-size: 800px;
  background-position-x: -37px;
  border-radius: 1.429rem;
  overflow: hidden;
  padding-bottom: 300px;
}

@media only screen and (min-width: 992px) {
  .tree {
    background-size: 450px;
    padding-bottom: 175px;
    background-position-x: -20px;
  }
}

.tree a {
  display: block;
  color: #462564;
}

.tree li.active > a {
  color: #95c123;
}

.tree ul {
  list-style: none;
}

.tree ul ul a:hover {
  color: #95c123;
  opacity: .8;
}

.tree ul ul ul > li:not(.active):not(.child-active) > ul {
  display: none;
}

.tree > ul {
  padding: 0;
  margin: 0;
}

.tree > ul > li > a {
  background-color: #462564;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.429rem;
  padding: 1.071rem;
}

.tree > ul > li > ul {
  padding: 0.929rem 0;
}

.tree > ul > li > ul > li + li {
  padding-top: 1.429rem;
}

.tree > ul > li > ul > li > a {
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0.143rem 1.071rem;
  font-weight: bold;
  font-size: 1.429rem;
}

.tree > ul > li > ul > li > ul {
  padding: 0;
}

.tree > ul > li > ul > li > ul > li > a {
  padding: 0.143rem 1.071rem;
  font-size: 1.286rem;
  font-weight: bold;
}

.tree > ul > li > ul > li > ul > li li a {
  font-size: 1.143rem;
  padding: 0.143rem 0;
}

.basket .btn-rounded, .basket .hbspt-form input[type=submit], .hbspt-form .basket input[type=submit] {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.basket-item {
  border-bottom: 1px solid lightgrey;
}

.basket-item-details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.basket-item-thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 75px;
  width: 75px !important;
  height: 75px !important;
  min-height: 75px;
  margin-left: 0;
}

.basket-item-name {
  display: block;
  width: 100%;
  font-size: 1.2rem;
}

.basket-item-price {
  background-color: transparent !important;
}

.basket-item-price dl {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.basket-item-price dl dt {
  float: left;
  clear: left;
  min-width: 175px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-right: 10px;
  font-weight: normal;
  text-align: right;
}

.basket-item-price dl dd {
  float: left;
  width: 140px;
}

@media (min-width: 768px) {
  .basket-item-price dl {
    margin-right: 0;
  }
  .basket-item-price dl dt, .basket-item-price dl dd {
    display: inline-block;
    float: none;
    clear: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 0;
  }
  .basket-item-price dl dd:not(:last-of-type) {
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .basket-item-price dl dt {
    float: left;
    clear: left;
    min-width: 180px;
    padding-right: 5px;
  }
  .basket-item-price dl dd, .basket-item-price dl dd:not(:last-of-type) {
    float: left;
    width: 115px;
    padding-right: 0;
    text-align: right;
  }
}

.basket-item-remove.btn.btn-rounded, .dataTables_wrapper .dataTables_footer .dataTables_paginate .basket-item-remove.btn-rounded.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .hbspt-form input.basket-item-remove.paginate_button[type=submit], .hbspt-form .dataTables_wrapper .dataTables_footer .dataTables_paginate input.basket-item-remove.paginate_button[type=submit], .hbspt-form input.basket-item-remove[type=submit] {
  padding: 3.5px 10px !important;
}

@media (min-width: 768px) {
  .basket-item-price {
    font-size: 1.2rem;
  }
}

.basket-item-qty-label {
  font-size: 1.1rem;
}

.basket-item .number-input {
  margin-bottom: 0px;
  margin-right: 5px;
}

.basket-item .number-input__input {
  margin-bottom: 0;
  width: 8rem !important;
}

.basket-item .number-input--small {
  width: 8rem !important;
}

@media (min-width: 768px) {
  .basket-item .basket-item-thumbnail {
    min-width: 100px;
    width: 100px !important;
    height: 100px !important;
    min-height: 100px;
  }
}

@media (min-width: 992px) {
  .basket-item span.basket-item-name {
    font-size: 1.2rem;
  }
}

.basket .basket-total {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: whitesmoke;
}

.basket .basket-total #to-checkout {
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

@media (min-width: 768px) and (max-width: 992px) {
  .basket .basket-total #to-checkout {
    display: block;
    width: 275px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.pagination {
  margin-bottom: 30px;
}

/**
 * For basket and checkout totals
 */
#checkout .loader {
  display: block;
  position: absolute;
  top: 85px;
  bottom: -50px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-box-shadow: 0 0 50px 50px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 50px 50px rgba(255, 255, 255, 0.2);
  z-index: 1000;
  opacity: 0;
  -webkit-transition-property: background-color, opacity, -webkit-backdrop-filter, -webkit-box-shadow;
  transition-property: background-color, opacity, -webkit-backdrop-filter, -webkit-box-shadow;
  transition-property: background-color, backdrop-filter, box-shadow, opacity;
  transition-property: background-color, backdrop-filter, box-shadow, opacity, -webkit-backdrop-filter, -webkit-box-shadow;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

@media (min-width: 768px) {
  #checkout .loader {
    top: 145px;
  }
}

#checkout .loader svg {
  margin: 200px auto;
  display: block;
}

#checkout .loader.enabled {
  opacity: 1;
}

#checkout .stages {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#checkout .stages .line {
  display: none;
  height: 2px;
  width: 100%;
  margin: 20px 8px;
  background-color: grey;
}

#checkout .stages .line span {
  display: block;
  height: 100%;
  width: 0;
  background-color: #95c123;
  -webkit-transition: width 1s;
  transition: width 1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

#checkout .stages .line.complete span {
  width: 100%;
}

#checkout .stages .stage {
  text-align: center;
}

#checkout .stages .stage div {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  padding-top: 0.3rem;
  padding-left: 0.1rem;
  border-radius: 100%;
  border-color: grey;
  border-width: 2px;
  border-style: solid;
  background-color: white;
  color: grey;
  font-size: 1.5rem;
  text-align: center;
  -webkit-transition: color 1s, background-color 1s, border-color 1s;
  transition: color 1s, background-color 1s, border-color 1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

#checkout .stages .stage span {
  display: block;
  text-align: center;
  margin: 10px 3px 0;
  font-size: 0.75rem;
}

#checkout .stages .stage.active div {
  border-color: #462564;
  background-color: #462564;
  color: white;
}

#checkout .stages .stage.complete div {
  border-color: #95c123;
  background-color: #95c123;
  color: white;
}

@media (min-width: 450px) {
  #checkout .stages .line {
    display: block;
  }
  #checkout .stages .stage span {
    margin: 15px auto 0;
  }
}

@media (min-width: 768px) {
  #checkout .stages {
    max-width: 880px;
  }
  #checkout .stages .line {
    height: 4px;
    width: 100%;
    margin: 35px 15px;
  }
  #checkout .stages .stage div {
    width: 5.5rem;
    height: 5.5rem;
    padding-top: 0.25rem;
    font-size: 3rem;
    border-width: 4px;
  }
  #checkout .stages .stage span {
    font-size: 1rem;
  }
}

#checkout .stages ~ .back-navigation {
  height: 30px;
}

#checkout .stages ~ .back-navigation button {
  background-color: transparent;
  border: 0;
  font-size: 16px;
}

#checkout .stages ~ .back-navigation button span.material-icons-outlined {
  font-size: 20px;
  vertical-align: top;
}

#checkout .stages ~ .back-navigation button:hover, #checkout .stages ~ .back-navigation button:focus {
  cursor: pointer;
  color: #d3e6bb;
  outline: 0;
}

#checkout .stages ~ .back-navigation button:hover span.material-icons-outlined, #checkout .stages ~ .back-navigation button:focus span.material-icons-outlined {
  color: #d3e6bb;
}

@media (min-width: 768px) {
  #checkout .divider {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 -2px 0 0;
    height: 100%;
    border-left: 2px solid #95c123;
  }
}

#checkout .radio-label {
  display: block;
  position: relative;
  margin-left: -15px;
  margin-bottom: 12px;
  padding-left: 30px;
  cursor: pointer;
}

#checkout .radio-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#checkout .radio-label .radio-button {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #333645;
  border-radius: 50%;
}

#checkout .radio-label input[type="radio"]:checked ~ .radio-button {
  background-color: transparent;
}

#checkout .radio-label input[type="radio"]:checked ~ .radio-button::after {
  display: block;
}

#checkout .radio-label .radio-button::after {
  content: "";
  display: none;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-width: 2px;
  background: #333645;
}

#checkout input[type="radio"]:checked + .address-card {
  border-color: #95c123;
  outline: 1.5px solid #95c123;
}

#checkout .order-details h3 {
  color: #333645;
}

#checkout .order-details-section {
  background-color: #ded8e2;
}

#checkout .order-details-section img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: auto;
  max-width: 100%;
}

#checkout .order-details table {
  width: 100%;
  background-color: transparent;
  margin-bottom: 0;
}

#checkout .order-details table tbody > tr > td {
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}

#checkout .order-details table tbody > tr > td:first-child {
  font-weight: bold;
}

#checkout .order-details table tbody > tr > td:last-child {
  text-align: right;
  padding-right: 0 !important;
}

#checkout #checkout-confirmation .products-table > thead {
  display: none;
}

@media (min-width: 992px) {
  #checkout #checkout-confirmation .products-table > thead {
    display: table-header-group;
  }
}

#checkout #checkout-confirmation .products-table > tbody > tr {
  border-bottom: 2px solid #95c123;
}

#checkout #checkout-confirmation .products-table > tbody > tr > td {
  padding: 15px 0;
}

#checkout #checkout-confirmation .products-table > tbody > tr > td > .row > .col:first-of-type, #checkout #checkout-confirmation .dataTables_wrapper .products-table > tbody > tr > td > .dataTables_header > .col:first-of-type, .dataTables_wrapper #checkout #checkout-confirmation .products-table > tbody > tr > td > .dataTables_header > .col:first-of-type, #checkout #checkout-confirmation .dataTables_wrapper .products-table > tbody > tr > td > .dataTables_footer > .col:first-of-type, .dataTables_wrapper #checkout #checkout-confirmation .products-table > tbody > tr > td > .dataTables_footer > .col:first-of-type {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

#checkout #checkout-confirmation .products-table .product-thumbnail img {
  min-width: 75px;
}

@media (min-width: 768px) {
  #checkout #checkout-confirmation .products-table .product-details {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #checkout #checkout-confirmation .products-table .product-thumbnail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #checkout #checkout-confirmation .products-table .product-thumbnail img {
    min-width: 125px;
  }
}

#checkout #checkout-confirmation .totals-table {
  width: 100%;
  background-color: transparent;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}

#checkout #checkout-confirmation .totals-table tbody > tr > td {
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}

#checkout #checkout-confirmation .totals-table tbody > tr > td:first-child {
  font-weight: bold;
}

#checkout #checkout-confirmation .totals-table tbody > tr > td:last-child {
  text-align: right;
  padding-right: 0 !important;
}

@media (min-width: 768px) {
  #checkout .checkout-header div[class^="col-"]:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #checkout .checkout-header div[class^="col-"]:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#checkout #payment-methods > .form-check {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
          box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

#checkout #payment-methods > .form-check .radio-label .radio-button {
  top: 2px;
}

#checkout #payment-methods .payment-form {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
          box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  padding: 0;
  opacity: 0;
  height: 0;
  -webkit-transition: height .5s ease-in-out, opacity .5s ease-in-out .3s;
  transition: height .5s ease-in-out, opacity .5s ease-in-out .3s;
}

#checkout #payment-methods .payment-form.active {
  opacity: 1;
  height: auto;
  padding: 15px;
  -webkit-transition: height .5s ease-in-out, opacity .5s ease-in-out .3s;
  transition: height .5s ease-in-out, opacity .5s ease-in-out .3s;
}

#checkout #payment-methods .payment-form:not(.active) {
  -webkit-transition: none;
  transition: none;
}

#checkout #payment-methods img.payment-method {
  top: -3px;
  right: 3px;
  height: 25px;
  display: none;
}

@media (min-width: 355px) {
  #checkout #payment-methods img.payment-method {
    display: block;
  }
}

@media (min-width: 992px) {
  #checkout #payment-methods img.payment-method {
    top: -5px;
    height: 30px;
  }
}

#checkout #completed h3 {
  line-height: 45px;
}

#checkout #completed .icon {
  margin: auto;
  border-radius: 125px;
  width: 200px;
  height: 200px;
  padding-top: 17px;
}

#checkout #completed .icon i {
  font-size: 150px;
}

#checkout #completed .success h3 {
  color: #95c123;
}

#checkout #completed .success .icon {
  color: #95c123;
  border: 10px solid #95c123;
}

#checkout #completed .error h3 {
  color: #462564;
}

#checkout #completed .error .icon {
  color: #462564;
  border: 10px solid #462564;
}

#checkout input.form-control, #checkout .dataTables_wrapper input, .dataTables_wrapper #checkout input, #checkout .bootstrap-select > input.btn, #checkout .hbspt-form .bootstrap-select > input[type=submit], .hbspt-form #checkout .bootstrap-select > input[type=submit], #checkout .hbspt-form fieldset input[type=text], .hbspt-form fieldset #checkout input[type=text],
#checkout .hbspt-form fieldset input[type=email], .hbspt-form fieldset #checkout input[type=email],
#checkout .hbspt-form fieldset input[type=tel], .hbspt-form fieldset #checkout input[type=tel],
#checkout .btn.btn-block,
#checkout .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-block.paginate_button,
.dataTables_wrapper .dataTables_footer .dataTables_paginate #checkout .btn-block.paginate_button,
#checkout .hbspt-form input.btn-block[type=submit],
.hbspt-form #checkout input.btn-block[type=submit],
#new-address-modal input.form-control,
#new-address-modal .dataTables_wrapper input,
.dataTables_wrapper #new-address-modal input,
#new-address-modal .bootstrap-select > input.btn,
#new-address-modal .hbspt-form .bootstrap-select > input[type=submit],
.hbspt-form #new-address-modal .bootstrap-select > input[type=submit],
#new-address-modal .hbspt-form fieldset input[type=text],
.hbspt-form fieldset #new-address-modal input[type=text],
#new-address-modal .hbspt-form fieldset input[type=email],
.hbspt-form fieldset #new-address-modal input[type=email],
#new-address-modal .hbspt-form fieldset input[type=tel],
.hbspt-form fieldset #new-address-modal input[type=tel],
#new-address-modal .btn.btn-block,
#new-address-modal .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-block.paginate_button,
.dataTables_wrapper .dataTables_footer .dataTables_paginate #new-address-modal .btn-block.paginate_button,
#new-address-modal .hbspt-form input.btn-block[type=submit],
.hbspt-form #new-address-modal input.btn-block[type=submit] {
  border-radius: 100px;
}


#checkout .btn.btn-block,
#checkout .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-block.paginate_button,
.dataTables_wrapper .dataTables_footer .dataTables_paginate #checkout .btn-block.paginate_button,
#checkout .hbspt-form input.btn-block[type=submit],
.hbspt-form #checkout input.btn-block[type=submit],
#new-address-modal .btn.btn-block,
#new-address-modal .dataTables_wrapper .dataTables_footer .dataTables_paginate .btn-block.paginate_button,
.dataTables_wrapper .dataTables_footer .dataTables_paginate #new-address-modal .btn-block.paginate_button,
#new-address-modal .hbspt-form input.btn-block[type=submit],
.hbspt-form #new-address-modal input.btn-block[type=submit] {
  padding: 11px 0.8rem;
}

#medical-conditions.form-group .multiselect .multiselect__tags, .hbspt-form fieldset > div#medical-conditions.field .multiselect .multiselect__tags {
  padding-top: 8px;
  min-height: 40px;
  background-color: transparent;
}

#medical-conditions.form-group .multiselect .multiselect__tags, .hbspt-form fieldset > div#medical-conditions.field .multiselect .multiselect__tags,
#medical-conditions.form-group .multiselect .multiselect__content-wrapper,
.hbspt-form fieldset > div#medical-conditions.field .multiselect .multiselect__content-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

#individual-declaration-modal p ~ ul {
  list-style-position: inside;
  padding-left: 30px;
}

.modal-title {
  margin-top: 0;
}

.modal-body .btn:not(.btn-link).btn-rounded, .modal-body .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:not(.btn-link).btn-rounded, .dataTables_wrapper .dataTables_footer .dataTables_paginate .modal-body .paginate_button:not(.btn-link).btn-rounded, .modal-body .hbspt-form input:not(.btn-link)[type=submit], .hbspt-form .modal-body input:not(.btn-link)[type=submit] {
  padding: 11px 0 !important;
}

.modal-footer .btn:not(.btn-link).btn-rounded, .modal-footer .dataTables_wrapper .dataTables_footer .dataTables_paginate .paginate_button:not(.btn-link).btn-rounded, .dataTables_wrapper .dataTables_footer .dataTables_paginate .modal-footer .paginate_button:not(.btn-link).btn-rounded, .modal-footer .hbspt-form input:not(.btn-link)[type=submit], .hbspt-form .modal-footer input:not(.btn-link)[type=submit] {
  padding: 11px 1rem !important;
}

.modal-body input.form-control, .modal-body .dataTables_wrapper input, .dataTables_wrapper .modal-body input, .modal-body .bootstrap-select > input.btn, .modal-body .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > input.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .modal-body .bootstrap-select > input.paginate_button, .modal-body .hbspt-form .bootstrap-select > input[type=submit], .hbspt-form .modal-body .bootstrap-select > input[type=submit], .modal-body .hbspt-form fieldset input[type=text], .hbspt-form fieldset .modal-body input[type=text],
.modal-body .hbspt-form fieldset input[type=email], .hbspt-form fieldset .modal-body input[type=email],
.modal-body .hbspt-form fieldset input[type=tel], .hbspt-form fieldset .modal-body input[type=tel], .modal-footer input.form-control, .modal-footer .dataTables_wrapper input, .dataTables_wrapper .modal-footer input, .modal-footer .bootstrap-select > input.btn, .modal-footer .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > input.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .modal-footer .bootstrap-select > input.paginate_button, .modal-footer .hbspt-form .bootstrap-select > input[type=submit], .hbspt-form .modal-footer .bootstrap-select > input[type=submit], .modal-footer .hbspt-form fieldset input[type=text], .hbspt-form fieldset .modal-footer input[type=text],
.modal-footer .hbspt-form fieldset input[type=email], .hbspt-form fieldset .modal-footer input[type=email],
.modal-footer .hbspt-form fieldset input[type=tel], .hbspt-form fieldset .modal-footer input[type=tel] {
  border-radius: 100px;
}

.address-lookup-form .dropdown-menu {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 18px;
}

.address-lookup-form .dropdown-menu .dropdown-item, .address-lookup-form .show .dropdown-menu > li > a, .show .address-lookup-form .dropdown-menu > li > a {
  text-overflow: ellipsis;
  overflow: hidden;
}

.address-lookup-form .dropdown-menu .dropdown-item:first-child, .address-lookup-form .show .dropdown-menu > li > a:first-child, .show .address-lookup-form .dropdown-menu > li > a:first-child {
  border-radius: 6px 6px 0 0;
}

.address-lookup-form .dropdown-menu .dropdown-item:last-child, .address-lookup-form .show .dropdown-menu > li > a:last-child, .show .address-lookup-form .dropdown-menu > li > a:last-child {
  border-radius: 0 0 6px 6px;
}

.address-lookup-form .dropdown-menu .dropdown-item:hover, .address-lookup-form .show .dropdown-menu > li > a:hover, .show .address-lookup-form .dropdown-menu > li > a:hover {
  background-color: #d3e6bb;
  cursor: pointer;
}

.address-lookup-form .dropdown-menu .dropdown-item:active, .address-lookup-form .show .dropdown-menu > li > a:active, .show .address-lookup-form .dropdown-menu > li > a:active {
  background-color: #95c123;
}

.video__thumbnail img {
  height: 250px;
  width: auto;
}

.testimonial__content {
  font-style: italic;
  margin-top: 18px;
}

.video__thumbnail .material-icons, .video__thumbnail .multiselect .multiselect__select::before, .multiselect .video__thumbnail .multiselect__select::before {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  cursor: pointer;
}

.video__thumbnail .material-icons::-moz-selection {
  background-color: transparent !important;
}

.video__thumbnail .material-icons::selection {
  background-color: transparent !important;
}

.display-none {
  display: none;
}

/*Newsletter styling*/
#newsletter-container .hs_recaptcha {
  float: left;
}

#newsletter-container h1 {
  margin: -9px 0 13px;
  float: left;
  width: 100%;
}

#newsletter-container h1 span {
  margin: 0;
  color: #6d727c !important;
}

#newsletter-container .hs-richtext, #newsletter-container .legal-consent-container, #newsletter-container .legal-consent-container ul.inputs-list li, #newsletter-container .legal-consent-container .hs-dependent-field {
  float: left;
  width: 100%;
}

#newsletter-container .hs-richtext p {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #292b2c;
  float: left;
  width: 100%;
}

#newsletter-container .hs_firstname, #newsletter-container .hs_lastname, #newsletter-container .hs_email {
  float: left;
  width: 32%;
  margin: 0 0 19px;
}

#newsletter-container .field input[type='text'], #newsletter-container .field input[type='email'] {
  float: left;
  width: 100%;
  margin: 0;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-box-shadow ease-in-out 0.15s;
  height: 40px;
  padding: 0.7857rem 1rem;
}

#newsletter-container .field input[type='text']:focus, #newsletter-container .field input[type='email']:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
}

#newsletter-container .hs_firstname, #newsletter-container .hs_lastname {
  margin-right: 1.333%;
}

#newsletter-container label.hs-error-msg, #newsletter-container .hs-error-msg.static-label {
  margin: 10px 0 0;
}

#newsletter-container .field label > span, #newsletter-container .field .static-label > span, #newsletter-container .legal-consent-container ul.inputs-list label span p, #newsletter-container .legal-consent-container ul.inputs-list .static-label span p {
  color: #292b2c;
  cursor: pointer;
  font-size: 15px;
}

#newsletter-container .field label > span:hover, #newsletter-container .field .static-label > span:hover {
  color: #462564;
}

#newsletter-container ul.inputs-list {
  float: left;
  padding: 0;
  list-style: none;
  margin: 0;
  width: 100%;
}

#newsletter-container .hs_submit.hs-submit {
  float: right;
}

#newsletter-container .legal-consent-container ul.inputs-list label, #newsletter-container .legal-consent-container ul.inputs-list .static-label {
  float: left;
  width: 100%;
  margin: 0;
}

#newsletter-container .legal-consent-container ul.inputs-list label input, #newsletter-container .legal-consent-container ul.inputs-list .static-label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

#newsletter-container .legal-consent-container ul.inputs-list label input:before, #newsletter-container .legal-consent-container ul.inputs-list .static-label input:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #d5d5d5;
  float: left;
  border-radius: 5px;
  margin: 0 20px 0 0;
}

#newsletter-container .legal-consent-container ul.inputs-list label input:checked:after, #newsletter-container .legal-consent-container ul.inputs-list .static-label input:checked:after {
  content: "";
  width: 13px;
  height: 5px;
  border: 1px solid #ffffff;
  float: left;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: none;
  border-right: none;
  position: absolute;
  left: 6px;
  top: 9px;
}

#newsletter-container .legal-consent-container ul.inputs-list label input:checked:before, #newsletter-container .legal-consent-container ul.inputs-list .static-label input:checked:before {
  border: 1px solid #462564;
  background: #462564;
}

#newsletter-container .legal-consent-container ul.inputs-list label span p, #newsletter-container .legal-consent-container ul.inputs-list .static-label span p {
  line-height: 25px;
}

#newsletter-container .legal-consent-container .hs-dependent-field {
  margin: 0;
}

/* new category styling */
.page-content.category h1 {
  font-size: 40px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.category-description {
  clear: both;
  float: left;
  width: 100%;
  display: block;
}

.navigation-bg {
  clear: both;
  float: left;
  width: 100%;
  height: 80px;
  background: rgba(70, 37, 100, 0.07);
  border-top: 1px solid rgba(70, 37, 100, 0.2);
  border-bottom: 1px solid rgba(70, 37, 100, 0.2);
  margin-top: 0px;
  margin-bottom: 50px;
}

.page-content.category .filters {
  position: relative;
  margin-top: -115px;
  z-index: 3;
  float: right;
  width: calc(100% + 38%);
}

.page-content.category .filters label, .page-content.category .filters .static-label, .page-content.category .filters .text-nowrap {
  color: #462564;
  font-size: 14px;
  font-weight: 600;
}

.page-content.category .filters .px-2 {
  padding: 0 15px !important;
}

.page-content.category .multiselect {
  height: 50px !important;
  min-height: 50px !important;
  min-width: 100px;
}

.page-content.category .multiselect .multiselect__tags {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(70, 37, 100, 0.3);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 24px;
  padding-top: 1px;
}

.page-content.category .multiselect .multiselect__tags:hover {
  border: 1px solid #462564;
}

.page-content.category .multiselect .multiselect__tags .multiselect__single, .page-content.category .multiselect .multiselect__tags .multiselect__placeholder {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  line-height: 1;
  min-height: 0px;
  color: #292B2C;
}

.page-content.category .multiselect .multiselect__select {
  right: 6px;
}

.page-content.category .multiselect .multiselect__select:before {
  font-size: 20px;
}

.page-content.category .multiselect.multiselect--large .multiselect__tags {
  min-height: 50px;
}

.page-content.category .multiselect.multiselect--large {
  max-width: 230px;
  float: right;
}

.page-content.category .multiselect .multiselect__content-wrapper {
  margin-top: 10px;
}

.page-content.category .multiselect__content-wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 26px rgba(50, 19, 71, 0.07);
          box-shadow: 0px 0px 26px rgba(50, 19, 71, 0.07);
  border-radius: 7px;
  border: 1px solid #ded8e2;
}

.page-content.category .multiselect__content-wrapper li {
  border: none;
}

.page-content.category .multiselect__content-wrapper .multiselect__option {
  border: none;
  color: #292b2c;
  font-size: 14px;
  height: auto;
  min-height: 0px;
  padding: 12px 20px;
  background: none;
}

.page-content.category .multiselect__content-wrapper ul.multiselect__content {
  margin-top: 8px;
  margin-bottom: 8px;
}

.page-content.category .multiselect__content-wrapper .multiselect__option.multiselect__option--highlight, .page-content.category .multiselect__content-wrapper .multiselect__option:hover {
  color: #462564;
  background: rgba(70, 37, 100, 0.05);
}

.page-content.category .multiselect__content-wrapper .multiselect__option.multiselect__option--selected {
  color: #462564;
  font-weight: 600;
}

.filters-sidebar {
  background: none;
  padding-right: 15px;
  border-radius: 0px;
}

.filters-sidebar > ul > li > a {
  color: #462564;
  background: none;
  padding: 0px;
  border-radius: 0px;
  font-size: 22px;
  line-height: 1.3;
  margin: -4px 0 12px 0;
  pointer-events: none;
  cursor: default;
}

.filters-sidebar > ul > li > ul {
  padding: 0px;
}

.filters-sidebar > ul > li > ul > li {
  margin: 15px 0 5px;
  clear: both;
  float: left;
  width: 100%;
  padding: 0px !important;
}

.filters-sidebar > ul > li > ul > li > a {
  font-size: 18px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 0px;
  clear: both;
  float: left;
  width: 100%;
  margin: -6px 0 14px 0;
}

.filters-sidebar > ul > li > ul > li > ul {
  clear: both;
  float: left;
  width: 100%;
  height: auto;
}

.filters-sidebar > ul > li > ul > li > ul li {
  clear: both;
  float: left;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.filters-sidebar > ul > li > ul > li > ul li a {
  float: left;
  width: 100%;
  position: relative;
  font-weight: normal;
  font-size: 15px !important;
  color: #292B2C;
  padding: 0px;
  min-height: 34px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.filters-sidebar > ul > li > ul > li > ul li a:hover {
  color: #462564;
}

.filters-sidebar > ul > li > ul > li > ul li a:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  content: "\E876";
  width: 34px;
  min-width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  border-radius: 7px;
  color: transparent;
  font-size: 14px;
  border: 1px solid rgba(70, 37, 100, 0.2);
}

.filters-sidebar > ul > li > ul > li > ul li a:hover:before {
  border: 1px solid #462564;
}

.filters-sidebar > ul > li > ul > li > ul li.active > a,
.filters-sidebar > ul > li > ul > li > ul li.child-active > a {
  color: #462564 !important;
}

.filters-sidebar > ul > li > ul > li > ul li.active > a:before,
.filters-sidebar > ul > li > ul > li > ul li.child-active > a:before {
  border: 1px solid #462564;
  color: #462564;
}

.filters-sidebar > ul > li > ul > li > ul li.active > ul {
  clear: both;
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: -10px;
}

.product-row .product-card {
  border: none;
}

.product-row > div {
  padding-bottom: 0px !important;
  margin-bottom: 30px;
}

.product-row .product-card .card-content {
  border: none !important;
  border-radius: 0px;
  padding: 0px;
  height: 100%;
}

.product-row .product-card .card-content {
  padding: 0px !important;
}

.product-row .product-card .card-content .product-img-container {
  height: 254px;
  border: 1px solid rgba(70, 37, 100, 0.2);
  border-radius: 7px;
  padding: 20px;
}

.product-row .product-card .card-content:hover .product-img-container {
  border: 1px solid #462564;
}

.product-row .product-card .card-content h5 {
  font-size: 19px;
  font-weight: 600;
  text-transform: none;
  line-height: 1.3;
  padding: 0px !important;
  margin-top: -4px !important;
  margin-bottom: 14px !important;
}

.product-row .product-card:hover .card-content h5 a {
  color: #93bf1e;
}

.product-row .product-card .card-content .product-img-container {
  margin-bottom: 30px;
}

.product-row .product-card .card-content .card-price-tags {
  margin-top: auto !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-row .product-card .card-content {
  position: relative;
}

.product-row .product-card .card-content .card-price-tags > div:first-of-type {
  background: none !important;
  padding: 0px;
  width: 100%;
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
}

.product-row .product-card .card-content .card-price-tags > div:first-of-type p:first-of-type {
  font-size: 24px !important;
  font-weight: 100 !important;
  color: #292B2C !important;
  line-height: 1 !important;
}

.product-row .product-card .card-content .card-price-tags > div:first-of-type p:last-child {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #292B2C !important;
  opacity: 0.5 !important;
}

.product-row .product-card .card-content .card-price-tags > div:last-of-type {
  background-color: #95c123 !important;
  color: #ffffff !important;
  margin-left: auto;
  width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 50%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-row .product-card .card-content .card-price-tags > div:last-of-type:hover {
  background-color: #462564 !important;
}

.product-row .product-card .card-content .card-price-tags > div:last-of-type i.shopping-cart {
  font-size: 22px !important;
}

.product-row .product-card .card-content .card-price-tags > div:last-of-type p {
  height: auto;
  line-height: 1;
}

.product-row .product-card .card-content .card-price-tags > div:last-of-type a.select-options:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  content: "\E5C8";
  color: #ffffff;
  font-size: 24px;
}

.product-row .product-card .card-content .card-price-tags > div:last-of-type a.select-options span {
  display: none !important;
}

.product-row .product-card .card-content .card-price-tags > div:last-of-type a.select-options {
  line-height: 1;
}

.product-row .product-card .card-content a.btn, .product-row .product-card .card-content .dataTables_wrapper .dataTables_footer .dataTables_paginate a.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .product-row .product-card .card-content a.paginate_button {
  max-width: calc(100% - 65px);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.8;
  font-size: 16px;
  padding: 0px !important;
  margin-top: -50px;
}

.product-row .product-card .card-content a.btn, .product-row .product-card .card-content .dataTables_wrapper .dataTables_footer .dataTables_paginate a.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .product-row .product-card .card-content a.paginate_button {
  border: none !important;
  padding-top: 3px !important;
}

.product-row .product-card .card-content a.btn:hover, .product-row .product-card .card-content .dataTables_wrapper .dataTables_footer .dataTables_paginate a.paginate_button:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate .product-row .product-card .card-content a.paginate_button:hover {
  background: #95c123;
}

.page-content.category {
  margin-bottom: 80px;
}

.page-content.category .pagination-overview {
  padding: 0px;
  font-size: 14px;
  color: #462564;
  font-weight: bold;
}

.page-content.category .product-row {
  margin-bottom: 30px;
}

.page-content.category ul.pagination {
  margin: 0px;
  gap: 7px;
}

.page-content.category ul.pagination .page-link {
  color: #292B2C;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 0.8;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  padding-left: 2px;
  padding-top: 0px;
  border: 1px solid rgba(70, 37, 100, 0.3);
  background: none;
  border-radius: 5px;
}

.page-content.category ul.pagination .page-link:hover {
  border: 1px solid #462564;
}

.page-content.category ul.pagination .active .page-link {
  background: #462564;
  border-color: #462564;
  color: #ffffff;
  pointer-events: none;
  cursor: default;
}

.page-content.category ul.pagination .disabled .page-link {
  opacity: 0.5;
}

.page-content.category ul.pagination li:first-of-type .page-link, .page-content.category ul.pagination li:last-of-type .page-link {
  color: transparent;
  position: relative;
  border: none;
  background: none;
}

.page-content.category ul.pagination li:first-of-type .page-link:before, .page-content.category ul.pagination li:last-of-type .page-link:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  color: #292B2C;
  position: absolute;
  font-size: 30px;
}

.page-content.category ul.pagination li:first-of-type .page-link:hover:before,
.page-content.category ul.pagination li:last-of-type .page-link:hover:before {
  color: #462564;
}

.page-content.category ul.pagination li:first-of-type .page-link:before {
  content: "\E5CB";
  margin-left: 5px;
}

.page-content.category ul.pagination li:last-of-type .page-link:before {
  content: "\E5CC";
  margin-right: 5px;
}

.standard-content {
  clear: both;
  float: left;
  width: 100%;
  height: auto;
  display: block;
}

.standard-content p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 12px;
}

.standard-content h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 12px;
}

.standard-content a {
  color: #95c123;
  opacity: 1;
  text-decoration: underline;
  font-weight: bold;
}

.standard-content a:hover {
  color: #462564;
}

.standard-content > *:first-child {
  margin-top: -4px !important;
}

.standard-content > *:last-child {
  margin-bottom: -4px !important;
}

.category__bottom-description-img,
.category__faq-img,
.category__faq-description,
.category__bottom-description,
.category__additional_details_description {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 70px;
  height: auto;
}

.additional-details {
  margin-top: 50px;
  margin-bottom: -45px;
  margin-left: -20px;
  margin-right: -20px;
}

.additional-details > div {
  margin-bottom: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

.additional-details .additional-details__card_inner {
  float: left;
  width: 100%;
  display: block;
  padding-left: 30px;
  height: 100%;
  border-left: 3px solid #95C123;
}

.category__bottom-description-img,
.category__faq-img {
  height: 500px;
}

.category__bottom-description-img img,
.category__faq-img img {
  height: 100%;
  width: 100%;
  margin: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.additional-details .additional-details__card_inner h5 {
  font-size: 20px;
  text-transform: capitalize;
  margin: -2px 0 20px 0;
}

#accordion {
  clear: both;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 50px;
}

#accordion .card {
  clear: both;
  float: left;
  width: 100%;
  margin: 0px !important;
}

#accordion .card .card-header,
#accordion .card .collapse,
#accordion .card .card-header h5 {
  clear: both;
  float: left;
  width: 100%;
  height: auto;
  padding: 0px;
}

#accordion .card .card-header h5 {
  margin: 0px !important;
}

#accordion .card .card-header {
  display: block;
  border: none;
}

#accordion .card .card-header button {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 22px;
  color: #462564;
  border-bottom: 1px solid rgba(70, 37, 100, 0.3);
  padding: 0px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  border-top: none;
}

#accordion .card .collapse {
  position: relative;
  z-index: 2;
}

#accordion .card:first-of-type .card-header button {
  border-top: 1px solid #462564;
}

#accordion .card:first-of-type .card-header button.collapsed {
  border-top: 1px solid rgba(70, 37, 100, 0.3);
}

#accordion .card .card-header:hover button {
  border-color: #462564;
}

#accordion .card .card-body {
  border-bottom: 1px solid #462564;
  background: #ffffff;
  margin-top: -4px;
  padding-bottom: 24px;
}

#accordion .card .card-header button:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  content: "\E145";
  position: absolute;
  right: 0px;
  font-size: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#accordion .card .card-header button.collapsed:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#accordion .card .card-header button[aria-expanded="true"] {
  border-bottom-color: #ffffff;
}

::-moz-selection {
  color: #462564;
  background-color: #eceeef;
}

::selection {
  color: #462564;
  background-color: #eceeef;
}

.page-content.category .product-row {
  clear: both;
}

.filters-sidebar {
  padding-bottom: 0px;
}

.filters-sidebar > ul > li > ul > li > ul li.active > ul, .filters-sidebar > ul > li > ul > li > ul li.child-active > ul {
  padding-left: 15px;
  margin-bottom: 0px;
  margin-top: 15px;
  clear: both;
  float: left;
  width: 100%;
}

.filters-sidebar > ul > li > ul > li > ul li.active > ul li a,
.filters-sidebar > ul > li > ul > li > ul li.child-active > ul li a {
  font-size: 13px !important;
  font-weight: 600;
  color: #54585a;
}

.filters-sidebar > ul > li > ul > li > ul li.active > ul li,
.filters-sidebar > ul > li > ul > li > ul li.child-active > ul li {
  margin-bottom: 5px;
}

.filters-sidebar > ul > li > ul > li > ul li.active > ul li a:before,
.filters-sidebar > ul > li > ul > li > ul li.child-active > ul li a:before {
  width: 30px;
  min-width: 30px;
  height: 30px;
  padding-left: 2px;
}

.mobile-tabs-cat {
  display: block;
  margin-top: 30px;
  clear: both;
  float: left;
  width: 100%;
}

.mobile-tabs-cat:before {
  content: "";
  float: left;
  width: 100%;
  display: block;
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: bold;
}

.mobile-tabs-cat .btn-navigation {
  margin: 0px;
  clear: both;
  width: 100%;
  margin-top: 0px;
  gap: 5px;
}

.mobile-tabs-cat .btn-navigation::-webkit-scrollbar {
  height: 10px;
}

.mobile-tabs-cat .btn-navigation a {
  color: #263238;
  border: 1px solid #cccccc;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px !important;
  margin: 0px;
  background: none;
  font-size: 14px;
  padding: 14px 16px !important;
  line-height: 1;
  height: 40px;
  font-weight: 600;
}

.mobile-tabs-cat .btn-navigation a:hover {
  color: #462564;
  border-color: #462564;
}

/* Track */
.mobile-tabs-cat .btn-navigation::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
.mobile-tabs-cat .btn-navigation::-webkit-scrollbar-thumb {
  background: #cac2cf;
  border: 3px solid #ffffff;
  border-radius: 10px;
}

/* Handle on hover */
.mobile-tabs-cat .btn-navigation::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.product-row .product-card .card-content a.product-banners {
  top: 5px !important;
  left: 5px !important;
  right: auto !important;
  width: calc(100% - 10px);
}

.product-row .product-card .card-content a.product-banners span {
  font-size: 12px;
  border-radius: 5px;
}

#accordion .card .card-header button {
  white-space: normal;
  padding-right: 40px;
}

/* hide sidebar */
body #app .sidebar {
  display: none;
}

footer #footer-middle .row .social span.icon-twitter, footer #footer-middle .dataTables_wrapper .dataTables_header .social span.icon-twitter, .dataTables_wrapper footer #footer-middle .dataTables_header .social span.icon-twitter, footer #footer-middle .dataTables_wrapper .dataTables_footer .social span.icon-twitter, .dataTables_wrapper footer #footer-middle .dataTables_footer .social span.icon-twitter {
  position: relative;
  height: 29px;
  float: left;
  width: 25px;
  margin: 0 6px 0px 0px;
}

footer #footer-middle .row .social span.icon-twitter:before, footer #footer-middle .dataTables_wrapper .dataTables_header .social span.icon-twitter:before, .dataTables_wrapper footer #footer-middle .dataTables_header .social span.icon-twitter:before, footer #footer-middle .dataTables_wrapper .dataTables_footer .social span.icon-twitter:before, .dataTables_wrapper footer #footer-middle .dataTables_footer .social span.icon-twitter:before {
  content: "";
  background: url(/assets/frontend/images/twitter-x.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center;
}

.filters-sidebar > ul > li > ul > li > ul li a:before {
  opacity: 0;
  width: 0px;
  min-width: 0px;
  visibility: hidden;
  height: 0px;
}

.filters-sidebar > ul > li > ul > li > ul li a {
  gap: 0px;
  min-height: 0px;
}

.filters-sidebar > ul > li > ul > li > ul li {
  margin-bottom: 15px;
}

.filters-sidebar > ul > li > ul > li > ul li a:hover {
  color: #95c123;
}

.filters-sidebar > ul > li > ul > li {
  margin: 15px 0 0px;
}

.filters-sidebar > ul > li > ul > li > ul li.active > ul li a:before,
.filters-sidebar > ul > li > ul > li > ul li.child-active > ul li a:before {
  width: 0px;
  min-width: 0px;
  padding: 0px;
}

.filters-sidebar > ul > li > ul > li > ul li.active > ul, .filters-sidebar > ul > li > ul > li > ul li.child-active > ul {
  border-left: 1px solid #cccccc;
}

.filters-sidebar > ul > li > ul > li > ul li.active > a,
.filters-sidebar > ul > li > ul > li > ul li.child-active > a {
  font-weight: 600;
}

.filters-sidebar > ul > li > ul > li > ul li.active > ul, .filters-sidebar > ul > li > ul > li > ul li.child-active > ul {
  padding-left: 20px;
}

/* header */
body #app header {
  border: none;
  background: #ffffff;
}

body #app header .top-header {
  background: #f5f5f5;
  padding: 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
}

body #app header .top-header ul {
  margin: 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
  padding: 0px;
}

body #app header .top-header ul li {
  padding: 0px;
}

body #app header .top-header ul li:after {
  display: none;
}

body #app header .top-header ul li a {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

body #app header .top-header ul li a:hover {
  color: #95c123;
  font-weight: 500;
}

body #app header .top-header .float-left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

body #app header .top-header .float-left ul li a:before {
  content: "";
  background: url(/assets/frontend/images/phone-homepage.png) center center no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
  margin-bottom: 2px;
}

body #app header .top-header .clearfix {
  display: none;
}

body #app header .top-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #app header > .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

body #app header > .container > .row, body #app .dataTables_wrapper header > .container > .dataTables_header, .dataTables_wrapper body #app header > .container > .dataTables_header, body #app .dataTables_wrapper header > .container > .dataTables_footer, .dataTables_wrapper body #app header > .container > .dataTables_footer {
  padding-top: 25px;
  padding-bottom: 25px;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #app header .logo {
  height: 50px;
  min-width: 0px;
  max-width: none !important;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

body #app header .logo a, body #app header .logo a img {
  height: auto;
  width: auto;
  clear: both;
  float: left;
  max-height: 50px;
}

body #app header > .container .row .row, body #app header > .container .dataTables_wrapper .dataTables_header .row, .dataTables_wrapper body #app header > .container .dataTables_header .row, body #app header > .container .dataTables_wrapper .dataTables_footer .row, .dataTables_wrapper body #app header > .container .dataTables_footer .row, body #app header > .container .row .dataTables_wrapper .dataTables_header, .dataTables_wrapper body #app header > .container .row .dataTables_header, body #app header > .container .dataTables_wrapper .dataTables_header .dataTables_header, .dataTables_wrapper body #app header > .container .dataTables_header .dataTables_header, body #app header > .container .dataTables_wrapper .dataTables_footer .dataTables_header, .dataTables_wrapper body #app header > .container .dataTables_footer .dataTables_header, body #app header > .container .row .dataTables_wrapper .dataTables_footer, .dataTables_wrapper body #app header > .container .row .dataTables_footer, body #app header > .container .dataTables_wrapper .dataTables_header .dataTables_footer, .dataTables_wrapper body #app header > .container .dataTables_header .dataTables_footer, body #app header > .container .dataTables_wrapper .dataTables_footer .dataTables_footer, .dataTables_wrapper body #app header > .container .dataTables_footer .dataTables_footer {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0px;
}

body #app header > .container .header__btn, body #app header #sub-menu ul li a.btn, body #app header #sub-menu ul li .dataTables_wrapper .dataTables_footer .dataTables_paginate a.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate body #app header #sub-menu ul li a.paginate_button {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  border-radius: 8px;
  margin-right: 10px;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 0 20px !important;
}

body #app header > .container .header__btn.header__login {
  background: #818793;
}

body #app header > .container .header__btn.header__hygiene {
  background: #93BF1E;
}

body #app header > .container .header__btn.header__login:hover,
body #app header > .container .header__btn.header__hygiene:hover {
  background: #462564;
}

body #app header .row .icons, body #app header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app header .dataTables_header .icons, body #app header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app header .dataTables_footer .icons {
  border-left: 1px solid #cccccc;
  margin-left: 15px;
  padding-left: 17px;
}

body #app header .row .icons i#searchIcon, body #app header .dataTables_wrapper .dataTables_header .icons i#searchIcon, .dataTables_wrapper body #app header .dataTables_header .icons i#searchIcon, body #app header .dataTables_wrapper .dataTables_footer .icons i#searchIcon, .dataTables_wrapper body #app header .dataTables_footer .icons i#searchIcon, body #app header .row .icons #account-controls a, body #app header .dataTables_wrapper .dataTables_header .icons #account-controls a, .dataTables_wrapper body #app header .dataTables_header .icons #account-controls a, body #app header .dataTables_wrapper .dataTables_footer .icons #account-controls a, .dataTables_wrapper body #app header .dataTables_footer .icons #account-controls a, body #app header .row .icons a.icon-counter, body #app header .dataTables_wrapper .dataTables_header .icons a.icon-counter, .dataTables_wrapper body #app header .dataTables_header .icons a.icon-counter, body #app header .dataTables_wrapper .dataTables_footer .icons a.icon-counter, .dataTables_wrapper body #app header .dataTables_footer .icons a.icon-counter {
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid #462564;
  color: #462564;
  border-radius: 9px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 8px;
}

body #app header .row .icons i#searchIcon:hover, body #app header .dataTables_wrapper .dataTables_header .icons i#searchIcon:hover, .dataTables_wrapper body #app header .dataTables_header .icons i#searchIcon:hover, body #app header .dataTables_wrapper .dataTables_footer .icons i#searchIcon:hover, .dataTables_wrapper body #app header .dataTables_footer .icons i#searchIcon:hover,
body #app header .row .icons #account-controls a:hover,
body #app header .dataTables_wrapper .dataTables_header .icons #account-controls a:hover,
.dataTables_wrapper body #app header .dataTables_header .icons #account-controls a:hover,
body #app header .dataTables_wrapper .dataTables_footer .icons #account-controls a:hover,
.dataTables_wrapper body #app header .dataTables_footer .icons #account-controls a:hover,
body #app header .row .icons a.icon-counter:hover,
body #app header .dataTables_wrapper .dataTables_header .icons a.icon-counter:hover,
.dataTables_wrapper body #app header .dataTables_header .icons a.icon-counter:hover,
body #app header .dataTables_wrapper .dataTables_footer .icons a.icon-counter:hover,
.dataTables_wrapper body #app header .dataTables_footer .icons a.icon-counter:hover {
  color: #93BF1E !important;
  border-color: #93BF1E !important;
}

body #app header .row .icons #account-controls a:hover i, body #app header .dataTables_wrapper .dataTables_header .icons #account-controls a:hover i, .dataTables_wrapper body #app header .dataTables_header .icons #account-controls a:hover i, body #app header .dataTables_wrapper .dataTables_footer .icons #account-controls a:hover i, .dataTables_wrapper body #app header .dataTables_footer .icons #account-controls a:hover i,
body #app header .row .icons a.icon-counter:hover i,
body #app header .dataTables_wrapper .dataTables_header .icons a.icon-counter:hover i,
.dataTables_wrapper body #app header .dataTables_header .icons a.icon-counter:hover i,
body #app header .dataTables_wrapper .dataTables_footer .icons a.icon-counter:hover i,
.dataTables_wrapper body #app header .dataTables_footer .icons a.icon-counter:hover i {
  color: #93BF1E !important;
}

body #app header .row .icons a.icon-counter:hover .basket-count, body #app header .dataTables_wrapper .dataTables_header .icons a.icon-counter:hover .basket-count, .dataTables_wrapper body #app header .dataTables_header .icons a.icon-counter:hover .basket-count, body #app header .dataTables_wrapper .dataTables_footer .icons a.icon-counter:hover .basket-count, .dataTables_wrapper body #app header .dataTables_footer .icons a.icon-counter:hover .basket-count {
  background: #93BF1E;
}

body #app header .row .icons i#searchIcon, body #app header .dataTables_wrapper .dataTables_header .icons i#searchIcon, .dataTables_wrapper body #app header .dataTables_header .icons i#searchIcon, body #app header .dataTables_wrapper .dataTables_footer .icons i#searchIcon, .dataTables_wrapper body #app header .dataTables_footer .icons i#searchIcon, body #app header .row .icons i, body #app header .dataTables_wrapper .dataTables_header .icons i, .dataTables_wrapper body #app header .dataTables_header .icons i, body #app header .dataTables_wrapper .dataTables_footer .icons i, .dataTables_wrapper body #app header .dataTables_footer .icons i {
  font-size: 23px;
  padding: 0px;
}

body #app header .row .icons a.icon-counter .basket-count, body #app header .dataTables_wrapper .dataTables_header .icons a.icon-counter .basket-count, .dataTables_wrapper body #app header .dataTables_header .icons a.icon-counter .basket-count, body #app header .dataTables_wrapper .dataTables_footer .icons a.icon-counter .basket-count, .dataTables_wrapper body #app header .dataTables_footer .icons a.icon-counter .basket-count {
  border: none;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0 2px 1px;
}

body #app header .row .icons .animated, body #app header .dataTables_wrapper .dataTables_header .icons .animated, .dataTables_wrapper body #app header .dataTables_header .icons .animated, body #app header .dataTables_wrapper .dataTables_footer .icons .animated, .dataTables_wrapper body #app header .dataTables_footer .icons .animated {
  top: -9px;
  right: -9px;
}

body #app header #sub-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
}

body #app header #sub-menu:before {
  content: "";
  width: 100vw;
  top: 0px;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
}

body #app header #sub-menu ul {
  margin: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

body #app header #sub-menu ul li a {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  min-width: 75px;
}

body #app header #sub-menu ul li {
  max-width: none;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

body #app header #sub-menu ul li:nth-of-type(8) {
  min-width: 100px;
}

body #app header #sub-menu ul li a:hover {
  color: #93BF1E;
}

body #app header #sub-menu ul li:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: none !important;
  margin: 0px;
}

body #app header #sub-menu ul li a.btn, body #app header #sub-menu ul li .dataTables_wrapper .dataTables_footer .dataTables_paginate a.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate body #app header #sub-menu ul li a.paginate_button {
  margin: 0px !important;
  border-radius: 8px !important;
}

body #app header #sub-menu ul li a.btn.seb-menu__login, body #app header #sub-menu ul li .dataTables_wrapper .dataTables_footer .dataTables_paginate a.seb-menu__login.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate body #app header #sub-menu ul li a.seb-menu__login.paginate_button {
  color: #ffffff;
  background: #472466;
  border: none !important;
}

body #app header #sub-menu ul li:last-of-type a:first-of-type {
  margin: 0px !important;
}

body #app header #sub-menu ul li a.btn.seb-menu__login:hover, body #app header #sub-menu ul li .dataTables_wrapper .dataTables_footer .dataTables_paginate a.seb-menu__login.paginate_button:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate body #app header #sub-menu ul li a.seb-menu__login.paginate_button:hover {
  color: #ffffff;
  background: #93BF1E;
}

body #app header #sub-menu ul li a.btn.sub-menu__request-call, body #app header #sub-menu ul li .dataTables_wrapper .dataTables_footer .dataTables_paginate a.sub-menu__request-call.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate body #app header #sub-menu ul li a.sub-menu__request-call.paginate_button {
  color: #472466;
  border-color: #472466;
}

body #app header #sub-menu ul li a.btn.sub-menu__request-call:hover, body #app header #sub-menu ul li .dataTables_wrapper .dataTables_footer .dataTables_paginate a.sub-menu__request-call.paginate_button:hover, .dataTables_wrapper .dataTables_footer .dataTables_paginate body #app header #sub-menu ul li a.sub-menu__request-call.paginate_button:hover {
  color: #93BF1E;
  border-color: #93BF1E;
}

body #app header .row .icons, body #app header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app header .dataTables_header .icons, body #app header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app header .dataTables_footer .icons {
  position: relative;
}

body #app header .row .search-bar, body #app header .dataTables_wrapper .dataTables_header .search-bar, .dataTables_wrapper body #app header .dataTables_header .search-bar, body #app header .dataTables_wrapper .dataTables_footer .search-bar, .dataTables_wrapper body #app header .dataTables_footer .search-bar {
  position: absolute;
  z-index: 4;
  left: -421px;
  border-radius: 8px;
  border: 1px solid rgba(50, 58, 72, 0.2);
  height: 44px;
  background: #ffffff;
  padding: 10px 20px;
  width: 395px;
}

body #app header .row .search-bar input, body #app header .dataTables_wrapper .dataTables_header .search-bar input, .dataTables_wrapper body #app header .dataTables_header .search-bar input, body #app header .dataTables_wrapper .dataTables_footer .search-bar input, .dataTables_wrapper body #app header .dataTables_footer .search-bar input {
  padding: 0px !important;
  background: none;
  font-style: normal !important;
  font-size: 14px !important;
  letter-spacing: 0px;
  line-height: 1;
}

body #app header .row .icons i#searchIcon.close, body #app header .dataTables_wrapper .dataTables_header .icons i#searchIcon.close, .dataTables_wrapper body #app header .dataTables_header .icons i#searchIcon.close, body #app header .dataTables_wrapper .dataTables_footer .icons i#searchIcon.close, .dataTables_wrapper body #app header .dataTables_footer .icons i#searchIcon.close {
  color: red !important;
  border-color: red !important;
}

body #app header #sub-menu ul .dropdown-content {
  padding: 36px 0px 0px 0px;
  margin-top: 0px;
}

body #app header .row ul li > a span, body #app header .dataTables_wrapper .dataTables_header ul li > a span, .dataTables_wrapper body #app header .dataTables_header ul li > a span, body #app header .dataTables_wrapper .dataTables_footer ul li > a span, .dataTables_wrapper body #app header .dataTables_footer ul li > a span {
  border-width: 15px 0 15px 22px;
  border-color: transparent transparent transparent #f5f5f5;
  -webkit-filter: none;
          filter: none;
  bottom: -52px;
}

body #app header #sub-menu ul .dropdown-content .container {
  border: none;
  border-radius: 0px;
  background: #f5f5f5;
  padding: 30px 25px;
  padding-bottom: 0px;
}

body #app header #sub-menu ul .dropdown-content .container .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 2%;
}

body #app header #sub-menu ul .dropdown-content .container .flex-item {
  padding: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.3333333%;
          flex: 0 0 18.3333333%;
  max-width: 18.3333333%;
  margin-bottom: 25px;
}

body #app header #sub-menu ul .dropdown-content .container .flex-item h5 {
  border: none;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1;
}

body #app header #sub-menu ul .dropdown-content .container .flex-item h5 a {
  border-radius: 0px;
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: 600 !important;
  padding: 0px !important;
  line-height: 1;
}

body #app header #sub-menu ul .dropdown-content .container .flex-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

body #app header #sub-menu ul .dropdown-content .container .flex-item div a {
  min-width: 100%;
  font-size: 13px;
  line-height: 1.3;
  padding: 0px !important;
  font-weight: normal !important;
}

body #app header .row ul li > a span, body #app header .dataTables_wrapper .dataTables_header ul li > a span, .dataTables_wrapper body #app header .dataTables_header ul li > a span, body #app header .dataTables_wrapper .dataTables_footer ul li > a span, .dataTables_wrapper body #app header .dataTables_footer ul li > a span {
  left: -17%;
}

body #app .dropdown:hover a.dementia span, body #app-no-vue .dropdown:hover a.dementia span {
  display: none !important;
}

body #app header .row .search-bar, body #app header .dataTables_wrapper .dataTables_header .search-bar, .dataTables_wrapper body #app header .dataTables_header .search-bar, body #app header .dataTables_wrapper .dataTables_footer .search-bar, .dataTables_wrapper body #app header .dataTables_footer .search-bar {
  margin: 0px;
}

body #app header #sub-menu ul li.dropdown {
  padding-bottom: 36px;
}

body #app header #sub-menu {
  height: 64px;
}

body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo {
  height: 50px;
}

body #app header .row .icons, body #app header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app header .dataTables_header .icons, body #app header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app header .dataTables_footer .icons {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* category styling */
.category-child__container {
  height: 255px;
}

.category-child__text {
  font-size: 24px;
  line-height: 29px;
}

.product-layout {
  float: left;
  width: 100%;
  height: auto;
  display: block;
}

.product-row .product-card .card-content .card-price-tags > div:last-of-type.call-for-price span.txt-primary.text-uppercase.font-weight-bold.d-block {
  font-size: 0px;
  position: relative;
}

.product-row .product-card .card-content .card-price-tags > div:last-of-type.call-for-price span.txt-primary.text-uppercase.font-weight-bold.d-block:before {
  font-family: 'Material Icons';
  content: "\E0BF";
  font-size: 22px;
  color: #ffffff;
  font-weight: 100;
  position: absolute;
  left: -5px;
  top: 5px;
}

.trade-private-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.trade-private-list label, .trade-private-list .static-label {
  min-width: 100%;
}

.trade-private-list .form-check {
  float: left;
  width: auto;
  margin: 0px;
  padding-left: 0px;
  margin-right: 20px;
}

.trade-private-list .form-check label.radio-label .radio-button, .trade-private-list .form-check .radio-label.static-label .radio-button {
  top: 2px !important;
}

.trade-private-list .form-check label.radio-label, .trade-private-list .form-check .radio-label.static-label {
  margin-left: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 25px !important;
}

body #app header #sub-menu ul .dropdown-content .container .flex-item h5 {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

body #app header #sub-menu ul .dropdown-content .container .flex-item h5 a {
  font-size: 14px;
}

#homepage-banner .google-review img {
  width: 40px;
  height: auto;
}

.lazyLoadImage,
.lazyLoadHero {
  visibility: hidden;
  opacity: 0;
}

.lazyLoadImage.active,
.lazyLoadHero.active {
  opacity: 1;
  visibility: visible;
}

footer #footer-top {
  background: lightslategray url(/assets/frontend/images/textures/hexagons-blue-footer.webp) no-repeat -60px bottom;
}

footer #footer-middle .row .stickers img, footer #footer-middle .dataTables_wrapper .dataTables_header .stickers img, .dataTables_wrapper footer #footer-middle .dataTables_header .stickers img, footer #footer-middle .dataTables_wrapper .dataTables_footer .stickers img, .dataTables_wrapper footer #footer-middle .dataTables_footer .stickers img {
  width: auto;
}

footer #footer-middle .row .social span.icon-twitter:before, footer #footer-middle .dataTables_wrapper .dataTables_header .social span.icon-twitter:before, .dataTables_wrapper footer #footer-middle .dataTables_header .social span.icon-twitter:before, footer #footer-middle .dataTables_wrapper .dataTables_footer .social span.icon-twitter:before, .dataTables_wrapper footer #footer-middle .dataTables_footer .social span.icon-twitter:before, footer #footer-middle .dataTables_wrapper .dataTables_header .social span.icon-twitter:before, .dataTables_wrapper footer #footer-middle .dataTables_header .social span.icon-twitter:before, footer #footer-middle .dataTables_wrapper .dataTables_footer .social span.icon-twitter:before, .dataTables_wrapper footer #footer-middle .dataTables_footer .social span.icon-twitter:before {
  background: url(/assets/frontend/images/twitter-x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.call-modal-block {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.4);
  z-index: -1;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 30px;
}

.call-modal-block.active {
  z-index: 9999;
  display: block;
}

.call-modal-block .call-modal-inner {
  float: left;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.call-modal-block .call-modal-inner .modal-hubspot-form {
  float: left;
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  padding: 30px;
  max-height: 100%;
  height: auto;
  border-radius: 10px;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-title {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding-right: 50px;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-title a.close-modal {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -9px;
  top: -9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-title a.close-modal:hover {
  opacity: 0.6;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-title a.close-modal:before, .call-modal-block .call-modal-inner .modal-hubspot-form .modal-title a.close-modal:after {
  width: 26px;
  height: 2px;
  background: red;
  content: "";
  position: absolute;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-title a.close-modal:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-title a.close-modal:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-title h4 {
  margin: 0px;
  font-size: 20px;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow {
  clear: both;
  float: left;
  width: 100%;
  height: auto;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 168px);
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow::-webkit-scrollbar {
  width: 16px;
}

/* Track */
.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow::-webkit-scrollbar-thumb {
  background: #6d727c;
  border: 5px solid #ffffff;
  border-radius: 10px;
}

/* Handle on hover */
.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-main-font-element {
  display: none;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs_recaptcha.hs-recaptcha {
  display: block;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-submit {
  clear: both;
  float: left;
  width: 100%;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-submit .actions {
  float: right;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-submit .hs-button {
  margin: 0px;
  width: auto;
  height: 50px;
  padding: 0 30px !important;
  font-size: 16px;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-submit .hs-button:hover {
  background: #93BF1E !important;
  border-color: #93BF1E !important;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field,
.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .input,
.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .input input,
.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .input select {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .input,
.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .input select {
  margin-bottom: 0px;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select {
  clear: both;
  float: left;
  width: 100%;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list {
  clear: both;
  float: left;
  width: 100%;
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li {
  clear: both;
  float: left;
  width: 100%;
  height: auto;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li label, .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li .static-label {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li label span, .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li .static-label span {
  color: #6d727c;
  font-weight: 400;
  line-height: 1.5;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li label input, .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li .static-label input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  min-width: 36px;
  height: 36px;
  padding: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  min-height: 36px;
  position: relative;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li label input:before, .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li .static-label input:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  content: "\E876";
  font-size: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  left: 0px;
  color: transparent;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li label input:checked, .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li .static-label input:checked {
  border: 1px solid #462564;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li label input:checked:before, .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li .static-label input:checked:before {
  color: #462564;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .input input,
.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select .dropdown-toggle,
.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .input select {
  margin: 0px;
  color: #6d727c;
  border: 1px solid rgba(109, 114, 124, 0.4);
  min-height: 50px;
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .input input:hover,
.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select .dropdown-toggle:hover,
.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .input select:hover {
  border: 1px solid #6d727c;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .input input:focus,
.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select > .btn.dropdown-toggle:focus,
.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .dataTables_wrapper .dataTables_footer .dataTables_paginate .bootstrap-select > .dropdown-toggle.paginate_button:focus,
.dataTables_wrapper .dataTables_footer .dataTables_paginate .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select > .dropdown-toggle.paginate_button:focus,
.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hbspt-form .bootstrap-select > input.dropdown-toggle:focus[type=submit],
.hbspt-form .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select > input.dropdown-toggle:focus[type=submit],
.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .input select:focus {
  border: 1px solid #462564 !important;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field label, .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .static-label {
  clear: both;
  float: left;
  width: 100%;
  height: auto;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  margin: -3px 0 10px 0;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field label .hs-form-required, .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .static-label .hs-form-required {
  color: red;
  display: inline-block;
  padding-left: 3px;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list {
  margin: 5px 0;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select .dropdown-toggle {
  border-radius: 0px;
  padding: 10px 20px !important;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select .dropdown-toggle .filter-option {
  font-size: 14px;
  text-transform: none;
  margin-top: 5px;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select .dropdown-toggle {
  padding-right: 60px !important;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select .dropdown-toggle:after {
  width: 8px;
  height: 8px;
  position: absolute;
  border: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: none;
  border-top: none;
  top: 18px;
  right: 20px;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select .dropdown-toggle[aria-expanded="true"] {
  border-color: #462564 !important;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select .dropdown-toggle[aria-expanded="true"]:after {
  -webkit-transform: rotate(-134deg);
          transform: rotate(-134deg);
  top: 22px;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select .dropdown-menu {
  margin-top: 10px;
  border-radius: 0px;
  border: 1px solid rgba(109, 114, 124, 0.4);
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select .dropdown-menu ul {
  border: none;
  margin: 0px;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select .dropdown-menu ul li a {
  padding: 12px 20px;
  font-size: 14px;
  font-family: 'Roboto';
  color: #6d727c;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field.hs-demonstration_booking .hs-field-desc {
  font-size: 14px;
  letter-spacing: 0px;
  color: #6d727c;
  clear: both;
  float: left;
  width: 100%;
  margin: -3px 0px 12px;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .bootstrap-select .dropdown-menu ul li.disabled {
  pointer-events: none;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .input input[readonly="readonly"] {
  background: rgba(199, 208, 224, 0.13);
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-submit .hs-button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-main-font-element.submitted-message {
  display: block;
}

.call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-main-font-element.submitted-message p a img {
  display: none;
}

header .promo-banner {
  margin-top: 5px;
  position: relative;
  z-index: 5;
  padding: 0px !important;
}

header .promo-banner a:hover {
  background: #472466;
}

header .promo-banner a {
  padding: 6px;
}

.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 3px;
}

.radio-group > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}

.radio-group > div label, .radio-group > div .static-label {
  margin: 0px;
}

.radio-group > div input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0px;
  -webkit-box-shadow: 0px 0px 0px 1px #cccccc;
          box-shadow: 0px 0px 0px 1px #cccccc;
  border: 4px solid #ffffff;
  background: #ffffff;
}

.radio-group > div input:hover {
  background: #cccccc;
}

.radio-group > div input:checked {
  background: #462564;
  -webkit-box-shadow: 0px 0px 0px 1px #462564;
          box-shadow: 0px 0px 0px 1px #462564;
}

#account-controls {
  position: relative;
}

#account-controls .dropdown-menu {
  margin: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  position: absolute;
  left: 8px;
  border: none;
  padding-top: 15px;
}

#account-controls .dropdown-menu a.dropdown-item, #account-controls .show .dropdown-menu > li > a, .show #account-controls .dropdown-menu > li > a {
  background: #ebebeb !important;
  width: auto !important;
  border: none !important;
  border-radius: 0px !important;
  height: auto !important;
  font-size: 13px;
  letter-spacing: -0.01em;
  padding: 9px 20px !important;
  width: 100% !important;
  text-align: left !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  font-weight: normal !important;
}

#account-controls .dropdown-menu a.dropdown-item:hover, #account-controls .show .dropdown-menu > li > a:hover, .show #account-controls .dropdown-menu > li > a:hover,
body #app header .row .icons #account-controls a:hover,
body #app header .dataTables_wrapper .dataTables_header .icons #account-controls a:hover,
.dataTables_wrapper body #app header .dataTables_header .icons #account-controls a:hover,
body #app header .dataTables_wrapper .dataTables_footer .icons #account-controls a:hover,
.dataTables_wrapper body #app header .dataTables_footer .icons #account-controls a:hover {
  color: #000000 !important;
  font-weight: normal !important;
}

#account-controls .dropdown-menu a.dropdown-item:first-of-type, #account-controls .show .dropdown-menu > li > a:first-of-type, .show #account-controls .dropdown-menu > li > a:first-of-type {
  padding-top: 14px !important;
}

#account-controls .dropdown-menu a.dropdown-item:last-of-type, #account-controls .show .dropdown-menu > li > a:last-of-type, .show #account-controls .dropdown-menu > li > a:last-of-type {
  padding-bottom: 15px !important;
}

/* responsive */
@media only screen and (max-width: 575px) {
  .page-content.category .filters {
    width: calc(100% + 30px);
  }
  .page-content.category .filters .col-lg-4 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .product-row .product-card .card-content .product-img-container {
    height: 240px;
  }
  .category__bottom-description-img,
  .category__faq-img {
    height: 250px;
  }
  .category__bottom-description-img,
  .category__faq-img,
  .category__faq-description,
  .category__bottom-description,
  .category__additional_details_description {
    margin-top: 50px;
  }
  .standard-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
    margin-top: 20px;
  }
  #accordion {
    margin-top: 35px;
  }
  .standard-content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  body #app .top-header .top-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .page-content.category h1 {
    font-size: 30px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .mobile-tabs-cat {
    display: block;
  }
  .product-card .card-content h5 a {
    -webkit-line-clamp: unset;
  }
  .product-row .product-card .card-content h5 {
    font-size: 16px;
  }
  .product-row .product-card .card-content .card-price-tags > div:first-of-type p:first-of-type {
    font-size: 20px !important;
  }
  .product-row .product-card .card-content .card-price-tags > div:first-of-type p:last-child {
    line-height: 1 !important;
  }
  .page-content.category .product-row {
    margin-bottom: 10px;
  }
  .page-content.category ul.pagination {
    float: right;
  }
  .page-content.category .pagination-overview {
    margin-bottom: 20px;
    float: left;
    margin-top: 0px;
    width: 100%;
    text-align: center;
  }
  .product-row .product-card .card-content h5 {
    margin-bottom: 12px !important;
  }
  .product-row .product-card .card-content .card-price-tags > div:last-of-type {
    margin-top: 25px;
  }
  .filters-sidebar {
    display: none;
  }
  .filters-sidebar > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filters-sidebar > ul > li > ul > li {
    width: 50%;
    clear: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #accordion .card .card-header button:before {
    font-size: 22px;
  }
  #accordion .card .card-header button {
    font-size: 18px;
    min-height: 58px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #accordion .card .card-body {
    padding-bottom: 18px;
  }
  .additional-details .additional-details__card_inner {
    padding-left: 24px;
    border-left: 2px solid #95C123;
  }
  .additional-details {
    margin-top: 35px;
    margin-bottom: -30px;
  }
  .additional-details > div {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .additional-details .additional-details__card_inner h5 {
    margin: 0px 0 14px 0;
    font-size: 16px;
  }
  body #app header .row .caresource-login, body #app header .dataTables_wrapper .dataTables_header .caresource-login, .dataTables_wrapper body #app header .dataTables_header .caresource-login, body #app header .dataTables_wrapper .dataTables_footer .caresource-login, .dataTables_wrapper body #app header .dataTables_footer .caresource-login {
    display: none;
  }
  .page-content.category {
    margin-bottom: 65px;
  }
  .page-content.category .container {
    width: 100%;
    max-width: 350px;
  }
  .page-content.category .multiselect .multiselect__tags .multiselect__single, .page-content.category .multiselect .multiselect__tags .multiselect__placeholder {
    white-space: nowrap;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-content.category .filters .px-2 {
    padding: 0 10px !important;
  }
  .page-content.category .filters .text-nowrap {
    display: none;
  }
  .page-content.category .filters .text-nowrap.mb-0 {
    display: block;
  }
  .navigation-bg {
    margin-top: 0px;
  }
  .mobile-tabs-cat:before {
    content: "Scroll right to see more categories";
    float: left;
    width: 100%;
    display: block;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: bold;
  }
  .mobile-tabs-cat {
    display: block;
    margin-top: 20px;
    clear: both;
    float: left;
    width: 100%;
  }
  .mobile-tabs-cat .btn-navigation {
    margin: 0px;
    clear: both;
    width: 100%;
    margin-top: 32px;
    gap: 5px;
  }
  .mobile-tabs-cat .btn-navigation::-webkit-scrollbar {
    height: 10px;
  }
  .mobile-tabs-cat .btn-navigation a {
    color: #263238;
    border: 1px solid #cccccc;
    border-bottom: none;
    border-radius: 10px 10px 0px 0px !important;
    margin: 0px;
    background: none;
    font-size: 16px;
    padding: 16px 20px !important;
    line-height: 1;
    height: 46px;
    font-weight: 600;
  }
  .mobile-tabs-cat .btn-navigation a:hover {
    color: #462564;
    border-color: #462564;
  }
  /* Track */
  .mobile-tabs-cat .btn-navigation::-webkit-scrollbar-track {
    background: #ffffff;
  }
  /* Handle */
  .mobile-tabs-cat .btn-navigation::-webkit-scrollbar-thumb {
    background: #cac2cf;
    border: 3px solid #ffffff;
    border-radius: 10px;
  }
  /* Handle on hover */
  .mobile-tabs-cat .btn-navigation::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  /* product block */
  .product-row .product-card .card-content .product-img-container {
    height: 240px;
    position: absolute;
    left: 0px;
    width: 40%;
    height: 128px;
    margin: 0px;
    padding: 10px;
  }
  .product-row .product-card .card-content {
    padding-left: 47%;
  }
  .product-row .product-card .card-content h5 {
    margin-bottom: 12px !important;
    margin-top: 0px !important;
  }
  .product-row .product-card .card-content h5 {
    margin-bottom: 8px !important;
    margin-top: 0px !important;
  }
  .product-row .product-card .card-content .card-price-tags > div:last-of-type {
    display: none !important;
  }
  .product-row .product-card .card-content a.btn, .product-row .product-card .card-content .dataTables_wrapper .dataTables_footer .dataTables_paginate a.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .product-row .product-card .card-content a.paginate_button {
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
    height: 40px;
  }
  .product-row .product-card .card-content a.product-banners {
    width: calc(40% - 10px);
  }
  .navigation-bg {
    margin-bottom: 35px;
  }
  .page-content.category .filters {
    margin-top: -99px;
  }
  /* header */
  body #app .top-header .top-header-nav.float-right {
    display: none;
  }
  body #app .sidebar {
    display: block;
    background: #f5f5f5;
  }
  body #app header #sub-menu {
    display: none;
  }
  body #app header .row .hamburger, body #app header .dataTables_wrapper .dataTables_header .hamburger, .dataTables_wrapper body #app header .dataTables_header .hamburger, body #app header .dataTables_wrapper .dataTables_footer .hamburger, .dataTables_wrapper body #app header .dataTables_footer .hamburger {
    margin: 0px;
    margin-left: 10px;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    padding-top: 12px;
    padding-left: 12px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px !important;
  }
  body #app header .row .icons, body #app header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app header .dataTables_header .icons, body #app header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app header .dataTables_footer .icons {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  body #app header .row .icons, body #app header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app header .dataTables_header .icons, body #app header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app header .dataTables_footer .icons {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
    padding-left: 7px;
    border-left: 0px;
    padding: 0px;
  }
  body #app header > .container .header__btn.header__hygiene, body #app header > .container .header__btn.header__login {
    display: none;
  }
  body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo {
    width: auto;
  }
  body #app .sidebar ul li, body #app-no-vue .sidebar ul li {
    padding: 25px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: #f5f5f5;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
  }
  body #app .sidebar ul li:last-of-type, body #app-no-vue .sidebar ul li:last-of-type {
    padding-bottom: 25px;
  }
  body #app .sidebar ul li:first-of-type, body #app-no-vue .sidebar ul li:first-of-type {
    padding-top: 25px;
  }
  body #app .sidebar ul li a:first-child, body #app-no-vue .sidebar ul li a:first-child {
    font-size: 15px;
    text-transform: uppercase;
    color: #462564;
    letter-spacing: 0px;
    font-weight: 600;
  }
  body #app .sidebar ul li hr, body #app-no-vue .sidebar ul li hr {
    width: 100%;
    height: 0px;
    background: none;
    margin-left: 0;
    border: none;
    margin: 0 0 8px 0px;
  }
  body #app .sidebar ul li a, body #app-no-vue .sidebar ul li a {
    padding: 0px 0 10px;
    font-size: 13px;
    color: #462564;
    display: block;
  }
  body #app header .logo a, body #app header .logo a img {
    max-height: 44px;
  }
  body #app header > .container .row .row, body #app header > .container .dataTables_wrapper .dataTables_header .row, .dataTables_wrapper body #app header > .container .dataTables_header .row, body #app header > .container .dataTables_wrapper .dataTables_footer .row, .dataTables_wrapper body #app header > .container .dataTables_footer .row, body #app header > .container .row .dataTables_wrapper .dataTables_header, .dataTables_wrapper body #app header > .container .row .dataTables_header, body #app header > .container .dataTables_wrapper .dataTables_header .dataTables_header, .dataTables_wrapper body #app header > .container .dataTables_header .dataTables_header, body #app header > .container .dataTables_wrapper .dataTables_footer .dataTables_header, .dataTables_wrapper body #app header > .container .dataTables_footer .dataTables_header, body #app header > .container .row .dataTables_wrapper .dataTables_footer, .dataTables_wrapper body #app header > .container .row .dataTables_footer, body #app header > .container .dataTables_wrapper .dataTables_header .dataTables_footer, .dataTables_wrapper body #app header > .container .dataTables_header .dataTables_footer, body #app header > .container .dataTables_wrapper .dataTables_footer .dataTables_footer, .dataTables_wrapper body #app header > .container .dataTables_footer .dataTables_footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body #app header .row .hamburger, body #app header .dataTables_wrapper .dataTables_header .hamburger, .dataTables_wrapper body #app header .dataTables_header .hamburger, body #app header .dataTables_wrapper .dataTables_footer .hamburger, .dataTables_wrapper body #app header .dataTables_footer .hamburger {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body #app header, body #app-no-vue header {
    height: 120px;
    border-bottom: 1px solid #cccccc;
  }
  body #app .message-block, body #app-no-vue .message-block {
    margin-top: 120px;
  }
  body #app .sidebar ul li#phone {
    padding-top: 12px;
  }
  body #app header > .container > .row, body #app .dataTables_wrapper header > .container > .dataTables_header, .dataTables_wrapper body #app header > .container > .dataTables_header, body #app .dataTables_wrapper header > .container > .dataTables_footer, .dataTables_wrapper body #app header > .container > .dataTables_footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body #app header .logo a, body #app header .logo a img {
    max-height: 44px;
  }
  body #app header .row .search-bar, body #app header .dataTables_wrapper .dataTables_header .search-bar, .dataTables_wrapper body #app header .dataTables_header .search-bar, body #app header .dataTables_wrapper .dataTables_footer .search-bar, .dataTables_wrapper body #app header .dataTables_footer .search-bar {
    width: calc(100vw - 24px);
    left: auto;
    top: 75px;
    right: auto;
    right: -57px;
  }
  body #app header .row .icons, body #app header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app header .dataTables_header .icons, body #app header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app header .dataTables_footer .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo {
    height: 44px;
  }
  body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo {
    height: 44px;
    width: 50px;
    overflow: hidden;
  }
  body #app header .row .logo img, body #app header .dataTables_wrapper .dataTables_header .logo img, .dataTables_wrapper body #app header .dataTables_header .logo img, body #app header .dataTables_wrapper .dataTables_footer .logo img, .dataTables_wrapper body #app header .dataTables_footer .logo img {
    width: auto;
    height: auto;
  }
  .category-child__container {
    height: 200px;
  }
  .category-child__container {
    padding: 35px;
  }
  .category-child__text {
    font-size: 19px;
    line-height: 25px;
  }
  #product-categories .category-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .product-row .product-card .card-content .product-img-container {
    width: 40% !important;
    position: absolute !important;
  }
  .product-row .product-card .card-content {
    padding-left: 47% !important;
  }
  .product-row .product-card .card-content .card-price-tags {
    margin-top: 5px !important;
  }
  .product-row .product-card .card-content .card-price-tags > div:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .product-row .product-card .card-content h5 {
    margin-bottom: 3px !important;
    margin-top: 0px !important;
  }
  body #app header .row .logo img, body #app header .dataTables_wrapper .dataTables_header .logo img, .dataTables_wrapper body #app header .dataTables_header .logo img, body #app header .dataTables_wrapper .dataTables_footer .logo img, .dataTables_wrapper body #app header .dataTables_footer .logo img, body #app header .dataTables_wrapper .dataTables_header .logo img, .dataTables_wrapper body #app header .dataTables_header .logo img, body #app header .dataTables_wrapper .dataTables_footer .logo img, .dataTables_wrapper body #app header .dataTables_footer .logo img, body #app header .dataTables_wrapper .dataTables_header .logo img, .dataTables_wrapper body #app header .dataTables_header .logo img, body #app header .dataTables_wrapper .dataTables_footer .logo img, .dataTables_wrapper body #app header .dataTables_footer .logo img {
    width: auto;
    height: auto;
    max-width: 138px;
  }
  body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo {
    height: 44px;
    width: auto;
    overflow: hidden;
  }
  body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body #app header .row .icons i#searchIcon, body #app header .dataTables_wrapper .dataTables_header .icons i#searchIcon, .dataTables_wrapper body #app header .dataTables_header .icons i#searchIcon, body #app header .dataTables_wrapper .dataTables_footer .icons i#searchIcon, .dataTables_wrapper body #app header .dataTables_footer .icons i#searchIcon, body #app header .dataTables_wrapper .dataTables_header .icons i#searchIcon, .dataTables_wrapper body #app header .dataTables_header .icons i#searchIcon, body #app header .dataTables_wrapper .dataTables_footer .icons i#searchIcon, .dataTables_wrapper body #app header .dataTables_footer .icons i#searchIcon, body #app header .row .icons #account-controls a, body #app header .dataTables_wrapper .dataTables_header .icons #account-controls a, .dataTables_wrapper body #app header .dataTables_header .icons #account-controls a, body #app header .dataTables_wrapper .dataTables_footer .icons #account-controls a, .dataTables_wrapper body #app header .dataTables_footer .icons #account-controls a, body #app header .dataTables_wrapper .dataTables_header .icons #account-controls a, .dataTables_wrapper body #app header .dataTables_header .icons #account-controls a, body #app header .dataTables_wrapper .dataTables_footer .icons #account-controls a, .dataTables_wrapper body #app header .dataTables_footer .icons #account-controls a, body #app header .row .icons a.icon-counter, body #app header .dataTables_wrapper .dataTables_header .icons a.icon-counter, .dataTables_wrapper body #app header .dataTables_header .icons a.icon-counter, body #app header .dataTables_wrapper .dataTables_footer .icons a.icon-counter, .dataTables_wrapper body #app header .dataTables_footer .icons a.icon-counter, body #app header .dataTables_wrapper .dataTables_header .icons a.icon-counter, .dataTables_wrapper body #app header .dataTables_header .icons a.icon-counter, body #app header .dataTables_wrapper .dataTables_footer .icons a.icon-counter, .dataTables_wrapper body #app header .dataTables_footer .icons a.icon-counter {
    margin-left: 5px;
  }
  body #app header .row .hamburger, body #app header .dataTables_wrapper .dataTables_header .hamburger, .dataTables_wrapper body #app header .dataTables_header .hamburger, body #app header .dataTables_wrapper .dataTables_footer .hamburger, .dataTables_wrapper body #app header .dataTables_footer .hamburger, body #app header .dataTables_wrapper .dataTables_header .hamburger, .dataTables_wrapper body #app header .dataTables_header .hamburger, body #app header .dataTables_wrapper .dataTables_footer .hamburger, .dataTables_wrapper body #app header .dataTables_footer .hamburger {
    margin-left: 8px;
  }
  .call-modal-block.active {
    z-index: 999999;
  }
  .call-modal-block {
    padding: 0px;
  }
  .call-modal-block .call-modal-inner .modal-hubspot-form {
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    min-height: 100%;
    height: auto;
  }
  .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 108px);
  }
  .call-modal-block {
    min-height: 100vh;
  }
  .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li label, .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li .static-label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li label input, .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow .hs-form-field .inputs-list li .static-label input {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-content.category .filters {
    width: calc(100% + 30px);
  }
  .page-content.category .filters .col-lg-4 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .product-row .product-card .card-content .product-img-container {
    height: 240px;
  }
  .category__bottom-description-img,
  .category__faq-img {
    height: 300px;
  }
  .category__bottom-description-img,
  .category__faq-img,
  .category__faq-description,
  .category__bottom-description,
  .category__additional_details_description {
    margin-top: 50px;
  }
  .standard-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.3;
    margin-top: 25px;
  }
  #accordion {
    margin-top: 40px;
  }
  .standard-content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  body #app .top-header .top-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .page-content.category h1 {
    font-size: 34px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .product-card .card-content h5 a {
    -webkit-line-clamp: unset;
  }
  .product-row .product-card .card-content h5 {
    font-size: 16px;
  }
  .product-row .product-card .card-content .card-price-tags > div:first-of-type p:first-of-type {
    font-size: 20px !important;
  }
  .product-row .product-card .card-content .card-price-tags > div:first-of-type p:last-child {
    line-height: 1 !important;
  }
  .page-content.category .product-row {
    margin-bottom: 10px;
  }
  .page-content.category ul.pagination {
    float: right;
  }
  .page-content.category .pagination-overview {
    margin-bottom: 0px;
    float: left;
    margin-top: 10px;
  }
  .product-row .product-card .card-content h5 {
    margin-bottom: 12px !important;
  }
  .product-row .product-card .card-content .card-price-tags > div:last-of-type {
    margin-top: 25px;
  }
  .filters-sidebar {
    margin-top: 50px;
    margin-bottom: -15px;
  }
  .filters-sidebar > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filters-sidebar > ul > li > ul > li {
    width: 50%;
    clear: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #accordion .card .card-header button:before {
    font-size: 22px;
  }
  #accordion .card .card-header button {
    font-size: 20px;
    height: 58px;
  }
  .additional-details .additional-details__card_inner {
    padding-left: 24px;
    border-left: 2px solid #95C123;
  }
  .additional-details {
    margin-top: 35px;
    margin-bottom: -30px;
  }
  .additional-details > div {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .additional-details .additional-details__card_inner h5 {
    margin: 0px 0 14px 0;
    font-size: 18px;
  }
  body #app header .row .caresource-login, body #app header .dataTables_wrapper .dataTables_header .caresource-login, .dataTables_wrapper body #app header .dataTables_header .caresource-login, body #app header .dataTables_wrapper .dataTables_footer .caresource-login, .dataTables_wrapper body #app header .dataTables_footer .caresource-login {
    display: none;
  }
  .product-row > div {
    max-width: 50%;
  }
  .page-content.category {
    margin-bottom: 65px;
  }
  /* header */
  body #app .top-header .top-header-nav.float-right {
    display: none;
  }
  body #app .sidebar {
    display: block;
    background: #f5f5f5;
  }
  body #app header #sub-menu {
    display: none;
  }
  body #app header .row .hamburger, body #app header .dataTables_wrapper .dataTables_header .hamburger, .dataTables_wrapper body #app header .dataTables_header .hamburger, body #app header .dataTables_wrapper .dataTables_footer .hamburger, .dataTables_wrapper body #app header .dataTables_footer .hamburger {
    margin: 0px;
    margin-left: 10px;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    padding-top: 12px;
    padding-left: 12px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px !important;
  }
  body #app header .row .icons, body #app header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app header .dataTables_header .icons, body #app header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app header .dataTables_footer .icons {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  body #app header .row .icons, body #app header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app header .dataTables_header .icons, body #app header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app header .dataTables_footer .icons {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
    padding-left: 7px;
    border-left: 0px;
    padding: 0px;
  }
  body #app header > .container .header__btn.header__hygiene, body #app header > .container .header__btn.header__login {
    display: none;
  }
  body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo {
    width: auto;
  }
  body #app .sidebar ul li, body #app-no-vue .sidebar ul li {
    padding: 25px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: #f5f5f5;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
  }
  body #app .sidebar ul li:last-of-type, body #app-no-vue .sidebar ul li:last-of-type {
    padding-bottom: 25px;
  }
  body #app .sidebar ul li:first-of-type, body #app-no-vue .sidebar ul li:first-of-type {
    padding-top: 25px;
  }
  body #app .sidebar ul li a:first-child, body #app-no-vue .sidebar ul li a:first-child {
    font-size: 17px;
    text-transform: uppercase;
    color: #462564;
    letter-spacing: 0px;
    font-weight: 600;
  }
  body #app .sidebar ul li hr, body #app-no-vue .sidebar ul li hr {
    width: 100%;
    height: 0px;
    background: none;
    margin-left: 0;
    border: none;
    margin: 0 0 10px 0px;
  }
  body #app .sidebar ul li a, body #app-no-vue .sidebar ul li a {
    padding: 0px 0 10px;
    font-size: 13px;
    color: #462564;
    display: block;
  }
  body #app header .logo a, body #app header .logo a img {
    max-height: 44px;
  }
  body #app header > .container .row .row, body #app header > .container .dataTables_wrapper .dataTables_header .row, .dataTables_wrapper body #app header > .container .dataTables_header .row, body #app header > .container .dataTables_wrapper .dataTables_footer .row, .dataTables_wrapper body #app header > .container .dataTables_footer .row, body #app header > .container .row .dataTables_wrapper .dataTables_header, .dataTables_wrapper body #app header > .container .row .dataTables_header, body #app header > .container .dataTables_wrapper .dataTables_header .dataTables_header, .dataTables_wrapper body #app header > .container .dataTables_header .dataTables_header, body #app header > .container .dataTables_wrapper .dataTables_footer .dataTables_header, .dataTables_wrapper body #app header > .container .dataTables_footer .dataTables_header, body #app header > .container .row .dataTables_wrapper .dataTables_footer, .dataTables_wrapper body #app header > .container .row .dataTables_footer, body #app header > .container .dataTables_wrapper .dataTables_header .dataTables_footer, .dataTables_wrapper body #app header > .container .dataTables_header .dataTables_footer, body #app header > .container .dataTables_wrapper .dataTables_footer .dataTables_footer, .dataTables_wrapper body #app header > .container .dataTables_footer .dataTables_footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body #app header .row .hamburger, body #app header .dataTables_wrapper .dataTables_header .hamburger, .dataTables_wrapper body #app header .dataTables_header .hamburger, body #app header .dataTables_wrapper .dataTables_footer .hamburger, .dataTables_wrapper body #app header .dataTables_footer .hamburger {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body #app header, body #app-no-vue header {
    height: 120px;
    border-bottom: 1px solid #cccccc;
  }
  body #app .message-block, body #app-no-vue .message-block {
    margin-top: 120px;
  }
  body #app .sidebar ul li#phone {
    padding-top: 12px;
  }
  body #app header > .container > .row, body #app .dataTables_wrapper header > .container > .dataTables_header, .dataTables_wrapper body #app header > .container > .dataTables_header, body #app .dataTables_wrapper header > .container > .dataTables_footer, .dataTables_wrapper body #app header > .container > .dataTables_footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body #app header .logo a, body #app header .logo a img {
    max-height: 44px;
  }
  body #app header .row .search-bar, body #app header .dataTables_wrapper .dataTables_header .search-bar, .dataTables_wrapper body #app header .dataTables_header .search-bar, body #app header .dataTables_wrapper .dataTables_footer .search-bar, .dataTables_wrapper body #app header .dataTables_footer .search-bar {
    width: 300px;
    left: -300px;
  }
  body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo {
    height: 44px;
  }
  .category-child__container {
    height: 235px;
    padding: 30px;
  }
  .category-child__text {
    font-size: 19px;
    line-height: 25px;
  }
  #product-categories .category-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .product-row > div {
    max-width: 100%;
  }
  .page-content.category .product-row .col-xl-4 {
    max-width: 50%;
  }
  .call-modal-block.active {
    z-index: 999999;
  }
  .call-modal-block {
    padding: 0px;
  }
  .call-modal-block .call-modal-inner .modal-hubspot-form {
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    min-height: 100%;
    height: auto;
  }
  .call-modal-block .call-modal-inner .modal-hubspot-form .modal-hubspot-form-overflow {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 108px);
  }
  .call-modal-block {
    min-height: 100vh;
  }
  .mobile-tabs-cat {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-content.category .filters {
    width: calc(100% + 30px);
  }
  .page-content.category .filters .col-lg-4 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .product-row .product-card .card-content .product-img-container {
    height: 330px;
  }
  .category__bottom-description-img,
  .category__faq-img {
    height: 350px;
  }
  .category__bottom-description-img,
  .category__faq-img,
  .category__faq-description,
  .category__bottom-description,
  .category__additional_details_description {
    margin-top: 60px;
  }
  .standard-content h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  body #app .top-header .top-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .page-content.category h1 {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .product-card .card-content h5 a {
    -webkit-line-clamp: unset;
  }
  .product-row .product-card .card-content h5 {
    font-size: 17px;
  }
  .product-row .product-card .card-content .card-price-tags > div:first-of-type p:first-of-type {
    font-size: 22px !important;
  }
  .product-row .product-card .card-content h5 {
    margin-bottom: 12px !important;
  }
  .product-row .product-card .card-content .card-price-tags > div:last-of-type {
    margin-top: 25px;
  }
  .filters-sidebar {
    margin-top: 50px;
    margin-bottom: -15px;
  }
  .filters-sidebar > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filters-sidebar > ul > li > ul > li {
    width: 50%;
    clear: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #accordion .card .card-header button:before {
    font-size: 22px;
  }
  #accordion .card .card-header button {
    font-size: 20px;
    height: 62px;
  }
  .additional-details {
    margin-top: 40px;
    margin-bottom: -35px;
  }
  .additional-details > div {
    margin-bottom: 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .additional-details .additional-details__card_inner h5 {
    margin: 0px 0 14px 0;
    font-size: 18px;
  }
  /* header */
  body #app .top-header .top-header-nav.float-right {
    display: none;
  }
  body #app .sidebar {
    display: block;
    background: #f5f5f5;
  }
  body #app header #sub-menu {
    display: none;
  }
  body #app header .row .hamburger, body #app header .dataTables_wrapper .dataTables_header .hamburger, .dataTables_wrapper body #app header .dataTables_header .hamburger, body #app header .dataTables_wrapper .dataTables_footer .hamburger, .dataTables_wrapper body #app header .dataTables_footer .hamburger {
    margin: 0px;
    margin-left: 10px;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    padding-top: 12px;
    padding-left: 12px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px !important;
  }
  body #app header .row .icons, body #app header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app header .dataTables_header .icons, body #app header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app header .dataTables_footer .icons {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  body #app header .row .icons, body #app header .dataTables_wrapper .dataTables_header .icons, .dataTables_wrapper body #app header .dataTables_header .icons, body #app header .dataTables_wrapper .dataTables_footer .icons, .dataTables_wrapper body #app header .dataTables_footer .icons {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
    padding-left: 7px;
    border-left: 0px;
    padding: 0px;
  }
  body #app header > .container .header__btn.header__hygiene, body #app header > .container .header__btn.header__login {
    display: none;
  }
  body #app header .row .logo, body #app header .dataTables_wrapper .dataTables_header .logo, .dataTables_wrapper body #app header .dataTables_header .logo, body #app header .dataTables_wrapper .dataTables_footer .logo, .dataTables_wrapper body #app header .dataTables_footer .logo {
    width: auto;
  }
  body #app .sidebar ul li, body #app-no-vue .sidebar ul li {
    padding: 25px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: #f5f5f5;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
  }
  body #app .sidebar ul li:last-of-type, body #app-no-vue .sidebar ul li:last-of-type {
    padding-bottom: 25px;
  }
  body #app .sidebar ul li:last-of-type, body #app-no-vue .sidebar ul li:first-of-type {
    padding-top: 25px;
  }
  body #app .sidebar ul li a:first-child, body #app-no-vue .sidebar ul li a:first-child {
    font-size: 17px;
    text-transform: uppercase;
    color: #462564;
    letter-spacing: 0px;
    font-weight: 600;
  }
  body #app .sidebar ul li hr, body #app-no-vue .sidebar ul li hr {
    width: 100%;
    height: 0px;
    background: none;
    margin-left: 0;
    border: none;
    margin: 0 0 10px 0px;
  }
  body #app .sidebar ul li a, body #app-no-vue .sidebar ul li a {
    padding: 0px 0 10px;
    font-size: 13px;
    color: #462564;
    display: block;
  }
  body #app .sidebar ul li#phone {
    padding-top: 12px;
  }
  body #app header .row .search-bar, body #app header .dataTables_wrapper .dataTables_header .search-bar, .dataTables_wrapper body #app header .dataTables_header .search-bar, body #app header .dataTables_wrapper .dataTables_footer .search-bar, .dataTables_wrapper body #app header .dataTables_footer .search-bar {
    left: -230px;
    width: 229px;
  }
  .category-child__container {
    height: 206px;
    padding: 30px;
  }
  .category-child__text {
    font-size: 19px;
    line-height: 25px;
  }
  #product-categories .category-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .homepage-carousel.product-row .product-card .card-content .product-img-container {
    height: 199px;
  }
  .homepage-carousel.product-row .product-card .card-content .product-img-container {
    height: 199px;
  }
  .homepage-carousel.product-row .product-card .card-content a.btn, .homepage-carousel.product-row .product-card .card-content .dataTables_wrapper .dataTables_footer .dataTables_paginate a.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .homepage-carousel.product-row .product-card .card-content a.paginate_button {
    font-size: 12px;
  }
  .mobile-tabs-cat {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-content.category .filters {
    width: calc(100% + 57%);
  }
  .product-row .product-card .card-content .product-img-container {
    height: 289px;
  }
  .category__bottom-description-img,
  .category__faq-img {
    height: 400px;
  }
  .category__bottom-description-img,
  .category__faq-img,
  .category__faq-description,
  .category__bottom-description,
  .category__additional_details_description {
    margin-top: 65px;
  }
  /* header */
  body #app header .row .hamburger, body #app header .dataTables_wrapper .dataTables_header .hamburger, .dataTables_wrapper body #app header .dataTables_header .hamburger, body #app header .dataTables_wrapper .dataTables_footer .hamburger, .dataTables_wrapper body #app header .dataTables_footer .hamburger {
    display: none;
  }
  body #app header .top-header ul {
    gap: 15px;
  }
  body #app header #sub-menu ul .dropdown-content .container .flex-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    max-width: 23%;
  }
  body #app header #sub-menu ul li a {
    text-align: left;
    font-size: 10px;
    line-height: 16px;
    min-width: 70px;
  }
  body #app header #sub-menu ul li:nth-of-type(8) {
    min-width: 92px;
  }
  body #app header #sub-menu ul li a.btn, body #app header #sub-menu ul li .dataTables_wrapper .dataTables_footer .dataTables_paginate a.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate body #app header #sub-menu ul li a.paginate_button {
    font-size: 12px;
    padding: 0 15px !important;
  }
  .category-child__container {
    height: 206px;
    padding: 30px;
  }
  .category-child__text {
    font-size: 19px;
    line-height: 25px;
  }
  .homepage-carousel.product-row .product-card .card-content .product-img-container {
    height: 199px;
  }
  .homepage-carousel.product-row .product-card .card-content a.btn, .homepage-carousel.product-row .product-card .card-content .dataTables_wrapper .dataTables_footer .dataTables_paginate a.paginate_button, .dataTables_wrapper .dataTables_footer .dataTables_paginate .homepage-carousel.product-row .product-card .card-content a.paginate_button {
    font-size: 12px;
  }
  body #app header #sub-menu ul .dropdown-content .container .flex-item h5 a {
    font-size: 15px;
  }
}
