@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !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;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}
.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}
.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 1;
  pointer-events: auto;
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\e033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png")/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png")/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    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;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("~bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: black;
  background-color: white;
}

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

a {
  color: #1b6a88;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(14.3282208589, 56.2515337423, 72.1717791411);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.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;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 39px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 19px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 13px;
}

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}

small,
.small {
  font-size: 86%;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: #1b6a88;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(18.5521472393, 72.8343558282, 93.4478527607);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #1b6a88;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(18.5521472393, 72.8343558282, 93.4478527607);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 18.75px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.6;
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 734px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 954px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1154px;
  }
}

.container-fluid {
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -7px;
  margin-left: -7px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: white;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

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

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

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

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

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

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

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

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.6;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #666666;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: rgb(71.8588957055, 178.2423312883, 218.6411042945);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(72, 178, 219, 0.6);
}
.form-control::-moz-placeholder {
  color: rgb(76.5, 76.5, 76.5);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgb(76.5, 76.5, 76.5);
}
.form-control::-webkit-input-placeholder {
  color: rgb(76.5, 76.5, 76.5);
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 38px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 31px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 39px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.form .input-group-lg > .form-control-static.form__input__addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.form .input-group-sm > .form-control-static.form__input__addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.form .input-group-sm > .form__input__addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.form .input-group-sm > select.form__input__addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.form .input-group-sm > textarea.form__input__addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.form .input-group-sm > select[multiple].form__input__addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.form .input-group-lg > .form__input__addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.form .input-group-lg > select.form__input__addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.form .input-group-lg > textarea.form__input__addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.form .input-group-lg > select[multiple].form__input__addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.form .input-group-lg > .form__input__addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.form .input-group-sm > .form__input__addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon, .has-success .form .form__input__addon, .form .has-success .form__input__addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon, .has-warning .form .form__input__addon, .form .has-warning .form__input__addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon, .has-error .form .form__input__addon, .form .has-error .form__input__addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(63.75, 63.75, 63.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .form .form__input__addon, .form .form-inline .input-group .form__input__addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-right: -7px;
  margin-left: -7px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: black;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

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

.btn-default {
  color: black;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: black;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: black;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: black;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: black;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: black;
}

.btn-primary {
  color: #fff;
  background-color: #1b6a88;
  border-color: rgb(22.7760736196, 89.4171779141, 114.7239263804);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(18.5521472393, 72.8343558282, 93.4478527607);
  border-color: rgb(1.6564417178, 6.5030674847, 8.3435582822);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(18.5521472393, 72.8343558282, 93.4478527607);
  border-color: rgb(12.6386503067, 49.618404908, 63.6613496933);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(18.5521472393, 72.8343558282, 93.4478527607);
  background-image: none;
  border-color: rgb(12.6386503067, 49.618404908, 63.6613496933);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(12.6386503067, 49.618404908, 63.6613496933);
  border-color: rgb(1.6564417178, 6.5030674847, 8.3435582822);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #1b6a88;
  border-color: rgb(22.7760736196, 89.4171779141, 114.7239263804);
}
.btn-primary .badge {
  color: #1b6a88;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #2ab27b;
  border-color: rgb(37.1318181818, 157.3681818182, 108.7431818182);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.2636363636, 136.7363636364, 94.4863636364);
  border-color: rgb(12.7909090909, 54.2090909091, 37.4590909091);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.2636363636, 136.7363636364, 94.4863636364);
  border-color: rgb(25.4481818182, 107.8518181818, 74.5268181818);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(32.2636363636, 136.7363636364, 94.4863636364);
  background-image: none;
  border-color: rgb(25.4481818182, 107.8518181818, 74.5268181818);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(25.4481818182, 107.8518181818, 74.5268181818);
  border-color: rgb(12.7909090909, 54.2090909091, 37.4590909091);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #2ab27b;
  border-color: rgb(37.1318181818, 157.3681818182, 108.7431818182);
}
.btn-success .badge {
  color: #2ab27b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #8eb4cb;
  border-color: rgb(124.5363636364, 168.4090909091, 194.9636363636);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(107.0727272727, 156.8181818182, 186.9272727273);
  border-color: rgb(60.5090909091, 104.7272727273, 131.4909090909);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(107.0727272727, 156.8181818182, 186.9272727273);
  border-color: rgb(82.6236363636, 140.5909090909, 175.6763636364);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(107.0727272727, 156.8181818182, 186.9272727273);
  background-image: none;
  border-color: rgb(82.6236363636, 140.5909090909, 175.6763636364);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(82.6236363636, 140.5909090909, 175.6763636364);
  border-color: rgb(60.5090909091, 104.7272727273, 131.4909090909);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #8eb4cb;
  border-color: rgb(124.5363636364, 168.4090909091, 194.9636363636);
}
.btn-info .badge {
  color: #8eb4cb;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #cbb956;
  border-color: rgb(197, 176.9230769231, 66.5);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(182, 162.6153846154, 56);
  border-color: rgb(104, 92.9230769231, 32);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(182, 162.6153846154, 56);
  border-color: rgb(154.7, 138.2230769231, 47.6);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(182, 162.6153846154, 56);
  background-image: none;
  border-color: rgb(154.7, 138.2230769231, 47.6);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(154.7, 138.2230769231, 47.6);
  border-color: rgb(104, 92.9230769231, 32);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #cbb956;
  border-color: rgb(197, 176.9230769231, 66.5);
}
.btn-warning .badge {
  color: #cbb956;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #bf5329;
  border-color: rgb(170.0064655172, 73.8771551724, 36.4935344828);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(149.0129310345, 64.7543103448, 31.9870689655);
  border-color: rgb(65.0387931034, 28.2629310345, 13.9612068966);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(149.0129310345, 64.7543103448, 31.9870689655);
  border-color: rgb(119.6219827586, 51.9823275862, 25.6780172414);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(149.0129310345, 64.7543103448, 31.9870689655);
  background-image: none;
  border-color: rgb(119.6219827586, 51.9823275862, 25.6780172414);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(119.6219827586, 51.9823275862, 25.6780172414);
  border-color: rgb(65.0387931034, 28.2629310345, 13.9612068966);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #bf5329;
  border-color: rgb(170.0064655172, 73.8771551724, 36.4935344828);
}
.btn-danger .badge {
  color: #bf5329;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #1b6a88;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(14.3282208589, 56.2515337423, 72.1717791411);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1b6a88;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.6;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.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 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon, .form .form__input__addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .form .form__input__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) {
  border-radius: 0;
}

.input-group-addon, .form .form__input__addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon, .form .form__input__addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #666666;
  border-radius: 4px;
}
.input-group-addon.input-sm, .form .input-sm.form__input__addon,
.input-group-sm > .input-group-addon,
.form .input-group-sm > .form__input__addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.form .input-group-sm > .input-group-btn > .btn.form__input__addon {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg, .form .input-lg.form__input__addon,
.input-group-lg > .input-group-addon,
.form .input-group-lg > .form__input__addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.form .input-group-lg > .input-group-btn > .btn.form__input__addon {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type=radio], .form .form__input__addon input[type=radio],
.input-group-addon input[type=checkbox],
.form .form__input__addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.form .form__input__addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child, .form .form__input__addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.form .form__input__addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child, .form .form__input__addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #1b6a88;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  cursor: default;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #1b6a88;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 7px;
  padding-left: 7px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -7px;
  margin-left: -7px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 13px 7px;
  font-size: 19px;
  line-height: 24px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -7px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 7px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.5px -7px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.navbar-form {
  padding: 10px 7px;
  margin-right: -7px;
  margin-left: -7px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .form .form__input__addon, .form .navbar-form .input-group .form__input__addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 7px;
    margin-left: 7px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -7px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: rgb(229.5, 229.5, 229.5);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(238.425, 238.425, 238.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgb(238.425, 238.425, 238.425);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(238.425, 238.425, 238.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(229.5, 229.5, 229.5);
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.6;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(0, 77.5722543353, 122);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #006ead;
  border-color: #005082;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: #1b6a88;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(18.5521472393, 72.8343558282, 93.4478527607);
}

.label-success {
  background-color: #2ab27b;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(32.2636363636, 136.7363636364, 94.4863636364);
}

.label-info {
  background-color: #8eb4cb;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(107.0727272727, 156.8181818182, 186.9272727273);
}

.label-warning {
  background-color: #cbb956;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(182, 162.6153846154, 56);
}

.label-danger {
  background-color: #bf5329;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(149.0129310345, 64.7543103448, 31.9870689655);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgb(119.085, 119.085, 119.085);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #1b6a88;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212.925, 212.925, 212.925);
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 7px;
  padding-left: 7px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 68px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.6;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: black;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1b6a88;
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #1b6a88;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.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: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #2ab27b;
}
.progress-striped .progress-bar-success {
  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);
}

.progress-bar-info {
  background-color: #8eb4cb;
}
.progress-striped .progress-bar-info {
  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);
}

.progress-bar-warning {
  background-color: #cbb956;
}
.progress-striped .progress-bar-warning {
  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);
}

.progress-bar-danger {
  background-color: #bf5329;
}
.progress-striped .progress-bar-danger {
  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);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: rgb(238.425, 238.425, 238.425);
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #1b6a88;
  border-color: #1b6a88;
}
.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, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(135.6871165644, 204.9938650307, 231.3128834356);
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.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:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  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:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  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:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  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:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
}

.panel-default {
  border-color: rgb(229.5, 229.5, 229.5);
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: rgb(229.5, 229.5, 229.5);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(229.5, 229.5, 229.5);
}
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(229.5, 229.5, 229.5);
}

.panel-primary {
  border-color: #1b6a88;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1b6a88;
  border-color: #1b6a88;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1b6a88;
}
.panel-primary > .panel-heading .badge {
  color: #1b6a88;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1b6a88;
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.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-16by9 {
  padding-bottom: 56.25%;
}

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 13px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 15px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .product-legacy .product__configuration .product__configuration__row:before, .product .product__configuration .product__configuration__row:before, .clearfix:after, .product-legacy .product__configuration .product__configuration__row:after, .product .product__configuration .product__configuration__row:after {
  display: table;
  content: " ";
}
.clearfix:after, .product-legacy .product__configuration .product__configuration__row:after, .product .product__configuration .product__configuration__row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !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;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.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;
}

.qs-datepicker {
  color: #000;
  position: absolute;
  width: 250px;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  font-size: 14px;
  z-index: 9001;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid grey;
  border-radius: 4.22275px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.3);
}

.qs-datepicker * {
  box-sizing: border-box;
}

.qs-datepicker.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qs-datepicker.qs-hidden {
  display: none;
}

.qs-datepicker .qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
}

.qs-datepicker .qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}

.qs-datepicker .qs-overlay .qs-overlay-year {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.qs-datepicker .qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.qs-datepicker .qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: 4.22275px;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: hsla(0, 0%, 50.2%, 0.4);
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed;
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

.qs-datepicker .qs-overlay .qs-overlay-month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333%;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.15s;
}

.qs-datepicker .qs-overlay .qs-overlay-month.active, .qs-datepicker .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-datepicker .qs-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  background: #d3d3d3;
  filter: blur(0);
  transition: filter 0.3s;
}

.qs-datepicker .qs-controls.qs-blur {
  filter: blur(5px);
}

.qs-datepicker .qs-arrow {
  height: 25px;
  width: 25px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.15s;
}

.qs-datepicker .qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}

.qs-datepicker .qs-arrow:hover.qs-left:after {
  border-right-color: #000;
}

.qs-datepicker .qs-arrow:hover.qs-right:after {
  border-left-color: #000;
}

.qs-datepicker .qs-arrow:after {
  content: "";
  border: 6.25px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  transition: border 0.2s;
}

.qs-datepicker .qs-arrow.qs-left:after {
  border-right-color: grey;
  right: 50%;
  transform: translate(25%, -50%);
}

.qs-datepicker .qs-arrow.qs-right:after {
  border-left-color: grey;
  left: 50%;
  transform: translate(-25%, -50%);
}

.qs-datepicker .qs-month-year {
  font-weight: 700;
  transition: border 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.qs-datepicker .qs-month-year:hover {
  border-bottom: 1px solid grey;
}

.qs-datepicker .qs-month-year:active:focus, .qs-datepicker .qs-month-year:focus {
  outline: none;
}

.qs-datepicker .qs-month {
  padding-right: 0.5ex;
}

.qs-datepicker .qs-year {
  padding-left: 0.5ex;
}

.qs-datepicker .qs-squares {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  filter: blur(0);
  transition: filter 0.3s;
}

.qs-datepicker .qs-squares.qs-blur {
  filter: blur(5px);
}

.qs-datepicker .qs-square {
  width: 14.28571429%;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.1s;
  border-radius: 4.22275px;
}

.qs-datepicker .qs-square.qs-current {
  font-weight: 700;
}

.qs-datepicker .qs-square.qs-active {
  background: #add8e6;
}

.qs-datepicker .qs-square.qs-disabled span {
  opacity: 0.2;
}

.qs-datepicker .qs-square.qs-empty {
  cursor: default;
}

.qs-datepicker .qs-square.qs-disabled {
  cursor: not-allowed;
}

.qs-datepicker .qs-square.qs-day {
  cursor: default;
  font-weight: 700;
  color: grey;
}

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}

.font-green {
  color: #006ead;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  font-family: Karla;
  font-size: 62.5%;
  line-height: 20px;
  color: black;
  letter-spacing: 0.02em;
  scroll-behavior: smooth;
}
html.form, body.form {
  margin: 0;
}

body {
  font-size: 14px;
}

/*body hase child .popup*/
body:has(> .popup) {
  background-color: transparent;
}
body:has(> .popup) .popup {
  background-color: #fff;
}

table {
  width: 100%;
}

label {
  font-weight: 400;
}

.container {
  position: relative;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.line-clamp, .line-clamp-4, .line-clamp-3, .line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
}

.alert {
  padding: 13px 10px;
  line-height: initial;
  margin-bottom: 16px;
  font-size: 1.4rem;
  border-radius: 6px;
}
.alert .close {
  right: 0;
  top: 0;
  opacity: 0.5;
}

.alert-danger {
  background-color: rgba(217, 83, 79, 0.15);
  color: #d9534f;
  border-color: rgba(217, 83, 79, 0.5);
}

.alert-success {
  background-color: rgba(18, 172, 77, 0.15);
  color: #12AC4D;
  border-color: rgba(18, 172, 77, 0.5);
}

.alert-warning {
  background-color: rgba(228, 137, 60, 0.15);
  color: #e4893c;
  border-color: rgba(228, 137, 60, 0.5);
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.cursor-wait {
  cursor: wait;
}

.position-relative {
  position: relative;
}

.scroll-to-top {
  cursor: pointer;
  position: fixed;
  background: #eeeff0;
  bottom: 2rem;
  z-index: 100;
  aspect-ratio: 1/1;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: -6rem;
}

.slider-input-row {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
.slider-input-row > .slider-input-wrapper {
  flex: 1;
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.slider-input-row > .slider-input-wrapper input {
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #e9e4df;
  padding: 0.25rem 1rem;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.slider-input-row > .slider-input-wrapper input:focus {
  border-color: #006ead;
  outline: none;
}

.ui-slider {
  height: 4px;
  background: #ccc;
  border: none !important;
  border-radius: 2px;
  position: relative;
}

.ui-slider-range {
  background: #006ead;
  border: none;
  border-radius: 2px;
}

/* Handle (rond bolletje) */
.ui-slider-handle {
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #006ead !important;
  border-radius: 50%;
  top: -6px !important; /* om 'm te centreren op de lijn */
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.ui-slider-handle.ui-state-active {
  background: #006ead !important;
  border-color: #006ead;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

/* Hover/focus effect (optioneel) */
.ui-slider-handle:hover,
.ui-slider-handle:focus {
  box-shadow: 0 0 0 4px rgba(0, 110, 173, 0.2);
  outline: none;
}

.disabled-when-unchecked {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.quotation-line:has(input[type=checkbox]:not(:checked)) .disabled-when-unchecked {
  opacity: 0.4;
}

a {
  scroll-margin-top: 10rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.is-loading {
  position: relative;
}
.is-loading::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.8;
  content: "";
  z-index: 5;
}
.is-loading::after {
  content: "";
  position: absolute;
  border: 4px solid rgb(216.75, 216.75, 216.75);
  border-radius: 50%;
  border-top: 4px solid #006ead;
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  top: 20px;
  animation: spin 1s linear infinite;
  z-index: 6;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-weight: 700;
  color: black;
}

p {
  margin: 0;
}

a, a:hover {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

h1, .h1 {
  font: 700 3rem/3.8rem Karla;
  margin: 0px 0px 5px;
}

h2, .h2 {
  font: 700 1.8rem/2.9rem Karla;
  margin: 0px 0px 5px;
}

h3, .h3 {
  font: 700 1.8rem/2rem Karla;
  margin: 1px 0px 0px;
}

h4, .h4 {
  font: 700 12px/21px Karla;
  margin: 0px 0px 4px;
}
h4 .fa, h4 .fas, h4 .far, h4 .fal, h4 .fab, h4 .fa-solid, h4 .fa-regular, h4 .fa-light, h4 .fa-brands, .h4 .fa, .h4 .fas, .h4 .far, .h4 .fal, .h4 .fab, .h4 .fa-solid, .h4 .fa-regular, .h4 .fa-light, .h4 .fa-brands {
  color: #e4893c;
}

h5, .h5 {
  font: 400 italic 1.9rem/2.8rem Karla;
}

h1 a:not(.button):not(.ghost-button):not(.ghost-button:hover), .h1 a:not(.button):not(.ghost-button):not(.ghost-button:hover), h2 a:not(.button):not(.ghost-button):not(.ghost-button:hover), .h2 a:not(.button):not(.ghost-button):not(.ghost-button:hover), h3 a:not(.button):not(.ghost-button):not(.ghost-button:hover), .h3 a:not(.button):not(.ghost-button):not(.ghost-button:hover), h4 a:not(.button):not(.ghost-button):not(.ghost-button:hover), .h4 a:not(.button):not(.ghost-button):not(.ghost-button:hover) {
  font: inherit;
  color: inherit;
}

.p--intro {
  color: #006ead;
  font-size: 1.7rem;
  font-family: Karla;
  font-weigth: 700;
}

.text--blue {
  color: #006ead;
}

.text--green {
  color: #12AC4D;
}

.text--grey {
  color: #707070;
}

.text--red {
  color: #930032;
}

.text--danger {
  color: #d9534f;
}

.text--orange {
  color: #e4893c;
}

hr {
  border-color: #e9e4df;
}

@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
  h2, .h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  h4, .h4 {
    font-size: 12px;
    line-height: 21px;
  }
  h4 .fa, h4 .fas, h4 .far, h4 .fal, h4 .fab, h4 .fa-solid, h4 .fa-regular, h4 .fa-light, h4 .fa-brands, .h4 .fa, .h4 .fas, .h4 .far, .h4 .fal, .h4 .fab, .h4 .fa-solid, .h4 .fa-regular, .h4 .fa-light, .h4 .fa-brands {
    color: #e4893c;
  }
}
.flex {
  display: flex;
}
.flex.flex--vertical-divided {
  justify-content: space-between;
  flex-direction: column;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.align-items-center {
  align-items: center;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.flex--vertical-align {
  align-items: center;
}
.flex.flex--full-align {
  align-items: center;
  justify-content: center;
}
.flex.flex--vertical-align--bottom {
  align-items: flex-end;
}
.flex.flex--columned {
  flex-direction: row;
}
.flex.flex--stacked {
  justify-content: center;
  flex-direction: column;
}
.flex.flex--horizontal-divided {
  justify-content: space-between;
}
.flex.flex--horizontal-center {
  justify-content: center;
}
.flex .flex-equal {
  flex: 1 0 0;
}
.flex .flex-col {
  flex: 1 1;
}
.flex .flex-col .flex-col--fixed {
  flex: 0 0;
}

.sticky {
  position: relative;
}
.sticky.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.grid {
  display: grid;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr);
}

@media (min-width: 768px) {
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 992px) {
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
.grid-row-span-1 {
  grid-row: span 1;
}

.grid-row-span-2 {
  grid-row: span 2;
}

.grid-row-span-3 {
  grid-row: span 3;
}

.grid-row-span-4 {
  grid-row: span 4;
}

@media (min-width: 768px) {
  .grid-row-span-sm-1 {
    grid-row: span 1;
  }
  .grid-row-span-sm-2 {
    grid-row: span 2;
  }
  .grid-row-span-sm-3 {
    grid-row: span 3;
  }
  .grid-row-span-sm-4 {
    grid-row: span 4;
  }
}
@media (min-width: 992px) {
  .grid-row-span-md-1 {
    grid-row: span 1;
  }
  .grid-row-span-md-2 {
    grid-row: span 2;
  }
  .grid-row-span-md-3 {
    grid-row: span 3;
  }
  .grid-row-span-md-4 {
    grid-row: span 4;
  }
}
@media (min-width: 1200px) {
  .grid-row-span-lg-1 {
    grid-row: span 1;
  }
  .grid-row-span-lg-2 {
    grid-row: span 2;
  }
  .grid-row-span-lg-3 {
    grid-row: span 3;
  }
  .grid-row-span-lg-4 {
    grid-row: span 4;
  }
}
.grid-col-span-1 {
  grid-column: span 1;
}

.grid-col-span-2 {
  grid-column: span 2;
}

.grid-col-span-3 {
  grid-column: span 3;
}

.grid-col-span-4 {
  grid-column: span 4;
}

.grid-col-span-5 {
  grid-column: span 5;
}

@media (min-width: 768px) {
  .grid-col-span-sm-1 {
    grid-column: span 1;
  }
  .grid-col-span-sm-2 {
    grid-column: span 2;
  }
  .grid-col-span-sm-3 {
    grid-column: span 3;
  }
  .grid-col-span-sm-4 {
    grid-column: span 4;
  }
  .grid-col-span-sm-5 {
    grid-column: span 5;
  }
}
@media (min-width: 992px) {
  .grid-col-span-md-1 {
    grid-column: span 1;
  }
  .grid-col-span-md-2 {
    grid-column: span 2;
  }
  .grid-col-span-md-3 {
    grid-column: span 3;
  }
  .grid-col-span-md-4 {
    grid-column: span 4;
  }
  .grid-col-span-md-5 {
    grid-column: span 5;
  }
}
@media (min-width: 1200px) {
  .grid-col-span-lg-1 {
    grid-column: span 1;
  }
  .grid-col-span-lg-2 {
    grid-column: span 2;
  }
  .grid-col-span-lg-3 {
    grid-column: span 3;
  }
  .grid-col-span-lg-4 {
    grid-column: span 4;
  }
  .grid-col-span-lg-5 {
    grid-column: span 5;
  }
}
.gap-1 {
  gap: 1rem;
}

.gap-x-1 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-1 {
  row-gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-x-2 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-2 {
  row-gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-x-3 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-y-3 {
  row-gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-x-4 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-y-4 {
  row-gap: 4rem;
}

@media (min-width: 768px) {
  .gap-sm-1 {
    gap: 1rem;
  }
  .gap-x-sm-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .gap-y-sm-1 {
    row-gap: 1rem;
  }
  .gap-sm-2 {
    gap: 2rem;
  }
  .gap-x-sm-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .gap-y-sm-2 {
    row-gap: 2rem;
  }
  .gap-sm-3 {
    gap: 3rem;
  }
  .gap-x-sm-3 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .gap-y-sm-3 {
    row-gap: 3rem;
  }
  .gap-sm-4 {
    gap: 4rem;
  }
  .gap-x-sm-4 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .gap-y-sm-4 {
    row-gap: 4rem;
  }
}
@media (min-width: 992px) {
  .gap-md-1 {
    gap: 1rem;
  }
  .gap-x-md-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .gap-y-md-1 {
    row-gap: 1rem;
  }
  .gap-md-2 {
    gap: 2rem;
  }
  .gap-x-md-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .gap-y-md-2 {
    row-gap: 2rem;
  }
  .gap-md-3 {
    gap: 3rem;
  }
  .gap-x-md-3 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .gap-y-md-3 {
    row-gap: 3rem;
  }
  .gap-md-4 {
    gap: 4rem;
  }
  .gap-x-md-4 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .gap-y-md-4 {
    row-gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .gap-lg-1 {
    gap: 1rem;
  }
  .gap-x-lg-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .gap-y-lg-1 {
    row-gap: 1rem;
  }
  .gap-lg-2 {
    gap: 2rem;
  }
  .gap-x-lg-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .gap-y-lg-2 {
    row-gap: 2rem;
  }
  .gap-lg-3 {
    gap: 3rem;
  }
  .gap-x-lg-3 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .gap-y-lg-3 {
    row-gap: 3rem;
  }
  .gap-lg-4 {
    gap: 4rem;
  }
  .gap-x-lg-4 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .gap-y-lg-4 {
    row-gap: 4rem;
  }
}
.m-0 {
  margin: 0;
}

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

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

.ms-0 {
  margin-left: 0;
}

.me-0 {
  margin-right: 0;
}

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

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

.m-1 {
  margin: 0.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.ms-1 {
  margin-left: 0.5rem;
}

.me-1 {
  margin-right: 0.5rem;
}

.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-2 {
  margin: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.ms-2 {
  margin-left: 1rem;
}

.me-2 {
  margin-right: 1rem;
}

.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-3 {
  margin: 1.5rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.ms-3 {
  margin-left: 1.5rem;
}

.me-3 {
  margin-right: 1.5rem;
}

.mx-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-4 {
  margin: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.ms-4 {
  margin-left: 2rem;
}

.me-4 {
  margin-right: 2rem;
}

.mx-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-5 {
  margin: 3rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.ms-5 {
  margin-left: 3rem;
}

.me-5 {
  margin-right: 3rem;
}

.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-6 {
  margin: 4rem;
}

.mt-6 {
  margin-top: 4rem;
}

.mb-6 {
  margin-bottom: 4rem;
}

.ms-6 {
  margin-left: 4rem;
}

.me-6 {
  margin-right: 4rem;
}

.mx-6 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-6 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.m-7 {
  margin: 5rem;
}

.mt-7 {
  margin-top: 5rem;
}

.mb-7 {
  margin-bottom: 5rem;
}

.ms-7 {
  margin-left: 5rem;
}

.me-7 {
  margin-right: 5rem;
}

.mx-7 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-7 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.m-8 {
  margin: 6rem;
}

.mt-8 {
  margin-top: 6rem;
}

.mb-8 {
  margin-bottom: 6rem;
}

.ms-8 {
  margin-left: 6rem;
}

.me-8 {
  margin-right: 6rem;
}

.mx-8 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-8 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.m-9 {
  margin: 8rem;
}

.mt-9 {
  margin-top: 8rem;
}

.mb-9 {
  margin-bottom: 8rem;
}

.ms-9 {
  margin-left: 8rem;
}

.me-9 {
  margin-right: 8rem;
}

.mx-9 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-9 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.m-10 {
  margin: 10rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.ms-10 {
  margin-left: 10rem;
}

.me-10 {
  margin-right: 10rem;
}

.mx-10 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-1 {
  padding: 0.5rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pl-1 {
  padding-left: 0.5rem;
}

.pr-1 {
  padding-right: 0.5rem;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pr-2 {
  padding-right: 1rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pl-3 {
  padding-left: 1.5rem;
}

.pr-3 {
  padding-right: 1.5rem;
}

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pl-4 {
  padding-left: 2rem;
}

.pr-4 {
  padding-right: 2rem;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-5 {
  padding: 3rem;
}

.pt-5 {
  padding-top: 3rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.pl-5 {
  padding-left: 3rem;
}

.pr-5 {
  padding-right: 3rem;
}

.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-6 {
  padding: 4rem;
}

.pt-6 {
  padding-top: 4rem;
}

.pb-6 {
  padding-bottom: 4rem;
}

.pl-6 {
  padding-left: 4rem;
}

.pr-6 {
  padding-right: 4rem;
}

.px-6 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-7 {
  padding: 5rem;
}

.pt-7 {
  padding-top: 5rem;
}

.pb-7 {
  padding-bottom: 5rem;
}

.pl-7 {
  padding-left: 5rem;
}

.pr-7 {
  padding-right: 5rem;
}

.px-7 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-8 {
  padding: 6rem;
}

.pt-8 {
  padding-top: 6rem;
}

.pb-8 {
  padding-bottom: 6rem;
}

.pl-8 {
  padding-left: 6rem;
}

.pr-8 {
  padding-right: 6rem;
}

.px-8 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.p-9 {
  padding: 8rem;
}

.pt-9 {
  padding-top: 8rem;
}

.pb-9 {
  padding-bottom: 8rem;
}

.pl-9 {
  padding-left: 8rem;
}

.pr-9 {
  padding-right: 8rem;
}

.px-9 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-9 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.p-10 {
  padding: 10rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pl-10 {
  padding-left: 10rem;
}

.pr-10 {
  padding-right: 10rem;
}

.px-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .ml-sm-0 {
    margin-left: 0;
  }
  .mr-sm-0 {
    margin-right: 0;
  }
  .mx-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-sm-0 {
    padding: 0;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pl-sm-0 {
    padding-left: 0;
  }
  .pr-sm-0 {
    padding-right: 0;
  }
  .px-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .m-sm-1 {
    margin: 0.5rem;
  }
  .mt-sm-1 {
    margin-top: 0.5rem;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem;
  }
  .ml-sm-1 {
    margin-left: 0.5rem;
  }
  .mr-sm-1 {
    margin-right: 0.5rem;
  }
  .mx-sm-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .my-sm-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-sm-1 {
    padding: 0.5rem;
  }
  .pt-sm-1 {
    padding-top: 0.5rem;
  }
  .pb-sm-1 {
    padding-bottom: 0.5rem;
  }
  .pl-sm-1 {
    padding-left: 0.5rem;
  }
  .pr-sm-1 {
    padding-right: 0.5rem;
  }
  .px-sm-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .py-sm-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .m-sm-2 {
    margin: 1rem;
  }
  .mt-sm-2 {
    margin-top: 1rem;
  }
  .mb-sm-2 {
    margin-bottom: 1rem;
  }
  .ml-sm-2 {
    margin-left: 1rem;
  }
  .mr-sm-2 {
    margin-right: 1rem;
  }
  .mx-sm-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .my-sm-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .p-sm-2 {
    padding: 1rem;
  }
  .pt-sm-2 {
    padding-top: 1rem;
  }
  .pb-sm-2 {
    padding-bottom: 1rem;
  }
  .pl-sm-2 {
    padding-left: 1rem;
  }
  .pr-sm-2 {
    padding-right: 1rem;
  }
  .px-sm-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .py-sm-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .m-sm-3 {
    margin: 1.5rem;
  }
  .mt-sm-3 {
    margin-top: 1.5rem;
  }
  .mb-sm-3 {
    margin-bottom: 1.5rem;
  }
  .ml-sm-3 {
    margin-left: 1.5rem;
  }
  .mr-sm-3 {
    margin-right: 1.5rem;
  }
  .mx-sm-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .my-sm-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .p-sm-3 {
    padding: 1.5rem;
  }
  .pt-sm-3 {
    padding-top: 1.5rem;
  }
  .pb-sm-3 {
    padding-bottom: 1.5rem;
  }
  .pl-sm-3 {
    padding-left: 1.5rem;
  }
  .pr-sm-3 {
    padding-right: 1.5rem;
  }
  .px-sm-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .py-sm-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .m-sm-4 {
    margin: 2rem;
  }
  .mt-sm-4 {
    margin-top: 2rem;
  }
  .mb-sm-4 {
    margin-bottom: 2rem;
  }
  .ml-sm-4 {
    margin-left: 2rem;
  }
  .mr-sm-4 {
    margin-right: 2rem;
  }
  .mx-sm-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .my-sm-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .p-sm-4 {
    padding: 2rem;
  }
  .pt-sm-4 {
    padding-top: 2rem;
  }
  .pb-sm-4 {
    padding-bottom: 2rem;
  }
  .pl-sm-4 {
    padding-left: 2rem;
  }
  .pr-sm-4 {
    padding-right: 2rem;
  }
  .px-sm-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .py-sm-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .mt-sm-5 {
    margin-top: 3rem;
  }
  .mb-sm-5 {
    margin-bottom: 3rem;
  }
  .ml-sm-5 {
    margin-left: 3rem;
  }
  .mr-sm-5 {
    margin-right: 3rem;
  }
  .mx-sm-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .my-sm-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .pt-sm-5 {
    padding-top: 3rem;
  }
  .pb-sm-5 {
    padding-bottom: 3rem;
  }
  .pl-sm-5 {
    padding-left: 3rem;
  }
  .pr-sm-5 {
    padding-right: 3rem;
  }
  .px-sm-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .py-sm-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .m-sm-6 {
    margin: 4rem;
  }
  .mt-sm-6 {
    margin-top: 4rem;
  }
  .mb-sm-6 {
    margin-bottom: 4rem;
  }
  .ml-sm-6 {
    margin-left: 4rem;
  }
  .mr-sm-6 {
    margin-right: 4rem;
  }
  .mx-sm-6 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .my-sm-6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .p-sm-6 {
    padding: 4rem;
  }
  .pt-sm-6 {
    padding-top: 4rem;
  }
  .pb-sm-6 {
    padding-bottom: 4rem;
  }
  .pl-sm-6 {
    padding-left: 4rem;
  }
  .pr-sm-6 {
    padding-right: 4rem;
  }
  .px-sm-6 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .py-sm-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .m-sm-7 {
    margin: 5rem;
  }
  .mt-sm-7 {
    margin-top: 5rem;
  }
  .mb-sm-7 {
    margin-bottom: 5rem;
  }
  .ml-sm-7 {
    margin-left: 5rem;
  }
  .mr-sm-7 {
    margin-right: 5rem;
  }
  .mx-sm-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .my-sm-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .p-sm-7 {
    padding: 5rem;
  }
  .pt-sm-7 {
    padding-top: 5rem;
  }
  .pb-sm-7 {
    padding-bottom: 5rem;
  }
  .pl-sm-7 {
    padding-left: 5rem;
  }
  .pr-sm-7 {
    padding-right: 5rem;
  }
  .px-sm-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .py-sm-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .m-sm-8 {
    margin: 6rem;
  }
  .mt-sm-8 {
    margin-top: 6rem;
  }
  .mb-sm-8 {
    margin-bottom: 6rem;
  }
  .ml-sm-8 {
    margin-left: 6rem;
  }
  .mr-sm-8 {
    margin-right: 6rem;
  }
  .mx-sm-8 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .my-sm-8 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .p-sm-8 {
    padding: 6rem;
  }
  .pt-sm-8 {
    padding-top: 6rem;
  }
  .pb-sm-8 {
    padding-bottom: 6rem;
  }
  .pl-sm-8 {
    padding-left: 6rem;
  }
  .pr-sm-8 {
    padding-right: 6rem;
  }
  .px-sm-8 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .py-sm-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .m-sm-9 {
    margin: 8rem;
  }
  .mt-sm-9 {
    margin-top: 8rem;
  }
  .mb-sm-9 {
    margin-bottom: 8rem;
  }
  .ml-sm-9 {
    margin-left: 8rem;
  }
  .mr-sm-9 {
    margin-right: 8rem;
  }
  .mx-sm-9 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .my-sm-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .p-sm-9 {
    padding: 8rem;
  }
  .pt-sm-9 {
    padding-top: 8rem;
  }
  .pb-sm-9 {
    padding-bottom: 8rem;
  }
  .pl-sm-9 {
    padding-left: 8rem;
  }
  .pr-sm-9 {
    padding-right: 8rem;
  }
  .px-sm-9 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .py-sm-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .m-sm-10 {
    margin: 10rem;
  }
  .mt-sm-10 {
    margin-top: 10rem;
  }
  .mb-sm-10 {
    margin-bottom: 10rem;
  }
  .ml-sm-10 {
    margin-left: 10rem;
  }
  .mr-sm-10 {
    margin-right: 10rem;
  }
  .mx-sm-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .my-sm-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .p-sm-10 {
    padding: 10rem;
  }
  .pt-sm-10 {
    padding-top: 10rem;
  }
  .pb-sm-10 {
    padding-bottom: 10rem;
  }
  .pl-sm-10 {
    padding-left: 10rem;
  }
  .pr-sm-10 {
    padding-right: 10rem;
  }
  .px-sm-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .py-sm-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .ml-md-0 {
    margin-left: 0;
  }
  .mr-md-0 {
    margin-right: 0;
  }
  .mx-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-md-0 {
    padding: 0;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pl-md-0 {
    padding-left: 0;
  }
  .pr-md-0 {
    padding-right: 0;
  }
  .px-md-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .m-md-1 {
    margin: 0.5rem;
  }
  .mt-md-1 {
    margin-top: 0.5rem;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem;
  }
  .ml-md-1 {
    margin-left: 0.5rem;
  }
  .mr-md-1 {
    margin-right: 0.5rem;
  }
  .mx-md-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .my-md-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-md-1 {
    padding: 0.5rem;
  }
  .pt-md-1 {
    padding-top: 0.5rem;
  }
  .pb-md-1 {
    padding-bottom: 0.5rem;
  }
  .pl-md-1 {
    padding-left: 0.5rem;
  }
  .pr-md-1 {
    padding-right: 0.5rem;
  }
  .px-md-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .py-md-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .m-md-2 {
    margin: 1rem;
  }
  .mt-md-2 {
    margin-top: 1rem;
  }
  .mb-md-2 {
    margin-bottom: 1rem;
  }
  .ml-md-2 {
    margin-left: 1rem;
  }
  .mr-md-2 {
    margin-right: 1rem;
  }
  .mx-md-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .my-md-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .p-md-2 {
    padding: 1rem;
  }
  .pt-md-2 {
    padding-top: 1rem;
  }
  .pb-md-2 {
    padding-bottom: 1rem;
  }
  .pl-md-2 {
    padding-left: 1rem;
  }
  .pr-md-2 {
    padding-right: 1rem;
  }
  .px-md-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .py-md-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .m-md-3 {
    margin: 1.5rem;
  }
  .mt-md-3 {
    margin-top: 1.5rem;
  }
  .mb-md-3 {
    margin-bottom: 1.5rem;
  }
  .ml-md-3 {
    margin-left: 1.5rem;
  }
  .mr-md-3 {
    margin-right: 1.5rem;
  }
  .mx-md-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .my-md-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .p-md-3 {
    padding: 1.5rem;
  }
  .pt-md-3 {
    padding-top: 1.5rem;
  }
  .pb-md-3 {
    padding-bottom: 1.5rem;
  }
  .pl-md-3 {
    padding-left: 1.5rem;
  }
  .pr-md-3 {
    padding-right: 1.5rem;
  }
  .px-md-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .py-md-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .m-md-4 {
    margin: 2rem;
  }
  .mt-md-4 {
    margin-top: 2rem;
  }
  .mb-md-4 {
    margin-bottom: 2rem;
  }
  .ml-md-4 {
    margin-left: 2rem;
  }
  .mr-md-4 {
    margin-right: 2rem;
  }
  .mx-md-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .my-md-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .p-md-4 {
    padding: 2rem;
  }
  .pt-md-4 {
    padding-top: 2rem;
  }
  .pb-md-4 {
    padding-bottom: 2rem;
  }
  .pl-md-4 {
    padding-left: 2rem;
  }
  .pr-md-4 {
    padding-right: 2rem;
  }
  .px-md-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .py-md-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .mt-md-5 {
    margin-top: 3rem;
  }
  .mb-md-5 {
    margin-bottom: 3rem;
  }
  .ml-md-5 {
    margin-left: 3rem;
  }
  .mr-md-5 {
    margin-right: 3rem;
  }
  .mx-md-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .my-md-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .pt-md-5 {
    padding-top: 3rem;
  }
  .pb-md-5 {
    padding-bottom: 3rem;
  }
  .pl-md-5 {
    padding-left: 3rem;
  }
  .pr-md-5 {
    padding-right: 3rem;
  }
  .px-md-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .py-md-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .m-md-6 {
    margin: 4rem;
  }
  .mt-md-6 {
    margin-top: 4rem;
  }
  .mb-md-6 {
    margin-bottom: 4rem;
  }
  .ml-md-6 {
    margin-left: 4rem;
  }
  .mr-md-6 {
    margin-right: 4rem;
  }
  .mx-md-6 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .my-md-6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .p-md-6 {
    padding: 4rem;
  }
  .pt-md-6 {
    padding-top: 4rem;
  }
  .pb-md-6 {
    padding-bottom: 4rem;
  }
  .pl-md-6 {
    padding-left: 4rem;
  }
  .pr-md-6 {
    padding-right: 4rem;
  }
  .px-md-6 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .py-md-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .m-md-7 {
    margin: 5rem;
  }
  .mt-md-7 {
    margin-top: 5rem;
  }
  .mb-md-7 {
    margin-bottom: 5rem;
  }
  .ml-md-7 {
    margin-left: 5rem;
  }
  .mr-md-7 {
    margin-right: 5rem;
  }
  .mx-md-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .my-md-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .p-md-7 {
    padding: 5rem;
  }
  .pt-md-7 {
    padding-top: 5rem;
  }
  .pb-md-7 {
    padding-bottom: 5rem;
  }
  .pl-md-7 {
    padding-left: 5rem;
  }
  .pr-md-7 {
    padding-right: 5rem;
  }
  .px-md-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .py-md-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .m-md-8 {
    margin: 6rem;
  }
  .mt-md-8 {
    margin-top: 6rem;
  }
  .mb-md-8 {
    margin-bottom: 6rem;
  }
  .ml-md-8 {
    margin-left: 6rem;
  }
  .mr-md-8 {
    margin-right: 6rem;
  }
  .mx-md-8 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .my-md-8 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .p-md-8 {
    padding: 6rem;
  }
  .pt-md-8 {
    padding-top: 6rem;
  }
  .pb-md-8 {
    padding-bottom: 6rem;
  }
  .pl-md-8 {
    padding-left: 6rem;
  }
  .pr-md-8 {
    padding-right: 6rem;
  }
  .px-md-8 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .py-md-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .m-md-9 {
    margin: 8rem;
  }
  .mt-md-9 {
    margin-top: 8rem;
  }
  .mb-md-9 {
    margin-bottom: 8rem;
  }
  .ml-md-9 {
    margin-left: 8rem;
  }
  .mr-md-9 {
    margin-right: 8rem;
  }
  .mx-md-9 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .my-md-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .p-md-9 {
    padding: 8rem;
  }
  .pt-md-9 {
    padding-top: 8rem;
  }
  .pb-md-9 {
    padding-bottom: 8rem;
  }
  .pl-md-9 {
    padding-left: 8rem;
  }
  .pr-md-9 {
    padding-right: 8rem;
  }
  .px-md-9 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .py-md-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .m-md-10 {
    margin: 10rem;
  }
  .mt-md-10 {
    margin-top: 10rem;
  }
  .mb-md-10 {
    margin-bottom: 10rem;
  }
  .ml-md-10 {
    margin-left: 10rem;
  }
  .mr-md-10 {
    margin-right: 10rem;
  }
  .mx-md-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .my-md-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .p-md-10 {
    padding: 10rem;
  }
  .pt-md-10 {
    padding-top: 10rem;
  }
  .pb-md-10 {
    padding-bottom: 10rem;
  }
  .pl-md-10 {
    padding-left: 10rem;
  }
  .pr-md-10 {
    padding-right: 10rem;
  }
  .px-md-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .py-md-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .ml-lg-0 {
    margin-left: 0;
  }
  .mr-lg-0 {
    margin-right: 0;
  }
  .mx-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-lg-0 {
    padding: 0;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pl-lg-0 {
    padding-left: 0;
  }
  .pr-lg-0 {
    padding-right: 0;
  }
  .px-lg-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .m-lg-1 {
    margin: 0.5rem;
  }
  .mt-lg-1 {
    margin-top: 0.5rem;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem;
  }
  .ml-lg-1 {
    margin-left: 0.5rem;
  }
  .mr-lg-1 {
    margin-right: 0.5rem;
  }
  .mx-lg-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .my-lg-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-lg-1 {
    padding: 0.5rem;
  }
  .pt-lg-1 {
    padding-top: 0.5rem;
  }
  .pb-lg-1 {
    padding-bottom: 0.5rem;
  }
  .pl-lg-1 {
    padding-left: 0.5rem;
  }
  .pr-lg-1 {
    padding-right: 0.5rem;
  }
  .px-lg-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .py-lg-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .m-lg-2 {
    margin: 1rem;
  }
  .mt-lg-2 {
    margin-top: 1rem;
  }
  .mb-lg-2 {
    margin-bottom: 1rem;
  }
  .ml-lg-2 {
    margin-left: 1rem;
  }
  .mr-lg-2 {
    margin-right: 1rem;
  }
  .mx-lg-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .my-lg-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .p-lg-2 {
    padding: 1rem;
  }
  .pt-lg-2 {
    padding-top: 1rem;
  }
  .pb-lg-2 {
    padding-bottom: 1rem;
  }
  .pl-lg-2 {
    padding-left: 1rem;
  }
  .pr-lg-2 {
    padding-right: 1rem;
  }
  .px-lg-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .py-lg-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .m-lg-3 {
    margin: 1.5rem;
  }
  .mt-lg-3 {
    margin-top: 1.5rem;
  }
  .mb-lg-3 {
    margin-bottom: 1.5rem;
  }
  .ml-lg-3 {
    margin-left: 1.5rem;
  }
  .mr-lg-3 {
    margin-right: 1.5rem;
  }
  .mx-lg-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .my-lg-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .p-lg-3 {
    padding: 1.5rem;
  }
  .pt-lg-3 {
    padding-top: 1.5rem;
  }
  .pb-lg-3 {
    padding-bottom: 1.5rem;
  }
  .pl-lg-3 {
    padding-left: 1.5rem;
  }
  .pr-lg-3 {
    padding-right: 1.5rem;
  }
  .px-lg-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .py-lg-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .m-lg-4 {
    margin: 2rem;
  }
  .mt-lg-4 {
    margin-top: 2rem;
  }
  .mb-lg-4 {
    margin-bottom: 2rem;
  }
  .ml-lg-4 {
    margin-left: 2rem;
  }
  .mr-lg-4 {
    margin-right: 2rem;
  }
  .mx-lg-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .my-lg-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .p-lg-4 {
    padding: 2rem;
  }
  .pt-lg-4 {
    padding-top: 2rem;
  }
  .pb-lg-4 {
    padding-bottom: 2rem;
  }
  .pl-lg-4 {
    padding-left: 2rem;
  }
  .pr-lg-4 {
    padding-right: 2rem;
  }
  .px-lg-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .py-lg-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .mt-lg-5 {
    margin-top: 3rem;
  }
  .mb-lg-5 {
    margin-bottom: 3rem;
  }
  .ml-lg-5 {
    margin-left: 3rem;
  }
  .mr-lg-5 {
    margin-right: 3rem;
  }
  .mx-lg-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .my-lg-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .pt-lg-5 {
    padding-top: 3rem;
  }
  .pb-lg-5 {
    padding-bottom: 3rem;
  }
  .pl-lg-5 {
    padding-left: 3rem;
  }
  .pr-lg-5 {
    padding-right: 3rem;
  }
  .px-lg-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .py-lg-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .m-lg-6 {
    margin: 4rem;
  }
  .mt-lg-6 {
    margin-top: 4rem;
  }
  .mb-lg-6 {
    margin-bottom: 4rem;
  }
  .ml-lg-6 {
    margin-left: 4rem;
  }
  .mr-lg-6 {
    margin-right: 4rem;
  }
  .mx-lg-6 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .my-lg-6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .p-lg-6 {
    padding: 4rem;
  }
  .pt-lg-6 {
    padding-top: 4rem;
  }
  .pb-lg-6 {
    padding-bottom: 4rem;
  }
  .pl-lg-6 {
    padding-left: 4rem;
  }
  .pr-lg-6 {
    padding-right: 4rem;
  }
  .px-lg-6 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .py-lg-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .m-lg-7 {
    margin: 5rem;
  }
  .mt-lg-7 {
    margin-top: 5rem;
  }
  .mb-lg-7 {
    margin-bottom: 5rem;
  }
  .ml-lg-7 {
    margin-left: 5rem;
  }
  .mr-lg-7 {
    margin-right: 5rem;
  }
  .mx-lg-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .my-lg-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .p-lg-7 {
    padding: 5rem;
  }
  .pt-lg-7 {
    padding-top: 5rem;
  }
  .pb-lg-7 {
    padding-bottom: 5rem;
  }
  .pl-lg-7 {
    padding-left: 5rem;
  }
  .pr-lg-7 {
    padding-right: 5rem;
  }
  .px-lg-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .py-lg-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .m-lg-8 {
    margin: 6rem;
  }
  .mt-lg-8 {
    margin-top: 6rem;
  }
  .mb-lg-8 {
    margin-bottom: 6rem;
  }
  .ml-lg-8 {
    margin-left: 6rem;
  }
  .mr-lg-8 {
    margin-right: 6rem;
  }
  .mx-lg-8 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .my-lg-8 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .p-lg-8 {
    padding: 6rem;
  }
  .pt-lg-8 {
    padding-top: 6rem;
  }
  .pb-lg-8 {
    padding-bottom: 6rem;
  }
  .pl-lg-8 {
    padding-left: 6rem;
  }
  .pr-lg-8 {
    padding-right: 6rem;
  }
  .px-lg-8 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .py-lg-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .m-lg-9 {
    margin: 8rem;
  }
  .mt-lg-9 {
    margin-top: 8rem;
  }
  .mb-lg-9 {
    margin-bottom: 8rem;
  }
  .ml-lg-9 {
    margin-left: 8rem;
  }
  .mr-lg-9 {
    margin-right: 8rem;
  }
  .mx-lg-9 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .my-lg-9 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .p-lg-9 {
    padding: 8rem;
  }
  .pt-lg-9 {
    padding-top: 8rem;
  }
  .pb-lg-9 {
    padding-bottom: 8rem;
  }
  .pl-lg-9 {
    padding-left: 8rem;
  }
  .pr-lg-9 {
    padding-right: 8rem;
  }
  .px-lg-9 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .py-lg-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .m-lg-10 {
    margin: 10rem;
  }
  .mt-lg-10 {
    margin-top: 10rem;
  }
  .mb-lg-10 {
    margin-bottom: 10rem;
  }
  .ml-lg-10 {
    margin-left: 10rem;
  }
  .mr-lg-10 {
    margin-right: 10rem;
  }
  .mx-lg-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .my-lg-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .p-lg-10 {
    padding: 10rem;
  }
  .pt-lg-10 {
    padding-top: 10rem;
  }
  .pb-lg-10 {
    padding-bottom: 10rem;
  }
  .pl-lg-10 {
    padding-left: 10rem;
  }
  .pr-lg-10 {
    padding-right: 10rem;
  }
  .px-lg-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .py-lg-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.rounded {
  border-radius: 4px;
}

.rounded-lg {
  border-radius: 8px;
}

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

.bg-tertiary {
  background-color: #eeeff0;
}

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

.row--xs-gutter {
  margin: 0 -2px;
}
.row--xs-gutter > [class*=col-] {
  padding: 0 2px;
}

.row--md-gutter {
  margin: 0 -14px;
}
.row--md-gutter > [class*=col-] {
  padding: 0 14px;
}

.row--lg-gutter {
  margin: 0 -28px;
}
.row--lg-gutter > [class*=col-] {
  padding: 0 28px;
}

.aspect-ratio {
  aspect-ratio: 16/9;
}

.aspect-ratio--4-3 {
  aspect-ratio: 4/3;
}

.aspect-ratio--1-1 {
  aspect-ratio: 1/1;
}

.aspect-ratio--a4 {
  aspect-ratio: 210/297;
}

.image-object-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.image-object-fit--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.w-full {
  width: 100%;
}

.max-w-15 {
  max-width: 15rem;
}

.button, .ghost-button, .ghost-button:hover, .blog-teaser:hover .ghost-button, .button:hover, .ghost-button:hover, .ghost-button:hover {
  display: inline-block;
  background: #006ead;
  font: 700 1.3rem/2rem Karla;
  padding: 0.7rem 2rem;
  letter-spacing: 0;
  color: white;
  border: none;
  box-shadow: none;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s;
  outline: none;
  border-radius: 4px;
  text-align: center;
}
.button:hover, .ghost-button:hover, .blog-teaser:hover .ghost-button:hover, .button .blog-teaser:hover .button, .blog-teaser:hover .button .button, .button .blog-teaser:hover .ghost-button, .blog-teaser:hover .button .ghost-button, .ghost-button .blog-teaser:hover .button, .blog-teaser:hover .ghost-button .button, .ghost-button .blog-teaser:hover .ghost-button, .blog-teaser:hover .ghost-button .ghost-button, .button:hover:hover, .ghost-button:hover:hover {
  background-color: rgb(0, 77.5722543353, 122);
  color: white;
}
.button:disabled, .ghost-button:disabled, .blog-teaser:hover .ghost-button:disabled, .button:hover:disabled, .ghost-button:hover:disabled {
  opacity: 0.5;
}
.button.button--xs, .button--xs.ghost-button, .blog-teaser:hover .button--xs.ghost-button, .button:hover.button--xs, .ghost-button:hover.button--xs {
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 3px 7px;
}
.button.button--xs.button--icon, .button--xs.button--icon.ghost-button, .button:hover.button--xs.button--icon {
  padding: 3px 3px;
}
.button.button--md, .button--md.ghost-button, .blog-teaser:hover .button--md.ghost-button, .button:hover.button--md, .ghost-button:hover.button--md {
  padding: 1rem 1.2rem;
}
.button.button--xl, .button--xl.ghost-button, .blog-teaser:hover .button--xl.ghost-button, .button:hover.button--xl, .ghost-button:hover.button--xl {
  font-size: 2rem;
  line-height: 4.3rem;
  padding: 0.8rem 2rem;
  border-radius: 8px;
}
.button.button--lg, .button--lg.ghost-button, .blog-teaser:hover .button--lg.ghost-button, .button:hover.button--lg, .ghost-button:hover.button--lg {
  font-size: 20px;
}
.button.button--sm, .button--sm.ghost-button, .blog-teaser:hover .button--sm.ghost-button, .button:hover.button--sm, .ghost-button:hover.button--sm {
  font-size: 1.5rem;
}
.button.button--creme, .button--creme.ghost-button, .blog-teaser:hover .button--creme.ghost-button, .button.button--xs, .button--xs.ghost-button, .blog-teaser:hover .button--xs.ghost-button, .button.button--xs:hover, .button--xs.ghost-button:hover, .button:hover.button--creme, .ghost-button:hover.button--creme {
  color: black;
  font-weight: 700;
  background-color: #F8F9F9;
}
.button.button--block, .button--block.ghost-button, .blog-teaser:hover .button--block.ghost-button, .button:hover.button--block, .ghost-button:hover.button--block {
  width: 100%;
  display: block;
  text-align: center;
}
.button.button--white, .button--white.ghost-button, .blog-teaser:hover .button--white.ghost-button, .button:hover.button--white, .ghost-button:hover.button--white {
  color: #006ead;
  background: white;
}
.button.button--blue--light, .button--blue--light.ghost-button, .blog-teaser:hover .button--blue--light.ghost-button, .button:hover.button--blue--light, .ghost-button:hover.button--blue--light {
  background: #E5F0F7;
  color: #006ead;
}
.button.button--blue--light:hover, .button--blue--light.ghost-button:hover, .button.button--blue--light .blog-teaser:hover .button, .blog-teaser:hover .button.button--blue--light .button, .button.button--blue--light .blog-teaser:hover .ghost-button, .blog-teaser:hover .button.button--blue--light .ghost-button, .button--blue--light.ghost-button .blog-teaser:hover .button, .blog-teaser:hover .button--blue--light.ghost-button .button, .button--blue--light.ghost-button .blog-teaser:hover .ghost-button, .blog-teaser:hover .button--blue--light.ghost-button .ghost-button, .button:hover.button--blue--light:hover {
  background-color: rgb(0, 77.5722543353, 122);
  color: white;
}
.button.button--blue--outline, .button--blue--outline.ghost-button, .blog-teaser:hover .button--blue--outline.ghost-button, .button:hover.button--blue--outline, .ghost-button:hover.button--blue--outline {
  background: white;
  border: 1px solid #006ead;
  color: #006ead;
}
.button.button--blue--outline:hover, .button--blue--outline.ghost-button:hover, .button.button--blue--outline .blog-teaser:hover .button, .blog-teaser:hover .button.button--blue--outline .button, .button.button--blue--outline .blog-teaser:hover .ghost-button, .blog-teaser:hover .button.button--blue--outline .ghost-button, .button--blue--outline.ghost-button .blog-teaser:hover .button, .blog-teaser:hover .button--blue--outline.ghost-button .button, .button--blue--outline.ghost-button .blog-teaser:hover .ghost-button, .blog-teaser:hover .button--blue--outline.ghost-button .ghost-button, .button:hover.button--blue--outline:hover {
  background-color: #006ead;
  color: white;
}
.button.button--yellow, .button--yellow.ghost-button, .blog-teaser:hover .button--yellow.ghost-button, .button:hover.button--yellow, .ghost-button:hover.button--yellow {
  background: #e4893c;
}
.button.button--green, .button--green.ghost-button, .blog-teaser:hover .button--green.ghost-button, .button:hover.button--green, .ghost-button:hover.button--green {
  background: #12AC4D;
}
.button.button--green:hover, .button--green.ghost-button:hover, .button.button--green .blog-teaser:hover .button, .blog-teaser:hover .button.button--green .button, .button.button--green .blog-teaser:hover .ghost-button, .blog-teaser:hover .button.button--green .ghost-button, .button--green.ghost-button .blog-teaser:hover .button, .blog-teaser:hover .button--green.ghost-button .button, .button--green.ghost-button .blog-teaser:hover .ghost-button, .blog-teaser:hover .button--green.ghost-button .ghost-button, .button:hover.button--green:hover {
  background-color: rgb(13.1684210526, 125.8315789474, 56.3315789474);
  color: white;
}
.button.button--red, .button--red.ghost-button, .blog-teaser:hover .button--red.ghost-button, .button:hover.button--red, .ghost-button:hover.button--red {
  background: #930032;
}
.button.button--artwork, .button--artwork.ghost-button, .blog-teaser:hover .button--artwork.ghost-button, .button:hover.button--artwork, .ghost-button:hover.button--artwork {
  position: relative;
}
.button.button--artwork:after, .button--artwork.ghost-button:after, .blog-teaser:hover .button--artwork.ghost-button:after, .button:hover.button--artwork:after, .ghost-button:hover.button--artwork:after {
  content: " ";
  display: block;
  height: 10px;
  width: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #006ead;
  transition: border 0.2s;
}
.button.button--artwork:hover:after, .button--artwork.ghost-button:hover:after, .button:hover.button--artwork:hover:after {
  border-top-color: rgb(0, 77.5722543353, 122);
}

.ghost-button, .ghost-button:hover, .blog-teaser:hover .ghost-button {
  background: none;
  border: 1px solid #006ead;
  color: #006ead;
}
.ghost-button.button--xl, .ghost-button:hover.button--xl, .blog-teaser:hover .button--xl.ghost-button {
  font-size: 2rem;
  line-height: 3rem;
  padding: 0.8rem 1rem;
}
.ghost-button.ghost-button--yellow, .ghost-button:hover.ghost-button--yellow, .blog-teaser:hover .ghost-button--yellow.ghost-button {
  border-color: #e4893c;
  color: #e4893c;
}
.ghost-button.ghost-button--yellow:hover, .ghost-button:hover.ghost-button--yellow:hover {
  background: #e4893c;
  color: white;
}
.ghost-button.ghost-button--green, .ghost-button:hover.ghost-button--green, .blog-teaser:hover .ghost-button--green.ghost-button {
  border-color: #12AC4D;
  color: #12AC4D;
}
.ghost-button.ghost-button--green:hover, .ghost-button:hover.ghost-button--green:hover {
  background: #12AC4D;
  color: white;
}

.text-button, .text-button:hover {
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: none !important;
  outline: none;
  background: none;
  color: rgb(127.5, 127.5, 127.5);
  font-weight: 700;
}
.text-button.text-button--yellow, .text-button:hover.text-button--yellow {
  color: #e4893c;
}
.text-button.text-button--blue, .text-button:hover.text-button--blue {
  color: #006ead;
}

.link, .link:hover {
  text-decoration: underline;
}

.arrow-button {
  color: #006ead;
}
.arrow-button:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  vertical-align: 0;
  margin: 0 5px 0 0;
}

.ghost-button, .ghost-button:hover, .blog-teaser:hover .ghost-button {
  border: 1px solid #006ead;
  color: #006ead;
  background: none;
  font-weight: 700;
}
.ghost-button:hover, .ghost-button .blog-teaser:hover .ghost-button, .blog-teaser:hover .ghost-button .ghost-button, .ghost-button:hover:hover, .blog-teaser:hover .ghost-button:hover {
  color: white;
  background: #006ead;
}
.ghost-button.ghost-button--sm, .ghost-button:hover.ghost-button--sm, .blog-teaser:hover .ghost-button--sm.ghost-button {
  border-width: 2px;
  padding: 11px 12px;
}
.ghost-button.ghost-button--xs, .ghost-button:hover.ghost-button--xs, .blog-teaser:hover .ghost-button--xs.ghost-button {
  border-width: 2px;
  padding: 7px 9px;
  font-size: 1.4rem;
  line-height: 1.5rem;
}
.ghost-button.button--xl, .ghost-button:hover.button--xl, .blog-teaser:hover .button--xl.ghost-button {
  font-size: 1.9rem;
  line-height: 2.9rem;
  padding: 0.8rem 1rem;
}
.ghost-button.ghost-button--white, .ghost-button:hover.ghost-button--white, .blog-teaser:hover .ghost-button--white.ghost-button {
  border-color: white;
  color: white;
}
.ghost-button.ghost-button--white:hover, .ghost-button:hover.ghost-button--white:hover {
  background: white;
  color: #006ead;
}
.ghost-button.ghost-button--grey, .ghost-button:hover.ghost-button--grey, .blog-teaser:hover .ghost-button--grey.ghost-button {
  border-color: #c5b9ad;
  color: #c5b9ad;
}
.ghost-button.ghost-button--grey:hover, .ghost-button:hover.ghost-button--grey:hover {
  background: #c5b9ad;
  color: black;
}
.ghost-button.ghost-button--lg, .ghost-button:hover.ghost-button--lg, .blog-teaser:hover .ghost-button--lg.ghost-button {
  padding: 0.8rem 1.5rem;
}
.ghost-button.ghost-button--xl, .ghost-button:hover.ghost-button--xl, .blog-teaser:hover .ghost-button--xl.ghost-button {
  font-size: 1.8rem;
  line-height: 2.2rem;
  border-width: 1px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .button.button--xl, .button--xl.ghost-button, .blog-teaser:hover .button--xl.ghost-button, .button.button--xl:hover, .button:hover.button--xl, .button:hover.button--xl:hover {
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.form .form__group {
  margin: 0px 0px 6px;
}
.form .form__group > [class^=col-] {
  padding: 0px 3px;
}
.form .form__input, .form .form__textarea, .form .form__select {
  display: block;
  width: 100%;
  outline: none;
  box-shadow: none !important;
  background: white;
  border-radius: 6px;
  border: 1px solid #e9e4df;
  color: #4f4f4f;
  font-weight: 700;
  padding: 0.6rem 1rem;
  outline: none;
  font: 500 14px/2.4rem Karla;
}
.form .form__input.form__input--xs, .form .form__input--xs.form__textarea, .form .form__input--xs.form__select {
  padding: 0.6rem 1rem;
  font-weight: 400;
  font: 400 12px/1.6 Karla;
}
.form .form__input.form__input--lg, .form .form__input--lg.form__textarea, .form .form__input--lg.form__select {
  padding: 12px 15px;
}
.form .form__input[readonly], .form [readonly].form__textarea, .form [readonly].form__select {
  opacity: 0.8;
}
.form .form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Open Sans;
  background: white url(../images/caret--down.png) no-repeat center right 12px;
  background-size: 10px;
  border: 1px solid #e9e4df;
  appearance: none;
  border-radius: 6px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0.6rem 3.2rem 0.6rem 1rem;
}
.form .form__select::-ms-expand {
  display: none;
}
.form .multiple-file-upload {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}
.form .multiple-file-upload strong {
  color: black;
}
.form .multiple-file-upload-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.form .multiple-file-upload-empty {
  color: black;
}
.form .multiple-file-upload-item__name {
  color: black;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form .multiple-file-upload-item__delete {
  cursor: pointer;
  color: #930032;
}
.form .form__input__addon {
  background: #F8F9F9;
  border: 0px;
  border-radius: 0 6px 6px 0;
  background: #006ead;
  color: white;
}
.form .form__input__addon + .form__input__addon {
  border-left: 3px solid #F8F9F9;
}
.form .input-group .form__input, .form .input-group .form__textarea,
.form .input-group .form__select {
  border-radius: 6px 0 0 6px;
}
.form .form__label {
  padding: 7px 10px 7px 0px;
  margin: 0px;
  display: block;
}
.form .form__label.form__label--large {
  font: 500 14px/21px Karla;
  text-align: left;
}
.form .form__label.form__label--radio {
  float: left;
  margin-right: 10px;
}
.form .form__label.form__label--radio input {
  margin-right: 5px;
}
.form .form__label .fa, .form .form__label .fas, .form .form__label .far, .form .form__label .fal, .form .form__label .fab, .form .form__label .fa-solid, .form .form__label .fa-regular, .form .form__label .fa-light, .form .form__label .fa-brands {
  color: #e4893c;
}
.form .form__textarea {
  height: 130px;
}
.form .form__radio input[type=checkbox], .form .form__checkbox input[type=checkbox], .form .form__radio input[type=radio], .form .form__checkbox input[type=radio] {
  display: none;
}
.form .form__radio input[type=checkbox]:disabled + label:before, .form .form__checkbox input[type=checkbox]:disabled + label:before, .form .form__radio input[type=radio]:disabled + label:before, .form .form__checkbox input[type=radio]:disabled + label:before {
  cursor: not-allowed;
  opacity: 0.5;
}
.form .form__radio.form__radio--bold label, .form .form__radio--bold.form__checkbox label {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0 !important;
  padding: 5px 0 !important;
  font-weight: 700;
}
.form .form__radio.form__radio--bold label:before, .form .form__radio--bold.form__checkbox label:before {
  padding: 0 !important;
  margin: 0 !important;
}
.form .form__radio.form__radio--white label:before, .form .form__radio--white.form__checkbox label:before {
  background: url(../images/form__radio--white.svg) center center no-repeat;
}
.form .form__radio.form__radio--white input:checked + label:before, .form .form__radio--white.form__checkbox input:checked + label:before {
  background: url(../images/form__radio--white-active.svg) center center no-repeat;
}
.form .form__radio.form__radio--circle label:before, .form .form__radio--circle.form__checkbox label:before {
  width: 13px;
  height: 13px;
  float: left;
  vertical-align: center;
  margin: 21px 0 0 12px;
  opacity: 1;
  background-image: url(../images/form__radio--circle.svg);
  background-size: contain;
}
.form .form__radio.form__radio--circle input:checked + label:before, .form .form__radio--circle.form__checkbox input:checked + label:before {
  background-size: contain;
  background-image: url(../images/form__radio--circle-filled.svg);
}
.form .form__radio.form__radio--circle--sm label:before, .form .form__radio--circle--sm.form__checkbox label:before {
  margin: 4px 5px 8px 0;
}
.form .form__radio.form__radio--check label, .form .form__radio--check.form__checkbox label {
  margin-bottom: 12px;
}
.form .form__radio.form__radio--check label:before, .form .form__radio--check.form__checkbox label:before {
  width: 18px;
  height: 18px;
  vertical-align: -4px;
  background: url(../images/form__radio--check.svg) center center no-repeat;
  background-size: contain;
}
.form .form__radio.form__radio--check input:checked + label:before, .form .form__radio--check.form__checkbox input:checked + label:before {
  background: url(../images/form__radio--check--active.svg) center center no-repeat;
  background-size: contain;
}
.form .form__radio label, .form .form__checkbox label {
  display: block;
  cursor: pointer;
}
.form .form__radio label:before, .form .form__checkbox label:before {
  opacity: 0.8;
  content: "";
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  display: inline-block;
  margin: 0 0.5rem 0 0;
  background: url(../images/form__radio.svg) center center no-repeat;
  background-size: contain;
}
.form .form__radio input:checked + label:before, .form .form__checkbox input:checked + label:before {
  background: url(../images/form__radio--active.svg) center center no-repeat;
}
.form .form__radio.form__radio--buttons:has(input:disabled), .form .form__radio--buttons.form__checkbox:has(input:disabled) {
  opacity: 0.4;
  cursor: not-allowed;
}
.form .form__radio.form__radio--buttons label, .form .form__radio--buttons.form__checkbox label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 33.1px;
  height: 33.1px;
  background: #12AC4D;
  border-radius: 0.25rem;
  cursor: pointer;
  font-weight: 500;
  color: white;
  padding: 0;
}
.form .form__radio.form__radio--buttons label:before, .form .form__radio--buttons.form__checkbox label:before {
  display: none;
}
.form .form__radio.form__radio--buttons label:after, .form .form__radio--buttons.form__checkbox label:after {
  font-family: FontAwesome;
  content: "\f067";
  display: inline-block;
}
.form .form__radio.form__radio--buttons input:checked + label, .form .form__radio--buttons.form__checkbox input:checked + label {
  background: #930032;
  color: white;
}
.form .form__radio.form__radio--buttons input:checked + label:after, .form .form__radio--buttons.form__checkbox input:checked + label:after {
  content: "\f1f8";
}
.form .form__checkbox.form__checkbox--inline {
  display: inline-block;
  margin-right: 10px;
}
.form .form__suggest {
  position: relative;
  width: 100%;
}
.form .form__suggest .form__suggest__input {
  background: white url(../images/caret--down.png) no-repeat center right 12px;
  background-size: 10px;
}
.form .form__suggest .form__suggest__input::-webkit-outer-spin-button,
.form .form__suggest .form__suggest__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.form .form__suggest .form__suggest__suggestions {
  position: absolute;
  top: 38px;
  left: 0px;
  width: 100%;
  border: 1px solid #e9e4df;
  border-top: 0px;
  background: white;
  line-height: 2.4rem;
  max-height: 0px;
  transition: all 0.2s;
  overflow: hidden;
}
.form .form__suggest .form__suggest__suggestions.form__suggest__suggestions--open {
  max-height: 1000px;
}
.form .form__suggest .form__suggest__suggestions .form__suggest__suggestion {
  padding: 0.3rem 3.2rem 0.3rem 1rem;
  border-bottom: 1px solid #e9e4df;
  cursor: pointer;
}
.form .form__suggest .form__suggest__suggestions .form__suggest__suggestion span {
  font-weight: 700;
}
.form .form__suggest .form__suggest__suggestions .form__suggest__suggestion.form__suggest__suggestion--text {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.form.form--custom .form__label {
  text-align: left;
}
.form.js-precognition-form .form__group [class*=col-] {
  position: relative;
}
.form.js-precognition-form .form__group .precognition-valid {
  border-color: #12AC4D;
}
.form.js-precognition-form .form__group .precognition-invalid {
  border-color: #930032;
}
.form.js-precognition-form .form__group .precognition-icon {
  position: absolute;
  right: 17px;
  top: 45px;
  font-size: 14px;
  pointer-events: none;
}
.form.js-precognition-form .form__group .precognition-icon--valid {
  color: #12AC4D;
}
.form.js-precognition-form .form__group .precognition-icon--invalid {
  color: #930032;
}
.form.js-precognition-form .form__group .form__select ~ .precognition-icon {
  right: 35px;
}
.form.js-precognition-form .form__group [class*=col-]:not(:has(.form__label)) .precognition-icon {
  top: 13px;
}
.form.js-precognition-form .form__group .precognition-error {
  color: #930032;
  font-size: 12px;
  margin-top: 4px;
}
.form.js-precognition-form .form__group .precognition-error a {
  color: #930032;
  text-decoration: underline;
}

input[type=text], select {
  outline: none;
}

.select {
  position: relative;
}
.select.select--open .select__options, .select.select--hand:hover .select__options {
  display: block;
}
.select .select__placeholder {
  cursor: pointer;
}
.select .select__placeholder .select__option__icon {
  width: 50%;
  height: 1.8rem;
}
.select .select__placeholder .select__option--discount {
  color: #930032;
  font-weight: bold;
  font-size: 74%;
}
.select .select__placeholder .select__option--price {
  display: none;
}
.select .select__options {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #F8F9F9;
  box-shadow: 0.14rem 0.14rem 0.4rem rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.select .select__options .select__option {
  list-style: none;
  margin: 0;
  font: 400 1.3rem/1.9rem Karla;
  padding: 0.4rem 0.6rem;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
}
.select .select__options .select__option.select__option--disabled {
  color: #909090;
  cursor: not-allowed;
}
.select .select__options .select__option.select__option--selected, .select .select__options .select__option:hover {
  font-weight: 700;
  background: white;
}
.select .select__options .select__option.select__option--cols {
  display: flex;
  justify-content: stretch;
}
.select .select__options .select__option.select__option--cols span {
  flex: 1 0;
}
.select .select__options .select__option .select__option__icon {
  height: 1.8rem;
  float: right;
  width: 50%;
}
.select .select__options .select__option .select__option__color {
  margin: 0 1rem 0 0;
}
.select .select__options .select__option .select__option--discount {
  font-weight: 700;
  color: #930032;
}

@media screen and (max-width: 767px) {
  .form .form__input, .form .form__select, .form .form__textarea {
    font-size: 16px;
  }
  .form .form__label {
    text-align: left;
  }
}
.list, .menu .quick-menu ul, .menu__container__main__list, .menu__mobile__list {
  line-height: 2rem;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.list li, .menu .quick-menu ul li, .menu__container__main__list li, .menu__mobile__list li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.list.list--horizontal li, .menu .quick-menu ul li, .list--horizontal.menu__container__main__list li, .list--horizontal.menu__mobile__list li {
  margin: 0px 6px;
  display: inline-block;
}
.list.list--horizontal li.ignore, .menu .quick-menu ul li.ignore, .list--horizontal.menu__container__main__list li.ignore, .list--horizontal.menu__mobile__list li.ignore {
  margin: 0px 3px;
}
.list.list--horizontal li:last-child, .menu .quick-menu ul li:last-child, .list--horizontal.menu__container__main__list li:last-child, .list--horizontal.menu__mobile__list li:last-child {
  margin-right: 0px;
}
.list.list--horizontal li:first-child, .menu .quick-menu ul li:first-child, .list--horizontal.menu__container__main__list li:first-child, .list--horizontal.menu__mobile__list li:first-child {
  margin-left: 0px;
}
.list.list--vertical li, .menu .quick-menu ul.list--vertical li, .list--vertical.menu__container__main__list li, .list--vertical.menu__mobile__list li {
  display: block;
  float: none;
  margin: 0px;
}
.list.list--usp-custom li, .menu .quick-menu ul.list--usp-custom li, .list--usp-custom.menu__container__main__list li, .list--usp-custom.menu__mobile__list li {
  position: relative;
  margin-bottom: 3px;
}
.list.list--usp-custom .fa, .menu .quick-menu ul.list--usp-custom .fa, .list--usp-custom.menu__container__main__list .fa, .list--usp-custom.menu__mobile__list .fa, .list.list--usp-custom .fas, .menu .quick-menu ul.list--usp-custom .fas, .list--usp-custom.menu__container__main__list .fas, .list--usp-custom.menu__mobile__list .fas, .list.list--usp-custom .far, .menu .quick-menu ul.list--usp-custom .far, .list--usp-custom.menu__container__main__list .far, .list--usp-custom.menu__mobile__list .far, .list.list--usp-custom .fal, .menu .quick-menu ul.list--usp-custom .fal, .list--usp-custom.menu__container__main__list .fal, .list--usp-custom.menu__mobile__list .fal, .list.list--usp-custom .fab, .menu .quick-menu ul.list--usp-custom .fab, .list--usp-custom.menu__container__main__list .fab, .list--usp-custom.menu__mobile__list .fab, .list.list--usp-custom .fa-solid, .menu .quick-menu ul.list--usp-custom .fa-solid, .list--usp-custom.menu__container__main__list .fa-solid, .list--usp-custom.menu__mobile__list .fa-solid, .list.list--usp-custom .fa-regular, .menu .quick-menu ul.list--usp-custom .fa-regular, .list--usp-custom.menu__container__main__list .fa-regular, .list--usp-custom.menu__mobile__list .fa-regular, .list.list--usp-custom .fa-light, .menu .quick-menu ul.list--usp-custom .fa-light, .list--usp-custom.menu__container__main__list .fa-light, .list--usp-custom.menu__mobile__list .fa-light, .list.list--usp-custom .fa-brands, .menu .quick-menu ul.list--usp-custom .fa-brands, .list--usp-custom.menu__container__main__list .fa-brands, .list--usp-custom.menu__mobile__list .fa-brands {
  margin-right: 5px;
}
.list.list--caret li, .menu .quick-menu ul.list--caret li, .list--caret.menu__container__main__list li, .list--caret.menu__mobile__list li, .list.list--usp li, .menu .quick-menu ul.list--usp li, .list--usp.menu__container__main__list li, .list--usp.menu__mobile__list li {
  position: relative;
  margin-bottom: 3px;
}
.list.list--caret li:not(.ignore):before, .menu .quick-menu ul.list--caret li:not(.ignore):before, .list--caret.menu__container__main__list li:not(.ignore):before, .list--caret.menu__mobile__list li:not(.ignore):before, .list.list--usp li:not(.ignore):before, .menu .quick-menu ul.list--usp li:not(.ignore):before, .list--usp.menu__container__main__list li:not(.ignore):before, .list--usp.menu__mobile__list li:not(.ignore):before {
  font-family: FontAwesome;
  content: "\f0da";
  display: inline-block;
  width: 10px;
}
.list.list--usp li:before, .menu .quick-menu ul.list--usp li:before, .list--usp.menu__container__main__list li:before, .list--usp.menu__mobile__list li:before {
  content: "\f00c";
  color: white;
  width: 20px;
}
.list.list--usp.list--usp--blue li:before, .menu .quick-menu ul.list--usp.list--usp--blue li:before, .list--usp.list--usp--blue.menu__container__main__list li:before, .list--usp.list--usp--blue.menu__mobile__list li:before {
  color: #006ead;
}
.list.list--lg, .menu .quick-menu ul.list--lg, .list--lg.menu__container__main__list, .list--lg.menu__mobile__list {
  font-size: 1.6rem;
  line-height: 3rem;
}
.list.list--lg li:before, .menu .quick-menu ul.list--lg li:before, .list--lg.menu__container__main__list li:before, .list--lg.menu__mobile__list li:before {
  font-size: 1.4rem;
  width: 16px;
}
.list.list--social li, .menu .quick-menu ul.list--social li, .list--social.menu__container__main__list li, .list--social.menu__mobile__list li {
  margin: 4px 1px 0px;
  font-size: 2rem;
  display: inline-block;
  height: 31px;
  line-height: 30px;
  width: 31px;
  border-radius: 31px;
  border: 1px solid black;
  text-align: center;
  transition: border-color 0.2s, color 0.2s;
}
.list.list--social li a:hover, .menu .quick-menu ul.list--social li a:hover, .list--social.menu__container__main__list li a:hover, .list--social.menu__mobile__list li a:hover {
  color: #005082;
}

.content__container {
  padding: 30px 0px;
}
.content__container.content__container--no-spacing {
  padding: 0px;
}
.content__container.content__container--sm-spacing {
  padding: 15px 0px 30px;
}
.content__container.content__container--grey {
  background: #F8F9F9;
}
.content__container.content__container--light-blue {
  background: #e5f0f7;
}

.references .references__text {
  padding: 5rem 9rem 1rem;
  text-align: center;
}
.references .references__slider {
  padding: 1rem 0;
  position: relative;
  background: #F8F9F9;
}
.references .references__slider .references__slider__nav {
  position: absolute;
  top: 40%;
  left: 5%;
  font-size: 5rem;
  color: white;
}
.references .references__slider .references__slider__nav:before {
  display: block;
  padding: 1rem;
  font-family: FontAwesome;
  content: "\f104";
}
.references .references__slider .references__slider__nav.references__slider__nav--next {
  right: 5%;
  left: auto;
}
.references .references__slider .references__slider__nav.references__slider__nav--next:before {
  content: "\f105";
}
.references .reference__slides {
  position: relative;
  min-height: 270px;
  overflow: hidden;
}
.references .reference__slides .reference__slide {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3rem 0 2rem;
  margin: 0 0 3rem;
  background: white;
  transform: translateY(-4rem);
  transition: all 0.2s ease-in;
  opacity: 0;
  z-index: 1;
  width: 100%;
}
.references .reference__slides .reference__slide.reference__slide--active {
  z-index: 2;
  transition: all 0.2s ease-in 0.15s;
  opacity: 1;
  transform: translateY(0);
}
.references .reference__slides .reference__slide .reference__slide__image {
  margin: 0 auto;
  max-width: 80%;
  padding: 0 0 0 3rem;
}
.references .reference__slides .reference__slide .reference__slide__content {
  padding: 0 3rem 0 0;
}
.references .reference__slides .reference__slide:after {
  display: block;
  content: " ";
  background: url(../images/reference--arrow.svg) top center no-repeat;
  background-size: contain;
  height: 0;
  padding-bottom: 5.7%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}
.references .reference__logos {
  overflow: hidden;
  position: relative;
  height: 8.5rem;
  margin: 0 0 4rem;
}
.references .reference__logos .reference__logos__viewport {
  width: 9999px;
  display: flex;
  justify-items: center;
  align-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.2s ease-in-out;
}
.references .reference__logos .reference__logo {
  float: left;
  mix-blend-mode: multiply;
  max-height: 8.5rem;
  max-width: 12rem;
  padding: 1rem;
  position: relative;
  display: flex;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s;
}
.references .reference__logos .reference__logo.reference__logo--active, .references .reference__logos .reference__logo:hover {
  opacity: 1;
}
.references .reference__logos .reference__logo img {
  flex: 1 1 0;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center center;
     object-position: center center;
}

.text {
  font-family: Karla;
  font-size: 16px;
  line-height: 32px;
}

.line {
  padding: 15px 0px;
}

.usps {
  padding-top: 70px;
  margin-bottom: 155px;
}
.usps h2, .usps .h2 {
  font: 700 26px/1.6 Karla;
}
.usps .usp {
  margin: 1rem 0 2rem;
  margin-bottom: -134px;
  text-align: center;
  font: 400 1.6rem/2.5rem Karla;
  letter-spacing: 0.04rem;
}
.usps .usp .usp__icon {
  max-width: 160px;
  margin: 15px auto -40px;
  background: url(../images/theme/drop--white.svg) center center no-repeat;
  background-size: contain;
  padding: 60px 40px 50px;
}
.usps .usp .h3, .usps .usp h3 {
  margin: 0 0 0.4rem;
  font: 700 2.2rem/2.5rem Karla;
  color: #006ead;
}

.large-icons {
  text-align: center;
}
.large-icons .icon-teasers {
  display: flex;
  justify-content: space-between;
}
.large-icons .icon-teasers .icon-teaser {
  flex: 1 0;
  margin: 0 80px 0 0;
}
.large-icons .icon-teasers .icon-teaser:last-child {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .homepage-teasers .row:last-child .category-teaser {
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .content__container {
    padding: 15px 0px;
  }
  .large-icons .icon-teasers {
    flex-direction: column;
    justify-content: center;
  }
  .large-icons .icon-teasers .icon-teaser {
    margin: 0 auto 50px;
  }
  .large-icons .icon-teasers .icon-teaser:last-child {
    margin: 0 auto 50px;
  }
  .large-icons .icon-teasers .icon-teaser .icon-teaser__icon:after {
    display: none;
  }
  .usps {
    margin-bottom: 0;
  }
  .usps .usp {
    margin: 0;
  }
  .usps .usp .usp__icon {
    max-width: 140px;
    margin: 20px auto -50px;
    background: none;
    padding: 0 40px 50px;
  }
}
.teaser {
  cursor: pointer;
  position: relative;
}
.teaser .teaser__labels {
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 3;
}
.teaser .teaser__labels .teaser__label {
  background: #e4893c;
  background-size: auto 3rem;
  color: white;
  padding: 0.5rem 2rem 0.5rem 1rem;
  font: 400 1.2rem/2rem Karla;
  text-transform: uppercase;
  display: block;
  margin: 0 0 3px;
  -webkit-mask-image: url(../images/teaser__tag.svg);
          mask-image: url(../images/teaser__tag.svg);
  -webkit-mask-position: right center;
          mask-position: right center;
}
.teaser .teaser__labels .teaser__label--green {
  background: #12AC4D;
  -webkit-mask-image: url(../images/teaser__tag-green.svg);
          mask-image: url(../images/teaser__tag-green.svg);
}
.teaser .teaser__labels .teaser__label--red {
  background: #930032;
  -webkit-mask-image: url(../images/teaser__tag-red.svg);
          mask-image: url(../images/teaser__tag-red.svg);
}
.teaser .teaser__labels .teaser__label--blue {
  background: #006ead;
  -webkit-mask-image: url(../images/teaser__tag-blue.svg);
          mask-image: url(../images/teaser__tag-blue.svg);
}
.teaser .teaser__labels .teaser__label--yellow {
  background: #e4893c;
  -webkit-mask-image: url(../images/teaser__tag-yellow.svg);
          mask-image: url(../images/teaser__tag-yellow.svg);
}
@media screen and (max-width: 1199px) {
  .teaser .teaser__labels .teaser__label {
    font-size: 1rem;
    padding: 0.2rem 1.5rem 0.2rem 1rem;
  }
}
.teaser .teaser__labels--right {
  left: auto;
  right: 0rem;
}
.teaser .teaser__labels--right .teaser__label {
  -webkit-mask-image: url(../images/teaser__tag-right.svg);
          mask-image: url(../images/teaser__tag-right.svg);
  -webkit-mask-position: left center;
          mask-position: left center;
  padding: 0.5rem 1rem 0.5rem 2rem;
}
@media screen and (max-width: 1199px) {
  .teaser .teaser__labels--right .teaser__label {
    font-size: 1rem;
    padding: 0.2rem 1rem 0.2rem 1.5rem;
  }
}

.category-teaser {
  font: 400 1.3rem/1.8rem Karla;
  padding: 2rem;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.category-teaser:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.category-teaser:hover .category-teaser__title {
  color: #930032;
}
.category-teaser .category-teaser__image {
  aspect-ratio: 1/1;
  width: 100%;
}
.category-teaser .category-teaser__image img {
  aspect-ratio: 1/1;
  width: 100%;
}
.category-teaser .category-teaser__content {
  min-height: 11.9rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.category-teaser .category-teaser__content p {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-teaser .category-teaser__title {
  color: #005082;
  font: 700 1.5rem/1.9rem Karla;
  min-height: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-teaser .category-teaser__action {
  margin: 0;
}
.category-teaser.category-teaser--homepage {
  text-align: left;
  padding: 0;
  flex-direction: row;
  margin-bottom: 5rem;
}
.category-teaser.category-teaser--homepage:hover {
  box-shadow: none;
}
.category-teaser.category-teaser--homepage .category-teaser__icon {
  height: 140px;
  width: 140px;
  float: left;
  margin: 0 10px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.category-teaser.category-teaser--homepage .category-teaser__content {
  text-align: left;
  min-height: 0;
}
.category-teaser.category-teaser--homepage .category-teaser__title {
  min-height: auto;
  justify-content: flex-start;
  font: 700 2.2rem/2rem Karla;
}
.category-teaser.category-teaser--homepage .category-teaser__action {
  display: inline-block;
  color: #006ead;
  font-size: 1.7rem;
  margin: 0;
}

.set-teaser {
  margin: 0 0 7rem;
  padding: 0 1rem;
}
.set-teaser .set-teaser__title {
  font: 700 2.6rem/3rem Karla;
  letter-spacing: 0;
}
.set-teaser .set-teaser__sub-title {
  font: 700 1.5rem/2rem Karla;
  color: #006ead;
}
.set-teaser .set-teaser__action {
  text-transform: uppercase;
  font-weight: 400;
}
.set-teaser .product-teaser {
  margin: 0;
  padding: 0;
}

.product-teaser-new {
  border-radius: 0.5rem;
  border: 1px solid #EEEFF0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
@media (max-width: 768px) {
  .product-teaser-new {
    padding: 1rem;
  }
}
.product-teaser-new .product-teaser-new__image {
  margin: 0 0 2rem;
  aspect-ratio: 1/1;
  width: 100%;
  position: relative;
}
.product-teaser-new .product-teaser-new__image > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 0.2s;
  transition-timing-function: ease-in-out;
}
.product-teaser-new .product-teaser-new__image .product-teaser-new__image-thumbs {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.product-teaser-new .product-teaser-new__image .product-teaser-new__image-thumbs img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  padding: 1rem 0;
}
.product-teaser-new .product-teaser-new__image-colors {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 60%;
  height: 40%;
  opacity: 0;
}
.product-teaser-new .product-teaser-new__image-colors-item {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 20px;
}
.product-teaser-new .product-teaser-new__image-colors-item--shaded {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) inset;
}
.product-teaser-new .product-teaser-new__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.product-teaser-new .product-teaser-new__content .product-teaser-new__title {
  font: 700 1.5rem/2rem Karla;
}
.product-teaser-new .product-teaser-new__content .product-teaser-new__sub-title {
  color: #8A8A8A;
  flex-grow: 1;
}
.product-teaser-new__delivery-time {
  color: #12AC4D;
  letter-spacing: 0;
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin: 0.5rem 0;
}
.product-teaser-new__delivery-time--out-of-stock {
  color: #8A8A8A;
}
.product-teaser-new__delivery-time .fa, .product-teaser-new__delivery-time .fas, .product-teaser-new__delivery-time .far, .product-teaser-new__delivery-time .fal, .product-teaser-new__delivery-time .fab, .product-teaser-new__delivery-time .fa-solid, .product-teaser-new__delivery-time .fa-regular, .product-teaser-new__delivery-time .fa-light, .product-teaser-new__delivery-time .fa-brands {
  transform: scaleX(-1);
  font-size: 1.5rem;
}
.product-teaser-new__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-teaser-new__footer .product-teaser-new__price_structure {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.product-teaser-new__footer .product-teaser-new__price_structure .product-teaser-new__price-min {
  color: #8A8A8A;
  font-size: 1rem;
}
.product-teaser-new__footer .product-teaser-new__price_structure .product-teaser-new__price {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
}
.product-teaser-new__footer .product-teaser-new__price_structure .product-teaser-new__price-value {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
.product-teaser-new__footer .product-teaser-new__price_structure .product-teaser-new__price-unit {
  font-size: 1.2rem;
}
.product-teaser-new__footer .product-teaser-new__action {
  padding: 0.8rem 1rem;
}
@media (min-width: 768px) {
  .product-teaser-new:not(:hover) .product-teaser-new__image.product-teaser-new__image--multiple .product-teaser-new__image-thumbs {
    opacity: 0;
    transition-delay: 0s;
  }
  .product-teaser-new:not(:hover) .product-teaser-new__image.product-teaser-new__image--multiple > img {
    width: 100%;
    transition-delay: 0.2s;
  }
  .product-teaser-new:not(:hover) .product-teaser-new__image.product-teaser-new__image--multiple .product-teaser-new__image-colors {
    opacity: 0;
    transition-delay: 0s;
  }
}
@media (min-width: 768px) {
  .product-teaser-new:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .product-teaser-new:hover .product-teaser-new__image.product-teaser-new__image--multiple .product-teaser-new__image-thumbs {
    transition-delay: 0.2s;
    opacity: 1;
  }
  .product-teaser-new:hover .product-teaser-new__image.product-teaser-new__image--multiple > img {
    transition-delay: 0s;
    width: 60%;
  }
  .product-teaser-new:hover .product-teaser-new__image.product-teaser-new__image--multiple .product-teaser-new__image-colors {
    transition-delay: 0.2s;
    opacity: 1;
  }
}
.product-teaser-new:hover .product-teaser-new__action {
  background-color: #12AC4D;
  color: white;
}

.product-teaser {
  margin: 0 0 5rem;
  padding: 1rem 1rem 1.5rem;
  transition: box-shadow 0.2s;
}
.product-teaser:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.product-teaser .product-teaser__image {
  margin: 0 0 2rem;
  aspect-ratio: 1/1;
}
.product-teaser .product-teaser__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-teaser .product-teaser__colors {
  margin: 0 0 2rem;
  min-height: 21px;
}
.product-teaser .product-teaser__colors .product-teaser__color {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 20px;
}
.product-teaser .product-teaser__colors .product-teaser__color.product-teaser__color--shaded {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) inset;
}
.product-teaser .product-teaser__content {
  min-height: 8.4rem;
}
.product-teaser .product-teaser__title {
  font: 500 21px/28px Barlow;
  min-height: 28px;
  color: #006ead;
  letter-spacing: 0;
  margin: 0 0 3px;
}
.product-teaser .product-teaser__sub-title, .product-teaser .product-teaser__delivery-time {
  font: 400 15px/30px Karla;
  min-height: 30px;
}
.product-teaser .product-teaser__delivery-time {
  color: #7f7f7f;
  font-style: italic;
  letter-spacing: 0;
}
.product-teaser .product-teaser__delivery-time .fa, .product-teaser .product-teaser__delivery-time .fas, .product-teaser .product-teaser__delivery-time .far, .product-teaser .product-teaser__delivery-time .fal, .product-teaser .product-teaser__delivery-time .fab, .product-teaser .product-teaser__delivery-time .fa-solid, .product-teaser .product-teaser__delivery-time .fa-regular, .product-teaser .product-teaser__delivery-time .fa-light, .product-teaser .product-teaser__delivery-time .fa-brands {
  color: #007b32;
}
.product-teaser .product-teaser__delivery-time .fa.fa-hourglass-half, .product-teaser .product-teaser__delivery-time .fas.fa-hourglass-half, .product-teaser .product-teaser__delivery-time .far.fa-hourglass-half, .product-teaser .product-teaser__delivery-time .fal.fa-hourglass-half, .product-teaser .product-teaser__delivery-time .fab.fa-hourglass-half, .product-teaser .product-teaser__delivery-time .fa-solid.fa-hourglass-half, .product-teaser .product-teaser__delivery-time .fa-regular.fa-hourglass-half, .product-teaser .product-teaser__delivery-time .fa-light.fa-hourglass-half, .product-teaser .product-teaser__delivery-time .fa-brands.fa-hourglass-half {
  color: #7f7f7f;
}
.product-teaser .product-teaser__price {
  font: 700 35px/39px Karla;
  color: #930032;
}
.product-teaser .product-teaser__price small {
  font-size: 17px;
  text-transform: lowercase;
  font-weight: 400;
}
.product-teaser .product-teaser__price sup {
  font-size: 1.9rem;
  vertical-align: 2px;
  left: -2px;
}
.product-teaser .product-teaser__action {
  margin: 1.1rem 0 0;
  display: block;
}
.product-teaser .product-teaser__action .fa, .product-teaser .product-teaser__action .fas, .product-teaser .product-teaser__action .far, .product-teaser .product-teaser__action .fal, .product-teaser .product-teaser__action .fab, .product-teaser .product-teaser__action .fa-solid, .product-teaser .product-teaser__action .fa-regular, .product-teaser .product-teaser__action .fa-light, .product-teaser .product-teaser__action .fa-brands {
  margin-right: 4px;
  font-size: 90%;
}
.product-teaser .product-teaser__error {
  color: white;
  margin: 1.1rem 0 0;
  font: 400 1.4rem/1.8rem Karla;
  letter-spacing: 0;
  padding: 0.8rem 1rem;
  background: #930032;
}
.product-teaser .product-teaser__error a {
  color: white !important;
}
.product-teaser .product-teaser__specs-action {
  display: inline-block;
  color: #a0a0a0 !important;
  text-decoration: none !important;
  margin: 0 0 1rem;
}
.product-teaser.product-teaser--set {
  margin: 0 0 3rem;
}
.product-teaser.product-teaser--set .product-teaser__colors {
  margin: 0 0 1rem;
}
.product-teaser.product-teaser--set .product-teaser__specs {
  font-size: 1.4rem;
  table-layout: fixed;
}
.product-teaser.product-teaser--set .product-teaser__specs td {
  vertical-align: middle;
  line-height: 3.2rem;
}
.product-teaser.product-teaser--set .product-teaser__specs .form__select, .product-teaser.product-teaser--set .product-teaser__specs .form__suggest .form__suggest__input {
  background-color: #eeeff0;
  border-color: #eeeff0;
  padding: 0.4rem 3.2rem 0.4rem 0.8rem;
  font-family: Karla;
  line-height: 2.4rem;
}
.product-teaser.product-teaser--set .product-teaser__specs .form__select, .product-teaser.product-teaser--set .product-teaser__specs .form__suggest {
  margin: 0 0 0.5rem;
}
.product-teaser.product-teaser--set .product-teaser__action {
  display: block;
  float: none;
  width: 100%;
}
.product-teaser.product-teaser--related {
  padding-top: 2rem;
  border-top: 1px solid #F8F9F9;
  border-bottom: 1px solid #F8F9F9;
}
.product-teaser.product-teaser--related .product-teaser__action {
  font-size: 1.5rem;
}
.product-teaser.product-teaser--featured .product-teaser__content {
  min-height: 4.4rem;
}
.product-teaser.product-teaser--featured .product-teaser__colors {
  margin: 15px 0 0;
}
.product-teaser.product-teaser--landingspage {
  font-family: Karla;
  text-align: center;
  font-size: 1.4rem;
  margin: 0 0 5rem;
}
.product-teaser.product-teaser--landingspage .product-teaser__content {
  min-height: 0px;
}
.product-teaser.product-teaser--landingspage .product-teaser__title {
  font-size: 1.9rem;
  color: #006ead;
  min-height: 0px;
  margin: 0 0 1rem;
}
.product-teaser.product-teaser--landingspage .text-button {
  margin: 0.5rem 0 0;
}

.blog-teaser {
  margin: 0 0 2rem;
  transition: background 0.2s;
}
.blog-teaser:hover {
  background: #eeeff0;
}
.blog-teaser .blog-teaser__image {
  aspect-ratio: 4/3;
}
.blog-teaser .blog-teaser__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-teaser .blog-teaser__content {
  padding: 1.5rem;
}
.blog-teaser .blog-teaser__meta {
  font: 400 1.4rem/2rem Karla;
  color: #c5b9ad;
}
.blog-teaser .blog-teaser__title {
  font-size: 2.1rem;
  line-height: 2.7rem;
  margin: 1rem 0 0.5rem;
}
.blog-teaser .blog-teaser__intro {
  margin: 0 0 1.5rem;
  min-height: 95px;
}
.blog-teaser .blog-teaser__read-time {
  margin: 0 0 0 1rem;
  color: #808080;
}
.blog-teaser.blog-teaser--recent {
  padding: 2.2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.blog-teaser.blog-teaser--recent:hover {
  background: none;
}
.blog-teaser.blog-teaser--recent .blog-teaser__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 1.7rem 0 2rem;
  text-align: center;
}
.blog-teaser.blog-teaser--recent .blog-teaser__image {
  height: 185px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.blog-teaser.blog-teaser--recent .blog-teaser__read-time {
  margin: 0 0 0 2rem;
  color: #b5b5b5;
}
.blog-teaser.blog-teaser--featured {
  background: #eeeff0;
}
.blog-teaser.blog-teaser--featured .blog-teaser__meta {
  color: inherit;
}
.blog-teaser.blog-teaser--featured .h1.blog-teaser__title {
  font-size: 3.6rem;
  line-height: 4rem;
  margin: 2rem 0;
}
.blog-teaser.blog-teaser--featured .blog-teaser__image {
  height: auto;
  min-height: 40rem;
  padding: 0;
}
.blog-teaser.blog-teaser--small {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.blog-teaser.blog-teaser--small:hover {
  background: none;
}
.blog-teaser.blog-teaser--small img {
  aspect-ratio: 1/1;
  width: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-teaser.blog-teaser--small .blog-teaser__title {
  margin: 0.5rem 0 0;
  font: 400 1.5rem/2.3rem Karla;
}
.blog-teaser.blog-teaser--small .blog-teaser__title a {
  text-decoration: underline;
}

@keyframes bounce {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.icon-teaser {
  max-width: 220px;
}
.icon-teaser:nth-child(1n) .icon-teaser__icon img {
  animation-delay: 0.8s;
}
.icon-teaser:nth-child(2n) .icon-teaser__icon img {
  animation-delay: 1.4s;
}
.icon-teaser:nth-child(3n) .icon-teaser__icon img {
  animation-delay: 2s;
}
.icon-teaser:nth-child(4n) .icon-teaser__icon img {
  animation-delay: 2.6s;
}
.icon-teaser:nth-child(5n) .icon-teaser__icon img {
  animation-delay: 3.2s;
}
.icon-teaser:nth-child(6n) .icon-teaser__icon img {
  animation-delay: 3.8s;
}
.icon-teaser:nth-child(7n) .icon-teaser__icon img {
  animation-delay: 4.4s;
}
.icon-teaser:nth-child(8n) .icon-teaser__icon img {
  animation-delay: 5s;
}
.icon-teaser:nth-child(9n) .icon-teaser__icon img {
  animation-delay: 5.6s;
}
.icon-teaser:nth-child(10n) .icon-teaser__icon img {
  animation-delay: 6.2s;
}
.icon-teaser .icon-teaser__icon {
  background: url(../images/theme/drop--light-grey.svg) center left no-repeat;
  background-size: contain;
  max-width: 100%;
  overflow: visible;
  position: relative;
}
.icon-teaser .icon-teaser__icon img {
  opacity: 0;
  transform: scale(1.5);
  animation: bounce 1.1s alternate forwards;
}
.icon-teaser .icon-teaser__icon:after {
  position: absolute;
  top: 50%;
  right: calc(-24px - 9%);
  display: block;
  content: " ";
  width: 20px;
  height: 33px;
  background: url(../images/theme/arrow-right.svg) center center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.icon-teaser .icon-teaser__content {
  margin: 40px 0 0;
  font: 400 16px/26px Karla;
}
.icon-teaser .icon-teaser__content h2, .icon-teaser .icon-teaser__content .h2, .icon-teaser .icon-teaser__content h3, .icon-teaser .icon-teaser__content .h3 {
  margin: 0 0 8px;
  font-size: 24px !important;
}
.icon-teaser:last-child .icon-teaser__icon:after {
  display: none;
}

@media screen and (max-width: 1199px) {
  .blog-teaser {
    margin: 0 0 4rem;
  }
  .product-teaser {
    margin: 0 0 4rem;
  }
  .product-teaser .product-teaser__title {
    line-height: 2rem;
    min-height: 6.3rem;
  }
  .product-teaser .product-teaser__sub-title, .product-teaser .product-teaser__delivery-time {
    line-height: 2rem;
    min-height: 2rem;
  }
  .product-teaser .product-teaser__action {
    font-size: 1.2rem;
  }
  .category-teaser {
    margin: 0 0 2rem;
  }
  .category-teaser .category-teaser__content {
    min-height: 0;
  }
  .category-teaser .category-teaser__title {
    font: 700 1.7rem/2.5rem Karla;
  }
  .category-teaser .category-teaser__action {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .category-teaser.category-teaser--homepage .category-teaser__icon {
    height: 65px;
    width: 65px;
  }
  .category-teaser.category-teaser--homepage .category-teaser__title {
    font: 400 1.6rem/1.7rem Karla;
  }
  .icon-teaser .icon-teaser__content {
    margin: 20px 0 0;
  }
}
.color-icon {
  margin: 0 0.5rem 0 0;
  vertical-align: -6px;
  display: inline-block;
  background: black;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 100%;
  border: 1px solid #eeeff0;
}

.styled-table {
  margin-top: 8px;
}
.styled-table td, .styled-table th {
  padding: 7px 5px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #e0e0e0;
}

.qs-datepicker {
  border-radius: 0;
  border-color: #006ead;
}
.qs-datepicker .qs-controls {
  background: #006ead;
  color: white;
}
.qs-datepicker .qs-squares .qs-square .qs-active {
  background: #930032;
}
.qs-datepicker .qs-arrow.qs-left:after {
  border-right-color: white;
}
.qs-datepicker .qs-arrow.qs-right:after {
  border-left-color: white;
}

.pagination {
  border-radius: 4px;
  display: inline-block;
  margin: 24px 0 !important;
  padding-left: 0;
}

.lg-outer .lg-video-cont {
  max-width: 1000px;
}

.lg-outer .lg-thumb-outer {
  background-color: #F8F9F9;
}

.lg-outer {
  background-color: #F8F9F9;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #006ead;
}

.lg-toolbar .lg-icon {
  color: #fff;
}

.carousel-control, .carousel-control:hover {
  text-shadow: none;
  color: #F8F9F9;
  font-size: 3rem;
  top: 10rem;
}
.carousel-control.right, .carousel-control.left, .carousel-control:hover.right, .carousel-control:hover.left {
  background: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/fonts/slick.eot");
  src: url("/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick.woff") format("woff"), url("/fonts/slick.ttf") format("truetype"), url("/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 4rem;
  line-height: 20px;
  text-align: center;
  color: #006ead;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #006ead;
  opacity: 0.75;
}

.slick-list {
  bottom: 1rem;
}

.modal.product {
  padding: 4rem;
}

/**
 * (c) David Giesemann
 * info@david-giesemann.de
 */
.rangeSlider * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.rangeSlider [type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.rangeSlider [type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 20px;
  border: 3px solid #006ead;
  pointer-events: auto;
  opacity: 1;
}
.rangeSlider .slider {
  position: relative;
  height: 20px;
}
.rangeSlider .slider::before,
.rangeSlider .slider .progress {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.rangeSlider .slider::before {
  content: "";
  display: block;
  height: 3px;
  border-radius: 3px;
  background: #cccccc;
}
.rangeSlider .slider .progress {
  height: 6px;
  border-radius: 20px;
  background: #006ead;
}
.rangeSlider .output {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.env-banner {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: #ff6b35;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 16px;
}

.bread-crumbs {
  margin: 2rem 0 0;
  font-size: 15px;
  font-family: Karla;
}
.bread-crumbs li.bread-crumbs__list-item {
  margin-right: 0;
}
.bread-crumbs li.bread-crumbs__list-item:last-child {
  color: #006ead;
}
.bread-crumbs li.bread-crumbs__list-item .fa, .bread-crumbs li.bread-crumbs__list-item .fas, .bread-crumbs li.bread-crumbs__list-item .far, .bread-crumbs li.bread-crumbs__list-item .fal, .bread-crumbs li.bread-crumbs__list-item .fab, .bread-crumbs li.bread-crumbs__list-item .fa-solid, .bread-crumbs li.bread-crumbs__list-item .fa-regular, .bread-crumbs li.bread-crumbs__list-item .fa-light, .bread-crumbs li.bread-crumbs__list-item .fa-brands {
  font-size: 1.2rem;
  margin: 0 4px 0 0;
}

.usp-block {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.usp-block .kiyoh-rating {
  display: inline-block;
  margin: 2rem 1rem 0 0;
}
.usp-block .kiyoh-rating .fa, .usp-block .kiyoh-rating .fas, .usp-block .kiyoh-rating .far, .usp-block .kiyoh-rating .fal, .usp-block .kiyoh-rating .fab, .usp-block .kiyoh-rating .fa-solid, .usp-block .kiyoh-rating .fa-regular, .usp-block .kiyoh-rating .fa-light, .usp-block .kiyoh-rating .fa-brands {
  font-size: 2.1rem;
}

.kiyoh-rating {
  color: #006ead;
}
.kiyoh-rating .fa, .kiyoh-rating .fas, .kiyoh-rating .far, .kiyoh-rating .fal, .kiyoh-rating .fab, .kiyoh-rating .fa-solid, .kiyoh-rating .fa-regular, .kiyoh-rating .fa-light, .kiyoh-rating .fa-brands {
  font-size: 16px;
  letter-spacing: -4px;
}

.spacer {
  height: 4rem;
}
.spacer:before, .spacer:after {
  display: table;
  content: " ";
}
.spacer:after {
  clear: both;
}
.spacer.spacer--md {
  height: 3rem;
}
.spacer.spacer--sm {
  height: 2rem;
}
.spacer.spacer--xs {
  height: 1rem;
}
.spacer.spacer--xxs {
  height: 0.5rem;
}

.extender {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  z-index: 0;
}
.extender.extender--blue {
  background-color: #006ead;
}
.extender.extender--dark-blue {
  background-color: #005082;
}

.callout {
  z-index: 99;
  background: rgb(0, 93.7861271676, 147.5);
  padding: 1rem 0;
  text-align: center;
  font-size: 1.3rem;
  color: white;
}

.order-status {
  white-space: nowrap;
  color: white;
  font: 700 1.1rem/1.8rem Karla;
  display: inline-block;
  background: #808080;
  border-radius: 3px;
  padding: 0.2rem 0.5rem;
}
.order-status.span--ready {
  background: #006ead;
}
.order-status.span--open {
  background: #e4893c;
}

.toggle {
  margin: 5px 0px 0px;
}
.toggle .toggle__choice {
  display: inline-block;
  line-height: 16px;
  padding: 2px 4px;
  border: 2px solid #F8F9F9;
  background: #F8F9F9;
  color: #eeeff0;
}
.toggle .toggle__choice.toggle__choice--selected {
  background: white;
  color: black;
}

.delivery-options .delivery-option {
  background: #F8F9F9;
  padding: 8px 12px;
  min-height: 100px;
  margin-bottom: 15px;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.delivery-options .delivery-option h4 {
  height: 21px;
}
.delivery-options .delivery-option .delivery_method__select-date {
  line-height: 30px;
}
.delivery-options .delivery-option .delivery_method__select-date .fa, .delivery-options .delivery-option .delivery_method__select-date .fas, .delivery-options .delivery-option .delivery_method__select-date .far, .delivery-options .delivery-option .delivery_method__select-date .fal, .delivery-options .delivery-option .delivery_method__select-date .fab, .delivery-options .delivery-option .delivery_method__select-date .fa-solid, .delivery-options .delivery-option .delivery_method__select-date .fa-regular, .delivery-options .delivery-option .delivery_method__select-date .fa-light, .delivery-options .delivery-option .delivery_method__select-date .fa-brands {
  margin: 0px 0px 0px 10px;
  font-size: 27px;
  color: #006ead;
  transition: font-size 0.2s;
}
.delivery-options .delivery-option .delivery-option__date-picker {
  margin: 5px -12px -8px;
  color: #404040;
}
.delivery-options .delivery-option .delivery-option__date-picker .form__input, .delivery-options .delivery-option .delivery-option__date-picker .form .form__select, .form .delivery-options .delivery-option .delivery-option__date-picker .form__select, .delivery-options .delivery-option .delivery-option__date-picker .form .form__textarea, .form .delivery-options .delivery-option .delivery-option__date-picker .form__textarea {
  display: none;
  background: rgba(0, 0, 0, 0.1);
}
.delivery-options label {
  display: block;
}
.delivery-options input {
  display: none;
}
.delivery-options input:checked + .delivery-option {
  background: #006ead;
  color: white;
}
.delivery-options input:checked + .delivery-option .fa, .delivery-options input:checked + .delivery-option .fas, .delivery-options input:checked + .delivery-option .far, .delivery-options input:checked + .delivery-option .fal, .delivery-options input:checked + .delivery-option .fab, .delivery-options input:checked + .delivery-option .fa-solid, .delivery-options input:checked + .delivery-option .fa-regular, .delivery-options input:checked + .delivery-option .fa-light, .delivery-options input:checked + .delivery-option .fa-brands {
  color: inherit;
  font-size: 18px;
}
.delivery-options input:checked + .delivery-option h4:before, .delivery-options input:checked + .delivery-option .h4:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 3px;
}
.delivery-options input:checked + .delivery-option .form__input, .delivery-options input:checked + .delivery-option .form .form__select, .form .delivery-options input:checked + .delivery-option .form__select, .delivery-options input:checked + .delivery-option .form .form__textarea, .form .delivery-options input:checked + .delivery-option .form__textarea {
  display: block;
  color: white;
}

.kiyoh-widget {
  max-width: 70%;
  margin: 0px 0px 30px;
}
.kiyoh-widget .kiyoh-widget__score {
  display: block;
  text-align: center;
  width: 36px;
  height: 36px;
  font: 700 16px/34px Karla;
  color: #e4893c;
  border: 2px solid #e4893c;
  border-radius: 99px;
  margin: 0px 10px 0px 0px;
}

.tooltip {
  background: transparent !important;
  width: 200px !important;
}
.tooltip.fade.in, .tooltip.in {
  opacity: 1 !important;
}
.tooltip .tooltip-inner {
  background: #fff;
  font-size: 1.3rem;
  line-height: 1.6rem;
  padding: 8px;
  border-radius: 8px;
  opacity: 1;
  color: black;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.0509803922), 0px -7px 16px -4px rgba(16, 24, 40, 0.1019607843);
  text-align: left;
}
.tooltip .tooltip-inner a {
  color: white !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #fff;
}

.gallery {
  margin: 10px 0px;
}
.gallery .gallery__teaser {
  display: block;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  transition: border-color 0.2s;
  padding: 5px;
  margin-bottom: 15px;
}
.gallery .gallery__teaser:hover {
  border-color: #006ead;
}
.gallery .gallery__teaser .gallery__teaser__image {
  padding-bottom: 67%;
}

.set-cta {
  display: flex;
  font: 700 2rem/2.5rem Karla;
  align-items: center;
  background: #F8F9F9;
  margin: 0.5rem 0 3rem;
}
.set-cta .set-cta__pointer {
  background: url(../images/cta-arrow.svg) right center no-repeat;
  background-size: auto 100%;
  color: white;
  flex: 0 1;
  padding: 1.8rem 2.3rem 1.8rem 1.8rem;
  text-transform: uppercase;
  font-size: 2.4rem;
}
.set-cta .set-cta__text {
  color: #005082;
  padding: 0rem 3rem;
  margin: 0 1rem 0 0;
  flex: 1 0;
}
.set-cta .set-cta__text .fa, .set-cta .set-cta__text .fas, .set-cta .set-cta__text .far, .set-cta .set-cta__text .fal, .set-cta .set-cta__text .fab, .set-cta .set-cta__text .fa-solid, .set-cta .set-cta__text .fa-regular, .set-cta .set-cta__text .fa-light, .set-cta .set-cta__text .fa-brands {
  vertical-align: 0px;
  font-size: 1.7rem;
}
.set-cta .set-cta__text a {
  margin-left: 2rem;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .set-cta .set-cta__text a {
    margin: 0;
    display: block;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .bread-crumbs .bread-crumbs__list-item {
    display: none;
  }
  .set-cta {
    font: 700 1.6rem/1.8rem Karla;
  }
  .set-cta .set-cta__text {
    padding: 0rem 1rem;
    margin: 0;
  }
}
.cms-bar {
  background-color: #303030;
  color: white;
  padding: 0.5rem 0;
  font-size: 12px;
}
.cms-bar__elements {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.cms-bar__elements__element {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.sticky {
  position: relative;
}
.sticky.is-sticky {
  position: fixed;
  top: 0;
}

.top {
  background: #fff;
}
.top .top__menu__flag {
  height: 16px;
  border-radius: 3px;
}
.top > .sticky {
  background-color: #fff;
  z-index: 1000;
}
.top > .sticky.is-sticky {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.top .top__intro {
  background: #F8F9F9;
  padding: 10px 0;
}
.top .top__intro .top__intro__reviews .kiyoh-rating {
  margin: 0 10px 0 0;
}
.top .top__intro .top__intro__reviews .top__intro__reviews__kiyoh {
  width: 20px;
  margin: 0 0 0 10px;
  vertical-align: -4px;
}
.top .top__intro .top__intro__usps {
  text-align: center;
}
.top .top__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.top .top__logo {
  flex: 0 1;
}
.top .top__logo .top__logo__action {
  width: 200px;
  height: 100px;
  display: block;
  background: url(../images/logo.svg?v3) no-repeat left center;
  background-size: contain;
}
.top .top__checkout {
  flex: 1 0;
  font-size: 33px;
  line-height: 39px;
  padding: 0 20px;
  text-align: center;
  color: #006ead;
}
.top .top__search {
  flex: 1 0;
  overflow: hidden;
  color: white;
  margin: 0 30px;
}
.top .top__search.top__search--open .top__search__form .top__search__input {
  border-radius: 28px 0 0 0;
}
.top .top__search.top__search--open .top__search__form .top__search__submit {
  border-radius: 0 28px 0 0;
}
.top .top__search .top__search__form {
  display: flex;
}
.top .top__search .top__search__form .top__search__input {
  flex: 1 1 auto;
  line-height: 26px;
  margin: 0;
  padding: 14px;
  border: 1px solid #F8F9F9;
  border-right: none;
  border-radius: 28px 0 0 28px;
  background: none;
  color: #005082;
}
.top .top__search .top__search__form .top__search__input::-moz-placeholder {
  color: #005082;
  font: italic 400 1.5rem/26px Karla;
}
.top .top__search .top__search__form .top__search__input::placeholder {
  color: #005082;
  font: italic 400 1.5rem/26px Karla;
}
.top .top__search .top__search__form .top__search__submit {
  display: inline-block;
  width: 54px;
  font-size: 23px;
  flex: 0 0 auto;
  line-height: 54px;
  padding: 0;
  margin: 0;
  border: 1px solid #F8F9F9;
  border-left: none;
  border-radius: 0 28px 28px 0;
  color: #005082;
  background: none;
}
.top .top__search .top__search__dropdown {
  display: none;
  background: #005082;
  position: absolute;
  z-index: 10;
  width: 60%;
  margin: -1px 0 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 8px;
}
.top .top__search .top__search__dropdown.top__search__dropdown--open {
  display: block;
}
.top .top__search .top__search__dropdown .top__search__results {
  color: white;
  padding: 2rem 0;
  margin: 0 2.8rem 1rem;
}
.top .top__search .top__search__dropdown .top__search__results .top__search__results__title {
  color: white;
  font: 700 2.2rem/2.2rem Karla;
}
.top .top__search .top__search__dropdown .top__search__results .top__search__results__title small {
  font-size: 1.7rem;
}
.top .top__search .top__search__dropdown .top__search__results .top__search__results__list {
  margin: 1rem 0 1rem;
}
.top .top__search .top__search__dropdown .top__search__results .top__search__results__list li {
  font-size: 1.6rem;
  padding: 0 0 1.2rem;
  margin: 0;
}
.top .top__contact {
  position: relative;
  font-size: 18px;
  line-height: 25px;
}
.top .top__contact .top__contact__action {
  color: #006ead;
  font-weight: 700;
  font-size: 20px;
}
.top .top__contact-photo {
  background: url(../images/theme/hanno.png) no-repeat right bottom;
  background-size: contain;
  width: 145px;
  height: 145px;
  margin: -28px 10px -10px -20px;
  align-self: flex-end;
}
.top .top__shoppingcart {
  float: right;
  margin: 0;
}
.top .top__shoppingcart .top__shoppingcart__action {
  text-align: center;
  font-size: 30px;
  display: block;
  color: #fff;
  height: 55px;
  width: 55px;
  position: relative;
  border-radius: 55px;
  background: #930032 url(../images/theme/shoppingcart.svg) left 45% center no-repeat;
  background-size: 50%;
}
.top .top__shoppingcart .top__shoppingcart__action .top__shoppingcart__count {
  position: absolute;
  background: #930032;
  color: white;
  border: 2px solid white;
  border-radius: 20px;
  text-align: center;
  padding: 0.2rem;
  top: -3px;
  right: -3px;
  font-size: 1rem;
  height: 20px;
  min-width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .is-sticky .top__logo__action {
  width: 150px;
  height: 75px;
  background-size: contain;
}
.top .is-sticky .top__contact-photo {
  width: 20px;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .top {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
  .top .top__intro {
    padding: 0.4rem 0;
  }
  .top .top__intro .top__intro__reviews {
    margin-top: 0.7rem;
    font-size: 12px;
  }
  .top .top__intro .top__intro__contact-icons .fa, .top .top__intro .top__intro__contact-icons .fas, .top .top__intro .top__intro__contact-icons .far, .top .top__intro .top__intro__contact-icons .fal, .top .top__intro .top__intro__contact-icons .fab, .top .top__intro .top__intro__contact-icons .fa-solid, .top .top__intro .top__intro__contact-icons .fa-regular, .top .top__intro .top__intro__contact-icons .fa-light, .top .top__intro .top__intro__contact-icons .fa-brands {
    color: #006ead;
    font-size: 2.6rem;
    margin: 0 0 0 0.4rem;
  }
  .top .top__content {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .top .top__shoppingcart {
    justify-self: flex-end;
    flex-grow: 0;
    background: none;
    margin: 0 0 0 1rem;
  }
  .top .top__shoppingcart .top__shoppingcart__action {
    line-height: 45px;
    height: 45px;
    width: 45px;
    border-radius: 45px;
  }
  .top .top__search-icon {
    margin: 0;
    justify-self: flex-end;
    flex-grow: 0;
  }
  .top .top__search-icon .top__search-icon__action {
    text-align: center;
    font-size: 25px;
    display: block;
    color: #006ead;
    border: 1px solid #eeeeee;
    line-height: 45px;
    height: 45px;
    width: 45px;
    position: relative;
    border-radius: 45px;
  }
  .top .top__hamburger {
    color: #006ead;
    font-size: 30px;
    justify-self: flex-start;
    flex-grow: 0;
  }
  .top .top__logo {
    justify-self: center;
    margin: 0;
    flex-grow: 1;
  }
  .top .top__logo .top__logo__action {
    width: 100%;
    height: 50px;
    background-position: left 20px center;
  }
  .top .menu {
    flex: 1 0 100%;
    margin-top: 1rem;
  }
  .top .menu .main-menu .main-menu__list {
    padding: 1.5rem 2.8rem;
    margin-top: 1rem;
    max-width: calc(100% - 30px);
  }
  .top .top__contact {
    margin: 0 auto;
    text-align: center;
  }
  .top .top__search {
    flex: 1 0 100%;
    width: calc(100% - 1rem);
    margin: 10px auto;
    display: none;
  }
  .top .top__search.top__search--open .top__search__form .top__search__submit, .top .top__search.top__search--open .top__search__form .top__search__input {
    border-radius: 0 0 0 0;
  }
  .top .top__search .top__search__input {
    font-size: 16px;
  }
  .top .top__search .top__search__dropdown {
    width: calc(100% - 30px);
    border-radius: 0;
  }
}
.menu {
  background: #006ead;
  color: white;
}
.menu.menu--checkout {
  background: linear-gradient(to right, #006ead 50%, #F8F9F9 50% 100%);
}
.menu.menu--quotation {
  background: #006ead;
  color: white;
}
.menu .main-menu__button {
  background: #005082 url(../images/theme/hamburger.svg) right 30px center no-repeat;
  display: block;
  color: white;
  line-height: 7.4rem;
  font-size: 2.5rem;
  font-weight: 400;
  padding: 0 28px;
  transition: all 0.2s;
}
.menu .main-menu__button--opened {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.menu__mobile {
  background: #006ead;
  width: 100%;
  margin-top: 1rem;
  position: absolute;
  color: #fff;
  font: 400 1.8rem/2.3rem Karla;
  z-index: 4;
  top: 6rem;
  left: 0px;
}
.menu__mobile__list {
  display: none;
  padding: 2rem;
}
.menu__mobile__list a {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  display: block;
  color: white;
}
.menu__container {
  background-color: #005082;
  position: absolute;
  width: 70vw;
  max-width: 750px;
  z-index: 9;
  display: none;
  padding: 2rem 2rem 2rem 0px;
  gap: 2rem;
  justify-items: stretch;
  top: 74px;
  left: 7px;
}
.menu__container__main {
  flex-shrink: 0;
  width: 45%;
}
.menu__container__main__list__item {
  margin: 0.5rem 0px;
  color: white;
  font-family: Karla;
  font-weight: normal;
  font-size: 115%;
  padding: 0.55rem 0.5rem 0.55rem 2.5rem;
  position: relative;
  transition: background-color 0.2s ease;
}
.menu__container__main__list__item a:before {
  display: inline-block;
  padding-right: 0.5rem;
  font-family: FontAwesome;
  content: "\f105";
}
.menu__container__main__list__item:after {
  transition: border-left-color 0.2s ease;
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 8px solid transparent;
  left: 100%;
  top: 0px;
}
.menu__container__main__list__item:hover, .menu__container__main__list__item--active {
  background-color: #006ead;
}
.menu__container__main__list__item:hover:after, .menu__container__main__list__item--active:after {
  border-left-color: #006ead;
}
.menu__container__sub {
  flex: 1;
}
.menu__container__sub__list--default {
  border-left: white solid 2px;
  padding-left: 4rem;
}
.menu__container__sub__list__title {
  color: white;
}
.menu__container__sub__list__more {
  background-color: #e4893c;
}
.menu__container__sub__list__more:hover:hover {
  background-color: #d97802;
}
.menu__container__sub__list__more i {
  padding-right: 1rem;
}
.menu__container__sub__list__row {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.menu__container__sub__list__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.menu__container__sub__list__item__image {
  position: relative;
  flex-shrink: 0;
  height: 50px;
  width: 50px;
  padding: 0.6rem;
  border-radius: 100%;
  background-color: white;
  overflow: hidden;
}
.menu__container__sub__list__item__image--default {
  height: 70px;
  width: 70px;
}
.menu__container__sub__list__item__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu__container__sub__list__item__title {
  color: white;
}
.menu .menu__heading {
  font-size: 2.2rem;
  line-height: 7rem;
}
.menu .quick-menu {
  padding: 0 0 0 5%;
}
.menu .quick-menu ul {
  color: white;
  font: 700 2.5rem/7.4rem Karla;
  display: flex;
  justify-content: space-between;
}
.menu .quick-menu ul li img {
  width: 48px !important;
  vertical-align: -16px;
  margin: 0 3px 0 0;
}

@media screen and (max-width: 767px) {
  .menu__container {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    display: none;
  }
  .menu__container__main {
    width: 100%;
  }
  .menu__container__left, .menu__container__right {
    float: none;
    width: 100%;
  }
  .menu__container__right {
    display: none;
  }
  .menu .container {
    padding: 0px 7px;
  }
  .menu .main-menu {
    width: auto;
  }
  .menu .menu__search {
    margin: 0 -7px;
  }
  .menu .menu__search .menu__search__form .menu__search__input {
    line-height: 2rem;
    padding: 1.5rem 2.8rem;
  }
  .menu .menu__search .menu__search__form .menu__search__input::-moz-placeholder {
    font: italic 400 1.6rem/2rem Barlow;
  }
  .menu .menu__search .menu__search__form .menu__search__input::placeholder {
    font: italic 400 1.6rem/2rem Barlow;
  }
  .menu .menu__search .menu__search__form .menu__search__submit {
    flex: 0 0;
    font-size: 2rem;
    line-height: 4.4rem;
    margin: 1rem 1rem 1rem 0;
    padding: 0 1rem;
  }
  .menu .menu__search .menu__search__dropdown {
    width: 100%;
  }
  .menu .menu__search .menu__search__dropdown .menu__search__results {
    padding: 2rem 0;
    margin: 0rem 2rem 0.8rem;
  }
  .menu .menu__search .menu__search__dropdown .menu__search__results .menu__search__results__title {
    font: 700 1.9rem/1.9rem Karla;
  }
  .menu .menu__search .menu__search__dropdown .menu__search__results .menu__search__results__title small {
    font-size: 1.5rem;
  }
  .menu .menu__search .menu__search__dropdown .menu__search__results .menu__search__results__list {
    margin: 0.7rem 0;
  }
  .menu .menu__search .menu__search__dropdown .menu__search__results .menu__search__results__list li {
    font-size: 1.4rem;
    padding: 0 0 0.7rem;
    margin: 0;
  }
  .menu .menu__shoppingcart .menu__shoppingcart__action, .menu .menu__button .menu__shoppingcart__action {
    cursor: pointer;
    font-size: 30px;
    display: block;
    text-align: center;
    color: white;
    line-height: 6.4rem;
  }
  .menu .menu__heading {
    line-height: 6rem;
  }
  .menu .menu__container__right {
    display: none;
  }
}
.banners {
  padding: 5rem 0 2rem;
}
.banners .banner__column {
  height: 47rem;
}

.banner {
  background: white;
  margin-bottom: 1.4rem;
  position: relative;
}
.banner:last-child {
  margin: 0px;
}
.banner .banner__background {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.banner .banner__background.banner__background--right-bottom {
  background-size: 45% auto;
  background-position: right bottom;
}
.banner .banner__content {
  position: relative;
  z-index: 2;
  padding: 2.5rem 2rem;
}
.banner .banner__content.banner__content--lgpd {
  padding: 3.5rem 3.5rem 2rem;
}
.banner .banner__content .banner__content__price {
  font: 400 2rem/2.2rem Barlow;
  color: #930032;
}
.banner .banner__content .banner__content__price sup {
  font-size: 1.3rem;
  vertical-align: 0rem;
  left: -1px;
}
.banner .banner__content h1, .banner .banner__content .h1 {
  margin-bottom: 1rem;
}
.banner .banner__content p > a:not(.button):not(.ghost-button):not(.ghost-button:hover) {
  color: inherit;
  text-decoration: none;
}
.banner .banner__content__image-tip {
  position: absolute;
  left: 2rem;
  top: 50%;
  font-size: 1.6rem;
  margin: -2.5rem 0 0 0;
  display: block;
  background: #006ead;
  width: 5rem;
  height: 5rem;
  color: white;
  line-height: 5rem;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5rem;
}
.banner.banner--right-top {
  flex: 1 1 auto;
  background: #eeeff0;
}
.banner.banner--right-top .banner__content {
  font: 400 2.1rem/2.8rem Karla;
  letter-spacing: 0;
  color: #006ead;
  padding-right: 0 !important;
}
.banner.banner--right-bottom {
  border: 2px solid #eeeff0;
  flex: 1 1 auto;
}
.banner.banner--right-bottom.banner__content {
  font: 400 1.5rem/2.2rem Karla;
}
.banner.banner--left-top {
  flex: 1 1 auto;
}
.banner.banner--left-top .banner__content {
  width: 70%;
  margin-left: auto;
}
.banner.banner--left-top .banner__content h1, .banner.banner--left-top .banner__content .h1 {
  color: white;
  font: 900 4.6rem/4rem Karla;
}

.single-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-content: center;
  padding: 4% 0;
}
.single-banner h1, .single-banner .h1 {
  font: 700 58px/70px Barlow;
  color: #006ead;
}
.single-banner h2, .single-banner .h2 {
  font: 300 48px/56px Barlow;
  color: #006ead;
}

@media screen and (max-width: 767px) {
  .single-banner h1, .single-banner .h1 {
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
  .single-banner h2, .single-banner .h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.content {
  min-height: 30rem;
}
.content p > a:not(.button):not(.ghost-button):not(.ghost-button:hover) {
  color: #006ead;
  text-decoration: underline;
}
.content .content-block {
  margin-top: 5rem;
}
.content .content-block.content-block--padded {
  margin: 0;
  padding: 2rem;
}
.content .content-block.content-block--padded--xs {
  margin: 0;
  padding: 1rem;
}
.content .content-block.content-block--padded--xxs {
  margin: 0;
  padding: 0.5rem;
}
.content .content-block--grey {
  background: #eeeeee;
}
.content .content-block--outline {
  border: 1px solid #eeeeee;
}
.content .content-block--outline-hover {
  border: 1px solid #eeeeee;
  transition: all 0.2s;
  cursor: pointer;
}
.content .content-block--outline-hover:hover {
  border: 1px solid #006ead;
}
.content .content-block.content-block--blue {
  background: #006ead;
  color: white;
}
.content .content-block.content-block--blue a, .content .content-block.content-block--blue a:hover {
  color: white !important;
  font-size: 16px;
}
.content .content-block.content-block--home {
  padding: 2rem 3rem 4rem;
  font-size: 24px;
  min-height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.popup {
  padding: 3rem;
}

.page .content {
  font: 400 1.4rem/2.3rem Open Sans;
}
.page .content h1, .page .content .h1, .page .content h2, .page .content .h2, .page .content h3, .page .content .h3 {
  letter-spacing: 0;
}
.page .content h1, .page .content .h1 {
  font-size: 2.6rem;
}
.page .content h3, .page .content .h3 {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.sidebar h3, .sidebar .h3 {
  font: 700 17px/26px Karla;
  text-transform: none;
  margin: 0 0 2px;
  color: #006ead;
}
.sidebar .sidebar__category-tree {
  font-weight: 700;
}
.sidebar .sidebar__category-tree li {
  font-size: 13px;
  line-height: 1.8rem;
  padding: 0.4rem 0;
}
.sidebar .sidebar__category-tree li.active {
  color: #006ead;
}
.sidebar .sidebar__category-tree ul {
  padding: 0.4rem 0;
}
.sidebar .sidebar__category-tree ul li {
  color: black;
  font-weight: 400;
  padding: 2px 20px;
  display: inline-block;
}
.sidebar .sidebar__category-tree ul li.active {
  padding-left: 0;
}
.sidebar .sidebar__category-tree ul li.active:before {
  font-family: FontAwesome;
  content: "\f105";
  width: 16px;
  display: inline-block;
}
.sidebar .sidebar__block {
  margin: 0 0 20px;
}
.sidebar .sidebar__block.sidebar__block--padded {
  background: #eeeff0;
  padding: 30px;
}

.newsletter-bar {
  background: #006ead;
  color: white;
  padding: 5px 0px;
  letter-spacing: 0.03em;
  font: 300 14px/22px Karla;
}
.newsletter-bar .newsletter-bar__content {
  margin: 31px 0px;
}
.newsletter-bar .newsletter-bar__content strong {
  font-size: 23px;
}
.newsletter-bar .newsletter-bar__form {
  margin: 10px 0px;
  height: 44px;
}
.newsletter-bar .newsletter-bar__form .form {
  display: table;
}
.newsletter-bar .newsletter-bar__form .form .form__input, .newsletter-bar .newsletter-bar__form .form .form__select, .newsletter-bar .newsletter-bar__form .form .form__textarea {
  display: table-cell;
  width: 360px;
  margin-right: 8px;
  padding: 13px 15px 14px;
  background: white;
}
.newsletter-bar .newsletter-bar__form .form .ghost-button {
  display: table-cell;
  width: 95px;
  vertical-align: -1px;
}

@media screen and (max-width: 767px) {
  .newsletter-bar {
    padding: 20px 10px;
  }
  .newsletter-bar .newsletter-bar__content {
    margin: 0px;
  }
  .newsletter-bar .newsletter-bar__content strong {
    display: block;
    margin-bottom: 5px;
  }
  .newsletter-bar .newsletter-bar__form .form .form__input, .newsletter-bar .newsletter-bar__form .form .form__select, .newsletter-bar .newsletter-bar__form .form .form__textarea {
    width: calc(100% - 103px);
    padding-bottom: 13px;
    vertical-align: bottom;
  }
}
.usp-bar {
  margin: 1rem 0;
  font-size: 17px;
}
.usp-bar .list li, .usp-bar .menu__mobile__list li, .usp-bar .menu__container__main__list li, .usp-bar .menu .quick-menu ul li, .menu .quick-menu .usp-bar ul li {
  margin-right: 15px;
}
.usp-bar .list li:before, .usp-bar .menu__mobile__list li:before, .usp-bar .menu__container__main__list li:before, .usp-bar .menu .quick-menu ul li:before, .menu .quick-menu .usp-bar ul li:before {
  width: 25px;
}

.footer {
  margin: 5rem 0 0;
  position: relative;
  z-index: 1;
}
.footer .footer__contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer__contact .footer__contact__content {
  font-size: 26px;
  line-height: 32px;
  color: #006ead;
  flex: 1 0;
  margin: 0 30px;
}
.footer .footer__contact .footer__contact__content:first-child {
  text-align: right;
}
.footer .footer__contact .footer__contact__headphones {
  display: inline-block;
  width: 32px;
  height: 40px;
  background: url(../images/theme/headphones.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 5px;
}
.footer .footer__contact .footer__contact__employees {
  background: url(../images/theme/hanno-floris-footer.png) no-repeat center top;
  background-size: cover;
  width: 190px;
  height: 130px;
}
.footer .footer__contact .footer__contact__socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #006ead;
  vertical-align: middle;
  text-align: center;
  font-size: 23px;
  border-radius: 100%;
}
.footer .footer__contact .footer__contact__socials a:hover {
  background: #006ead;
  color: white;
}
.footer .footer__main {
  background: #006ead;
  color: white;
  padding: 50px 0 35px;
  font-size: 16px;
  letter-spacing: 0;
}
.footer .footer__main p, .footer .footer__main li {
  margin: 0 0 5px;
  line-height: 25px;
}
.footer .footer__main h3, .footer .footer__main .h3 {
  margin-bottom: 15px;
  font-size: 21px;
  color: white;
}
.footer .footer__main .footer__main__address {
  text-align: center;
  position: relative;
}
.footer .footer__main .footer__main__ratings {
  margin: 50px 0 0;
  font-size: 14px;
}
.footer .footer__main .footer__main__ratings img {
  width: 71px;
  height: 23px;
  max-width: 100%;
  margin: 0 auto 10px;
}
.footer .footer__bottom {
  padding: 2rem 0 0;
  font-size: 15px;
  line-height: 3.6rem;
  min-height: 7.6rem;
}
.footer .footer__bottom .footer__bottom__payment-methods {
  float: left;
}
.footer .footer__bottom .footer__bottom__payment-methods img {
  height: 35px;
  margin: 0 2rem 1rem 0;
}
.footer .footer__bottom .footer__bottom__menu {
  float: right;
  margin: 8px 0 0 0;
}

@media screen and (max-width: 1199px) {
  .footer {
    margin: 30px 0 0;
  }
  .footer div[class*=col-] {
    margin: 0 0 40px;
  }
  .footer .footer__contact .footer__contact__employees {
    width: 130px;
    height: 85px;
  }
  .footer .footer__contact .footer__contact__content {
    margin: 0;
    font-size: 20px;
    line-height: 25px;
  }
  .footer .footer__main {
    padding: 40px 0 0;
  }
  .footer .footer__main .footer__main__address {
    text-align: left;
  }
  .footer .footer__main .footer__main__ratings {
    margin: 30px 0 0;
    text-align: center;
  }
  .footer .footer__bottom {
    text-align: center;
    margin: 0 0 20px;
  }
  .footer .footer__bottom .footer__bottom__payment-methods, .footer .footer__bottom .footer__bottom__menu {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__contact .footer__contact__headphones {
    width: 29px;
    height: 36px;
  }
  .footer .footer__contact .footer__contact__employees {
    width: 110px;
    height: 70px;
  }
  .footer .footer__contact .footer__contact__content {
    font-size: 16px;
  }
  .footer .footer__contact .footer__contact__content:first-child {
    text-align: left;
  }
}
.overlay, .artwork-upload .artwork-upload__loading {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 14;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.category .category__intro {
  background: #006ead;
  color: white;
  display: flex;
}
.category .category__intro .category__intro__image {
  background: white;
  flex: 1 1;
  max-width: 204px;
}
.category .category__intro .category__intro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category .category__intro .category__intro__description {
  margin: 32px 32px 32px 60px;
  font-size: 15px;
  line-height: 26px;
  flex: 1 1;
}
.category .category__intro .category__intro__description h1, .category .category__intro .category__intro__description .h1, .category .category__intro .category__intro__description h2, .category .category__intro .category__intro__description .h2 {
  font: 700 2.6rem/3.1rem Karla;
  color: white;
}
.category .category__intro .category__intro__description p > a:not(.button):not(.ghost-button):not(.ghost-button:hover) {
  color: white;
  text-decoration: underline;
}
.category .category__sub {
  display: grid;
  grid-gap: 1rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1198px) {
  .category .category__sub {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width: 990px) {
  .category .category__sub {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .category .category__sub {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1199px) {
  .category .category__sub {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.category .category__description p > a:not(.button):not(.ghost-button):not(.ghost-button:hover) {
  text-decoration: underline;
}
.category .category__products {
  margin: 5rem 0;
}
.category .category__filter .category__filter__number {
  padding-top: 9px;
  padding-bottom: 9px;
}
.category .category__filter .category__filter__sort {
  text-align: right;
  font-size: 15px;
  padding: 0 0 0 0.5rem;
}
.category .category__filter .category__filter__sort select {
  vertical-align: 1px;
  margin: 0 0 0 0.8rem;
  width: auto;
  display: inline-block;
  background-color: #e5e5e5;
  border: 0;
}
.category .category__no-results {
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  background: #F8F9F9;
}

.search_category__teasers {
  display: flex;
  overflow: scroll;
  gap: 1rem;
  margin-bottom: 2rem;
}
.search_category__teasers::-webkit-scrollbar {
  display: none;
}
.search_category__teasers {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.search_category__teasers .search-category-teaser {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border: 1px solid #eeeff0;
  transition: all 0.15s ease-in-out;
}
.search_category__teasers .search-category-teaser:hover {
  background: #eeeff0;
  border: 1px solid #006ead;
}
.search_category__teasers .search-category-teaser .search-category-teaser__image {
  mix-blend-mode: multiply;
  aspect-ratio: 1/1;
  width: 30px;
}
.search_category__teasers .search-category-teaser h3 {
  font: 700 1.2rem/1.5rem Karla;
  white-space: nowrap;
  margin: 0;
}
.search_category__teasers .search-category-teaser .fa, .search_category__teasers .search-category-teaser .fas, .search_category__teasers .search-category-teaser .far, .search_category__teasers .search-category-teaser .fal, .search_category__teasers .search-category-teaser .fab, .search_category__teasers .search-category-teaser .fa-solid, .search_category__teasers .search-category-teaser .fa-regular, .search_category__teasers .search-category-teaser .fa-light, .search_category__teasers .search-category-teaser .fa-brands {
  color: #006ead;
  font-size: 1rem;
}

.category__grid {
  display: grid;
  grid-gap: 1rem;
}
@media screen and (max-width: 1198px) {
  .category__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1199px) {
  .category__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1198px) {
  .category__grid--full-width {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1199px) {
  .category__grid--full-width {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1198px) {
  .category__grid .category__no-results {
    grid-column: span 2/span 2;
  }
}
@media screen and (min-width: 1199px) {
  .category__grid .category__no-results {
    grid-column: span 3/span 3;
  }
}

.filters .filters__title.filters__title--open {
  display: none;
}
.filters .filter {
  background: #eeeff0;
  margin: 0 0 20px;
  padding: 30px;
  font-family: Karla;
}
.filters .filter .filter__title {
  font: 700 17px/26px Karla;
  text-transform: none;
  margin: 0 0 2px;
  color: #006ead;
}
.filters .filter .filter__color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 0.25rem 0 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.filters .filter .filter__label {
  font: 700 14px/25px Karla;
  margin: 0;
  --filter-color: white;
}
.filters .filter .filter__label:before {
  opacity: 0.8;
  content: "";
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  display: inline-block;
  margin: 0 0.5rem 0 0;
  background: white url(../images/form__radio.svg) center center no-repeat;
  background-size: 100% 100%;
}
.filters .filter input:checked + label {
  color: #006ead;
  font-weight: 700;
}
.filters .filter input:checked + label:before {
  background: var(--filter-color) url(../images/form__radio--active.svg) center center no-repeat !important;
}
.filters .filter .filter__values li {
  line-height: 2.4rem;
}

@media screen and (max-width: 767px) {
  .filters {
    position: fixed;
    top: 0px;
    left: -100%;
    bottom: 0px;
    background: white;
    padding: 20px;
    z-index: 100;
    width: 100%;
    overflow-y: scroll;
    transition: left 0.2s;
  }
  .filters.filters--open {
    left: 0px;
    z-index: 99999999999;
  }
  .filters .filter {
    margin: 0px 0px 10px;
  }
  .filters .button:first-child, .filters .ghost-button:first-child {
    margin-bottom: 2rem;
  }
  .category .category__filter .category__filter__sort {
    padding: 0;
    display: inline-block !important;
  }
  .category .category__filter .category__filter__sort select {
    font-size: 1.2rem;
    margin: 0 1.5rem 0 0;
    float: left;
  }
  .category .category__filter .category__filter__sort .button, .category .category__filter .category__filter__sort .ghost-button {
    float: right;
  }
}
.product__details {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5rem;
}
.product .configurator {
  overflow: hidden;
}
.product .configurator--actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product .configurator--payment-methods {
  display: flex;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  row-gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product .configurator--payment-methods img {
  max-height: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.product .configurator--usps .usp-bar {
  margin: 0;
  font-size: 1.5rem;
}
.product .configurator--usps .usp-bar .list--usp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.product .configurator--usps .usp-bar .list--usp li {
  padding: 0;
  margin: 0;
}
.product .configurator--usps .usp-bar .list--usp li:before {
  font: var(--fa-font-regular);
  content: "\f058";
  width: 20px;
  height: 20px;
  font-size: 14px !important;
}
.product .configurator--summary {
  margin-top: 2rem;
}
.product .configurator--summary--list--item {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
  border-bottom: 1px solid #DEDFE1;
}
.product .configurator--summary--list--item .free {
  color: #12AC4D;
}
.product .configurator--summary--total--header {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  padding-top: 1.5rem;
  font-size: 1.6rem;
  color: #006ead;
}
.product .configurator--summary--total--header .total-title, .product .configurator--summary--total--header .total-amount {
  font-size: 2rem;
  font-weight: 700;
}
.product .configurator--summary--total--details {
  display: flex;
  justify-content: space-between;
  color: #282828;
}
.product .configurator .configurator--step {
  overflow: hidden;
}
.product .configurator .configurator--step:not(.configurator--step--static) + .configurator--step:not(.configurator--step--addon) {
  border-top: 1px solid #E5F0F7;
}
.product .configurator .configurator--step.configurator--step--static .configurator--step--header {
  cursor: default;
}
.product .configurator .configurator--step.configurator--step--static .configurator--step--header--number {
  display: none;
}
.product .configurator .configurator--step.configurator--step--static i.fa-chevron-down {
  display: none;
}
.product .configurator .configurator--step.configurator--step--static .configurator--step--content--wrapper {
  max-height: none;
  opacity: 1;
}
.product .configurator .configurator--step.configurator--step--addon {
  background-color: #F8F9F9;
  border-radius: 4px;
  margin-top: 2rem;
  padding: 0 2rem;
  border-top: 0;
}
.product .configurator .configurator--step.configurator--step--addon .fa-plus {
  display: inline-block;
  font-size: 1.2rem;
}
.product .configurator .configurator--step.configurator--step--addon.configurator--step--open .fa-plus {
  display: none;
}
.product .configurator .configurator--step.configurator--step--addon.configurator--step--open .fa-minus {
  display: inline-block;
  font-size: 1.2rem;
}
.product .configurator .configurator--step.configurator--step--addon .configurator--step--header--number {
  display: none;
}
.product .configurator .configurator--step.configurator--step--addon .configurator--step--header--title {
  font-size: 1.6rem;
}
.product .configurator .configurator--step.configurator--step--addon i.fa-chevron-down {
  display: none;
}
.product .configurator .configurator--step--addsubstep {
  padding-bottom: 1rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.6rem;
  color: #505050;
}
.product .configurator .configurator--step--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
  cursor: pointer;
  position: relative;
  font-size: 1.8rem;
}
.product .configurator .configurator--step--header .fa-plus, .product .configurator .configurator--step--header .fa-minus {
  display: none;
}
.product .configurator .configurator--step--header--title-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product .configurator .configurator--step--header--number {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  color: #006ead;
  background: #E5F0F7;
  border: 1px solid #006ead;
}
@media (max-width: 768px) {
  .product .configurator .configurator--step--header--number {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.2rem;
  }
}
.product .configurator .configurator--step--header--title {
  font-weight: 700;
  transition: transform 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product .configurator .configurator--step--header--title--selection {
  display: none;
  color: #006ead;
}
.product .configurator .configurator--step--header--title--selection--delete {
  color: #930032;
}
.product .configurator .configurator--step--header--title--selection--validation {
  color: #e4893c;
}
@media (max-width: 768px) {
  .product .configurator .configurator--step--header--title {
    font-size: 1.6rem;
  }
  .product .configurator .configurator--step--header--title--selection {
    display: block;
  }
}
.product .configurator .configurator--step--header--selection {
  font-weight: 700;
  color: #006ead;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product .configurator .configurator--step--header--selection--text {
  display: inline-block;
}
@media (max-width: 768px) {
  .product .configurator .configurator--step--header--selection {
    font-size: 1.6rem;
  }
  .product .configurator .configurator--step--header--selection--text {
    display: none;
  }
}
.product .configurator .configurator--step--header--selection > i {
  color: black;
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}
.product .configurator .configurator--step--header--selection--delete {
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  background: #930032;
  border-radius: 4px;
  padding: 0.3rem 1rem;
  transition: color 0.2s ease;
}
.product .configurator .configurator--step--header--selection--delete:hover {
  color: rgb(96, 0, 32.6530612245);
}
.product .configurator .configurator--step--header--selection--validation {
  color: #e4893c;
}
.product .configurator .configurator--step--header:hover .configurator--step--header--title {
  color: #005082;
}
.product .configurator .configurator--step--open .configurator--step--header--selection i.fa-chevron-down {
  transform: rotate(180deg);
}
.product .configurator .configurator--step--done .configurator--step--header--number {
  color: #005D24;
  background: #F3FBF6;
  border: 1px solid #005D24;
}
.product .configurator .configurator--step--validation-error .configurator--step--header--number {
  color: #e4893c;
  background: #fff4e6;
  border: 1px solid #e4893c;
}
.product .configurator .configurator--step--content--wrapper {
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.product .configurator .configurator--step--open .configurator--step--content--wrapper {
  max-height: 1500px;
  opacity: 1;
  transition: all 0.8s ease;
}
.product .configurator .configurator--step--content {
  padding: 0 0 2rem;
}
.product .configurator .configurator--step--content--validation-messages {
  margin: 1rem 0;
  color: #e4893c;
  background: #fff4e6;
  border: 1px solid #e4893c;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.product .configurator--options {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.75rem;
}
.product .configurator--options .option {
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.product .configurator--options .option--icon {
  height: 3rem;
}
.product .configurator--options .option--info {
  font-size: 2rem;
  color: #006ead;
}
.product .configurator--options .option--image {
  width: 11.75rem;
  height: 11.75rem;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  transition: all 0.2s ease-in-out;
  border: 1px solid #E5F0F7;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product .configurator--options .option--image {
    width: 9.8rem;
    height: 9.8rem;
  }
}
.product .configurator--options .option--image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease;
  background-color: red;
}
.product .configurator--options .option:hover .option--image {
  border-color: #006ead;
}
.product .configurator--options .option:hover .option--image:before {
  background-color: #E5F0F7;
}
.product .configurator--options .option input {
  display: none;
}
.product .configurator--options .option span {
  padding: 0.8rem 1.6rem;
  border: 1px solid #E5F0F7;
  background: #fff;
  border-radius: 4px;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  text-wrap: nowrap;
}
.product .configurator--options .option span:has(.option--image) {
  flex-direction: column;
  padding: 0;
  border: none;
}
.product .configurator--options .option span:has(.option--image):hover {
  border-color: transparent;
  background-color: transparent;
}
.product .configurator--options .option span > div {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
}
.product .configurator--options .option span:has(.option--color) {
  padding: 0.4rem 0.8rem 0.4rem 0.4rem;
}
.product .configurator--options .option span .option--color {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 4px;
}
.product .configurator--options .option span:hover {
  border-color: #006ead;
  background-color: #E5F0F7;
}
.product .configurator--options .option input:checked + span {
  color: #006ead;
  border-color: #006ead;
}
.product .configurator--options .option input:checked + span .option--image {
  border-color: #006ead;
}
.product .configurator--product-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.product .configurator--product-colors .option {
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.product .configurator--product-colors .option input {
  display: none;
}
.product .configurator--product-colors .option span {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product .configurator--product-colors .option span .option--image {
  width: 10rem;
  height: 10rem;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid white;
  transition: border-color 0.3s ease;
}
.product .configurator--product-colors .option span:hover .option--image {
  border-color: #006ead;
}
.product .configurator--product-colors .option input:checked + span {
  color: #006ead;
}
.product .configurator--product-colors .option input:checked + span .option--image {
  border-color: #006ead;
}
.product .configurator--tiers {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.product .configurator--tiers--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border: 1px solid #E5F0F7;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.product .configurator--tiers--item:hover, .product .configurator--tiers--item--selected {
  border-color: #006ead;
  background-color: #E5F0F7;
}
.product .configurator--tiers--item--total, .product .configurator--tiers--item--quantity {
  font-weight: 700;
}
.product .configurator--tiers--item--savings {
  font-size: 1.4rem;
  color: #005D24;
  background: #F3FBF6;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-weight: 700;
}
.product .configurator--tiers--item.active {
  border-color: #006ead;
}
.product .configurator--tiers--item.active .configurator--tiers--item--amount, .product .configurator--tiers--item.active .configurator--tiers--item--quantity {
  color: #006ead;
}
.product .configurator--tiers--custom-amount {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  padding: 1.6rem;
  background: #F8F9F9;
  border-radius: 4px;
}
.product .configurator--tiers--custom-amount--title {
  font-weight: 700;
  font-size: 1.6rem;
}
.product .configurator--tiers--custom-input {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.6rem;
  background: #F8F9F9;
  border-radius: 4px;
  font-size: 1.6rem;
}
.product .configurator--tiers--custom-input--label {
  font-weight: 700;
  font-size: 1.4rem;
}
.product .configurator--tiers--custom-input--help {
  font-size: 1.4rem;
}
.product .configurator--tiers--custom-input--error {
  color: #930032;
  font-size: 1.4rem;
}
.product .configurator--tiers--custom-input .input-wrapper {
  border-radius: 0.8rem;
  padding: 0.8rem;
  display: flex;
  gap: 1.6rem;
  background-color: white;
  border: 1px solid #fff;
  transition: border-color 0.3s ease;
}
.product .configurator--tiers--custom-input .input-wrapper:has(input:focus) {
  border-color: #006ead;
}
.product .configurator--tiers--custom-input .input-wrapper input {
  border: none;
  outline: none;
  padding: 0.8rem 1.2rem;
  font-size: 1.6rem;
  flex-grow: 1;
}
.product .configurator--tiers--custom-input.has-error .input-wrapper {
  border: 1px solid #930032;
}
.product .configurator--price-options {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.product .configurator--price-options .option {
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  display: flex;
}
.product .configurator--price-options .option input {
  display: none;
}
.product .configurator--price-options .option span {
  padding: 0.4rem 0;
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  text-wrap: nowrap;
}
.product .configurator--price-options .option span .option--label:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.2rem;
  text-align: center;
  border: 1px solid #DEDFE1;
  border-radius: 4px;
  margin-right: 0.8rem;
  color: transparent;
  transition: all 0.2s ease;
}
.product .configurator--price-options .option span:has(.option--color) {
  padding: 0.4rem 0.8rem 0.4rem 0.4rem;
}
.product .configurator--price-options .option span .option--color {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 4px;
}
.product .configurator--price-options .option span .option--price {
  font-weight: 700;
}
.product .configurator--price-options .option span:hover .option--label:before {
  border-color: #006ead;
}
.product .configurator--price-options .option input:checked + span .option--label:before {
  background-color: #006ead;
  border-color: #006ead;
  color: white;
}
.product .product__content {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin: 2rem 0;
  padding: 0rem 2rem 3rem;
  border-bottom: 1px solid #F8F9F9;
}
.product .product__title {
  font: 700 2.6rem/3.2rem Karla;
  margin: 0 0 1.5rem;
}
.product .product__main-image {
  border-radius: 8px;
  position: relative;
  background: #fff;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.product .product__main-image .product__images__zoom__prev, .product .product__main-image .product__images__zoom__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .product__main-image .product__images__zoom__prev {
  left: 0;
}
.product .product__main-image .product__images__zoom__next {
  right: 0;
}
.product .product__main-image iframe.product__images__video, .product .product__main-image > img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
}
.product .product__main-image__buttons {
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.product .product__main-image__buttons > .button, .product .product__main-image__buttons > .ghost-button {
  cursor: pointer;
  flex: 1;
}
.product .product__thumbs {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
.product .product__thumbs > :nth-child(n+4):after {
  display: block;
}
.product .product__thumbs > :nth-child(n+5) {
  display: none;
}
@media screen and (max-width: 767px) {
  .product .product__thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
  .product .product__thumbs > :nth-child(n+3):after {
    display: block;
  }
  .product .product__thumbs > :nth-child(n+4) {
    display: none;
  }
}
.product .product__thumbs__item {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid white;
  overflow: hidden;
  background: #fff;
}
.product .product__thumbs__item:after {
  display: none;
  content: attr(data-more-items);
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.product .product__thumbs__item > img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product .product__thumbs__item.active {
  border: 1px solid #006ead;
}
.product .product__thumbs__item .product__images__video {
  position: absolute;
  top: 0;
  right: 0;
  color: #006ead;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .product__thumbs__item .product__images__video:after {
  font-family: FontAwesome;
  content: "\f04b";
  font-size: 2.5rem;
}
.product .product__configuration {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  color: #505050;
  background: linear-gradient(#eeeff0 400px, white);
  padding: 2rem 2rem 2rem 3rem;
}
.product .product__configuration h2, .product .product__configuration .h2 {
  font-size: 22px;
  margin: 0 0 1.5rem;
  color: #006ead;
}
.product .product__configuration .product__configuration__row {
  line-height: 3.8rem;
}
.product .product__configuration .product__configuration__row label {
  width: 40%;
  float: left;
  letter-spacing: 0;
}
.product .product__configuration .product__configuration__row:not(.product__configuration__row--full) > div {
  width: 60%;
  float: right;
}
.product .product__configuration .product__configuration__row.product__configuration__row--details {
  margin: 0.75rem 0;
}
.product .product__configuration .product__configuration__row.product__configuration__row--pricing {
  margin: 0;
  line-height: 2rem;
  font-size: 1.5rem;
}
.product .product__configuration .product__configuration__row.product__configuration__row--total {
  color: #006ead;
  margin: 10px 0 0;
  font-size: 1.4rem;
}
.product .product__configuration .product__configuration__row.product__configuration__row--total .product__configuration__row--total__amount {
  font-size: 2rem;
  font-weight: 700;
}
.product .product__configuration .product__configuration__row.product__configuration__row--total .product__configuration__row--total__vat {
  font-style: italic;
  font-family: sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
}
.product .product__configuration .product__configuration__row.product__configuration__row--total .product__configuration__row--total__incl-vat {
  color: #505050;
}
.product .product__price-options {
  background: #006ead;
  color: white;
  line-height: 2.8rem;
  margin: -1px 0 0;
}
.product .product__price-options .product__price-options__content {
  padding: 1rem;
}
.product .product__price-options .product__price-options__content .product__price-option {
  clear: both;
  font-size: 1.35rem;
}
.product .product__price-options .product__price-options__content .product__price-option label {
  width: auto;
  float: none;
}
.product .product__price-details {
  background: white;
  color: #006ead;
  line-height: 2.8rem;
  margin: -1px 0 0;
}
.product .product__price-details .product__price-details__country {
  width: 18px;
  border-radius: 2px;
  margin: 0 0 0 3px;
}
.product .product__price-details .product__price-details__content {
  padding: 1rem 2rem;
}
.product .product__price-details .product__price-details__content table td {
  border-bottom: 1px solid #006ead;
}
.product .product__price-details .product__price-details__content table tr td:last-child {
  text-align: right;
}
.product .product__pricing {
  margin: 1rem 0;
}
.product .product__pricing .product__pricing__thuiswinkel {
  position: relative;
}
.product .product__pricing .product__pricing__thuiswinkel img {
  position: absolute;
  right: 0;
  width: 70px;
}
.product .product__conversion .button, .product .product__conversion .ghost-button {
  margin: 4px 0;
}
.product .product__conversion .product__conversion__delivery-time {
  margin: 1rem 0 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.product .product__conversion .product__conversion__delivery-time--engraving {
  margin: 0 0 1.5rem;
  color: #666666;
}
.product .product__conversion .product__conversion__cta .button, .product .product__conversion .product__conversion__cta .ghost-button {
  font-size: 16px;
  white-space: nowrap;
}
.product .product__conversion .product__conversion__engraving-quotation {
  padding-left: 0;
  font-size: 1.4rem;
  margin: 0 0 1.5rem;
}
.product .product__usp {
  margin: 1.3rem 0 0;
}
.product .product__tabs .nav-tabs {
  border: 0;
}
.product .product__tabs .nav-tabs > li > a {
  border: 0;
  margin: 0 1px 0 0;
  padding: 19px 25px;
  color: #333333;
  letter-spacing: 0;
  font: 700 14px/20px Karla;
  border-radius: 3px 3px 0 0;
  background: #DEDFE1;
}
.product .product__tabs .nav-tabs li li > a, .product .product__tabs .nav-tabs li:hover li > a {
  padding: 0.5rem 1rem;
}
.product .product__tabs .nav-tabs li.active > a {
  background: #F8F9F9;
  color: #505050;
}
.product .product__tabs .nav-tabs li:hover > a {
  border: 0;
  background: #006ead;
  color: white;
}
.product .product__tabs .tab-content {
  background: #F8F9F9;
  border: 0;
  padding: 40px 9%;
  font-size: 15px;
  line-height: 25px;
}
.product .product__tabs .tab-content p > a:not(.button):not(.ghost-button):not(.ghost-button:hover) {
  color: #006ead;
  text-decoration: underline;
}
.product .product__tabs .tab-content table {
  @extends .product__attributes table;
}
.product .product__attributes {
  font-size: 13px;
  line-height: 20px;
}
.product .product__attributes table {
  border-top: 1px solid #F8F9F9;
}
.product .product__attributes table tr td {
  padding: 0.25rem 0.5rem 0.2rem 0;
  border-bottom: 1px solid #F8F9F9;
}
.product .product__main-image {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .product .product__content.product__content--ewout {
    background: url(../storage/Decoratie/ewout.png) no-repeat right bottom 2rem;
    background-size: auto 40%;
  }
  .product .product__configuration {
    padding: 1.8rem;
  }
  .product .product__usp {
    margin: 2rem 0 0;
  }
  .product .product__usp li {
    margin: 0.3rem 0;
    float: none;
  }
  .product .product__usp li .fa, .product .product__usp li .fas, .product .product__usp li .far, .product .product__usp li .fal, .product .product__usp li .fab, .product .product__usp li .fa-solid, .product .product__usp li .fa-regular, .product .product__usp li .fa-light, .product .product__usp li .fa-brands {
    margin: 0 0.5rem 0 0;
  }
  .product .product__tabs .nav-tabs li a, .product .product__tabs .nav-tabs li.active a, .product .product__tabs .nav-tabs li:hover a {
    display: block;
    padding: 1rem;
    color: #a7a7a7;
  }
  .product .product__tabs .tab-content {
    padding: 2rem;
  }
}
.product-legacy .product__content {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin: 2rem 0;
  padding: 0rem 2rem 3rem;
  border-bottom: 1px solid #F8F9F9;
}
.product-legacy .product__content.product__content--ewout {
  background: url(../storage/Decoratie/ewout.png) no-repeat right top;
  background-size: auto 80%;
}
.product-legacy .product__content.product__content--ewout .list li, .product-legacy .product__content.product__content--ewout .menu__mobile__list li, .product-legacy .product__content.product__content--ewout .menu__container__main__list li, .product-legacy .product__content.product__content--ewout .menu .quick-menu ul li, .menu .quick-menu .product-legacy .product__content.product__content--ewout ul li {
  font-size: 1.6rem;
  line-height: 2rem;
}
.product-legacy .product__title {
  font: 700 2.6rem/3.2rem Karla;
}
.product-legacy .product__main-image {
  position: relative;
}
.product-legacy .product__main-image .product__main-image__price {
  position: absolute;
  top: 1rem;
  left: 0px;
  background: url(../images/teaser__tag.svg) no-repeat right center;
  background-size: auto 100%;
  color: white;
  padding: 0.6rem 2rem 0rem 1rem;
  font: 400 2.8rem/3rem Barlow;
  display: block;
}
.product-legacy .product__main-image .product__main-image__price small {
  font-size: 1.4rem;
  text-transform: lowercase;
}
.product-legacy .product__main-image .product__main-image__price sup {
  font-size: 1.7rem;
  vertical-align: 0rem;
  left: -3px;
}
.product-legacy .product__main-image .product__images__zoom__prev, .product-legacy .product__main-image .product__images__zoom__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 2rem;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.product-legacy .product__main-image .product__images__zoom__prev {
  left: 0;
}
.product-legacy .product__main-image .product__images__zoom__next {
  right: 0;
}
.product-legacy .product__main-image iframe.product__images__video, .product-legacy .product__main-image > img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
}
.product-legacy .product__set-cta {
  display: flex;
  font: 700 1.4rem/1.6rem Karla;
  align-items: center;
  background: #F8F9F9;
  margin: 0.5rem 0 3rem;
}
.product-legacy .product__set-cta .product__set-cta__pointer {
  background: url(../images/cta-arrow--red.svg) right center no-repeat;
  background-size: auto 100%;
  color: white;
  flex: 0 1;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.product-legacy .product__set-cta .product__set-cta__text {
  color: #005082;
  padding: 0rem 1.3rem;
  margin: 0 1rem 0 0;
  flex: 1 0;
}
.product-legacy .product__set-cta .product__set-cta__text a {
  font-weight: 400;
}
.product-legacy .product__configuration {
  background: linear-gradient(#eeeff0 400px, white);
  padding: 2rem 2rem 2rem 3rem;
}
.product-legacy .product__configuration h2, .product-legacy .product__configuration .h2 {
  font-size: 22px;
  margin: 0 0 1.5rem;
  color: #006ead;
}
.product-legacy .product__configuration {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  color: #505050;
}
.product-legacy .product__configuration .product__configuration__row {
  line-height: 3.8rem;
}
.product-legacy .product__configuration .product__configuration__row label {
  width: 40%;
  float: left;
  letter-spacing: 0;
}
.product-legacy .product__configuration .product__configuration__row:not(.product__configuration__row--full) > div {
  width: 60%;
  float: right;
}
.product-legacy .product__configuration .product__configuration__row.product__configuration__row--details {
  margin: 0.75rem 0;
}
.product-legacy .product__configuration .product__configuration__row.product__configuration__row--pricing {
  margin: 0;
  line-height: 2rem;
  font-size: 1.5rem;
}
.product-legacy .product__configuration .product__configuration__row.product__configuration__row--total {
  color: #006ead;
  margin: 10px 0 0;
  font-size: 1.4rem;
}
.product-legacy .product__configuration .product__configuration__row.product__configuration__row--total .product__configuration__row--total__amount {
  font-size: 2rem;
  font-weight: 700;
}
.product-legacy .product__configuration .product__configuration__row.product__configuration__row--total .product__configuration__row--total__vat {
  font-style: italic;
  font-family: sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
}
.product-legacy .product__configuration .product__configuration__row.product__configuration__row--total .product__configuration__row--total__incl-vat {
  color: #505050;
}
.product-legacy .product__price-options {
  background: #006ead;
  color: white;
  line-height: 2.8rem;
  margin: -1px 0 0;
}
.product-legacy .product__price-options .product__price-options__content {
  padding: 1rem;
}
.product-legacy .product__price-options .product__price-options__content .product__price-option {
  clear: both;
  font-size: 1.35rem;
}
.product-legacy .product__price-options .product__price-options__content .product__price-option label {
  width: auto;
  float: none;
}
.product-legacy .product__price-details {
  background: white;
  color: #006ead;
  line-height: 2.8rem;
  margin: -1px 0 0;
}
.product-legacy .product__price-details .product__price-details__country {
  width: 18px;
  border-radius: 2px;
  margin: 0 0 0 3px;
}
.product-legacy .product__price-details .product__price-details__content {
  padding: 1rem 2rem;
}
.product-legacy .product__price-details .product__price-details__content table td {
  border-bottom: 1px solid #006ead;
}
.product-legacy .product__price-details .product__price-details__content table tr td:last-child {
  text-align: right;
}
.product-legacy .product__pricing {
  margin: 1rem 0;
}
.product-legacy .product__pricing .product__pricing__thuiswinkel {
  position: relative;
}
.product-legacy .product__pricing .product__pricing__thuiswinkel img {
  position: absolute;
  right: 0;
  width: 70px;
}
.product-legacy .product__conversion .button, .product-legacy .product__conversion .ghost-button {
  margin: 4px 0;
}
.product-legacy .product__conversion .product__conversion__delivery-time {
  margin: 1rem 0 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.product-legacy .product__conversion .product__conversion__delivery-time--engraving {
  margin: 0 0 1.5rem;
  color: #666666;
}
.product-legacy .product__conversion .product__conversion__cta .button, .product-legacy .product__conversion .product__conversion__cta .ghost-button {
  font-size: 16px;
  white-space: nowrap;
}
.product-legacy .product__conversion .product__conversion__engraving-quotation {
  padding-left: 0;
  font-size: 1.4rem;
  margin: 0 0 1.5rem;
}
.product-legacy .product__usp {
  margin: 1.3rem 0 0;
}
.product-legacy .product__tabs .nav-tabs {
  border: 0;
}
.product-legacy .product__tabs .nav-tabs > li > a {
  border: 0;
  margin: 0 1px 0 0;
  padding: 19px 25px;
  color: #333333;
  letter-spacing: 0;
  font: 700 14px/20px Karla;
  border-radius: 3px 3px 0 0;
  background: #F8F9F9;
}
.product-legacy .product__tabs .nav-tabs li li > a, .product-legacy .product__tabs .nav-tabs li:hover li > a {
  padding: 0.5rem 1rem;
}
.product-legacy .product__tabs .nav-tabs li.active > a {
  background: rgb(253.6, 253.8, 253.8);
  color: #505050;
}
.product-legacy .product__tabs .nav-tabs li:hover > a {
  border: 0;
  background: #006ead;
  color: white;
}
.product-legacy .product__tabs .tab-content {
  background: rgb(253.6, 253.8, 253.8);
  border: 0;
  padding: 40px 9%;
  font-size: 15px;
  line-height: 25px;
}
.product-legacy .product__tabs .tab-content p > a:not(.button):not(.ghost-button):not(.ghost-button:hover) {
  color: #006ead;
  text-decoration: underline;
}
.product-legacy .product__tabs .tab-content table {
  @extends .product__attributes table;
}
.product-legacy .product__attributes {
  font-size: 13px;
  line-height: 20px;
}
.product-legacy .product__attributes table {
  border-top: 1px solid #F8F9F9;
}
.product-legacy .product__attributes table tr td {
  padding: 0.25rem 0.5rem 0.2rem 0;
  border-bottom: 1px solid #F8F9F9;
}
.product-legacy .product__thumbs .product__thumb {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0.25rem;
}
.product-legacy .product__thumbs .product__thumb > img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-legacy .product__thumbs .product__thumb.product__images__thumb--active {
  box-shadow: 0 0 0 1px #006ead;
}
.product-legacy .product__thumbs .product__thumb .product__images__video {
  position: absolute;
  top: 0;
  right: 0;
  color: #006ead;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-legacy .product__thumbs .product__thumb .product__images__video:after {
  font-family: FontAwesome;
  content: "\f04b";
  font-size: 2.5rem;
}
.product-legacy .product__main-image {
  cursor: pointer;
}
.product-legacy .product__icons {
  margin: 4rem 0 0;
}

@media screen and (max-width: 767px) {
  .product .product__content.product__content--ewout {
    background: url(../storage/Decoratie/ewout.png) no-repeat right bottom 2rem;
    background-size: auto 40%;
  }
  .product .product__configuration {
    padding: 1.8rem;
  }
  .product .product__usp {
    margin: 2rem 0 0;
  }
  .product .product__usp li {
    margin: 0.3rem 0;
    float: none;
  }
  .product .product__usp li .fa, .product .product__usp li .fas, .product .product__usp li .far, .product .product__usp li .fal, .product .product__usp li .fab, .product .product__usp li .fa-solid, .product .product__usp li .fa-regular, .product .product__usp li .fa-light, .product .product__usp li .fa-brands {
    margin: 0 0.5rem 0 0;
  }
  .product .product__tabs .nav-tabs li a, .product .product__tabs .nav-tabs li.active a, .product .product__tabs .nav-tabs li:hover a {
    display: block;
    padding: 1rem;
    color: #a7a7a7;
  }
  .product .product__tabs .tab-content {
    padding: 2rem;
  }
}
.set .button--sm {
  text-transform: uppercase;
  font-weight: 400;
}
.set .set__group {
  padding: 1rem 1.8rem 0.8rem;
  border: 1px solid #F8F9F9;
  margin: 0 0 2.2rem;
}
.set .set__group h1, .set .set__group .h1 {
  font: 700 2.1rem/3rem Karla;
}
.set .set__group h2, .set .set__group .h2 {
  font: 700 1.9rem/2.6rem Karla;
  color: #006ead;
}
.set .set__group h2:after, .set .set__group .h2:after {
  content: "\f068";
  font-family: FontAwesome;
  float: right;
}
.set .set__group .set__group__action {
  float: right;
  color: #4e8099;
  font-size: 1.4rem;
  line-height: 3rem;
}
.set .set__group .set__group__heading {
  cursor: pointer;
}
.set .set__group.set__group--intro {
  background: #005082;
  border-color: #005082;
}
.set .set__group.set__group--intro h1, .set .set__group.set__group--intro .h1, .set .set__group.set__group--intro h2, .set .set__group.set__group--intro .h2 {
  color: white;
}
.set .set__group.set__group--closed {
  background: #F8F9F9;
}
.set .set__group.set__group--closed .set__group__products {
  display: none;
}
.set .set__group.set__group--closed h2:after, .set .set__group.set__group--closed .h2:after {
  content: "\f067";
}
.set .set__summary {
  width: 100%;
  background: linear-gradient(#eeeff0 250px, white);
  padding: 2rem 2rem 2rem 3rem;
}
.set .set__summary.set__summary--sticky {
  position: fixed;
  top: 0px;
}
.set .set__summary .set__summary__process {
  color: #4f4f4f;
  margin: 2rem 0 0;
}
.set .set__summary .set__summary__process a {
  display: block;
  float: right;
  max-width: 35%;
  margin: 0 0 0 2rem;
}
.set .set__summary .set__summary__lines {
  margin: 1rem 0;
  font-size: 1.4rem;
}
.set .set__summary .set__summary__lines .set__summary__line td {
  padding: 0 0.5rem 1rem 0;
  vertical-align: top;
}

.checkout h1 {
  font-size: 2.6rem;
  margin: 0 0 2rem;
}
.checkout .h1 {
  font-size: 2.6rem;
}
.checkout .checkout__steps {
  display: flex;
  flex-direction: row;
}
.checkout .checkout__steps .checkout__step {
  flex-grow: 1;
  line-height: 7rem;
  font-size: 1.8rem;
  color: #4f4f4f;
  background: #F8F9F9;
}
.checkout .checkout__steps .checkout__step.checkout__step--current {
  color: white;
  background: #F8F9F9 url(../images/theme/menu-checkout.svg) center right 40px no-repeat;
  background-size: cover;
}
.checkout .checkout__steps .checkout__step.checkout__step--active {
  background: #006ead;
  color: rgba(255, 255, 255, 0.3);
}
.checkout .checkout__payment-methods .checkout__payment-method {
  margin: 0 0 0;
  padding: 1rem 2rem;
  border: 1px solid #eeeff0;
  line-height: 3.3rem;
}
.checkout .checkout__payment-methods .checkout__payment-method .checkout__payment-method__image {
  width: 3.1rem;
  vertical-align: center;
  margin: 0 1.8rem;
}
.checkout .checkout__payment-methods .checkout__payment-method .checkout__payment-method__sub-title {
  font: 400 1.2rem/2rem Karla;
}
.checkout .checkout__payment-methods input:checked + .form__label .checkout__payment-method {
  background: #eeeff0;
}
.checkout .checkout__payment-methods input:checked + .form__label .checkout__payment-method .checkout__payment-method__name {
  font-weight: 700;
}
.checkout .checkout__sidebar {
  background: linear-gradient(#eeeff0 300px, white);
  padding: 2rem 2rem 0rem 3rem;
  font-size: 1.6rem;
}
.checkout .checkout__sidebar h2, .checkout .checkout__sidebar .h2 {
  font-size: 22px;
  margin: 0 0 1.5rem;
  color: #006ead;
}
.checkout .checkout__content {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin: 2rem 2rem;
  padding: 2rem 0rem;
  border-bottom: 1px solid #F8F9F9;
  border-top: 1px solid #F8F9F9;
}
.checkout .checkout__callout {
  padding: 1.5rem 20% 0;
  font: 400 1.5rem/2.9rem Karla;
  background: url(../images/callout__arrow.svg) no-repeat top 0.5rem right 19%;
  background-size: 27px;
}
.checkout .checkout__callout.checkout__callout--small {
  text-align: center;
  padding: 1.5rem 10% 0 8%;
  background-position: top 0.5rem right 9%;
}

.shoppingcart .shoppingcart__line {
  margin-bottom: 2rem;
  padding: 1rem;
  border-top: 1px solid #cccccc;
  font: 400 1.4rem/2.3rem Karla;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__image {
  background: white;
  padding: 0.5rem;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__heading {
  font: 700 1.6rem/2.3rem Karla;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__specs {
  margin: 0.5rem 0 2rem;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__specs td {
  vertical-align: top;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__actions {
  line-height: 1.8rem;
  font-size: 1.4rem;
  margin: 1rem 0 0;
  display: flex;
  justify-content: space-between;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__actions .shoppingcart__line__action {
  color: black !important;
  text-decoration: none !important;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__actions .shoppingcart__line__action .fa, .shoppingcart .shoppingcart__line .shoppingcart__line__actions .shoppingcart__line__action .fas, .shoppingcart .shoppingcart__line .shoppingcart__line__actions .shoppingcart__line__action .far, .shoppingcart .shoppingcart__line .shoppingcart__line__actions .shoppingcart__line__action .fal, .shoppingcart .shoppingcart__line .shoppingcart__line__actions .shoppingcart__line__action .fab, .shoppingcart .shoppingcart__line .shoppingcart__line__actions .shoppingcart__line__action .fa-solid, .shoppingcart .shoppingcart__line .shoppingcart__line__actions .shoppingcart__line__action .fa-regular, .shoppingcart .shoppingcart__line .shoppingcart__line__actions .shoppingcart__line__action .fa-light, .shoppingcart .shoppingcart__line .shoppingcart__line__actions .shoppingcart__line__action .fa-brands {
  font-size: 1.2rem;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__prices {
  color: #006ead !important;
  font: 400 1.6rem/2.7rem Karla;
  text-align: right;
  margin: 0.3rem 0 0;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__prices span:last-child {
  margin-left: 3rem;
}
.shoppingcart .shoppingcart__line .shoppingcart__line__prices strong {
  font-size: 1.8rem;
}
.shoppingcart .shoppingcart__summary {
  font: 400 1.4rem/2.3rem Karla;
}
.shoppingcart .shoppingcart__summary .shoppingcart__summary__line div[class$=col-sm-3] {
  text-align: right;
}
.shoppingcart .shoppingcart__summary .shoppingcart__summary__totals {
  font: 400 1.6rem/2.7rem Karla;
  margin-top: 2rem;
}
.shoppingcart .shoppingcart__summary .shoppingcart__summary__totals .shoppingcart__summary__totals__row .total {
  color: #006ead;
  font-size: 2rem;
  font-weight: 700;
}

.artwork-upload {
  border-top: 1px solid #cccccc;
  margin: 0.7rem 0 0;
  padding: 2rem 0 0;
  position: relative;
}
.artwork-upload .artwork-upload__loading {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  font-size: 10rem;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.artwork-upload .artwork-upload__loading .fa, .artwork-upload .artwork-upload__loading .fas, .artwork-upload .artwork-upload__loading .far, .artwork-upload .artwork-upload__loading .fal, .artwork-upload .artwork-upload__loading .fab, .artwork-upload .artwork-upload__loading .fa-solid, .artwork-upload .artwork-upload__loading .fa-regular, .artwork-upload .artwork-upload__loading .fa-light, .artwork-upload .artwork-upload__loading .fa-brands {
  justify-self: center;
  align-self: center;
  margin: 0px auto;
}
.artwork-upload .artwork-upload__loading.artwork-upload__loading--on {
  display: flex;
}
.artwork-upload .artwork-upload__title {
  font: 700 1.6rem/2.4rem Karla;
  color: #006ead;
}
.artwork-upload .artwork-upload__title small {
  font-size: 1.3rem;
}
.artwork-upload .artwork-upload__actions {
  margin: 0 0 2rem;
}
.artwork-upload .artwork-upload__actions .button--creme, .artwork-upload .artwork-upload__actions .button.button--xs, .artwork-upload .artwork-upload__actions .button--xs.ghost-button {
  background: #e2dcd6;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2rem;
}
.artwork-upload .artwork-upload__files {
  padding: 4rem;
  background: #eeeff0;
  text-align: center;
  margin: 0 0 2rem;
}
.artwork-upload .artwork-upload__files .artwork-upload__files__info {
  padding: 1rem 0 2rem;
}
.artwork-upload .artwork-upload__files .artwork-upload__files__info small {
  color: #7f7f7f;
}
.artwork-upload .artwork-upload__files .artwork-upload__file {
  text-align: left;
  font-size: 1.3rem;
  margin: 0 0 1rem;
}
.artwork-upload .artwork-upload__files .artwork-upload__file .artwork_upload__file__preview {
  background: white;
  border: 1px solid #d2d5d1;
  min-height: 2rem;
  font-size: 1rem;
}
.artwork-upload .artwork-upload__files .artwork-upload__file .artwork_upload__file__preview .artwork_upload__file__preview__logo {
  opacity: 0.2;
  padding: 1rem 2rem;
  max-width: 100%;
}
.artwork-upload .artwork-upload__files .artwork-upload__file .artwork_upload__file__name {
  margin: 0 0 0.4rem;
}
.artwork-upload .artwork-upload__files .artwork-upload__file .artwork_upload__file__name span {
  word-break: break-all;
  margin: 0 8rem 0 0;
  display: block;
}
.artwork-upload .artwork-upload__files .artwork-upload__file .form__input, .artwork-upload .artwork-upload__files .artwork-upload__file .form .form__select, .form .artwork-upload .artwork-upload__files .artwork-upload__file .form__select, .artwork-upload .artwork-upload__files .artwork-upload__file .form .form__textarea, .form .artwork-upload .artwork-upload__files .artwork-upload__file .form__textarea {
  font-size: 1.2rem;
  line-height: 2rem;
}
.artwork-upload .artwork-upload__files .artwork-upload__file .artwork_upload__file__delete {
  float: right;
  color: inherit !important;
  text-decoration: none !important;
}
.artwork-upload .artwork-upload__files .form__input[type=file], .artwork-upload .artwork-upload__files .form [type=file].form__select, .form .artwork-upload .artwork-upload__files [type=file].form__select, .artwork-upload .artwork-upload__files .form [type=file].form__textarea, .form .artwork-upload .artwork-upload__files [type=file].form__textarea {
  background: none;
  border: 0;
  margin: 1rem auto 0;
  display: inline-block;
  width: auto;
}
.artwork-upload .artwork-upload__form {
  margin: 1rem 0 0 2.5rem;
}

@media screen and (max-width: 767px) {
  .artwork-upload .artwork-upload__form {
    margin: 1rem 0;
  }
  .artwork-upload .artwork-upload__files {
    padding: 2rem;
  }
  .checkout h1, .checkout .h1 {
    font-size: 2.2rem;
    margin: 0 0 1rem;
  }
  .checkout .checkout__steps {
    padding: 0 1.5rem;
  }
  .checkout .checkout__steps .checkout__step {
    text-align: center;
    line-height: 6rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0 1rem 0 0;
  }
  .checkout .checkout__steps .checkout__step.checkout__step--current, .checkout .checkout__steps .checkout__step.checkout__step--active {
    background-position: center right;
  }
  .checkout .checkout__callout {
    padding: 1.5rem 18% 0 6%;
    background-position: top 2rem right 7%;
  }
  .shoppingcart .shoppingcart__line .shoppingcart__line__prices {
    font: 400 1.6rem/2.7rem Karla;
    text-align: left;
    margin: 0.3rem 0 0;
  }
  .shoppingcart .shoppingcart__line .shoppingcart__line__prices span {
    width: 50%;
    float: left;
  }
  .shoppingcart .shoppingcart__line .shoppingcart__line__prices span:last-child {
    margin: 0;
    text-align: right;
  }
  .shoppingcart .shoppingcart__line .shoppingcart__line__prices strong {
    display: block;
    font-size: 1.8rem;
  }
}
.blog .blog__title {
  margin: 0 0 1rem;
}
.blog .blog__sub-title {
  margin: 1rem 0;
  color: #c5b9ad;
  font-size: 1.4rem;
}
.blog .blog__image {
  position: relative;
  margin: 0 0 20px;
}
.blog .blog__image .blog__image-copyright {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0.4rem 0.8rem;
}
.blog .blog__intro {
  font: 500 1.6rem/2.2rem Karla;
  margin: 0 0 2rem;
}
.blog .blog__content {
  margin: 1rem 0 0;
}
.blog .blog__content h2 {
  scroll-margin-top: 10rem;
}
.blog .blog__navigation {
  margin: 2rem 0 0;
}

.blog__sub-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0.5rem 0;
}
.blog__sub-tags .blog__tag {
  background: #006ead;
  border-radius: 0.4rem;
  color: white;
  font-size: 1.2rem;
  padding: 0.2rem 0.6rem;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2.5rem 0;
}
.blog-tags .blog-tags-label {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 1rem 0 0;
}
.blog-tags .blog-tag {
  background: #F8F9F9;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  padding: 0.2rem 0.6rem;
}
.blog-tags .blog-tag.active {
  background: #006ead;
  color: white;
}

.content-index {
  display: none;
}

.faq .sidebar .sidebar__category-tree li.active, .faq .sidebar .sidebar__category-tree ul li.active {
  font-weight: 700;
}
.faq .sidebar h3, .faq .sidebar .h3 {
  font-size: 1.7rem;
}
.faq .faq__questions {
  margin: 1rem 0 0;
}
.faq .faq__question {
  border-top: 1px solid #eeeff0;
  padding: 2rem 0;
}
.faq .faq__question .faq__question__title {
  font: 700 1.5rem/2.6rem Karla;
  cursor: pointer;
}
.faq .faq__question .faq__question__title:before {
  font-family: FontAwesome;
  content: "\f067";
  display: block;
  float: left;
  width: 3.3rem;
}
.faq .faq__question .faq__question__answer {
  display: none;
  padding: 1.5rem 0 0 3.3rem;
  font-family: Karla;
}
.faq .faq__question .faq__question__answer a:not(.button):not(.ghost-button):not(.ghost-button:hover) {
  text-decoration: underline;
}
.faq .faq__question.faq__question--open .faq__question__title:before {
  content: "\f068";
}
.faq .faq__question.faq__question--open .faq__question__answer {
  display: block;
}

.portal {
  font: 400 12px/23px Karla;
}
.portal strong {
  letter-spacing: 0;
  font-size: 13px;
}
.portal td {
  line-height: 2;
  vertical-align: top;
}
.portal h3 {
  font: 700 16px/20px Karla;
}
.portal h4 small {
  font: inherit;
  font-weight: lighter;
}
.portal .portal__breadcrumbs {
  color: #4f4f4f;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  line-height: 1.2rem;
}
.portal .portal__breadcrumbs a {
  text-decoration: none !important;
}
.portal .portal__heading {
  font: 700 31px/35px Karla;
  margin-bottom: 0;
}
.portal .portal__heading .portal__heading__suffix {
  font-weight: 100;
}
.portal .portal__return-home {
  float: right;
  color: #707070;
  margin-top: 12px;
}
.portal .portal__sidebar hr {
  margin: 18px 0;
}
.portal .portal__sidebar h4 {
  padding: 0 0.8rem;
}
.portal .portal__sidebar .portal__sidebar__list {
  font: 400 14px/17px Karla;
  margin: 0;
}
.portal .portal__sidebar .portal__sidebar__list li {
  margin: 0 0 12px;
  margin-bottom: 0.8rem;
}
.portal .portal__sidebar .portal__sidebar__list li a {
  text-decoration: none;
  padding: 0.8rem;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portal .portal__sidebar .portal__sidebar__list li a .badge {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
  font: 700 9px/17px Karla;
  background: #d9534f;
  height: 17px;
  min-width: 17px;
  border-radius: 17px;
  margin: 0 !important;
  padding: 0 5px;
  vertical-align: 1px;
}
.portal .portal__sidebar .portal__sidebar__list li:hover a {
  background: #eeeff0;
}
.portal .portal__sidebar .portal__sidebar__list li.active a {
  background: #eeeff0;
  color: #006ead;
}
.portal .portal__sidebar .portal__sidebar__list li.active:before a {
  color: rgb(0, 77.5722543353, 122);
}
.portal .portal__statuses {
  margin: 6px 0 0;
}
.portal .portal__statuses .portal__status {
  font: 700 15px/20px Karla;
  margin: 0 0 12px;
  display: flex;
}
.portal .portal__statuses .portal__status:before {
  font-size: 15px;
  font-family: "FontAwesome";
  color: rgb(167.5, 167.5, 167.5);
  content: "\f111";
  margin: 0 20px 0 0;
  text-align: center;
  flex: 0 0 18px;
}
.portal .portal__statuses .portal__status.portal__status--done:before {
  color: #12AC4D;
}
.portal .portal__statuses .portal__status.portal__status--todo {
  color: #505050;
}
.portal .portal__statuses .portal__status.portal__status--todo:before {
  font-size: 15px;
  content: "\f06a";
  color: #930032;
}
.portal .portal__documents h4, .portal .portal__documents .h4 {
  margin: 8px 20px 0 0;
}
.portal .portal__edit-link {
  color: #006ead;
}
.portal .portal__edit-link:hover {
  color: rgb(0, 77.5722543353, 122);
}
.dashboard-teaser {
  background: #F8F9F9;
  text-align: center;
  padding: 38px 20px 35px;
  margin: 7px 0px;
}
.dashboard-teaser .dashboard-teaser__icon {
  width: 136px;
  position: relative;
  margin: 0 auto 15px;
  background: white;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}
@media screen and (max-width: 766px) {
  .dashboard-teaser .dashboard-teaser__icon {
    width: 100px;
  }
}
.dashboard-teaser .dashboard-teaser__icon:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.dashboard-teaser .dashboard-teaser__icon.dashboard-teaser__icon--quotations {
  background-image: url(/images/portal/icons/quotations.svg);
}
.dashboard-teaser .dashboard-teaser__icon.dashboard-teaser__icon--orders {
  background-image: url(/images/portal/icons/orders.svg);
}
.dashboard-teaser .dashboard-teaser__icon.dashboard-teaser__icon--media-library {
  background-image: url(/images/portal/icons/media-library.svg);
}
.dashboard-teaser .dashboard-teaser__icon.dashboard-teaser__icon--account {
  background-image: url(/images/portal/icons/account.svg);
}
.dashboard-teaser .dashboard-teaser__icon .dashboard-teaser__icon__badge {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 40px;
  width: 40px;
  background: #930032;
  color: white;
  font: 700 18px/40px Karla;
  border-radius: 100%;
}
@media screen and (max-width: 766px) {
  .dashboard-teaser .dashboard-teaser__icon .dashboard-teaser__icon__badge {
    height: 30px;
    width: 30px;
    font: 700 18px/30px Karla;
  }
}
.dashboard-teaser .dashboard-teaser__title {
  font-size: 22px;
  line-height: 23px;
}
@media screen and (max-width: 1198px) {
  .dashboard-teaser .dashboard-teaser__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .dashboard-teaser .dashboard-teaser__title {
    font-size: 14px;
  }
}
.dashboard-teaser .dashboard-teaser__cta {
  color: #930032;
  font: 400 13px/20px Karla;
}

.print-proof-teaser {
  border: 1px solid #eeeff0;
  padding: 30px 35px;
  cursor: pointer;
  border-bottom: 0;
}
.print-proof-teaser.print-proof-teaser--muted {
  opacity: 0.4;
}
.print-proof-teaser.print-proof-teaser--info {
  background: #F8F9F9;
  cursor: default;
}
.print-proof-teaser .print-proof-teaser__status {
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  background: url(/images/form__radio--circle-thin.svg) top center no-repeat;
  background-size: contain;
  margin: 0 12px 40px 0;
}
.print-proof-teaser .print-proof-teaser__status.print-proof-teaser__status--approved {
  background-size: 90% auto;
  background-image: url(/images/form__radio--approved.svg);
}
.print-proof-teaser .print-proof-teaser__status.print-proof-teaser__status--info {
  background-image: url(/images/form__radio--info.svg);
}
.print-proof-teaser .print-proof-teaser__title {
  font-size: 18px;
  line-height: 20px;
}
.print-proof-teaser .print-proof-teaser__title.print-proof-teaser__title--approved {
  color: #12AC4D;
  margin: 0 0 12px;
}
.print-proof-teaser .print-proof-teaser__documents {
  display: flex;
}
.print-proof-teaser .print-proof-teaser__documents .print-proof-teaser__document {
  margin: 0 14px 20px 0;
  max-width: 50%;
}
.print-proof-teaser .print-proof-teaser__documents .print-proof-teaser__document img {
  max-width: 100%;
  max-height: 150px;
}

.print-proof-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1001;
  align-items: center;
  justify-content: center;
}
.print-proof-popup.print-proof-popup--open {
  display: flex;
}
.print-proof-popup .print-proof-popup__content {
  width: 90vw;
  height: 90vh;
  max-width: 1200px;
  max-height: 700px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .print-proof-popup .print-proof-popup__content {
    flex-direction: column;
  }
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__close {
  position: absolute;
  color: white;
  font-size: 50px;
  right: 0;
  top: -50px;
  cursor: pointer;
  transition: transform 0.2s;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__close:hover {
  transform: scale(1.1);
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__main {
  background: #F8F9F9;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__main .print-proof-popup__preview {
  flex: 1 1;
  display: flex;
  background: white;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__main .print-proof-popup__preview h3 {
  margin: auto;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__main .print-proof-popup__preview iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__main .print-proof-popup__preview iframe img {
  max-width: 100%;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__main .print-proof-popup__preview-footer {
  margin: 20px 0 0;
  flex: 0 0;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__main .print-proof-popup__preview-footer .print-proof-popup__cta {
  float: right;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__sidebar {
  background: #eeeff0;
  width: 30%;
  padding: 50px;
  overflow-y: scroll;
}
@media screen and (max-width: 991px) {
  .print-proof-popup .print-proof-popup__content .print-proof-popup__sidebar {
    width: 100%;
    padding: 30px;
  }
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__sidebar .print-proof-popup__form {
  font: 700 18px/21px Karla;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__sidebar .print-proof-popup__form .form__radio--circle .form__label {
  padding-left: 28px;
}
.print-proof-popup .print-proof-popup__content .print-proof-popup__sidebar .print-proof-popup__form .form__radio--circle .form__label:before {
  width: 23px;
  height: 23px;
  margin: -6px 0 0 0;
  left: 0;
}
.print-proof-popup .print-proof-popup__thumbs {
  display: flex;
  float: left;
}
.print-proof-popup .print-proof-popup__thumbs .print-proof-popup__thumb {
  margin: 0 14px 20px 0;
  max-width: 150px;
}
.print-proof-popup .print-proof-popup__thumbs .print-proof-popup__thumb img {
  max-width: 100%;
  max-height: 80px;
}

.line-selector .line-selector__item {
  font: 700 11px/18px Karla;
  padding: 27px;
}
.line-selector .line-selector__item a, .line-selector .line-selector__item a:hover {
  text-decoration: none;
}
.line-selector .line-selector__item.line-selector__item--active {
  background: url(/images/portal/line--active.svg) center right no-repeat;
  background-size: cover;
}

.conversion-totals {
  font-family: Karla;
}
.conversion-totals .total {
  font-weight: 700;
  font-size: 17px;
}
.conversion-totals .free {
  font-weight: 700;
  text-transform: uppercase;
  color: #12AC4D;
}

.portal .content h4 {
  font-size: 1.4rem;
  color: #333333;
}
.portal .content h4.active a {
  color: #930032 !important;
}
.portal .content h4 .fa, .portal .content h4 .fas, .portal .content h4 .far, .portal .content h4 .fal, .portal .content h4 .fab, .portal .content h4 .fa-solid, .portal .content h4 .fa-regular, .portal .content h4 .fa-light, .portal .content h4 .fa-brands {
  color: inherit;
}
.portal .button--sm, .portal .button--sm:hover {
  font-weight: 700;
  font-size: 14px;
}
.portal .button--xl, .portal .button--xl:hover {
  font-size: 1.8rem;
  line-height: 3.7rem;
}
.portal .portal__block {
  background: #F8F9F9;
  border-top: 2px solid #eeeff0;
  padding: 2rem;
}
.portal .portal__block .form__input, .portal .portal__block .form .form__select, .form .portal .portal__block .form__select, .portal .portal__block .form .form__textarea, .form .portal .portal__block .form__textarea {
  background: white;
  font: 400 1.2rem Karla;
}
.portal .portal__table {
  background: #F8F9F9;
  border-bottom: 1px solid rgba(197, 185, 173, 0.5);
  margin: 2rem 0 0;
}
.portal .portal__table td {
  vertical-align: top;
  font: 400 1.4rem/2rem Karla;
  padding: 1rem;
}
.portal .portal__table th {
  font: 700 1.4rem/2rem Karla;
  padding: 1rem;
}
.portal .portal__table tr.tr--bordered td {
  border-top: 1px solid rgba(197, 185, 173, 0.5);
}
.portal .portal__table .portal__table__title {
  font-weight: 700;
}
.portal .portal__heading__action {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  float: right;
}
.portal .artwork-upload .artwork-upload__actions button {
  font-size: 1.5rem;
  padding: 0.7rem 1rem;
  display: inline-block;
}
.portal .artwork-upload .artwork-upload__actions button.ghost-button {
  padding: 0.5rem 1rem;
}

.shipment-teaser .shipment-teaser__icon {
  font-size: 40px;
  color: #006ead;
  margin: 20px 0 15px;
}

.address__container .address {
  border: 1px solid #eeeff0;
  padding: 1.5rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
}

.edit, .edit:hover {
  opacity: 0.3;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #303030;
  color: white;
  line-height: 30px;
  width: 30px;
  text-align: center;
  transition: all 0.2s;
  z-index: 5;
}
.edit:hover, .edit:hover:hover {
  opacity: 1;
}
.edit.edit--right, .edit:hover.edit--right {
  left: auto;
  right: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body.is-waiting-for-load {
  position: relative;
}
body.is-waiting-for-load:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9998;
}
