/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=magnific-popup.css.map */
@charset "UTF-8";
/** Import Bootstrap functions */
/**
 * $target_size int Target pixel size
 * $initial_size int Initial pixel size
 * $initial_viewport_width int Initial viewport width for initial size
 *
 * return $target_viewport_width pixel Target viewport width for the given target pixel size.
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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(/wp-content/themes/naturalteak/dist/vendor/_/_/node_modules/slick-carousel/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#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%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -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: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/** Import everything from autoload */
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #525ddc;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #525ddc;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(37.9447115385, 49.8701923077, 187.5552884615);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure, .wp-caption {
  display: inline-block;
}

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

.figure-caption, .wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

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

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

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

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

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

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

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

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(206.56, 209.64, 245.2);
}

.table-hover .table-primary:hover {
  background-color: rgb(185.3508653846, 189.7794230769, 240.9091346154);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(185.3508653846, 189.7794230769, 240.9091346154);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .search-form .search-field, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control, .search-form .search-field, .comment-form input[type=text],
  .comment-form input[type=email],
  .comment-form input[type=url],
  .comment-form textarea {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand, .search-form .search-field::-ms-expand, .comment-form input[type=text]::-ms-expand,
.comment-form input[type=email]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .search-form .search-field:focus, .comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(188.0456730769, 192.3028846154, 241.4543269231);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.form-control::-webkit-input-placeholder, .search-form .search-field::-webkit-input-placeholder, .comment-form input[type=text]::-webkit-input-placeholder, .comment-form input[type=email]::-webkit-input-placeholder, .comment-form input[type=url]::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder, .search-form .search-field::-moz-placeholder, .comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form input[type=url]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder, .comment-form input[type=text]:-ms-input-placeholder, .comment-form input[type=email]:-ms-input-placeholder, .comment-form input[type=url]:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .search-form .search-field::-ms-input-placeholder, .comment-form input[type=text]::-ms-input-placeholder, .comment-form input[type=email]::-ms-input-placeholder, .comment-form input[type=url]::-ms-input-placeholder, .comment-form textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .search-form .search-field::placeholder, .comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .search-form .search-field:disabled, .comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled, .form-control[readonly], .search-form [readonly].search-field, .comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url],
.comment-form textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]), .search-form select.search-field:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value, .search-form select.search-field:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .search-form .input-group-sm > .form-control-plaintext.search-field, .comment-form .input-group-sm > input.form-control-plaintext[type=text],
.comment-form .input-group-sm > input.form-control-plaintext[type=email],
.comment-form .input-group-sm > input.form-control-plaintext[type=url],
.comment-form .input-group-sm > textarea.form-control-plaintext,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.search-form .input-group-sm > .input-group-prepend > .form-control-plaintext.search-submit,
.comment-form .input-group-sm > .input-group-prepend > input.form-control-plaintext[type=submit],
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.search-form .input-group-sm > .input-group-append > .form-control-plaintext.search-submit,
.comment-form .input-group-sm > .input-group-append > input.form-control-plaintext[type=submit], .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .search-form .input-group-lg > .form-control-plaintext.search-field, .comment-form .input-group-lg > input.form-control-plaintext[type=text],
.comment-form .input-group-lg > input.form-control-plaintext[type=email],
.comment-form .input-group-lg > input.form-control-plaintext[type=url],
.comment-form .input-group-lg > textarea.form-control-plaintext,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.search-form .input-group-lg > .input-group-prepend > .form-control-plaintext.search-submit,
.comment-form .input-group-lg > .input-group-prepend > input.form-control-plaintext[type=submit],
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.search-form .input-group-lg > .input-group-append > .form-control-plaintext.search-submit,
.comment-form .input-group-lg > .input-group-append > input.form-control-plaintext[type=submit] {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .search-form .input-group-sm > .search-field, .comment-form .input-group-sm > input[type=text],
.comment-form .input-group-sm > input[type=email],
.comment-form .input-group-sm > input[type=url],
.comment-form .input-group-sm > textarea,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.search-form .input-group-sm > .input-group-prepend > .search-submit,
.comment-form .input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-append > .btn,
.search-form .input-group-sm > .input-group-append > .search-submit,
.comment-form .input-group-sm > .input-group-append > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .search-form .input-group-sm > select.search-field:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.search-form .input-group-sm > .input-group-prepend > select.search-submit:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.search-form .input-group-sm > .input-group-append > select.search-submit:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .search-form .input-group-lg > .search-field, .comment-form .input-group-lg > input[type=text],
.comment-form .input-group-lg > input[type=email],
.comment-form .input-group-lg > input[type=url],
.comment-form .input-group-lg > textarea,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.search-form .input-group-lg > .input-group-prepend > .search-submit,
.comment-form .input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-append > .btn,
.search-form .input-group-lg > .input-group-append > .search-submit,
.comment-form .input-group-lg > .input-group-append > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .search-form .input-group-lg > select.search-field:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.search-form .input-group-lg > .input-group-prepend > select.search-submit:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.search-form .input-group-lg > .input-group-append > select.search-submit:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group, .search-form label, .comment-form p {
  margin-bottom: 1rem;
}

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .was-validated .search-form .search-field:valid, .search-form .was-validated .search-field:valid, .was-validated .comment-form input[type=text]:valid, .comment-form .was-validated input[type=text]:valid,
.was-validated .comment-form input[type=email]:valid,
.comment-form .was-validated input[type=email]:valid,
.was-validated .comment-form input[type=url]:valid,
.comment-form .was-validated input[type=url]:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, .form-control.is-valid, .search-form .is-valid.search-field, .comment-form input.is-valid[type=text],
.comment-form input.is-valid[type=email],
.comment-form input.is-valid[type=url],
.comment-form textarea.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .was-validated .search-form .search-field:valid:focus, .search-form .was-validated .search-field:valid:focus, .was-validated .comment-form input[type=text]:valid:focus, .comment-form .was-validated input[type=text]:valid:focus,
.was-validated .comment-form input[type=email]:valid:focus,
.comment-form .was-validated input[type=email]:valid:focus,
.was-validated .comment-form input[type=url]:valid:focus,
.comment-form .was-validated input[type=url]:valid:focus,
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus, .form-control.is-valid:focus, .search-form .is-valid.search-field:focus, .comment-form input.is-valid[type=text]:focus,
.comment-form input.is-valid[type=email]:focus,
.comment-form input.is-valid[type=url]:focus,
.comment-form textarea.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .search-form .search-field:valid ~ .valid-feedback, .search-form .was-validated .search-field:valid ~ .valid-feedback, .was-validated .comment-form input[type=text]:valid ~ .valid-feedback, .comment-form .was-validated input[type=text]:valid ~ .valid-feedback,
.was-validated .comment-form input[type=email]:valid ~ .valid-feedback,
.comment-form .was-validated input[type=email]:valid ~ .valid-feedback,
.was-validated .comment-form input[type=url]:valid ~ .valid-feedback,
.comment-form .was-validated input[type=url]:valid ~ .valid-feedback,
.was-validated .comment-form textarea:valid ~ .valid-feedback,
.comment-form .was-validated textarea:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .search-form .search-field:valid ~ .valid-tooltip,
.search-form .was-validated .search-field:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=text]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=text]:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=email]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=email]:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=url]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=url]:valid ~ .valid-tooltip,
.was-validated .comment-form textarea:valid ~ .valid-tooltip,
.comment-form .was-validated textarea:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .search-form .is-valid.search-field ~ .valid-feedback, .comment-form input.is-valid[type=text] ~ .valid-feedback,
.comment-form input.is-valid[type=email] ~ .valid-feedback,
.comment-form input.is-valid[type=url] ~ .valid-feedback,
.comment-form textarea.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.search-form .is-valid.search-field ~ .valid-tooltip,
.comment-form input.is-valid[type=text] ~ .valid-tooltip,
.comment-form input.is-valid[type=email] ~ .valid-tooltip,
.comment-form input.is-valid[type=url] ~ .valid-tooltip,
.comment-form textarea.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: rgb(113.4130434783, 221.0869565217, 138);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .was-validated .search-form .search-field:invalid, .search-form .was-validated .search-field:invalid, .was-validated .comment-form input[type=text]:invalid, .comment-form .was-validated input[type=text]:invalid,
.was-validated .comment-form input[type=email]:invalid,
.comment-form .was-validated input[type=email]:invalid,
.was-validated .comment-form input[type=url]:invalid,
.comment-form .was-validated input[type=url]:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, .form-control.is-invalid, .search-form .is-invalid.search-field, .comment-form input.is-invalid[type=text],
.comment-form input.is-invalid[type=email],
.comment-form input.is-invalid[type=url],
.comment-form textarea.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .was-validated .search-form .search-field:invalid:focus, .search-form .was-validated .search-field:invalid:focus, .was-validated .comment-form input[type=text]:invalid:focus, .comment-form .was-validated input[type=text]:invalid:focus,
.was-validated .comment-form input[type=email]:invalid:focus,
.comment-form .was-validated input[type=email]:invalid:focus,
.was-validated .comment-form input[type=url]:invalid:focus,
.comment-form .was-validated input[type=url]:invalid:focus,
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .search-form .is-invalid.search-field:focus, .comment-form input.is-invalid[type=text]:focus,
.comment-form input.is-invalid[type=email]:focus,
.comment-form input.is-invalid[type=url]:focus,
.comment-form textarea.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .search-form .search-field:invalid ~ .invalid-feedback, .search-form .was-validated .search-field:invalid ~ .invalid-feedback, .was-validated .comment-form input[type=text]:invalid ~ .invalid-feedback, .comment-form .was-validated input[type=text]:invalid ~ .invalid-feedback,
.was-validated .comment-form input[type=email]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type=email]:invalid ~ .invalid-feedback,
.was-validated .comment-form input[type=url]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type=url]:invalid ~ .invalid-feedback,
.was-validated .comment-form textarea:invalid ~ .invalid-feedback,
.comment-form .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .search-form .search-field:invalid ~ .invalid-tooltip,
.search-form .was-validated .search-field:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=text]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=text]:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=email]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=email]:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=url]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=url]:invalid ~ .invalid-tooltip,
.was-validated .comment-form textarea:invalid ~ .invalid-tooltip,
.comment-form .was-validated textarea:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .search-form .is-invalid.search-field ~ .invalid-feedback, .comment-form input.is-invalid[type=text] ~ .invalid-feedback,
.comment-form input.is-invalid[type=email] ~ .invalid-feedback,
.comment-form input.is-invalid[type=url] ~ .invalid-feedback,
.comment-form textarea.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.search-form .is-invalid.search-field ~ .invalid-tooltip,
.comment-form input.is-invalid[type=text] ~ .invalid-tooltip,
.comment-form input.is-invalid[type=email] ~ .invalid-tooltip,
.comment-form input.is-invalid[type=url] ~ .invalid-tooltip,
.comment-form textarea.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: rgb(238.8291139241, 161.6708860759, 169.0632911392);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline, .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check, .search-form .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label, .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .search-form .form-group, .search-form label, .form-inline .comment-form p, .search-form .comment-form p, .comment-form .form-inline p, .comment-form .search-form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .search-form .form-control, .search-form .search-field, .form-inline .comment-form input[type=text], .search-form .comment-form input[type=text], .comment-form .form-inline input[type=text], .comment-form .search-form input[type=text],
  .form-inline .comment-form input[type=email],
  .search-form .comment-form input[type=email],
  .comment-form .form-inline input[type=email],
  .comment-form .search-form input[type=email],
  .form-inline .comment-form input[type=url],
  .search-form .comment-form input[type=url],
  .comment-form .form-inline input[type=url],
  .comment-form .search-form input[type=url],
  .form-inline .comment-form textarea,
  .search-form .comment-form textarea,
  .comment-form .form-inline textarea,
  .comment-form .search-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, .search-form .input-group,
  .form-inline .custom-select,
  .search-form .custom-select {
    width: auto;
  }
  .form-inline .form-check, .search-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input, .search-form .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control, .search-form .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label, .search-form .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .search-form .search-submit, .comment-form input[type=submit] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn, .search-form .search-submit, .comment-form input[type=submit] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover, .btn:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus {
  text-decoration: none;
}
.btn:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus, .btn.focus, .search-form .focus.search-submit, .comment-form input.focus[type=submit] {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.btn.disabled, .search-form .disabled.search-submit, .comment-form input.disabled[type=submit], .btn:disabled, .search-form .search-submit:disabled, .comment-form input[type=submit]:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .search-form .search-submit:not(:disabled):not(.disabled), .comment-form input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .search-form .search-submit:not(:disabled):not(.disabled):active, .comment-form input[type=submit]:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .search-form .search-submit:not(:disabled):not(.disabled).active, .comment-form input[type=submit]:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled, .search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #525ddc;
  border-color: #525ddc;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(50.1862980769, 63.2091346154, 213.5637019231);
  border-color: rgb(42.2355769231, 55.5096153846, 208.7644230769);
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #525ddc;
  border-color: #525ddc;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(42.2355769231, 55.5096153846, 208.7644230769);
  border-color: rgb(40.0901442308, 52.6899038462, 198.1598557692);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
}

.btn-secondary, .search-form .search-submit, .comment-form input[type=submit] {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus, .btn-secondary.focus, .search-form .focus.search-submit, .comment-form input.focus[type=submit] {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .search-form .disabled.search-submit, .comment-form input.disabled[type=submit], .btn-secondary:disabled, .search-form .search-submit:disabled, .comment-form input[type=submit]:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .search-form .search-submit:not(:disabled):not(.disabled):active, .comment-form input[type=submit]:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .search-form .search-submit:not(:disabled):not(.disabled).active, .comment-form input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .search-form .show > .dropdown-toggle.search-submit, .comment-form .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .search-form .search-submit:not(:disabled):not(.disabled):active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .search-form .search-submit:not(:disabled):not(.disabled).active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .search-form .show > .dropdown-toggle.search-submit:focus, .comment-form .show > input.dropdown-toggle[type=submit]:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #525ddc;
  background-color: transparent;
  background-image: none;
  border-color: #525ddc;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #525ddc;
  border-color: #525ddc;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #525ddc;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #525ddc;
  border-color: #525ddc;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #525ddc;
  background-color: transparent;
}
.btn-link:hover {
  color: rgb(37.9447115385, 49.8701923077, 187.5552884615);
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .search-form .btn-group-lg > .search-submit, .comment-form .btn-group-lg > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .search-form .btn-group-sm > .search-submit, .comment-form .btn-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #525ddc;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .search-form .btn-group > .search-submit, .comment-form .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.search-form .btn-group-vertical > .search-submit,
.comment-form .btn-group-vertical > input[type=submit] {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.btn-group > .btn:hover, .search-form .btn-group > .search-submit:hover, .comment-form .btn-group > input[type=submit]:hover,
.btn-group-vertical > .btn:hover,
.search-form .btn-group-vertical > .search-submit:hover,
.comment-form .btn-group-vertical > input[type=submit]:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .search-form .btn-group > .search-submit:focus, .comment-form .btn-group > input[type=submit]:focus, .btn-group > .btn:active, .search-form .btn-group > .search-submit:active, .comment-form .btn-group > input[type=submit]:active, .btn-group > .btn.active, .search-form .btn-group > .active.search-submit, .comment-form .btn-group > input.active[type=submit],
.btn-group-vertical > .btn:focus,
.search-form .btn-group-vertical > .search-submit:focus,
.comment-form .btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .btn:active,
.search-form .btn-group-vertical > .search-submit:active,
.comment-form .btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .btn.active,
.search-form .btn-group-vertical > .active.search-submit,
.comment-form .btn-group-vertical > input.active[type=submit] {
  z-index: 1;
}
.btn-group .btn + .btn, .btn-group .search-form .search-submit + .btn, .search-form .btn-group .search-submit + .btn, .btn-group .search-form .btn + .search-submit, .search-form .btn-group .btn + .search-submit, .btn-group .search-form .search-submit + .search-submit, .search-form .btn-group .search-submit + .search-submit, .btn-group .comment-form input[type=submit] + .btn, .btn-group .comment-form .search-form input[type=submit] + .search-submit, .search-form .btn-group .comment-form input[type=submit] + .search-submit, .comment-form .btn-group input[type=submit] + .btn, .comment-form .btn-group .search-form input[type=submit] + .search-submit, .search-form .comment-form .btn-group input[type=submit] + .search-submit, .btn-group .comment-form .btn + input[type=submit], .btn-group .comment-form .search-form .search-submit + input[type=submit], .search-form .btn-group .comment-form .search-submit + input[type=submit], .comment-form .btn-group .btn + input[type=submit], .comment-form .btn-group .search-form .search-submit + input[type=submit], .search-form .comment-form .btn-group .search-submit + input[type=submit], .btn-group .comment-form input[type=submit] + input[type=submit], .comment-form .btn-group input[type=submit] + input[type=submit],
.btn-group .btn + .btn-group,
.btn-group .search-form .search-submit + .btn-group,
.search-form .btn-group .search-submit + .btn-group,
.btn-group .comment-form input[type=submit] + .btn-group,
.comment-form .btn-group input[type=submit] + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .search-form .btn-group + .search-submit,
.search-form .btn-group .btn-group + .search-submit,
.btn-group .comment-form .btn-group + input[type=submit],
.comment-form .btn-group .btn-group + input[type=submit],
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .search-form .search-submit + .btn,
.search-form .btn-group-vertical .search-submit + .btn,
.btn-group-vertical .search-form .btn + .search-submit,
.search-form .btn-group-vertical .btn + .search-submit,
.btn-group-vertical .search-form .search-submit + .search-submit,
.search-form .btn-group-vertical .search-submit + .search-submit,
.btn-group-vertical .comment-form input[type=submit] + .btn,
.btn-group-vertical .comment-form .search-form input[type=submit] + .search-submit,
.search-form .btn-group-vertical .comment-form input[type=submit] + .search-submit,
.comment-form .btn-group-vertical input[type=submit] + .btn,
.comment-form .btn-group-vertical .search-form input[type=submit] + .search-submit,
.search-form .comment-form .btn-group-vertical input[type=submit] + .search-submit,
.btn-group-vertical .comment-form .btn + input[type=submit],
.btn-group-vertical .comment-form .search-form .search-submit + input[type=submit],
.search-form .btn-group-vertical .comment-form .search-submit + input[type=submit],
.comment-form .btn-group-vertical .btn + input[type=submit],
.comment-form .btn-group-vertical .search-form .search-submit + input[type=submit],
.search-form .comment-form .btn-group-vertical .search-submit + input[type=submit],
.btn-group-vertical .comment-form input[type=submit] + input[type=submit],
.comment-form .btn-group-vertical input[type=submit] + input[type=submit],
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .search-form .search-submit + .btn-group,
.search-form .btn-group-vertical .search-submit + .btn-group,
.btn-group-vertical .comment-form input[type=submit] + .btn-group,
.comment-form .btn-group-vertical input[type=submit] + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .search-form .btn-group + .search-submit,
.search-form .btn-group-vertical .btn-group + .search-submit,
.btn-group-vertical .comment-form .btn-group + input[type=submit],
.comment-form .btn-group-vertical .btn-group + input[type=submit],
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child, .search-form .btn-group > .search-submit:first-child, .comment-form .btn-group > input[type=submit]:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.search-form .btn-group > .btn-group:not(:last-child) > .search-submit,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .search-form .btn-group > .search-submit:not(:first-child), .comment-form .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.search-form .btn-group > .btn-group:not(:first-child) > .search-submit,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split, .comment-form .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical .btn, .btn-group-vertical .search-form .search-submit, .search-form .btn-group-vertical .search-submit, .btn-group-vertical .comment-form input[type=submit], .comment-form .btn-group-vertical input[type=submit],
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn, .search-form .btn-group-vertical > .search-submit + .btn, .search-form .btn-group-vertical > .btn + .search-submit, .search-form .btn-group-vertical > .search-submit + .search-submit, .comment-form .btn-group-vertical > input[type=submit] + .btn, .comment-form .search-form .btn-group-vertical > input[type=submit] + .search-submit, .search-form .comment-form .btn-group-vertical > input[type=submit] + .search-submit, .comment-form .btn-group-vertical > .btn + input[type=submit], .comment-form .search-form .btn-group-vertical > .search-submit + input[type=submit], .search-form .comment-form .btn-group-vertical > .search-submit + input[type=submit], .comment-form .btn-group-vertical > input[type=submit] + input[type=submit],
.btn-group-vertical > .btn + .btn-group,
.search-form .btn-group-vertical > .search-submit + .btn-group,
.comment-form .btn-group-vertical > input[type=submit] + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.search-form .btn-group-vertical > .btn-group + .search-submit,
.comment-form .btn-group-vertical > .btn-group + input[type=submit],
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .search-form .btn-group-vertical > .search-submit:not(:first-child), .comment-form .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .search-form .btn-group-toggle > .search-submit, .comment-form .btn-group-toggle > input[type=submit],
.btn-group-toggle > .btn-group > .btn,
.search-form .btn-group-toggle > .btn-group > .search-submit,
.comment-form .btn-group-toggle > .btn-group > input[type=submit] {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .search-form .btn-group-toggle > .search-submit input[type=radio], .comment-form .btn-group-toggle > input[type=submit] input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.search-form .btn-group-toggle > .search-submit input[type=checkbox],
.comment-form .btn-group-toggle > input[type=submit] input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type=radio],
.comment-form .btn-group-toggle > .btn-group > input[type=submit] input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type=checkbox],
.comment-form .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .search-form .input-group > .search-field, .comment-form .input-group > input[type=text],
.comment-form .input-group > input[type=email],
.comment-form .input-group > input[type=url],
.comment-form .input-group > textarea,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus, .search-form .input-group > .search-field:focus, .comment-form .input-group > input[type=text]:focus,
.comment-form .input-group > input[type=email]:focus,
.comment-form .input-group > input[type=url]:focus,
.comment-form .input-group > textarea:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control, .search-form .input-group > .search-field + .form-control, .search-form .input-group > .form-control + .search-field, .search-form .input-group > .search-field + .search-field, .comment-form .input-group > input[type=text] + .form-control, .comment-form .search-form .input-group > input[type=text] + .search-field, .search-form .comment-form .input-group > input[type=text] + .search-field,
.comment-form .input-group > input[type=email] + .form-control,
.comment-form .search-form .input-group > input[type=email] + .search-field,
.search-form .comment-form .input-group > input[type=email] + .search-field,
.comment-form .input-group > input[type=url] + .form-control,
.comment-form .search-form .input-group > input[type=url] + .search-field,
.search-form .comment-form .input-group > input[type=url] + .search-field,
.comment-form .input-group > textarea + .form-control,
.comment-form .search-form .input-group > textarea + .search-field,
.search-form .comment-form .input-group > textarea + .search-field, .comment-form .input-group > .form-control + input[type=text], .comment-form .search-form .input-group > .search-field + input[type=text], .search-form .comment-form .input-group > .search-field + input[type=text], .comment-form .input-group > input[type=text] + input[type=text],
.comment-form .input-group > input[type=email] + input[type=text],
.comment-form .input-group > input[type=url] + input[type=text],
.comment-form .input-group > textarea + input[type=text],
.comment-form .input-group > .form-control + input[type=email],
.comment-form .search-form .input-group > .search-field + input[type=email],
.search-form .comment-form .input-group > .search-field + input[type=email],
.comment-form .input-group > input[type=text] + input[type=email],
.comment-form .input-group > input[type=email] + input[type=email],
.comment-form .input-group > input[type=url] + input[type=email],
.comment-form .input-group > textarea + input[type=email],
.comment-form .input-group > .form-control + input[type=url],
.comment-form .search-form .input-group > .search-field + input[type=url],
.search-form .comment-form .input-group > .search-field + input[type=url],
.comment-form .input-group > input[type=text] + input[type=url],
.comment-form .input-group > input[type=email] + input[type=url],
.comment-form .input-group > input[type=url] + input[type=url],
.comment-form .input-group > textarea + input[type=url],
.comment-form .input-group > .form-control + textarea,
.comment-form .search-form .input-group > .search-field + textarea,
.search-form .comment-form .input-group > .search-field + textarea,
.comment-form .input-group > input[type=text] + textarea,
.comment-form .input-group > input[type=email] + textarea,
.comment-form .input-group > input[type=url] + textarea,
.comment-form .input-group > textarea + textarea,
.input-group > .form-control + .custom-select,
.search-form .input-group > .search-field + .custom-select,
.comment-form .input-group > input[type=text] + .custom-select,
.comment-form .input-group > input[type=email] + .custom-select,
.comment-form .input-group > input[type=url] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
.input-group > .form-control + .custom-file,
.search-form .input-group > .search-field + .custom-file,
.comment-form .input-group > input[type=text] + .custom-file,
.comment-form .input-group > input[type=email] + .custom-file,
.comment-form .input-group > input[type=url] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.input-group > .custom-select + .form-control,
.search-form .input-group > .custom-select + .search-field,
.comment-form .input-group > .custom-select + input[type=text],
.comment-form .input-group > .custom-select + input[type=email],
.comment-form .input-group > .custom-select + input[type=url],
.comment-form .input-group > .custom-select + textarea,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.search-form .input-group > .custom-file + .search-field,
.comment-form .input-group > .custom-file + input[type=text],
.comment-form .input-group > .custom-file + input[type=email],
.comment-form .input-group > .custom-file + input[type=url],
.comment-form .input-group > .custom-file + textarea,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child), .search-form .input-group > .search-field:not(:last-child), .comment-form .input-group > input[type=text]:not(:last-child),
.comment-form .input-group > input[type=email]:not(:last-child),
.comment-form .input-group > input[type=url]:not(:last-child),
.comment-form .input-group > textarea:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .search-form .input-group > .search-field:not(:first-child), .comment-form .input-group > input[type=text]:not(:first-child),
.comment-form .input-group > input[type=email]:not(:first-child),
.comment-form .input-group > input[type=url]:not(:first-child),
.comment-form .input-group > textarea:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .search-form .search-submit, .search-form .input-group-prepend .search-submit, .input-group-prepend .comment-form input[type=submit], .comment-form .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit,
.input-group-append .comment-form input[type=submit],
.comment-form .input-group-append input[type=submit] {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn, .input-group-prepend .search-form .search-submit + .btn, .search-form .input-group-prepend .search-submit + .btn, .input-group-prepend .search-form .btn + .search-submit, .search-form .input-group-prepend .btn + .search-submit, .input-group-prepend .search-form .search-submit + .search-submit, .search-form .input-group-prepend .search-submit + .search-submit, .input-group-prepend .comment-form input[type=submit] + .btn, .input-group-prepend .comment-form .search-form input[type=submit] + .search-submit, .search-form .input-group-prepend .comment-form input[type=submit] + .search-submit, .comment-form .input-group-prepend input[type=submit] + .btn, .comment-form .input-group-prepend .search-form input[type=submit] + .search-submit, .search-form .comment-form .input-group-prepend input[type=submit] + .search-submit, .input-group-prepend .comment-form .btn + input[type=submit], .input-group-prepend .comment-form .search-form .search-submit + input[type=submit], .search-form .input-group-prepend .comment-form .search-submit + input[type=submit], .comment-form .input-group-prepend .btn + input[type=submit], .comment-form .input-group-prepend .search-form .search-submit + input[type=submit], .search-form .comment-form .input-group-prepend .search-submit + input[type=submit], .input-group-prepend .comment-form input[type=submit] + input[type=submit], .comment-form .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .search-form .search-submit + .input-group-text,
.search-form .input-group-prepend .search-submit + .input-group-text,
.input-group-prepend .comment-form input[type=submit] + .input-group-text,
.comment-form .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .search-form .input-group-text + .search-submit,
.search-form .input-group-prepend .input-group-text + .search-submit,
.input-group-prepend .comment-form .input-group-text + input[type=submit],
.comment-form .input-group-prepend .input-group-text + input[type=submit],
.input-group-append .btn + .btn,
.input-group-append .search-form .search-submit + .btn,
.search-form .input-group-append .search-submit + .btn,
.input-group-append .search-form .btn + .search-submit,
.search-form .input-group-append .btn + .search-submit,
.input-group-append .search-form .search-submit + .search-submit,
.search-form .input-group-append .search-submit + .search-submit,
.input-group-append .comment-form input[type=submit] + .btn,
.input-group-append .comment-form .search-form input[type=submit] + .search-submit,
.search-form .input-group-append .comment-form input[type=submit] + .search-submit,
.comment-form .input-group-append input[type=submit] + .btn,
.comment-form .input-group-append .search-form input[type=submit] + .search-submit,
.search-form .comment-form .input-group-append input[type=submit] + .search-submit,
.input-group-append .comment-form .btn + input[type=submit],
.input-group-append .comment-form .search-form .search-submit + input[type=submit],
.search-form .input-group-append .comment-form .search-submit + input[type=submit],
.comment-form .input-group-append .btn + input[type=submit],
.comment-form .input-group-append .search-form .search-submit + input[type=submit],
.search-form .comment-form .input-group-append .search-submit + input[type=submit],
.input-group-append .comment-form input[type=submit] + input[type=submit],
.comment-form .input-group-append input[type=submit] + input[type=submit],
.input-group-append .btn + .input-group-text,
.input-group-append .search-form .search-submit + .input-group-text,
.search-form .input-group-append .search-submit + .input-group-text,
.input-group-append .comment-form input[type=submit] + .input-group-text,
.comment-form .input-group-append input[type=submit] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .search-form .input-group-text + .search-submit,
.search-form .input-group-append .input-group-text + .search-submit,
.input-group-append .comment-form .input-group-text + input[type=submit],
.comment-form .input-group-append .input-group-text + input[type=submit] {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn, .search-form .input-group > .input-group-prepend > .search-submit, .comment-form .input-group > .input-group-prepend > input[type=submit],
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.search-form .input-group > .input-group-append:not(:last-child) > .search-submit,
.comment-form .input-group > .input-group-append:not(:last-child) > input[type=submit],
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .search-form .input-group > .input-group-append > .search-submit, .comment-form .input-group > .input-group-append > input[type=submit],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #525ddc;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(230.4639423077, 232.0240384615, 250.0360576923);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #525ddc;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #525ddc;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(82, 93, 220, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(82, 93, 220, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #525ddc;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(82, 93, 220, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(188.0456730769, 192.3028846154, 241.4543269231);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(188.0456730769, 192.3028846154, 241.4543269231, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(188.0456730769, 192.3028846154, 241.4543269231, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(188.0456730769, 192.3028846154, 241.4543269231);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: rgb(188.0456730769, 192.3028846154, 241.4543269231);
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #525ddc;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
          appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(230.4639423077, 232.0240384615, 250.0360576923);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #525ddc;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
       appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(230.4639423077, 232.0240384615, 250.0360576923);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #525ddc;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.custom-range::-ms-thumb:active {
  background-color: rgb(230.4639423077, 232.0240384615, 250.0360576923);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

.nav-link, .banner .nav a {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .banner .nav a:hover, .nav-link:focus, .banner .nav a:focus {
  text-decoration: none;
}
.nav-link.disabled, .banner .nav a.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item, .nav-tabs .banner .nav li, .banner .nav .nav-tabs li {
  margin-bottom: -1px;
}
.nav-tabs .nav-link, .nav-tabs .banner .nav a, .banner .nav .nav-tabs a {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .banner .nav a:hover, .banner .nav .nav-tabs a:hover, .nav-tabs .nav-link:focus, .nav-tabs .banner .nav a:focus, .banner .nav .nav-tabs a:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled, .nav-tabs .banner .nav a.disabled, .banner .nav .nav-tabs a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .banner .nav a.active, .banner .nav .nav-tabs a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .banner .nav a,
.banner .nav .nav-tabs .nav-item.show a,
.nav-tabs .banner .nav li.show .nav-link,
.nav-tabs .banner .nav li.show a,
.banner .nav .nav-tabs li.show .nav-link,
.banner .nav .nav-tabs li.show a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link, .nav-pills .banner .nav a, .banner .nav .nav-pills a {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .banner .nav a.active, .banner .nav .nav-pills a.active,
.nav-pills .show > .nav-link,
.nav-pills .banner .nav .show > a,
.banner .nav .nav-pills .show > a {
  color: #fff;
  background-color: #525ddc;
}

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

.nav-justified .nav-item, .nav-justified .banner .nav li, .banner .nav .nav-justified li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link, .navbar-nav .banner .nav a, .banner .nav .navbar-nav a {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .banner .nav a, .banner .nav .navbar-expand-sm .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .banner .nav a, .banner .nav .navbar-expand-md .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .banner .nav a, .banner .nav .navbar-expand-lg .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .banner .nav a, .banner .nav .navbar-expand-xl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .banner .nav a, .banner .nav .navbar-expand .navbar-nav a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .banner .nav a, .banner .nav .navbar-light .navbar-nav a {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .banner .nav a:hover, .banner .nav .navbar-light .navbar-nav a:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .banner .nav a:focus, .banner .nav .navbar-light .navbar-nav a:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .banner .nav a.disabled, .banner .nav .navbar-light .navbar-nav a.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .banner .nav .show > a, .banner .nav .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .banner .nav .active > a,
.banner .nav .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .banner .nav a.show,
.banner .nav .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .banner .nav a.active,
.banner .nav .navbar-light .navbar-nav a.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .banner .nav a, .banner .nav .navbar-dark .navbar-nav a {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .banner .nav a:hover, .banner .nav .navbar-dark .navbar-nav a:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .banner .nav a:focus, .banner .nav .navbar-dark .navbar-nav a:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .banner .nav a.disabled, .banner .nav .navbar-dark .navbar-nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .banner .nav .show > a, .banner .nav .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .banner .nav .active > a,
.banner .nav .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .banner .nav a.show,
.banner .nav .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .banner .nav a.active,
.banner .nav .navbar-dark .navbar-nav a.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

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

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

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #525ddc;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(37.9447115385, 49.8701923077, 187.5552884615);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #525ddc;
  border-color: #525ddc;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

.btn .badge, .search-form .search-submit .badge, .comment-form input[type=submit] .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #525ddc;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(42.2355769231, 55.5096153846, 208.7644230769);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(211, 158.25, 0);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(218.25, 223.5, 228.75);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(42.64, 48.36, 114.4);
  background-color: rgb(220.4, 222.6, 248);
  border-color: rgb(206.56, 209.64, 245.2);
}
.alert-primary hr {
  border-top-color: rgb(185.3508653846, 189.7794230769, 240.9091346154);
}
.alert-primary .alert-link {
  color: rgb(28.7923178808, 32.6547019868, 77.2476821192);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

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

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #525ddc;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

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

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

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

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #525ddc;
  border-color: #525ddc;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(42.64, 48.36, 114.4);
  background-color: rgb(206.56, 209.64, 245.2);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(42.64, 48.36, 114.4);
  background-color: rgb(185.3508653846, 189.7794230769, 240.9091346154);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(42.64, 48.36, 114.4);
  border-color: rgb(42.64, 48.36, 114.4);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

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

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  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;
}

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(42.2355769231, 55.5096153846, 208.7644230769) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #525ddc !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #525ddc !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(42.2355769231, 55.5096153846, 208.7644230769) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(211, 158.25, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */
html {
  overflow-x: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
}

a,
a:hover {
  color: #005e80;
  -webkit-transition: color 200ms, border 200ms;
  -o-transition: color 200ms, border 200ms;
  transition: color 200ms, border 200ms;
}

img {
  max-width: 100%;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.container-fluid {
  padding: 0;
  margin: 0 auto;
  max-width: 1760px;
}

.header-menu-underlay {
  z-index: 750;
}

.page-header h1 {
  font-family: "Lato";
  margin: 2rem 0;
  color: #444;
}

.content {
  padding-bottom: 3rem;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin: 0 auto;
  max-width: 1760px;
}

.home > .content {
  padding-bottom: 0;
}

.gf-nofield .ginput_container {
  display: none;
}

.footer-signup-form label {
  display: none !important;
}
.footer-signup-form .gf-nofield label {
  display: inline-block !important;
}

.xoo-cp-opac,
.xoo-cp-modal,
.xoo-cp-cont-opac {
  display: none !important;
}

div.DECHO {
  background: #F6F2CD;
  border-bottom: 2px solid red;
  border-top: 2px solid red;
  font-family: Courier;
  font-size: 12px;
}
div.DECHO h3 {
  font-size: 14px;
  max-width: 1300px;
  margin: 0 auto;
  text-transform: none;
}
div.DECHO pre {
  margin: 0 auto;
  overflow: auto;
  max-width: 1300px;
  width: 100%;
}

.button {
  display: inline-block;
  background-color: transparent;
  border: 2px solid;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem 3rem;
  position: relative;
}
.button.light {
  border-color: white;
  color: white;
}
.button.light:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: white;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.button.dark {
  border-color: #313A41;
  color: #313A41;
}
.button.dark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #313A41;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.button.block {
  display: block;
}
.button:hover {
  text-decoration: none;
}
.button:hover:before {
  opacity: 0.15;
}
.button.remove-item, .button.app-error {
  border-color: #c00027;
  color: #c00027;
}

.comment-list ol {
  list-style: none;
}

/** Search form */
.search-form label {
  font-weight: normal;
}

body:not(.wp-admin) table {
  width: 100%;
}
body:not(.wp-admin) table thead th {
  background: #eee;
}
body:not(.wp-admin) table tfoot tr,
body:not(.wp-admin) table tbody tr {
  border-bottom: 1px solid #e2e1e1;
}
body:not(.wp-admin) table tfoot tr:last-child,
body:not(.wp-admin) table tbody tr:last-child {
  border: none;
}
body:not(.wp-admin) table tfoot {
  border-top: 1px solid #e2e1e1;
}
body:not(.wp-admin) table th {
  padding: 10px;
  font-family: "Lato";
  font-weight: normal;
  font-size: 1.125rem;
}
body:not(.wp-admin) table td {
  color: #555;
  font-family: "Lato";
  padding: 10px;
}
body:not(.wp-admin) table .button {
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  display: block;
}
body:not(.wp-admin) table .button + .button {
  margin-top: 0.25rem;
}
body:not(.wp-admin) .woocommerce-table--order-details {
  margin: 0 0 30px 0;
}
body:not(.wp-admin) .woocommerce-table--order-details th + td, body:not(.wp-admin) .woocommerce-table--order-details th + th, body:not(.wp-admin) .woocommerce-table--order-details td + td, body:not(.wp-admin) .woocommerce-table--order-details td + th {
  text-align: right;
}
body:not(.wp-admin) .woocommerce-table--order-details thead th + td, body:not(.wp-admin) .woocommerce-table--order-details thead th + th, body:not(.wp-admin) .woocommerce-table--order-details thead td + td, body:not(.wp-admin) .woocommerce-table--order-details thead td + th {
  text-align: right;
}
body:not(.wp-admin) .woocommerce-table--order-details tfoot th {
  text-align: right;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
/** Captions */
/** Text meant only for screen readers */
body .mfp-bg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100000;
}
body .mfp-bg *, body .mfp-bg *:before, body .mfp-bg *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body .mfp-wrap {
  z-index: 100001;
}
body .mfp-content {
  z-index: 100003;
}
body .mfp-preloader {
  z-index: 100002;
}

.white-popup {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px auto;
  max-width: 500px;
  padding: 20px;
  position: relative;
  width: auto;
}
.white-popup *, .white-popup *:before, .white-popup *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.modal-content-popup {
  background: #fff;
  margin: 30px;
  padding: 30px;
  position: relative;
  width: calc(100% - 60px);
}
@media (min-width: 1260px) {
  .modal-content-popup {
    max-width: 1200px;
    margin: 20px auto;
    width: 100%;
  }
}

.please-wait-modal {
  background: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  margin: 20px auto;
  max-width: 200px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: auto;
}

.modal-alert-popup,
.modal-popup {
  background: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  margin: 20px auto;
  max-width: 300px;
  padding: 0 20px 20px 20px;
  position: relative;
}
.modal-alert-popup.success .modal-title,
.modal-popup.success .modal-title {
  background: #008012;
  width: calc(100% + 40px);
}
.modal-alert-popup .modal-title,
.modal-popup .modal-title {
  background: #d0202e;
  color: #fff;
  margin: 0 0 0 -20px;
  padding: 10px 20px;
  width: calc(100% + 40px);
}
.modal-alert-popup .buttons,
.modal-popup .buttons {
  text-align: center;
}
.modal-alert-popup button.button-ok, .modal-alert-popup button.button-yes, .modal-alert-popup button.button-no,
.modal-popup button.button-ok,
.modal-popup button.button-yes,
.modal-popup button.button-no {
  border: none;
  font-weight: bold;
  margin: 0 5px;
  padding: 3px 10px;
}
.modal-alert-popup button.button-ok, .modal-alert-popup button.button-yes,
.modal-popup button.button-ok,
.modal-popup button.button-yes {
  background: #008012;
  color: #fff;
}
.modal-alert-popup button.button-ok:hover, .modal-alert-popup button.button-yes:hover,
.modal-popup button.button-ok:hover,
.modal-popup button.button-yes:hover {
  background: rgb(0, 77, 10.828125);
}
.modal-alert-popup button.button-no,
.modal-popup button.button-no {
  background: #ffae42;
}
.modal-alert-popup.notice,
.modal-popup.notice {
  max-width: 700px;
}
.modal-alert-popup.notice .modal-title,
.modal-popup.notice .modal-title {
  background: #ffae42;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 0 -20px;
  padding: 10px 20px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  width: calc(100% + 40px);
}
.modal-alert-popup.notice .mfp-close,
.modal-popup.notice .mfp-close {
  color: #fff !important;
  opacity: 1;
}

.modal-popup.required input, .modal-popup.required textarea, .modal-popup.required select {
  background: #ffe7e6;
}

.modal-popup.email-modal {
  font-size: 18px;
  max-width: 700px;
}
.modal-popup.email-modal .email-field-container {
  margin: 20px 0 0 0;
}
.modal-popup.email-modal .email-field-container input {
  display: block;
  margin: 15px 0 0 0;
  padding: 5px 10px;
  width: 100%;
}
.modal-popup.email-modal .email-field-container textarea {
  display: block;
  height: 300px;
  margin: 15px 0 0 0;
  width: 100%;
}

.free-shipping-banner {
  color: #0f3847;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.15rem;
  line-height: 1.2;
  margin-top: 2rem;
  text-transform: uppercase;
}
@media (min-width: 620px) {
  .free-shipping-banner {
    padding-left: 4rem;
    padding-right: 2rem;
    position: relative;
    top: -13px;
    display: inline-block;
    z-index: 100;
  }
}
.free-shipping-banner strong {
  font-size: 1.25rem;
}
.free-shipping-banner br {
  display: block;
}
.free-shipping-banner p:last-child {
  margin-bottom: 0;
}

.brand {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: 0 7vw;
}
.brand img {
  min-width: 400px;
  max-width: 848px;
  width: 100%;
}

.header-collapse {
  background: white;
  border-top: 1px solid #ccc;
}

.search-block {
  margin: 20px auto;
  max-width: 300px;
}
@media (min-width: 620px) {
  .search-block {
    border-left: 1px solid #ccc;
    display: inline-block;
    max-width: none;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 0 0 30px;
  }
}
.search-block .cart-customlocation {
  margin-top: 0;
}
.search-block .trustpilot-reviews {
  color: #0f3847;
  display: inline-block;
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
  margin-top: 0;
  text-align: center;
}
.search-block a.head-my-account, .search-block a.head-my-account:visited {
  color: #0f3847;
  display: inline-block;
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
  margin-top: 0;
  text-align: center;
}
.search-block a.head-my-account:hover, .search-block a.head-my-account:visited:hover {
  color: #719bb6;
}
.search-block .separator {
  display: inline-block;
}

.woocommerce-product-search input {
  border: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25) inset;
  font-size: 1.125rem;
}
.woocommerce-product-search input::-webkit-input-placeholder {
  color: #b8bab6;
}
.woocommerce-product-search input::-moz-placeholder {
  color: #b8bab6;
}
.woocommerce-product-search input:-ms-input-placeholder {
  color: #b8bab6;
}
.woocommerce-product-search input::-ms-input-placeholder {
  color: #b8bab6;
}
.woocommerce-product-search input::placeholder {
  color: #b8bab6;
}
.woocommerce-product-search button[type=submit] {
  background-color: #0f3847;
  border: none;
  color: white;
  cursor: pointer;
}
.woocommerce-product-search button[type=submit]:hover {
  background-color: rgb(23.8953488372, 89.2093023256, 113.1046511628);
}

.separator {
  color: transparent;
  border-right: 1px solid #6c6d67;
}

a.cart-customlocation, a.cart-customlocation.button.block {
  border: none;
  color: #0f3847;
  display: inline-block;
  font-family: "Lato";
  font-size: 1.3rem;
  margin-left: 0.6rem;
  margin-right: 0.4rem;
  margin-top: 1rem;
  padding: 0;
  text-transform: capitalize;
}
a.cart-customlocation:hover, a.cart-customlocation.button.block:hover {
  color: #0f3847;
  text-decoration: none;
}
a.cart-customlocation:hover .cart-text, a.cart-customlocation.button.block:hover .cart-text {
  text-decoration: underline;
}
a.cart-customlocation .cart-icon, a.cart-customlocation.button.block .cart-icon {
  position: relative;
  top: -3px;
}
a.cart-customlocation .cart-count-badge, a.cart-customlocation.button.block .cart-count-badge {
  background: #c00027;
  border-radius: 10px;
  color: white;
  font-size: 0.7rem;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  right: 0;
  text-align: center;
  line-height: 14px;
}

.nav-block {
  position: relative;
  border-top: 1px solid #ccc;
  text-align: center;
}
@media (min-width: 1370px) {
  .nav-block {
    border: none;
    padding: 0 0 1em 0;
  }
}
.nav-block .padder {
  margin: 0 auto;
  max-width: 1760px;
  position: relative;
}
.nav-block .extras {
  display: block;
}
.nav-block .header-menu-toggle {
  position: relative;
  z-index: 509;
}
.sticky-nav-placeholder {
  left: 0;
  position: absolute;
  width: 100%;
}
.sticky-nav-placeholder.placed {
  left: auto;
  position: static;
  top: auto;
}

.sticky-nav {
  background: #0f3847;
  -webkit-backface-visibility: unset;
          backface-visibility: unset;
  display: block;
  padding: 10px 0 1px 0;
  position: relative;
  width: 100%;
  z-index: 600;
}
@media (min-width: 1370px) {
  .sticky-nav {
    padding: 0;
  }
}
.sticky-nav.sticky {
  left: 0;
  position: fixed;
  top: 0;
}

.nav-primary {
  display: none;
}
@media (min-width: 1370px) {
  .nav-primary {
    display: block;
    padding: 0.5em 0 0.7em 0;
  }
}
.nav-primary .menu-item {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.nav-primary .menu-item.special-item a, .nav-primary .menu-item.special-item a:visited {
  color: #719bb6;
}
.nav-primary .menu-item.special-item:hover a, .nav-primary .menu-item.special-item:hover a:visited {
  color: #719bb6;
}
.nav-primary .menu-item a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.15rem;
  text-transform: uppercase;
}
.nav-primary .menu-item a:hover {
  color: #719bb6;
}
.nav-primary .menu-item.active a {
  font-weight: bold;
  color: #719bb6;
}
.nav-primary .menu-item.active a .sub-menu a {
  font-weight: normal;
  color: #6c6d67;
}
.nav-primary .sub-menu {
  display: none;
  background: white;
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 250px;
  padding: 0;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  z-index: 99999;
}
.nav-primary .sub-menu .menu-item {
  display: block;
}
.nav-primary .sub-menu .menu-item a {
  font-size: 1rem;
  text-align: left;
  padding: 0.5rem 1.3rem;
}
.nav-primary .sub-menu .menu-item:first-child a {
  padding-top: 1rem;
}
.nav-primary .sub-menu .menu-item:last-child a {
  padding-bottom: 1rem;
}
@media screen and (min-width: 1370px) {
  .nav-primary .nav > .menu-item:hover .sub-menu {
    display: block;
  }
}

@media screen and (min-width: 1370px) {
  .nav-primary .menu-item {
    border: none;
  }
  .nav-primary .menu-item a {
    border-bottom: none;
  }
}
.flash-message {
  font-family: lato;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  z-index: 99999;
}
.flash-message.is-visible {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  opacity: 1;
  pointer-events: all;
}
.flash-message.success {
  background-color: rgb(175, 233, 167);
}
.flash-message.success .message-text,
.flash-message.success .fa {
  color: rgb(52, 88, 47);
}
.flash-message .message-text {
  display: inline-block;
  font-size: 1.25rem;
}
.flash-message .fa {
  cursor: pointer;
  position: absolute;
  font-size: 1.45rem;
  top: 1.3rem;
  right: 1rem;
}

.content-sidebar {
  margin-bottom: 1rem;
}

.sidebar-heading {
  background-color: #0f3847;
  color: white;
  font-family: "Lato";
  font-size: 5vw;
  font-weight: normal;
  margin-bottom: 0;
  padding: 5.25vw 2vw;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 425px) {
  .sidebar-heading {
    font-size: 1.25rem;
    padding: 1rem;
  }
}

.sidebar-list {
  margin: 0;
  padding-left: 0;
}

.sidebar-list-item {
  list-style-type: none;
}
.sidebar-list-item a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e2e1e1;
  color: #0f3847;
  display: block;
  font-family: "Lato";
  font-weight: bold;
  font-size: 4vw;
  text-transform: uppercase;
  padding: 3vw 0 3vw 8vw;
}
.sidebar-list-item a .fa {
  margin-right: 0.5rem;
}
.sidebar-list-item a:hover {
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .sidebar-list-item a {
    font-size: 1.5rem;
  }
}
.sidebar-list-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidebar-list-item.active a {
  color: rgb(23.8953488372, 89.2093023256, 113.1046511628);
  background: #f3f3f3;
}
.sidebar-list-item:last-child a {
  border-bottom: none;
}

.promo-banner {
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30vw;
  text-transform: uppercase;
  text-align: center;
  padding: 1.5rem;
  position: relative;
  margin-bottom: 30px;
}
.promo-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.35)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
  z-index: 1;
}
.promo-banner video {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-banner .container-fluid {
  position: relative;
  z-index: 5;
}

.promo-banner-title,
.promo-banner-subtitle {
  color: white;
  font-family: "Lato";
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.68);
  margin-bottom: 0;
}

.promo-banner-title {
  font-size: 5vw;
  font-weight: 400;
  margin-bottom: -1vw;
}

.promo-banner-subtitle {
  font-size: 3.5vw;
}

.promo-banner-button {
  border-radius: 1.5vw;
  margin-top: 3vw;
  font-size: 4vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.promo-banner-button .fa {
  font-size: 3vw;
  position: relative;
  top: -0.25vw;
  margin-left: 0.25rem;
}
@media screen and (min-width: 680px) {
  .promo-banner-button {
    border-radius: 10px;
    font-size: 1.7rem;
  }
  .promo-banner-button .fa {
    font-size: 1.25rem;
  }
}

.featured-category-row {
  margin-bottom: 10vw;
}
@media screen and (min-width: 1200px) {
  .featured-category-row {
    margin-bottom: 7rem;
  }
}

.featured-category {
  background-color: #6c6d68;
  color: white;
  font-family: "Lato";
  padding: 1rem;
  text-align: center;
  max-width: 1370px;
  margin: 0 auto;
}

.featured-category-text {
  padding: 1.5rem 0 1rem;
}

.featured-category-text-content {
  max-width: 480px;
  margin: 0 auto;
}

.featured-category-title {
  text-transform: uppercase;
  font-size: 1.5rem;
}
@media screen and (min-width: 800px) {
  .featured-category-title {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1850px) {
  .featured-category-title {
    font-size: 4rem;
  }
}

.featured-category-description {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.featured-category-button {
  border-radius: 5px;
}

.featured-category-image-container {
  position: relative;
}
.featured-category-image-container img, .featured-category-image-container video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 799px) {
  .featured-image-container {
    padding-top: 56.25%;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .featured-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .featured-category > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .featured-category-image-container {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .featured-category-text {
    padding: 7vw 2rem 7vw 3rem;
  }
  .featured-category-title {
    margin-bottom: 1.5rem;
  }
  .featured-category-description {
    font-size: 2.25vw;
    line-height: 1.25;
  }
}
@media screen and (min-width: 960px) {
  .featured-category-description {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.secondary-categories-row {
  margin-bottom: 4vw;
}
@media screen and (min-width: 900px) {
  .secondary-categories-row {
    margin-bottom: 3rem;
  }
}

.secondary-categories {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .secondary-categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 1050px) {
  .secondary-categories {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.secondary-category {
  font-family: "Lato", sans-serif;
  margin-bottom: 2rem;
}

.secondary-category-image {
  margin-bottom: 0.75rem;
  width: 100%;
}

.secondary-category-title {
  color: #0f3847;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 750px) {
  .secondary-category-title {
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
  }
}

.secondary-category-link {
  color: #c00027;
  font-family: "Lato";
  text-transform: uppercase;
}
.secondary-category-link .fa {
  margin-left: 0.5rem;
  font-size: 0.8em;
}
.secondary-category-link:hover {
  color: #c00027;
}
@media screen and (min-width: 750px) {
  .secondary-category-link {
    font-size: 1.25rem;
  }
}

.featured-products-row {
  margin-bottom: 10vw;
}
@media screen and (min-width: 750px) {
  .featured-products-row {
    margin-bottom: 4.5rem;
  }
}

.featured-products {
  max-width: 1375px;
  margin-right: auto;
  margin-left: auto;
}

.featured-product {
  background-size: cover;
  background-position: center;
  height: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 1.5vw;
  overflow: hidden;
}
.featured-product:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}

.featured-product-content {
  color: white;
  text-align: center;
  position: relative;
  padding: 0 5% 7vw;
  z-index: 5;
}
.featured-product-content > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.featured-product-title {
  font-family: "Lato";
  font-size: 6vw;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media screen and (min-width: 418px) {
  .featured-product-title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 680px) {
  .featured-product-content {
    padding-bottom: 4vw;
  }
  .featured-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .featured-products > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
            flex: 1 0 48%;
  }
  .featured-products-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-left: 1.5vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .featured-products-main .featured-product {
    margin-bottom: 0;
  }
  .featured-products-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .featured-products-secondary .featured-product {
    height: 25vw;
  }
  .featured-products-secondary .featured-product:last-child {
    margin-bottom: 0;
  }
  .featured-product {
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1150px) {
  .featured-products-main {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
    padding-left: 1vw;
  }
  .featured-products-secondary {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
  }
  .featured-products-secondary .featured-product {
    height: 15vw;
    margin-bottom: 1vw;
  }
}
.acc-title {
  color: #6c6d68;
  font-family: "Lato";
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10vw;
  position: relative;
}
.acc-title:before {
  content: "";
  background-color: #dab77e;
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 100%;
  height: 6px;
  z-index: 1;
}
.acc-title span {
  background-color: white;
  display: inline-block;
  padding: 0 1.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 750px) {
  .acc-title {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1050px) {
  .accessories-row .secondary-categories {
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .accessories-row .secondary-category {
    padding: 0;
    max-width: 365px;
  }
}
.page-title {
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
  text-align: center;
  padding: 8vw 20px;
  margin-bottom: 6vw;
  font-family: "Lato";
  font-size: 8vw;
  line-height: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.page-title:before {
  content: "";
  background-color: #586368;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.page-title .page-title-text {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 650px) {
  .page-title {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-title {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .page-title {
    padding: 5.6rem 20px;
  }
}

.onsale {
  position: absolute;
  z-index: 99;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNTAgMTUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNTAgMTUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cgkuc3Qxe2ZpbGw6Izc0NzQ2Rjt9Cjwvc3R5bGU+Cjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTUwLDE0OS42IDE1MCw4NiA2NCwwIDAuNCwwICIvPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik04Mi4yLDQyLjRjLTAuMiwwLjEtMC40LDAuMS0wLjUsMGMtMC4xLDAtMC4zLTAuMS0wLjQtMC4yYy0wLjEtMC4xLTAuMi0wLjMtMC4zLTAuNWMtMC4xLTAuMi0wLjEtMC41LTAuMi0wLjgKCQljLTAuMS0wLjMtMC4yLTAuNi0wLjQtMXMtMC40LTAuNy0wLjgtMS4xYy0wLjMtMC4zLTAuNy0wLjYtMS0wLjdjLTAuMy0wLjItMC42LTAuMy0wLjktMC4zYy0wLjMsMC0wLjYsMC0wLjksMC4xcy0wLjUsMC4zLTAuOCwwLjUKCQljLTAuMywwLjMtMC41LDAuNi0wLjUsMXMwLDAuOCwwLjIsMS4yYzAuMSwwLjQsMC4zLDAuOSwwLjYsMS4zYzAuMiwwLjUsMC41LDAuOSwwLjcsMS40YzAuMiwwLjUsMC41LDEsMC42LDEuNQoJCWMwLjIsMC41LDAuMywxLDAuMywxLjZzLTAuMSwxLjEtMC4zLDEuNmMtMC4yLDAuNS0wLjYsMS4xLTEuMSwxLjZjLTAuNiwwLjYtMS4yLDEtMS45LDEuM2MtMC43LDAuMy0xLjQsMC41LTIuMiwwLjQKCQlzLTEuNS0wLjItMi4zLTAuNWMtMC44LTAuMy0xLjUtMC44LTIuMi0xLjVjLTAuNC0wLjQtMC44LTAuOC0xLjEtMS4zYy0wLjMtMC41LTAuNi0xLTAuOC0xLjVjLTAuMi0wLjUtMC40LTEtMC41LTEuNQoJCWMtMC4xLTAuNS0wLjItMS0wLjItMS41bDEuOC0wLjRjMC4xLDAsMC4zLDAsMC40LDBjMC4xLDAsMC4zLDAuMSwwLjQsMC4yYzAuMSwwLjEsMC4yLDAuNCwwLjMsMC43YzAsMC4zLDAuMSwwLjYsMC4yLDEKCQljMC4xLDAuNCwwLjIsMC44LDAuNCwxLjJjMC4yLDAuNCwwLjUsMC45LDAuOSwxLjNjMC43LDAuNywxLjMsMSwyLDEuMWMwLjcsMCwxLjMtMC4yLDEuOS0wLjhjMC4zLTAuMywwLjUtMC43LDAuNi0xLjEKCQljMC0wLjQsMC0wLjgtMC4xLTEuMmMtMC4xLTAuNC0wLjMtMC44LTAuNi0xLjNjLTAuMy0wLjQtMC41LTAuOS0wLjctMS40Yy0wLjItMC41LTAuNS0xLTAuNi0xLjVjLTAuMi0wLjUtMC4zLTEtMC4zLTEuNgoJCWMwLTAuNSwwLjEtMS4xLDAuMy0xLjZjMC4yLTAuNiwwLjYtMS4xLDEuMi0xLjdjMC41LTAuNSwxLTAuOCwxLjYtMS4xYzAuNi0wLjMsMS4zLTAuNCwyLTAuNHMxLjQsMC4yLDIuMSwwLjUKCQljMC43LDAuMywxLjQsMC44LDIuMSwxLjVjMC43LDAuNywxLjMsMS42LDEuNywyLjRjMC40LDAuOSwwLjYsMS43LDAuNiwyLjZMODIuMiw0Mi40eiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTg1LjMsNjYuMmwtMS44LTEuOGMtMC4yLTAuMi0wLjMtMC40LTAuMy0wLjdjMC0wLjIsMC0wLjUsMC4xLTAuN2wxLjYtMy41bC01LjItNS4ybC0zLjUsMS42CgkJQzc1LjksNTYsNzUuNyw1Niw3NS40LDU2Yy0wLjIsMC0wLjUtMC4xLTAuNy0wLjNsLTEuOC0xLjhsMTcuNi03LjdsMi40LDIuNEw4NS4zLDY2LjJ6IE04NS45LDU3LjJsMi43LTUuNwoJCWMwLjEtMC4zLDAuMy0wLjYsMC40LTAuOWMwLjItMC4zLDAuNC0wLjcsMC42LTEuMWMtMC40LDAuMi0wLjcsMC40LTEuMSwwLjZjLTAuMywwLjItMC42LDAuMy0wLjksMC40bC01LjcsMi43TDg1LjksNTcuMnoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik05NS45LDcyLjlMOTQsNzQuOWwtNy40LTcuNGwxMi42LTEyLjZsMi40LDIuNEw5MC45LDY3LjlMOTUuOSw3Mi45eiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTEwOC44LDY4LjFsLTMuNSwzLjVsNC40LDQuNGwtMS44LDEuOGwtNC40LTQuNEw5OS45LDc3bDUuNiw1LjZsLTEuOSwxLjlsLTgtOGwxMi42LTEyLjZsOCw4bC0xLjksMS45CgkJTDEwOC44LDY4LjF6Ii8+CjwvZz4KPC9zdmc+Cg==);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  text-indent: -99999rem;
  width: 18vw;
  height: 18vw;
}

.single-product + .related-slider > .wrapper {
  margin: 0 !important;
  width: 100% !important;
}

.related-slider .wrapper,
.product-slider .wrapper {
  background: #fff;
  padding: 20px;
}
@media (min-width: 1230px) {
  .related-slider .wrapper,
  .product-slider .wrapper {
    padding-bottom: 80px;
  }
}
.related-slider h1,
.product-slider h1 {
  padding: 0 20px;
}
@media (min-width: 680px) {
  .related-slider h1,
  .product-slider h1 {
    padding: 0 60px;
  }
}
.related-slider .slider-container,
.product-slider .slider-container {
  padding: 0 10px 1px 10px;
  position: relative;
}
@media (min-width: 680px) {
  .related-slider .slider-container,
  .product-slider .slider-container {
    padding: 0 30px 1px 30px;
  }
}
.related-slider .item,
.product-slider .item {
  display: inline-block;
  text-align: center;
}
.related-slider .item a, .related-slider .item a:visited,
.product-slider .item a,
.product-slider .item a:visited {
  color: #222;
  display: block;
  padding: 0 15px;
}
@media (min-width: 900px) {
  .related-slider .item a, .related-slider .item a:visited,
  .product-slider .item a,
  .product-slider .item a:visited {
    padding: 0 30px;
  }
}
.related-slider .item .title,
.product-slider .item .title {
  font-size: 1.125em;
  font-weight: bold;
}
@media (min-width: 791px) {
  .related-slider .item .title,
  .product-slider .item .title {
    font-size: 2.2764227642vw;
  }
}
@media (min-width: 1230px) {
  .related-slider .item .title,
  .product-slider .item .title {
    font-size: 1.75em;
  }
}
.related-slider .item .tagline,
.product-slider .item .tagline {
  font-size: 1rem;
}
@media (min-width: 820px) {
  .related-slider .item .tagline,
  .product-slider .item .tagline {
    font-size: 1.9512195122vw;
  }
}
@media (min-width: 1230px) {
  .related-slider .item .tagline,
  .product-slider .item .tagline {
    font-size: 1.33333em;
  }
}
.related-slider .image,
.product-slider .image {
  background: #fafafa;
  border: 1px solid #e3e3e3;
  margin: 0 0 20px 0;
  padding-bottom: 90%;
  position: relative;
  text-align: center;
}
.related-slider .image img,
.product-slider .image img {
  display: block;
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

ul.product-dots, ul.gallery-dots {
  bottom: 0;
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  z-index: 2;
}
ul.product-dots li, ul.gallery-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
ul.product-dots li button, ul.gallery-dots li button {
  border: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}
ul.product-dots li button:hover, ul.product-dots li button:focus, ul.gallery-dots li button:hover, ul.gallery-dots li button:focus {
  outline: none;
}
ul.product-dots li button:hover:before, ul.product-dots li button:focus:before, ul.gallery-dots li button:hover:before, ul.gallery-dots li button:focus:before {
  opacity: 1;
}
ul.product-dots li button:before, ul.gallery-dots li button:before {
  color: #000;
  content: "•";
  font-family: "slick";
  font-size: 1rem;
  height: 1rem;
  left: 0;
  line-height: 1;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1rem;
}
ul.product-dots li.slick-active button:before, ul.gallery-dots li.slick-active button:before {
  color: #777;
  opacity: 0.75;
}

.product-prev, .product-next {
  background: #ccc;
  height: 40px;
  top: 35%;
  width: 40px;
}
.product-prev:hover, .product-prev:focus, .product-next:hover, .product-next:focus {
  color: transparent;
  outline: none;
}
.product-prev:hover:before, .product-prev:focus:before, .product-next:hover:before, .product-next:focus:before {
  opacity: 0.75;
}
.product-prev:before, .product-next:before {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.gallery-prev, .gallery-next {
  background: none;
  top: 35%;
}
.gallery-prev:before, .gallery-next:before {
  color: #b6b6b6;
  font-size: 1rem;
  line-height: 1rem;
}

.resource-prev, .resource-next {
  background: none;
  top: 50%;
}
.resource-prev:before, .resource-next:before {
  color: #b6b6b6;
  font-size: 1rem;
  line-height: 1rem;
}

.product-prev, .product-next,
.gallery-prev, .gallery-next,
.resource-prev, .resource-next {
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index: 3;
}
.product-prev:hover, .product-prev:focus, .product-next:hover, .product-next:focus,
.gallery-prev:hover,
.gallery-prev:focus, .gallery-next:hover, .gallery-next:focus,
.resource-prev:hover,
.resource-prev:focus, .resource-next:hover, .resource-next:focus {
  color: transparent;
  outline: none;
}
.product-prev:before, .product-next:before,
.gallery-prev:before, .gallery-next:before,
.resource-prev:before, .resource-next:before {
  font-family: "FontAwesome";
}

.product-prev,
.gallery-prev,
.resource-prev {
  left: 0;
}
.product-prev:before,
.gallery-prev:before,
.resource-prev:before {
  content: "\f137";
}

.product-next,
.gallery-next,
.resource-next {
  right: 0;
}
.product-next:before,
.gallery-next:before,
.resource-next:before {
  content: "\f138";
}

.gallery {
  margin: 2rem 0 0 0;
  padding: 0 30px;
  position: relative;
}
.gallery a, .gallery a:visited {
  background: #fff;
  display: inline-block;
  margin: 5px 20px;
}
.gallery a.hover, .gallery a.active, .gallery a:visited.hover, .gallery a:visited.active {
  border-color: #777;
}
.gallery a .image, .gallery a:visited .image {
  display: block;
  padding-bottom: 90%;
  position: relative;
  text-align: center;
}
.gallery a img, .gallery a:visited img {
  display: block;
  height: auto;
  width: 100%;
}

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

ul.page-numbers {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.page-numbers li {
  display: inline-block;
  list-style-type: none;
  margin-right: -5px;
}
ul.page-numbers li a,
ul.page-numbers li span {
  border: 1px solid #ddd;
  border-right: none;
  display: inline-block;
  font-size: 1.25rem;
  padding: 0.4rem 1.15rem;
}
ul.page-numbers li span {
  cursor: default;
}
ul.page-numbers li a:hover {
  background-color: #eee;
  text-decoration: none;
}
ul.page-numbers li:first-child a,
ul.page-numbers li:first-child span {
  border-radius: 5px 0 0 5px;
}
ul.page-numbers li:last-child a,
ul.page-numbers li:last-child span {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #ddd;
}

.product-upsell {
  border: 1px solid #eee;
  border-radius: 5px;
  font-family: "Lato";
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}
.product-upsell:last-child {
  margin-bottom: 0;
}
.product-upsell .upsell-content {
  color: #666;
  padding: 1.5rem;
}
.product-upsell .upsell-title {
  color: #444;
  font-size: 6vw;
  font-weight: bold;
  margin-bottom: 5vw;
}
.product-upsell .upsell-title a {
  color: inherit;
}
.product-upsell .upsell-title a:hover {
  text-decoration: none;
}
@media screen and (min-width: 530px) {
  .product-upsell .upsell-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.product-upsell form.cart {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  .product-upsell .upsell-content {
    margin: 0 0 0 170px;
  }
  .product-upsell .upsell-image {
    left: 0;
    max-width: 160px;
    position: absolute;
    top: 0;
  }
  .product-upsell .upsell-title {
    font-size: 1.5rem;
    border-bottom: 1px solid #eee;
  }
  .product-upsell .upsell-title a {
    color: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  .product-upsell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-upsell .upsell-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 320px;
  }
  .product-upsell .upsell-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
  }
  .product-upsell .upsell-title {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1280px) {
  .product-upsell .upsell-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .product-upsell .upsell-info-wrapper {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 62%;
            flex: 1 0 62%;
    padding-right: 3%;
  }
  .product-upsell .upsell-cart-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 32%;
            flex: 1 0 32%;
    padding-left: 3%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1410px) {
  .product-upsell form.cart .quantity {
    margin-bottom: 1rem;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
  .product-upsell form.cart button[type=submit] {
    width: 100% !important;
  }
}

.sw-login {
  font-family: "Lato";
  margin-top: 4rem;
  margin-bottom: 3rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 550px;
  padding: 0 20px;
}

.sw-login__login {
  background: #eee;
  padding: 1.5rem 2rem 0.75rem;
}
.sw-login__login h2 {
  color: #444;
  font-family: "Lato";
  margin-bottom: 1.5rem;
}
.sw-login__login label sup {
  display: none;
}
.sw-login__login [type=submit] {
  margin-top: 1rem;
}
.sw-login__login [type=submit] + .input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem !important;
}
.sw-login__login .lost_password {
  display: block;
  margin-top: 2rem;
  text-align: center;
  margin-right: auto;
}
.sw-login__login .lost_password a {
  display: inline-block;
}

.swatch-popup {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 99999;
}
.swatch-popup:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: 15px solid white;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: none;
  margin-left: -15px;
}

.swatch-popup-detail {
  display: block;
  width: 300px;
  height: 300px;
}

.swatch-popup-caption {
  background: white;
  display: block;
  font-family: "Lato";
  padding: 0.25rem 0.5rem;
  text-align: center;
}

.footer-info-row {
  background-color: #0f3847;
  color: white;
  padding: 2rem 0;
  text-align: center;
}
.footer-info-row .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-info-row .container-fluid > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.footer-company-name {
  border-bottom: 2px solid white;
  display: inline-block;
  font-family: "tuffy";
  line-height: 0.8;
  margin: 0 auto 1rem;
  font-size: 8vw;
}
@media screen and (min-width: 502px) {
  .footer-company-name {
    font-size: 2.5rem;
  }
}

.footer-company-tagline {
  line-height: 1;
  margin-bottom: 1rem;
}

.footer-name-address > img {
  margin-top: -2rem;
}

.footer-company-address,
.footer-email {
  display: block;
}

.footer-company-address {
  margin-bottom: 0;
  line-height: 1;
}

.footer-email {
  color: white;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.footer-email:hover {
  color: white;
}

.footer-credentials {
  margin-bottom: 2rem;
}
.footer-credentials :first-child {
  margin-right: 1rem;
}

.footer-quick-links {
  margin-bottom: 1.5rem;
}

.footer-quick-links-title {
  font-family: "Lato";
  font-size: 1.375rem;
}

.footer-quick-links-list {
  padding: 0;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 600px) {
  .footer-quick-links-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    text-align: left;
  }
  .footer-quick-links-list .footer-quick-link {
    padding-left: 2rem;
  }
  .footer-quick-links-list .footer-quick-link a {
    position: relative;
  }
  .footer-quick-links-list .footer-quick-link a:before {
    position: absolute;
    left: -2rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer-quick-links-list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.footer-quick-link {
  list-style-type: none;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.footer-quick-link a {
  border-bottom: 1px solid #7a7878;
  color: white;
  display: block;
  font-family: "Lato";
  font-size: 1.25rem;
  padding: 0.5rem 0;
}
.footer-quick-link a:before {
  content: "\f00c";
  color: #719bb6;
  font-family: "FontAwesome";
  margin-right: 0.75rem;
}
.footer-quick-link a:hover {
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

.footer-phone-hours {
  font-family: "Lato";
}

.footer-need-assistance {
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
}

.footer-phone {
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
}
.footer-phone a {
  color: white;
}
.footer-phone .fa {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
}

.footer-open-days {
  font-size: 1.375rem;
  line-height: 1;
  margin-bottom: 0;
}

.footer-hours {
  font-size: 1.75rem;
}

.footer-copyright-row {
  background-color: rgb(10.5523255814, 39.3953488372, 49.9476744186);
  color: #cccccc;
  padding: 0.75rem 20px;
  text-align: center;
}
.footer-copyright-row p {
  margin: 0;
}
@media screen and (min-width: 620px) {
  .footer-copyright-row p {
    font-size: 1.125rem;
  }
}
.footer-copyright-row a {
  color: #719bb6;
  text-decoration: none !important;
}
.footer-copyright-row a:hover {
  color: #719bb6;
  text-decoration: underline !important;
}

@media screen and (min-width: 1300px) {
  .footer-info-row {
    text-align: left;
    padding-top: 4rem;
  }
  .footer-info-row .container-fluid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-info-row .container-fluid .footer-name-address {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding-right: 2%;
  }
  .footer-info-row .container-fluid .footer-quick-links {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-info-row .container-fluid .footer-quick-links-content {
    width: 100%;
  }
  .footer-info-row .container-fluid .footer-phone-hours {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding-left: 3%;
  }
  .footer-company-name {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1900px) {
  .footer-company-name {
    font-size: 2.5rem;
  }
}
span.nav-my-account {
  display: none;
}

body.logged-in span.nav-my-account {
  display: block;
}
body.logged-in span.nav-login {
  display: none;
}

.footer-signup-form-row {
  background-color: #0f3847;
  border-top: 5px solid #c00027;
  padding: 2rem 0;
  text-align: center;
}

h3.footer-signup-message-1,
.footer-signup-message-2 {
  display: inline-block;
  font-size: 7vw;
  font-family: "Lato", sans-serif;
  margin-top: 2vw;
  margin-bottom: 5vw;
  vertical-align: middle;
}
@media screen and (min-width: 475px) {
  h3.footer-signup-message-1,
  .footer-signup-message-2 {
    font-size: 2rem;
    margin: 1rem 0 1rem 0;
  }
}
@media screen and (min-width: 475px) {
  h3.footer-signup-message-1 + .footer-signup-message-2,
  .footer-signup-message-2 + .footer-signup-message-2 {
    margin-right: 1rem;
  }
}
h2.footer-signup-message-1 {
  font-weight: bold;
}

.footer-signup-message-2 {
  font-weight: normal;
}

.footer-signup-form {
  color: white;
}
.footer-signup-form .footer-signup-messages {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.footer-signup-form a.button {
  margin: 1rem 0;
  vertical-align: middle;
}
.footer-signup-form .gform_wrapper {
  margin: 0;
}
.footer-signup-form .gform_wrapper .validation_error {
  display: none;
}
.footer-signup-form .gform_wrapper .gfield_description.validation_message {
  background: none;
  color: #fff;
}
.footer-signup-form .gform_wrapper .gform_heading {
  display: none;
}
.footer-signup-form .gform_wrapper .gform_body {
  margin-bottom: 2rem;
}
@media screen and (min-width: 632px) {
  .footer-signup-form .gform_wrapper .gform_body {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-signup-form .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .footer-signup-form .gform_wrapper .gform_footer {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-signup-form .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
  position: relative;
}
.footer-signup-form .gform_wrapper .top_label div.ginput_container:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: #efeeee;
  color: #55616c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
.footer-signup-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  font-size: 1.15rem;
  padding-left: 0.75rem;
  line-height: 2;
  width: 100%;
}
.footer-signup-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  color: #9fa4a9;
}
.footer-signup-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: #9fa4a9;
}
.footer-signup-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: #9fa4a9;
}
.footer-signup-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder {
  color: #9fa4a9;
}
.footer-signup-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #9fa4a9;
}
.footer-signup-form .gform_wrapper ul.gform_fields li.gfield, .footer-signup-form .gform_wrapper ul.gform_fields li.gfield.gfield_error {
  background: none;
  border: none;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.footer-signup-form .gform_wrapper ul.gform_fields li.gfield.footer-signup-field-name .ginput_container:after, .footer-signup-form .gform_wrapper ul.gform_fields li.gfield.gfield_error.footer-signup-field-name .ginput_container:after {
  content: "\f007" !important;
}
.footer-signup-form .gform_wrapper ul.gform_fields li.gfield.footer-signup-field-email .ginput_container:after, .footer-signup-form .gform_wrapper ul.gform_fields li.gfield.gfield_error.footer-signup-field-email .ginput_container:after {
  content: "\f0e0" !important;
}
.footer-signup-form .gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required div.ginput_container, .footer-signup-form .gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}
.footer-signup-form .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .footer-signup-form .gform_wrapper ul.gform_fields li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  margin-bottom: 0 !important;
}
.footer-signup-form .gform_wrapper ul.gform_fields li.gfield.gfield_error div.ginput_container:after {
  background: pink;
}
.footer-signup-form .field_description label {
  font-size: 1.25rem;
  font-weight: bold;
}
.footer-signup-form .gform_footer {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  width: auto !important;
}
.footer-signup-form button {
  border-radius: 7px;
  border-width: 4px;
  color: white;
  cursor: pointer;
  border-color: white;
  font-size: 1.25rem;
  text-transform: capitalize;
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.footer-signup-form button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: white;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

@media screen and (min-width: 1360px) {
  .footer-signup-form .gform_wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-signup-form .gform_wrapper form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1;
  }
  .footer-signup-form .gform_wrapper ul.gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-signup-form .gform_wrapper ul.gform_fields li.gfield {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49%;
            flex: 1 0 49%;
    width: auto;
  }
  .footer-signup-form .gform_wrapper ul.gform_fields li.gfield:first-child {
    margin-right: 1.5vw;
  }
  .footer-signup-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 1.4rem;
  }
  .footer-signup-form .gform_wrapper .gform_body {
    margin-bottom: 0;
    margin-right: 3vw;
    max-width: none;
  }
  .footer-signup-form .gform_wrapper .gform_footer {
    line-height: 1.25;
  }
  .footer-signup-form button {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
  }
}
.footer-cta {
  color: white;
  text-align: center;
  padding: 1.5rem 0 3rem;
}
.footer-cta:first-child {
  background-color: rgb(19.4476744186, 72.6046511628, 92.0523255814);
}
.footer-cta:last-child {
  background-color: rgb(23.8953488372, 89.2093023256, 113.1046511628);
}

.footer-cta-icon-wrapper {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.footer-cta-icon.fa {
  font-size: 5rem;
}
.footer-cta-icon.custom {
  max-height: 100px;
  max-width: 100px;
}

.footer-cta-title {
  font-size: 2.1rem;
  margin-bottom: 1.5rem;
}

.footer-cta-description {
  font-size: 1.5rem;
  line-height: 1.25;
  max-width: 625px;
  margin: 0 auto 2.5rem;
  padding: 0 1rem;
}

.footer-cta-button {
  border-radius: 5px;
  font-size: 1.1rem;
  padding: 0.5rem 1.25rem;
}

@media screen and (min-width: 960px) {
  .footer-cta-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-cta {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-cta-description {
    font-size: 1.65rem;
  }
}
@media screen and (min-width: 1650px) {
  .footer-cta:first-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-cta:first-child .footer-cta-content {
    margin-right: 5vw;
  }
  .footer-cta:last-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-cta:last-child .footer-cta-content {
    margin-left: 6.5vw;
  }
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row,
.woocommerce-checkout .form-row.wpgdprc-checkbox {
  padding: 0 0 0 40px;
  position: relative;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row input,
.woocommerce-checkout .form-row.wpgdprc-checkbox input {
  height: 15px;
  left: 20px;
  position: absolute;
  top: 6px;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 15px;
}

.page:not(.home) .content {
  color: #444;
  font-family: "Lato";
  font-size: 1.125rem;
}
.page:not(.home) p:after {
  content: "";
  display: table;
  clear: both;
}
.page:not(.home) .alignleft,
.page:not(.home) img.alignleft {
  margin-right: 1.5rem;
}
.page:not(.home) .alignright,
.page:not(.home) img.alignright {
  margin-left: 1.5rem;
}
.page:not(.home) .aligncenter,
.page:not(.home) img.aligncenter {
  margin-bottom: 1rem;
}
.page:not(.home) .wp-caption-text {
  font-style: italic;
}
.page:not(.home) blockquote {
  border-left: 2px solid #e5e5e5;
  color: #777;
  font-style: italic;
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  padding-left: 1rem;
}

.page.home .main > .container-fluid {
  padding-top: 2rem;
}
.woocommerce-page.archive .container-fluid {
  max-width: 1580px;
}
.woocommerce-page.archive .woocommerce-ordering {
  margin-bottom: 2rem;
}
.woocommerce-page.archive .woocommerce-ordering select {
  border-color: #ddd;
  color: #666;
  font-family: "Lato";
  font-size: 1.125rem;
  padding: 0.5rem 0 0.6rem 0.5rem;
  width: 100%;
}
.woocommerce-page.archive .row {
  margin-right: 0;
  margin-left: 0;
}
.woocommerce-page.archive .row .product img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 438px) {
  .woocommerce-page.archive .row .product {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .woocommerce-page.archive .row .product:nth-child(2n) {
    padding-left: 2.5%;
  }
  .woocommerce-page.archive .row .product:nth-child(2n-1) {
    padding-right: 2.5%;
  }
}
.woocommerce-page.archive .onsale {
  width: 22vw;
  height: 22vw;
  max-width: 125px;
  max-height: 125px;
}
.woocommerce-page.archive .woocommerce-loop-product__link {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}
.woocommerce-page.archive .woocommerce-loop-product__link:hover {
  text-decoration: none;
}
.woocommerce-page.archive .woocommerce-loop-product__link .price {
  color: #444444;
  font-family: "Lato";
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
  text-align: center;
}
.woocommerce-page.archive .woocommerce-loop-product__link .price ins {
  text-decoration: none;
  color: #a87b4f;
}
.woocommerce-page.archive .woocommerce-loop-product__link .price del {
  font-size: 0.875rem;
  color: #999999;
}
.woocommerce-page.archive .woocommerce-loop-product__title {
  color: #6c6d68;
  font-size: 1.5rem;
  font-family: "Lato";
  margin-bottom: 0.35rem;
  padding: 1rem 1rem 0;
  text-align: center;
}
@media screen and (min-width: 858px) {
  .woocommerce-page.archive .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce-page.archive .content-sidebar {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(25% - 30px);
            flex: 1 0 calc(25% - 30px);
    padding-right: 30px;
    margin-top: 4.6rem;
  }
  .woocommerce-page.archive .content-main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
  }
  .woocommerce-page.archive .sidebar-list-item a {
    padding: 1rem 0 1rem 2rem;
    font-size: 1.25rem !important;
  }
  .woocommerce-page.archive .woocommerce-ordering select {
    width: auto;
  }
}
@media screen and (min-width: 1108px) {
  .woocommerce-page.archive .row {
    margin-right: -5.2%;
  }
  .woocommerce-page.archive .row .product {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    padding-right: 5%;
    max-width: 30%;
  }
  .woocommerce-page.archive .row .product:nth-child(2n), .woocommerce-page.archive .row .product:nth-child(2n-1) {
    padding-left: 0;
    padding-right: 5%;
  }
}

.cat-sale-stripe {
  background: #c2996b;
  color: #fff;
  font-size: 1.5em;
  margin: -3vw 0 3vw 0;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .cat-sale-stripe {
    margin: -42px 0 30px 0;
  }
}
.cat-sale-stripe p:last-child {
  margin: 0;
}

.trustpilot-container {
  margin: 30px auto 0 auto;
  max-width: 1580px;
  padding: 0 30px;
}
@media (min-width: 1000px) {
  .trustpilot-container {
    padding: 0 100px;
  }
}

.category-custom-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
  min-height: 370px;
  position: relative;
}
.category-custom-banner.has-overlay::before {
  content: "";
  background-color: #586368;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 1;
}
.category-custom-banner img {
  position: absolute;
  z-index: 0;
  inset: 0;
  height: 100%;
  width: 100%;
}

.category-custom-banner-content {
  padding: 5.6rem 20px;
  position: relative;
  z-index: 3;
  width: 100%;
}
.category-custom-banner-content h1 {
  font-family: "Lato";
  font-size: 8vw;
  line-height: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
}
@media screen and (min-width: 650px) {
  .category-custom-banner-content h1 {
    font-size: 3.25rem;
  }
}

.category-custom-banner-text {
  font-size: 1.5em;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}

h1 + .category-custom-banner-text {
  margin-top: 40px;
}

.wc-buy-now-button {
  margin: -0.5rem 0 2rem 0;
  text-align: center;
}

.woocommerce-page.single-product .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-page.single-product .product-images {
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .woocommerce-page.single-product .product-images {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 63%;
            flex: 1 0 63%;
    max-width: 55%;
  }
}
.woocommerce-page.single-product .product-images .slideshow {
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .woocommerce-page.single-product .onsale {
    width: 11vw;
    height: 11vw;
  }
}
@media screen and (min-width: 1550px) {
  .woocommerce-page.single-product .onsale {
    width: 170px;
    height: 170px;
  }
}
.woocommerce-page.single-product .gallery {
  margin-top: 0 !important;
}
.woocommerce-page.single-product .gallery a {
  margin: 0;
  width: auto;
}
.woocommerce-page.single-product .gallery a img {
  width: 100%;
}
.woocommerce-page.single-product .gallery-image {
  padding: 0 1rem;
}
.woocommerce-page.single-product .gallery-image:focus,
.woocommerce-page.single-product .gallery-image a:focus {
  outline: none;
}
.woocommerce-page.single-product .gallery-dots li button {
  padding: 0;
}
.woocommerce-page.single-product .gallery-dots li button:before {
  font-size: 0.75rem;
}
.woocommerce-page.single-product .woocommerce-product-gallery__image {
  cursor: default;
  margin-bottom: 2rem;
}
.woocommerce-page.single-product .woocommerce-product-gallery__image a {
  cursor: inherit;
}
.woocommerce-page.single-product .woocommerce-product-gallery__image img {
  height: auto;
  width: 100%;
}
.woocommerce-page.single-product .slick-dotted.slick-slider {
  margin-bottom: 0.5rem;
}
.woocommerce-page.single-product .product-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  font-family: "Lato";
  position: relative;
}
@media screen and (min-width: 1000px) {
  .woocommerce-page.single-product .product-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 42%;
            flex: 1 0 42%;
    padding-left: 3rem;
  }
}
.woocommerce-page.single-product .wpis-slider-for {
  margin-bottom: 1rem;
}
.woocommerce-page.single-product .wpis-slider-for .slick-slide:focus {
  outline: none;
}
.woocommerce-page.single-product .wpis-slider-for .slick-slide img {
  height: auto;
}
.woocommerce-page.single-product .wpis-slider-for .slick-prev {
  left: 25px;
  width: 35px;
  height: 35px;
  z-index: 9999;
}
.woocommerce-page.single-product .wpis-slider-for .slick-prev:before {
  font-size: 35px;
  opacity: 0.85;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.75);
}
.woocommerce-page.single-product .wpis-slider-for .slick-prev.slick-disabled:before {
  cursor: default;
  text-shadow: none;
}
.woocommerce-page.single-product .wpis-slider-for .slick-prev:hover {
  width: 35px;
  height: 35px;
}
.woocommerce-page.single-product .wpis-slider-for .slick-prev:hover:before {
  opacity: 1;
}
.woocommerce-page.single-product .wpis-slider-for .slick-next {
  right: 25px;
  width: 35px;
  height: 35px;
}
.woocommerce-page.single-product .wpis-slider-for .slick-next:before {
  font-size: 35px;
  opacity: 0.85;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.75);
}
.woocommerce-page.single-product .wpis-slider-for .slick-next.slick-disabled:before {
  cursor: default;
  text-shadow: none;
}
.woocommerce-page.single-product .wpis-slider-for .slick-next:hover {
  width: 35px;
  height: 35px;
}
.woocommerce-page.single-product .wpis-slider-for .slick-next:hover:before {
  opacity: 1;
}
.woocommerce-page.single-product .wpis-slider-for .slick-dots {
  bottom: 6px;
}
.woocommerce-page.single-product .wpis-slider-nav {
  margin-bottom: 3rem !important;
}
.woocommerce-page.single-product .wpis-slider-nav .slick-list {
  margin-left: 30px;
  margin-right: 30px;
}
.woocommerce-page.single-product .wpis-slider-nav .slick-prev {
  left: 0;
  top: 65%;
  width: 20px;
  height: 20px;
}
.woocommerce-page.single-product .wpis-slider-nav .slick-prev:before {
  color: black;
}
.woocommerce-page.single-product .wpis-slider-nav .slick-next {
  right: 0;
  top: 65%;
  width: 20px;
  height: 20px;
}
.woocommerce-page.single-product .wpis-slider-nav .slick-next:before {
  color: black;
}
.woocommerce-page.single-product .wpis-slider-nav .slick-slide {
  padding: 3px 5px;
}
.woocommerce-page.single-product .wpis-slider-nav .slick-slide.active img {
  -webkit-box-shadow: 0 0 0 3px lightblue;
          box-shadow: 0 0 0 3px lightblue;
}
.woocommerce-page.single-product .wpis-slider-nav .slick-slide img {
  max-width: 100%;
  height: auto;
}
.woocommerce-page.single-product .wpis-slider-nav .slick-slide:active, .woocommerce-page.single-product .wpis-slider-nav .slick-slide:focus {
  outline: none;
}
.woocommerce-page.single-product .pager {
  position: relative;
}
@media screen and (min-width: 650px) {
  .woocommerce-page.single-product .pager-mobile {
    display: none;
  }
}
.woocommerce-page.single-product .product-title {
  color: #444;
  font-size: 6vw;
  font-weight: bold;
  margin-bottom: 2vw;
}
@media screen and (min-width: 530px) {
  .woocommerce-page.single-product .product-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.woocommerce-page.single-product .product-title + .product-current-price {
  margin-bottom: 1rem;
}
.woocommerce-page.single-product .product-availability {
  border-bottom: 1px solid #eee;
  color: #666;
  font-size: 1.125rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}
.woocommerce-page.single-product .product-availability strong {
  color: #444;
}
@media screen and (min-width: 720px) {
  .woocommerce-page.single-product .product-availability {
    margin-bottom: 2rem;
  }
}
.woocommerce-page.single-product .product-description {
  color: #666;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 720px) {
  .woocommerce-page.single-product .product-description {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
}
.woocommerce-page.single-product .product-price-info {
  font-family: "Lato";
  text-align: right;
  margin-bottom: 1rem;
}
.woocommerce-page.single-product .product-current-price,
.woocommerce-page.single-product .woocommerce-Price-amount {
  color: #005e80;
  font-family: "Lato";
  font-weight: bold;
  font-size: 1.5rem;
}
.woocommerce-page.single-product .product-current-price + .product-previous-price .amount,
.woocommerce-page.single-product .woocommerce-Price-amount + .product-previous-price .amount {
  color: #999999 !important;
  font-size: 1.125rem !important;
  margin-left: 0.75rem;
}
.woocommerce-page.single-product .woocommerce-variation-price del {
  color: #999999;
  margin-left: 0.5rem;
}
.woocommerce-page.single-product .woocommerce-variation-price del .woocommerce-Price-amount {
  color: #999999 !important;
  font-size: 1.125rem !important;
}
.woocommerce-page.single-product .woocommerce-variation-price ins {
  text-decoration: none;
}
.woocommerce-page.single-product .woocommerce-variation-price ins .woocommerce-Price-amount {
  text-decoration: none;
}
.woocommerce-page.single-product .product-previous-price {
  font-family: "Lato";
  text-decoration: line-through;
  font-size: 1.15rem;
}
.woocommerce-page.single-product form.cart {
  font-family: "Lato";
  margin-bottom: 3rem;
}
.woocommerce-page.single-product form.cart .wcpay-payment-request-wrapper {
  margin: 0 0 1rem auto;
  max-width: none;
  width: 100%;
}
.woocommerce-page.single-product form.cart .quantity input {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #666;
  font-size: 1rem;
  padding: 0.75rem 1rem 0.75rem 2rem;
  margin-bottom: 1rem;
  width: 100%;
}
.woocommerce-page.single-product form.cart button[type=submit] {
  border-radius: 5px;
  border-color: #929292;
  color: #929292;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media screen and (min-width: 450px) {
  .woocommerce-page.single-product form.cart {
    text-align: right;
  }
  .woocommerce-page.single-product form.cart .wcpay-payment-request-wrapper {
    width: 64%;
    max-width: 285px;
  }
  .woocommerce-page.single-product form.cart .quantity {
    display: inline-block;
    max-width: 150px;
    padding-right: 2%;
    text-align: left;
    width: 35%;
  }
  .woocommerce-page.single-product form.cart .quantity input {
    margin-bottom: 0;
  }
  .woocommerce-page.single-product form.cart button[type=submit] {
    display: inline-block;
    text-align: center;
    width: 64%;
    max-width: 285px;
  }
}
.woocommerce-page.single-product .ajaxerrors p {
  color: #d94d4d;
  font-style: italic;
}
.woocommerce-page.single-product .sw-variations__groups {
  text-align: left;
}
.woocommerce-page.single-product .sw-variations__groups.has-tabs .variations-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}
.woocommerce-page.single-product .sw-variations__groups.has-tabs .variations-tabs .tab {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  color: #666;
  display: inline-block;
  margin-bottom: -1px;
  margin-left: 0.5rem;
  padding: 0.5rem 1rem;
}
.woocommerce-page.single-product .sw-variations__groups.has-tabs .variations-tabs .tab:hover {
  text-decoration: none;
}
.woocommerce-page.single-product .sw-variations__groups.has-tabs .variations-tabs .tab.active {
  background-color: white;
  color: #333;
  border-bottom: 1px solid white;
}
.woocommerce-page.single-product .sw-variations__groups.has-tabs .sw-variations__group {
  display: none;
}
.woocommerce-page.single-product .sw-variations__groups.has-tabs .sw-variations__group.active {
  display: block;
}
.woocommerce-page.single-product .sw-variations__group {
  text-align: left;
}
.woocommerce-page.single-product .sw-variations__group > label {
  border-bottom: 1px solid #eee;
  display: block;
  font-family: "Lato";
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  padding-bottom: 0.25rem;
}
.woocommerce-page.single-product .swatch-wrapper {
  border: none;
}
.woocommerce-page.single-product .swatch-wrapper.selected {
  -webkit-box-shadow: 0 0 0 2px green;
          box-shadow: 0 0 0 2px green;
  padding: 2px;
}
.woocommerce-page.single-product .swatch-control {
  padding: 2px;
}
.woocommerce-page.single-product .added_to_cart.wc-forward {
  display: inline-block;
  margin-top: 1rem;
  text-align: center;
  text-transform: capitalize;
}
.woocommerce-page.single-product .product-upsells-heading {
  color: #444;
  font-family: "Lato";
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .woocommerce-page.single-product .product-upsells-heading {
    font-size: 2rem;
    text-align: left;
  }
}
@media screen and (max-width: 474px) {
  .woocommerce-page.single-product .woocommerce-product-gallery .padder {
    margin-bottom: 0.5rem;
    margin-bottom: 0;
  }
  .woocommerce-page.single-product .woocommerce-product-gallery .gallery {
    padding: 0;
  }
  .woocommerce-page.single-product .wpis-slider-nav {
    display: none;
  }
  .woocommerce-page.single-product .gallery-image {
    padding: 0 !important;
  }
  .woocommerce-page.single-product .gallery a {
    width: 100%;
  }
  .woocommerce-page.single-product .gallery-prev,
  .woocommerce-page.single-product .gallery-next {
    display: none;
  }
}

.product-images .product-file-uploads {
  display: none;
}
@media (min-width: 1000px) {
  .product-images .product-file-uploads {
    display: block;
  }
}

@media (min-width: 1000px) {
  .product-content .product-file-uploads {
    display: none;
  }
}

.product-file-uploads ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-file-uploads ul li {
  margin: 15px 0 0 0;
  padding: 0 0 0 50px;
  position: relative;
}
.product-file-uploads a, .product-file-uploads a:visited {
  display: inline-block;
}
.product-file-uploads a:before, .product-file-uploads a:visited:before {
  content: "";
  display: block;
  height: 2.7777em;
  left: 0;
  position: absolute;
  width: 2.66667em;
  top: 0;
}
.product-file-uploads a[href$=".doc"]:before,
.product-file-uploads a[href$=".docx"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgODguNjY3NjEgMTAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTt9LmNscy0ye2ZpbGw6IzIzMWYyMDtvcGFjaXR5OjAuNDt9LmNscy0yLC5jbHMtNntpc29sYXRpb246aXNvbGF0ZTt9LmNscy0ze2ZpbGw6I2ZmZjt9LmNscy00e2ZpbGw6Izk5OTt9LmNscy01e2ZpbGw6IzJiNTc5YTt9LmNscy03e2NsaXAtcGF0aDp1cmwoI2NsaXAtcGF0aCk7fTwvc3R5bGU+PGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPjxwb2x5Z29uIGlkPSJTVkdJRCIgY2xhc3M9ImNscy0xIiBwb2ludHM9IjYuMTM2IDcyLjcyNyA2LjEzNiA0OC4xODIgMzUuOTA5IDQ3Ljk1NSAzNS45MDkgNzIuNzI3IDYuMTM2IDcyLjcyNyIvPjwvY2xpcFBhdGg+PC9kZWZzPjx0aXRsZT5kb2M8L3RpdGxlPjxnIGlkPSJkb2MiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI4OC42MzYgMTAwIDExLjM2NCAxMDAgMTEuMzY0IDAgNjQuNzczIDAgODguNjM2IDIzLjg2NCA4OC42MzYgMTAwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjEzLjYzNiA5Ny43MjcgMTMuNjM2IDIuMjczIDYzLjYzNiAyLjI3MyA4Ni4zNjQgMjUgODYuMzY0IDk3LjcyNyAxMy42MzYgOTcuNzI3Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyMC40NTQ1NSIgeT0iMjcuMjcyNzMiIHdpZHRoPSI1OS4wOTA5MSIgaGVpZ2h0PSI0LjU0NTQ1Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyMC40NTQ1NSIgeT0iMTUuOTA5MDkiIHdpZHRoPSI0Ny43MjcyNyIgaGVpZ2h0PSI0LjU0NTQ1Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyMC40NTQ1NSIgeT0iMzguNjM2MzYiIHdpZHRoPSI1OS4wOTA5MSIgaGVpZ2h0PSI0LjU0NTQ1Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyMC40NTQ1NSIgeT0iNjEuMzYzNjQiIHdpZHRoPSI1OS4wOTA5MSIgaGVpZ2h0PSI0LjU0NTQ1Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyMC40NTQ1NSIgeT0iNTAiIHdpZHRoPSI1OS4wOTA5MSIgaGVpZ2h0PSI0LjU0NTQ1Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyMC40NTQ1NSIgeT0iODQuMDkwOTEiIHdpZHRoPSI1OS4wOTA5MSIgaGVpZ2h0PSI0LjU0NTQ1Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyMC40NTQ1NSIgeT0iNzIuNzI3MjciIHdpZHRoPSI1OS4wOTA5MSIgaGVpZ2h0PSI0LjU0NTQ1Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY1LjkwOSAyMi43MjcgNjUuOTA5IDQuNTQ1IDY1LjkwOSA0LjU0NSA4NC4wOTEgMjIuNzI3IDg0LjA5MSAyMi43MjcgNjUuOTA5IDIyLjcyNyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2NS45MDkgMjIuNzI3IDY1LjkwOSA0LjA5MSA2My42MzYgMi4yNzMgNjMuNjM2IDIyLjcyNyA2My42MzYgMjUgNjUuOTA5IDI1IDg2LjM2NCAyNSA4NC43NzMgMjIuNzI3IDY1LjkwOSAyMi43MjciLz48ZyBpZD0iXzQ4IiBkYXRhLW5hbWU9IjQ4Ij48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMTMuNjM2IDI3LjI3MyAxMy42MzYgODkuMzE4IDQzLjE4MiA5My42MzYgNDMuMTgyIDI2LjgxOCAxMy42MzYgMjcuMjczIi8+PHBvbHlnb24gY2xhc3M9ImNscy01IiBwb2ludHM9IjQwLjkwOSAyOS41NDUgNDAuOTA5IDkwLjkwOSAwIDg1IDAgMzUuNDU1IDQwLjkwOSAyOS41NDUiLz48ZyBjbGFzcz0iY2xzLTYiPjxnIGNsYXNzPSJjbHMtNyI+PHBvbHlsaW5lIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSIzNS45MDkgNDcuOTU1IDMxLjEzNiA0Ny45NTUgMjcuOTU1IDY2LjM2NCAyNy43MjcgNjYuMzY0IDI0LjA5MSA0Ny45NTUgMTguODY0IDQ4LjE4MiAxNC43NzMgNjYuMTM2IDE0LjU0NSA2Ni4xMzYgMTEuMzY0IDQ4LjE4MiA2LjEzNiA0OC4xODIgMTEuNTkxIDcyLjcyNyAxNy4wNDUgNzIuNzI3IDIxLjEzNiA1NS4yMjcgMjEuMTM2IDU1LjIyNyAyNSA3Mi43MjcgMzAuMjI3IDcyLjcyNyAzNS45MDkgNDcuOTU1Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".ppt"]:before,
.product-file-uploads a[href$=".pptx"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgODguNjY3NjEgMTAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTt9LmNscy0ye2ZpbGw6IzIzMWYyMDtvcGFjaXR5OjAuNDt9LmNscy0yLC5jbHMtN3tpc29sYXRpb246aXNvbGF0ZTt9LmNscy0ze2ZpbGw6I2ZmZjt9LmNscy00e2ZpbGw6I2Y1YmE5ZDt9LmNscy01e2ZpbGw6Izk0OTQ5NDt9LmNscy02e2ZpbGw6I2QwNDcyNzt9LmNscy04e2NsaXAtcGF0aDp1cmwoI2NsaXAtcGF0aCk7fTwvc3R5bGU+PGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPjxwb2x5Z29uIGlkPSJTVkdJRCIgY2xhc3M9ImNscy0xIiBwb2ludHM9IjEzLjg2NCA3Mi43MjcgMTMuODY0IDQ4LjE4MiAyOS4zMTggNDcuOTU1IDI5LjMxOCA3Mi43MjcgMTMuODY0IDcyLjcyNyIvPjwvY2xpcFBhdGg+PC9kZWZzPjx0aXRsZT5wcHQ8L3RpdGxlPjxnIGlkPSJwcHQiPjxnIGlkPSJfNDgiIGRhdGEtbmFtZT0iNDgiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI4OC42MzYgMTAwIDExLjM2NCAxMDAgMTEuMzY0IDAgNjQuNzczIDAgODguNjM2IDIzLjg2NCA4OC42MzYgMTAwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjEzLjYzNiA5Ny43MjcgMTMuNjM2IDIuMjczIDYzLjYzNiAyLjI3MyA4Ni4zNjQgMjUgODYuMzY0IDk3LjcyNyAxMy42MzYgOTcuNzI3Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyMC40NTQ1NSIgeT0iNjMuNjM2MzYiIHdpZHRoPSI1OS4wOTA5MSIgaGVpZ2h0PSI0LjU0NTQ1Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyMC40NTQ1NSIgeT0iNzIuNzI3MjciIHdpZHRoPSI1OS4wOTA5MSIgaGVpZ2h0PSI0LjU0NTQ1Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyMC40NTQ1NSIgeT0iODEuODE4MTgiIHdpZHRoPSI1OS4wOTA5MSIgaGVpZ2h0PSI0LjU0NTQ1Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIyNSIgeT0iNjMuNjM2MzYiIHdpZHRoPSI0LjU0NTQ1IiBoZWlnaHQ9IjIyLjcyNzI3Ii8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNNTAsMTUuOTA5MDlBMjAuNDU0NTUsMjAuNDU0NTUsMCwxLDAsNzAuNDU0NTUsMzYuMzYzNjRINTBaIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNNTQuNTQ1NDUsMTEuMzYzNjRWMzEuODE4MThINzVBMjAuMzY5NSwyMC4zNjk1LDAsMCwwLDU0LjU0NTQ1LDExLjM2MzY0WiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSI2NS45MDkgMjIuNzI3IDY1LjkwOSA0LjU0NSA2NS45MDkgNC41NDUgODQuMDkxIDIyLjcyNyA4NC4wOTEgMjIuNzI3IDY1LjkwOSAyMi43MjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNjUuOTA5IDIyLjcyNyA2NS45MDkgNC4wOTEgNjMuNjM2IDIuMjczIDYzLjYzNiAyMi43MjcgNjMuNjM2IDI1IDY1LjkwOSAyNSA4Ni4zNjQgMjUgODQuNzczIDIyLjcyNyA2NS45MDkgMjIuNzI3Ii8+PC9nPjxnIGlkPSJfNDgtMiIgZGF0YS1uYW1lPSI0OCI+PHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjEzLjYzNiAzMS4xMzYgMTMuNjM2IDg5LjMxOCA0My4xODIgOTMuNjM2IDQzLjE4MiAyNi44MTggMTMuNjM2IDMxLjEzNiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtNiIgcG9pbnRzPSI0MC45MDkgMjkuNTQ1IDQwLjkwOSA5MC45MDkgMCA4NSAwIDM1LjQ1NSA0MC45MDkgMjkuNTQ1Ii8+PGcgY2xhc3M9ImNscy03Ij48ZyBjbGFzcz0iY2xzLTgiPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTE4LjYzNjM2LDYwVjUyLjI3MjczaDEuODE4MTlhMy4zNjk5MiwzLjM2OTkyLDAsMCwxLDEuNTkwOS4yMjcyNyw0Ljk2ODA1LDQuOTY4MDUsMCwwLDEsMS4xMzYzNy42ODE4Miw0Ljk2ODA5LDQuOTY4MDksMCwwLDEsLjY4MTgyLDEuMTM2MzYsMy44Njc3MywzLjg2NzczLDAsMCwxLC4yMjcyNywxLjU5MDkxLDUuMDA0MjIsNS4wMDQyMiwwLDAsMS0uMjI3MjcsMS44MTgxOCw0Ljk2ODQxLDQuOTY4NDEsMCwwLDEtLjY4MTgyLDEuMTM2MzcsNC45NjgwNyw0Ljk2ODA3LDAsMCwxLTEuMTM2MzcuNjgxODEsMy44Njc1MiwzLjg2NzUyLDAsMCwxLTEuNTkwOS4yMjcyOEwxOC42MzYzNiw2MG0yLjcyNzI4LTEyLjA0NTQ1aC03LjVWNzIuNWg0Ljc3MjcyVjY0LjA5MDkxaDMuNDA5MDlhMi4wNDg5MywyLjA0ODkzLDAsMCwwLDEuMTM2MzctLjIyNzI3Yy40NTQ1NCwwLC42ODE4MS0uMjI3MjgsMS4xMzYzNi0uMjI3MjguNDU0NTQtLjIyNzI3LjY4MTgyLS4yMjcyNy45MDkwOS0uNDU0NTRhMS43MjMsMS43MjMsMCwwLDEsLjkwOTA5LS40NTQ1NSwzLjEzNzMxLDMuMTM3MzEsMCwwLDEsLjkwOTA5LS42ODE4MmwuNjgxODItLjY4MTgxYy4yMjcyNy0uMjI3MjguNDU0NTQtLjY4MTgyLjY4MTgyLS45MDkwOXMuMjI3MjctLjY4MTgyLjQ1NDU0LS45MDkwOWExLjcwMzA3LDEuNzAzMDcsMCwwLDAsLjIyNzI4LTEuMTM2MzdjMC0uNDU0NTQuMjI3MjctLjY4MTgxLjIyNzI3LTEuMTM2MzZWNTYuMTM2MzdhMTMuNzU1MjcsMTMuNzU1MjcsMCwwLDAtLjQ1NDU1LTMuNDA5MSw1Ljg4NDE1LDUuODg0MTUsMCwwLDAtMS41OTA5LTIuNSw1LjQxNzY3LDUuNDE3NjcsMCwwLDAtMi41LTEuMzYzNjMsNS45MTgzMiw1LjkxODMyLDAsMCwwLTMuNDA5MDgtLjkwOTA5Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".xls"]:before,
.product-file-uploads a[href$=".xlsx"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgODguNjY3NjEgMTAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTt9LmNscy0ye2ZpbGw6IzIzMWYyMDtvcGFjaXR5OjAuNDt9LmNscy0yLC5jbHMtN3tpc29sYXRpb246aXNvbGF0ZTt9LmNscy0ze2ZpbGw6I2ZmZjt9LmNscy00e2ZpbGw6Izg2YmZhMDt9LmNscy01e2ZpbGw6Izk5OTt9LmNscy02e2ZpbGw6IzIwNzM0Nzt9LmNscy04e2NsaXAtcGF0aDp1cmwoI2NsaXAtcGF0aCk7fTwvc3R5bGU+PGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPjxwb2x5Z29uIGlkPSJTVkdJRCIgY2xhc3M9ImNscy0xIiBwb2ludHM9IjEwLjQ1NSA3Mi43MjcgMTAuNDU1IDQ4LjE4MiAzMCA0Ny45NTUgMzAgNzIuNzI3IDEwLjQ1NSA3Mi43MjciLz48L2NsaXBQYXRoPjwvZGVmcz48dGl0bGU+eGxzPC90aXRsZT48ZyBpZD0ieGxzIj48ZyBpZD0iXzQ4IiBkYXRhLW5hbWU9IjQ4Ij48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iODguNjM2IDEwMCAxMS4zNjQgMTAwIDExLjM2NCAwIDY0Ljc3MyAwIDg4LjYzNiAyMy44NjQgODguNjM2IDEwMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSIxMy42MzYgOTcuNzI3IDEzLjYzNiAyLjI3MyA2My42MzYgMi4yNzMgODYuMzY0IDI1IDg2LjM2NCA5Ny43MjcgMTMuNjM2IDk3LjcyNyIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNDAuOTA5MDkiIHk9Ijc5LjU0NTQ1IiB3aWR0aD0iMTguMTgxODIiIGhlaWdodD0iMTEuMzYzNjQiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjYxLjM2MzY0IiB5PSI3OS41NDU0NSIgd2lkdGg9IjE4LjE4MTgyIiBoZWlnaHQ9IjExLjM2MzY0Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI0MC45MDkwOSIgeT0iNjUuOTA5MDkiIHdpZHRoPSIxOC4xODE4MiIgaGVpZ2h0PSIxMS4zNjM2NCIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNjEuMzYzNjQiIHk9IjY1LjkwOTA5IiB3aWR0aD0iMTguMTgxODIiIGhlaWdodD0iMTEuMzYzNjQiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjQwLjkwOTA5IiB5PSI1Mi4yNzI3MyIgd2lkdGg9IjE4LjE4MTgyIiBoZWlnaHQ9IjExLjM2MzY0Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI2MS4zNjM2NCIgeT0iNTIuMjcyNzMiIHdpZHRoPSIxOC4xODE4MiIgaGVpZ2h0PSIxMS4zNjM2NCIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNDAuOTA5MDkiIHk9IjM4LjYzNjM2IiB3aWR0aD0iMTguMTgxODIiIGhlaWdodD0iMTEuMzYzNjQiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjYxLjM2MzY0IiB5PSIzOC42MzYzNiIgd2lkdGg9IjE4LjE4MTgyIiBoZWlnaHQ9IjExLjM2MzY0Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI0MC45MDkwOSIgeT0iMjUiIHdpZHRoPSIxOC4xODE4MiIgaGVpZ2h0PSIxMS4zNjM2NCIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNjEuMzYzNjQiIHk9IjI1IiB3aWR0aD0iMTguMTgxODIiIGhlaWdodD0iMTEuMzYzNjQiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjIwLjQ1NDU1IiB5PSI3OS41NDU0NSIgd2lkdGg9IjE4LjE4MTgyIiBoZWlnaHQ9IjExLjM2MzY0Ii8+PHJlY3QgY2xhc3M9ImNscy01IiB4PSIyMC40NTQ1NSIgeT0iNjUuOTA5MDkiIHdpZHRoPSIxOC4xODE4MiIgaGVpZ2h0PSIxMS4zNjM2NCIvPjxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMjAuNDU0NTUiIHk9IjUyLjI3MjczIiB3aWR0aD0iMTguMTgxODIiIGhlaWdodD0iMTEuMzYzNjQiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjIwLjQ1NDU1IiB5PSIzOC42MzYzNiIgd2lkdGg9IjE4LjE4MTgyIiBoZWlnaHQ9IjExLjM2MzY0Ii8+PHJlY3QgY2xhc3M9ImNscy01IiB4PSIyMC40NTQ1NSIgeT0iMjUiIHdpZHRoPSIxOC4xODE4MiIgaGVpZ2h0PSIxMS4zNjM2NCIvPjxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iNDAuOTA5MDkiIHk9IjExLjM2MzY0IiB3aWR0aD0iMTguMTgxODIiIGhlaWdodD0iMTEuMzYzNjQiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjYxLjM2MzY0IiB5PSIxMS4zNjM2NCIgd2lkdGg9IjkuMDkwOTEiIGhlaWdodD0iMTEuMzYzNjQiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjIwLjQ1NDU1IiB5PSIxMS4zNjM2NCIgd2lkdGg9IjE4LjE4MTgyIiBoZWlnaHQ9IjExLjM2MzY0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjY1LjkwOSAyMi43MjcgNjUuOTA5IDQuNTQ1IDY1LjkwOSA0LjU0NSA4NC4wOTEgMjIuNzI3IDg0LjA5MSAyMi43MjcgNjUuOTA5IDIyLjcyNyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI2NS45MDkgMjIuNzI3IDY1LjkwOSA0LjA5MSA2My42MzYgMi4yNzMgNjMuNjM2IDIyLjcyNyA2My42MzYgMjUgNjUuOTA5IDI1IDg2LjM2NCAyNSA4NC43NzMgMjIuNzI3IDY1LjkwOSAyMi43MjciLz48L2c+PGcgaWQ9Il80OC0yIiBkYXRhLW5hbWU9IjQ4Ij48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMTMuNjM2IDMxLjEzNiAxMy42MzYgODkuMzE4IDQzLjE4MiA5My42MzYgNDMuMTgyIDI2LjgxOCAxMy42MzYgMzEuMTM2Ii8+PHBvbHlnb24gY2xhc3M9ImNscy02IiBwb2ludHM9IjQwLjkwOSAyOS41NDUgNDAuOTA5IDkwLjkwOSAwIDg1IDAgMzUuNDU1IDQwLjkwOSAyOS41NDUiLz48ZyBjbGFzcz0iY2xzLTciPjxnIGNsYXNzPSJjbHMtOCI+PHBvbHlsaW5lIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSIyOS43NzMgNDcuOTU1IDI0LjU0NSA0Ny45NTUgMjAuNDU1IDU2LjgxOCAyMC4yMjcgNTYuODE4IDE2LjgxOCA0OC4xODIgMTAuOTA5IDQ4LjE4MiAxNy4wNDUgNjAuNDU1IDEwLjQ1NSA3Mi43MjcgMTUuOTA5IDcyLjcyNyAyMC4yMjcgNjMuNjM2IDIwLjIyNyA2My42MzYgMjQuMzE4IDcyLjcyNyAzMCA3Mi43MjcgMjMuNDA5IDYwLjIyNyAyOS43NzMgNDcuOTU1Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".pdf"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MS41NSAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojOTQ5NDk0O30uY2xzLTJ7ZmlsbDojZmZmO30uY2xzLTN7ZmlsbDojZGMxZDAwO308L3N0eWxlPjwvZGVmcz48dGl0bGU+cGRmPC90aXRsZT48cG9seWxpbmUgaWQ9Il9QYXRoXyIgZGF0YS1uYW1lPSImbHQ7UGF0aCZndDsiIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2MS40MyAwLjI1NyA2MS40MiAwLjI1NyA4MS4yOTMgMjAuOTc2IDgxLjI5MyA5OS43NDMgNy4wNjQgOTkuNzQzIDcuMDY0IDEwMCA4MS41NSAxMDAgODEuNTUgMjEuMjMzIDYxLjQzIDAuMjU3Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjcuMzcgOTkuNSA3LjM3IDAuNSA2MS4xNjcgMC41IDgxLjA1IDIxLjIzMSA4MS4wNSA5OS41IDcuMzcgOTkuNSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTYwLjk1MzUxLDEsODAuNTUsMjEuNDMyVjk5SDcuODdWMUg2MC45NTM1MU02MS4zOCwwSDYuODdWMTAwSDgxLjU1VjIxLjAzTDYxLjM4LDBaIi8+PHBhdGggaWQ9Il9Db21wb3VuZF9QYXRoXyIgZGF0YS1uYW1lPSImbHQ7Q29tcG91bmQgUGF0aCZndDsiIGNsYXNzPSJjbHMtMyIgZD0iTTY3Ljg2NjU3LDc3LjQ3OTQ1Yy0uMDM0MjEtLjM0MjIyLS4zNDIyMS00LjMxMjQyLTcuMzkyNjYtNC4xNDEyMi03LjA1MDUyLjE3MDk0LTguNzYxOC42MTU5Mi04Ljc2MTguNjE1OTJzLTUuMjcwOC01LjMzOS03LjE4NzI0LTkuNDgwMzljMCwwLDIuMzI3MTgtNi44MTA4LDIuMjI0NjktMTEuMDg4OTUtLjEwMjc1LTQuMjc4MzItMS4xMjk1OS02Ljc0MjQ0LTQuNDE1MDgtNi43MDgzNS0zLjI4NTg0LjAzNDI2LTMuNzY1LDIuOTA5MjMtMy4zMzI2Myw3LjE4OWEzMy4yNDQzMSwzMy4yNDQzMSwwLDAsMCwyLjM3NDI0LDguMzQ5MzJzLTEuNTE3MzIsNC43MjM0Mi0zLjUyNTMxLDkuNDIzNDhjLTIuMDA4LDQuNzAwMzMtMy4zNzcsNy4xNjQ3NS0zLjM3Nyw3LjE2NDc1cy02Ljc4Nzg4LDIuMjcwMjEtOS43MzEzMiw1LjAwODMyYy0yLjk0MzM2LDIuNzM3NzgtNC4xMzk0NCw0Ljg0MTU0LTIuNTg5NzYsNi45NDc2OSwxLjMzNDc5LDEuODE0LDYuMDEyNCwyLjIyNDcsMTAuMTg3NzktMy4yNTE1M0E4MC41NTgyMiw4MC41NTgyMiwwLDAsMCwzOC4zOTg1MSw3OC42MDlzNi4zNzI1My0xLjc0NTU4LDguMzU0MjctMi4yMjQ2OSw0LjM3NzM5LS44NTU2NCw0LjM3NzM5LS44NTU2NCw1LjgxODQ0LDUuODUyNDEsMTEuNDMxMzgsNS42NDcxN0M2OC4xNzQ1Nyw4MC45NzA0NSw2Ny45MDA4OSw3Ny44MjE1OCw2Ny44NjY1Nyw3Ny40Nzk0NVpNMjMuNjEzMSw4OS44MzQ5MmMtMy40OTExNy0yLjA4NzcyLDcuMzI0MjEtOC41MjIzNCw5LjI3NDg4LTguNzI3NDlDMzIuODg4LDgxLjEwNzQzLDI3LjI2NzY5LDkyLjAyMDU1LDIzLjYxMzEsODkuODM0OTJaTTQwLjIxMjU0LDUyLjI4OTQ0YzAtMy4zODgyOCwxLjA5NS00LjMxMjQxLDEuOTUwNjYtNC4zMTI0MXMxLjgxNC40MTA4MywxLjg0ODI1LDMuMzU0MTVjLjAzNDIyLDIuOTQzNDktMS44NDgyNSw4LjY5MzI4LTEuODQ4MjUsOC42OTMyOEM0MS41MTMwNiw1OS4zMzk5Myw0MC4yMTI1NCw1NS42Nzc4Miw0MC4yMTI1NCw1Mi4yODk0NFptNC41MDYyOCwyMy4yMDQ5NUEyNi45NDQ0NSwyNi45NDQ0NSwwLDAsMCwzOS40NTkzMSw3Ny4yNGwxLjQzNzU5LTMuMjE3MzljMS40Mzc1OC0zLjIxNywyLjkwOTA1LTcuNTk3OTEsMi45MDkwNS03LjU5NzkxYTUwLjc3ODQyLDUwLjc3ODQyLDAsMCwwLDUuOTIxMTksOC4wNDI4OUE0Ni42MzEzOSw0Ni42MzEzOSwwLDAsMCw0NC43MTg4Miw3NS40OTQzOVptOC40MTkzMy0uMjk2N3MxMS4zODU3LTIuMDYzODYsMTEuMzg1NywxLjgyNTU4UzU3LjQ3MzMyLDc5LjMyNzYyLDUzLjEzODE1LDc1LjE5NzY5WiIvPjxnIGlkPSJfR3JvdXBfIiBkYXRhLW5hbWU9IiZsdDtHcm91cCZndDsiPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTYyLjE3MzU2LDIuNDg3MTcsNzguOTQ4MzIsMTkuOTc1OTFsLTE2Ljc3NDc2LjAwMDE0VjIuNDg3MTdNNjEuMTczNTYsMFYyMC45NzYwNmwyMC4xMTk1NS0uMDAwMTdMNjEuMTczNTYsMFoiLz48L2c+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMzAuNjE5OTQsMjUuMTI5NGMuMDI2MTcuNjIwNi4wMDQ4NywxLjExNzY5LjAwNDg3LDEuNTQ5YTguMjUyNzcsOC4yNTI3NywwLDAsMS0uMDkzMDYsMS40NDU2MSw0Ljk0NTQ1LDQuOTQ1NDUsMCwwLDEtLjQ3Njg0LDEuNDE5NDhBMy4xODM4MywzLjE4MzgzLDAsMCwxLDI5LjAzMTE1LDMwLjU1OWExLjg5NzI2LDEuODk3MjYsMCwwLDEtMS4xNzIuMjk4MTljLS4wODk4NCwwLS4xODI0Mi0uMDAyMzItLjI3NzYtLjAwNjIyVjIyLjIxMmguMDM3YTIuOTk0NDcsMi45OTQ0NywwLDAsMSwxLjY4NzM2LjMwMjI4LDMuMzgzOTQsMy4zODM5NCwwLDAsMSwuOTE0ODQsMS4xMzIxQTMuNjcyNTksMy42NzI1OSwwLDAsMSwzMC42MTk5NCwyNS4xMjk0Wk0xOC4zMTUwOCwyMi4wODg2OGgtLjU0NDc1djQuMTY5MnEuMTI2NzkuMDA0NDkuMjUwNjYuMDA0NDRhMi42NTcsMi42NTcsMCwwLDAsMS40Nzc2MS0uMzIxYy42MjU4Ni0uNDQ1LjYyNTg2LTEuMDcxNTIuNjI1ODYtMS43NjY0OWEyLjU5NSwyLjU5NSwwLDAsMC0uNTE1My0xLjU3NDE1QTEuNjA4MTcsMS42MDgxNywwLDAsMCwxOC4zMTUwOCwyMi4wODg2OFptMzguMzA0MDYtNS4zMzc0NlYzNi4wMTg2OEgwVjE2Ljc1MTIyWk0yMi44Njg5MywyMy44MTE0NmE2LjMwNjE2LDYuMzA2MTYsMCwwLDAtLjMyMTEyLTEuODE1LDMuMzA4NjEsMy4zMDg2MSwwLDAsMC0xLjkzNjI5LTEuODMzMTUsNi4wNTMyMyw2LjA1MzIzLDAsMCwwLTEuMTU3ODQtLjI5NjM5LDYuMjg3NCw2LjI4NzQsMCwwLDAtLjg5ODc0LS4wNzI3OGMtLjAyODM4LDAtLjA1NjM4LjAwMDE5LS4wODQuMDAwODJxLS40MjgyNy4wMDk0MS0uNTgzODMuMDA5SDE0Ljg3MDQ4VjMzLjM1MzM1aDIuODk5ODV2LTQuNTg3MmwuNjQyMjUuMDM1ODFhNS43NTUwNyw1Ljc1NTA3LDAsMCwwLDEuODIzMTItLjMyOTM3LDQuMDIxNTksNC4wMjE1OSwwLDAsMCwxLjM5MDg2LS44MjA1NywzLjQ1MDQzLDMuNDUwNDMsMCwwLDAsLjk0NTczLTEuMjc5NjJBNi4wMDQ2Niw2LjAwNDY2LDAsMCwwLDIyLjg2ODkzLDIzLjgxMTQ2Wm0xMC41ODk1NiwyLjg3NTA3YTEyLjQ1MDQ2LDEyLjQ1MDQ2LDAsMCwwLS4yNDYzOC0zLjE3OTIzLDUuMDEwNzUsNS4wMTA3NSwwLDAsMC0xLjE0MDUzLTIuMDY4MzksNC41OTIxOSw0LjU5MjE5LDAsMCwwLTEuNTA4MjctMS4xMzIxLDYuODA2NjUsNi44MDY2NSwwLDAsMC0xLjU0NzEtLjUwMjg3LDMuNjE2MjUsMy42MTYyNSwwLDAsMC0uNjQyNDQtLjA0ODU4Yy0uMzEzMzIsMC0uNjE3NjIuMDIzNzEtLjgzMTMyLjAzMDg1cS0uNTQ1MjMuMDE4LS42NjE4MS4wMTc3M0gyNC42ODE2OVYzMy4zNTMzNWgyLjU4ODIyYTcuNTQ4OTMsNy41NDg5MywwLDAsMCwyLjg5OTg0LS40OTQyNCw0LjgxODEzLDQuODE4MTMsMCwwLDAsMS45MTY3Mi0xLjM4MzczLDUuNDY4MjgsNS40NjgyOCwwLDAsMCwxLjA1MDk0LTIuMTExNDdBMTAuNTA5ODMsMTAuNTA5ODMsMCwwLDAsMzMuNDU4NDksMjYuNjg2NTNabTguNzI0NS02Ljg4MjU5SDM1LjMyOTlWMzMuMzUzMzVoMi44OTk4NVYyNy45NzE4OWgzLjY2MTQ3VjI1LjQ1NjE2SDM4LjIyOTc1VjIyLjMxOTY3SDQyLjE4M1oiLz48L3N2Zz4=) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".ai"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MS41NSAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojZWE2YjAzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+YWk8L3RpdGxlPjxnIGlkPSJhaSI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYuOTY0IDk4LjYyIDYuOTY0IDEuMzggNjIuNDQ5IDEuMzggODAuMTcgMTkuMSA4MC4xNyA5OC42MiA2Ljk2NCA5OC42MiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYzLjAyMDk0LDBINS41ODM4VjE2Ljc1MTIySDB2MjIuMjM0NUg1LjU4MzhWMTAwSDgxLjU1VjE4LjUyODc1Wk03NC44ODUsMTUuNzY4MDdINjUuNzgxNjhWNi42NjVsNC41NTE2Myw0LjU1MTUxWm0zLjkwNDMsODEuNDcxMTlIOC4zNDQ1NFYzOC45ODU3Mkg1Ny4wMDUxOVYxNi43NTEyMkg4LjM0NDU0VjIuNzYwNzRINjEuODc3MzhMNjMuMDIwOTQsMy45MDQzVjE4LjUyODc1SDc3LjY0NTc1bDEuMTQzNSwxLjE0MzQ5Wk0xOS4wOTI1MywzNC42NzRsNC4zNjIxMi0xMy42MTFoMy4xNzA1OWw0LjQyMjQ5LDEzLjYxMUgyOC4zODIxNGwtMS4yMzE4Ny0zLjg1NzA2SDIyLjgyODQ5TDIxLjY1NzE3LDM0LjY3NFptMTMuODUyNDgsMFYyMS4wNjNoMi40ODM4MlYzNC42NzRabTguMTI1ODUsMTMuNDQyMmEuNDIyMDcuNDIyMDcsMCwwLDAtLjQwMzE0LS4yOTdIMzIuNzQzNjVhLjE2ODMzLjE2ODMzLDAsMCwwLS4xMTc3My4wNDY2My4yMDkzMi4yMDkzMiwwLDAsMC0uMDM2NS4xNTIxbC4zMTcwNywxLjE2MDQ2TDIyLjk1NTYzLDgxLjcwNzI4YS40MjIwOC40MjIwOCwwLDAsMCwuNDAzNjIuNTQ1NTNoNS4zMTAzN2EuNDIyMS40MjIxLDAsMCwwLC40MDM4Ny0uMjk5NDRsMi42NDYzLTguNzE1MDlhLjQyMjE4LjQyMjE4LDAsMCwxLC40MDM4Ny0uMjk5NDRoOS44MTQ1MWEuNDIyMDUuNDIyMDUsMCwwLDEsLjQwMi4yOTM2NGwyLjc4NzQxLDguNzI2NjlhLjQyMjA2LjQyMjA2LDAsMCwwLC40MDIuMjkzNjRoNS41NTU5MWEuNDIyMS40MjIxLDAsMCwwLC40MDMxNC0uNTQ3MTJaTTQwLjY0NDc4LDY4LjQwMzVoLTcuMjg0YS40MjIwNS40MjIwNSwwLDAsMS0uNDAyNzctLjU0ODIxbDIuMzYzNjUtNy41NDdjLjU4NTY5LTEuOTUwMzgsMS4wNzI2OS00LjI0MjU2LDEuNTYwNDgtNi4xNDRIMzYuOThjLjQ4Nzc5LDEuOTAxNDgsMS4wMjM3NCw0LjE0NDcxLDEuNjU3NTMsNi4xNDRsMi40MDkzMSw3LjU0NDhBLjQyMjA3LjQyMjA3LDAsMCwxLDQwLjY0NDc4LDY4LjQwMzVaTTYxLjY5NzE0LDU2LjIxODg3VjgxLjgzMDY5YS40MjIuNDIyLDAsMCwxLS40MjIuNDIyMDZINTYuMTIwMzZhLjQyMi40MjIsMCwwLDEtLjQyMjA2LS40MjIwNlY1Ni4yMTg4N2EuNDIyMTEuNDIyMTEsMCwwLDEsLjQyMjA2LS40MjIwNmg1LjE1NDczQS40MjIxLjQyMjEsMCwwLDEsNjEuNjk3MTQsNTYuMjE4ODdabTAtNS40MDAzOWEyLjk5OTQyLDIuOTk5NDIsMCwxLDEtMi45OTkzOS0yLjk5OTMzQTIuOTk5MzcsMi45OTkzNywwLDAsMSw2MS42OTcxNCw1MC44MTg0OFptLTM0Ljk3MS0yMS44Nzk2NEgyMy4yMzIzNmwxLjA1MDExLTMuMzUyMjljLjI0MjMxLS44MDguNDQ0NC0xLjc1NjkuNjQ2MTgtMi41NDQ2MmguMDQwNTljLjIwMTc4Ljc4NzcyLjQyNDEzLDEuNzE2NjEuNjg2NTIsMi41NDQ2MloiLz48L2c+PC9zdmc+) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".bmp"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MS41NSAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojZTUxNTQyO308L3N0eWxlPjwvZGVmcz48dGl0bGU+Ym1wPC90aXRsZT48ZyBpZD0iYm1wIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNi45NjQgOTguNjIgNi45NjQgMS4zOCA2Mi40NDkgMS4zOCA4MC4xNyAxOS4xIDgwLjE3IDk4LjYyIDYuOTY0IDk4LjYyIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNjMuMDIwOTQsMEg1LjU4MzhWMTYuNzUxMjJIMHYyMi4yMzQ1SDUuNTgzOFYxMDBIODEuNTVWMTguNTI4NzVaTTc0Ljg4NSwxNS43NjgwN0g2NS43ODE2OFY2LjY2NDkyWm0zLjkwNDI0LDgxLjQ3MTE5SDguMzQ0NTRWMzguOTg1NzJINTcuMDA1MTlWMTYuNzUxMjJIOC4zNDQ1NFYyLjc2MDY4aDUzLjUzMjlsMS4xNDM1LDEuMTQzNDlWMTguNTI4NzVINzcuNjQ1NzVsMS4xNDM1LDEuMTQzNDlaTTIwLjM5NSwzMC43MTU4OGEzLjUzMTUxLDMuNTMxNTEsMCwwLDEtMS4zMTI1LDIuODA3Yy0uOTY5NDguODQ4Mi0yLjU2NDg4LDEuMjcyMzQtNS4wNDg2NSwxLjI3MjM0YTI0LjA5MzQzLDI0LjA5MzQzLDAsMCwxLTMuMDQ5MTktLjE4MTc3VjIxLjIyNDU1YTIwLjc0NDU2LDIwLjc0NDU2LDAsMCwxLDMuNjE0NTYtLjI4MjksNi40NTIyMSw2LjQ1MjIxLDAsMCwxLDMuODk3ODkuODY4NTMsMi44NzExNSwyLjg3MTE1LDAsMCwxLDEuNDEzNjQsMi41NDQzNywzLjE2NjM4LDMuMTY2MzgsMCwwLDEtMi4yNjIsMi45NDg0M3YuMDQwMzRBMy40MzE1MiwzLjQzMTUyLDAsMCwxLDIwLjM5NSwzMC43MTU4OFpNMjIuMjcyLDM0LjY1MzgxbC45MDg4Mi0xMy42MTFoMy4yNzE1NGwxLjc3NzE2LDUuNDcyNzFjLjQ4NDc0LDEuNTk1MjIuOTA4ODgsMy4yMTA4OCwxLjI1MjM4LDQuNzI1NDFoLjA2MDYxYy4zNjMxLTEuNDc0MjUuODI3NzYtMy4xNTAyNywxLjM1My00Ljc0NTY3bDEuODc3ODctNS40NTI0NWgzLjIzMTM4bC43ODcyMywxMy42MTFIMzQuMzY4ODRsLS4yNjIzOS01LjU1MzM1Yy0uMDgxMDYtMS43NTcxNC0uMTgxNzctMy44NzczOC0uMTYxNjktNS43MTUxNWgtLjA2MDZjLS40NDQyMiwxLjY1Ni0xLjAwOTU5LDMuNDkzNTQtMS42MTU0OCw1LjIxMDE1bC0xLjk3OTA3LDUuODk2ODVIMjguMzcxMjJsLTEuODE3NzUtNS44MTZjLS41MjUyMS0xLjczNjgyLTEuMDA5NTItMy41OTQ2LTEuMzczMTEtNS4yOTFoLS4wNDA1M2MtLjA2MDYxLDEuNzc3MTctLjE0MTIzLDMuOTM3OTMtLjI0MjM3LDUuNzk1NzhsLS4zMDI5Miw1LjQ3MjcyWm0xNy4wNDM1MiwwVjIxLjIyNDU1YTIxLjUxMzg4LDIxLjUxMzg4LDAsMCwxLDMuNzk2MzMtLjI4MjksNi4xNjAxMyw2LjE2MDEzLDAsMCwxLDQuMDE5LDEuMTEwOSwzLjg0NDE3LDMuODQ0MTcsMCwwLDEsMS4zMzI1OCwzLjAwODc5LDQuMTI0Miw0LjEyNDIsMCwwLDEtMS4xNzEyNiwzLjA4OTkxLDYuMDA1NSw2LjAwNTUsMCwwLDEtNC4zMDE1MiwxLjQ1NCw2Ljk5OTcsNi45OTk3LDAsMCwxLTEuMjExNDItLjA4MDg3djUuMTI5NDZaTTIzLjE0NTc1LDc4Ljc2NDFINjMuOTg4VjUwLjYwOTVIMjMuMTQ1NzVabTIuMTc1NjYtMjUuOTc5SDYxLjgxMjMyVjY5Ljk2NDcyYTI0LjcxMDIxLDI0LjcxMDIxLDAsMCwwLTYuMjEzLS45OTFjLTUuNTc1MTMtLjMyMjc1LTUuNDkyMDYsMy43NDI1Ni0xMy42NTA4MSwxLjc3MDM5bC01LjA0NjI3LTkuNjYyLTIuNzE5Niw0LjYwODA5LTQuMTQ3MzQtOC44NjM3LTQuNzEzODcsMTAuNDY5M1ptMjYuMzM0NDcsNS4yODFhMi40ODE2MywyLjQ4MTYzLDAsMSwxLDIuNDgxNjMsMi40ODE1N0EyLjQ4MTYxLDIuNDgxNjEsMCwwLDEsNTEuNjU1ODgsNTguMDY2MVpNMTcuNzcsMzAuNjM1YzAsMS42NzYyNy0xLjQxMzY0LDIuMjgyMTctMy4wMDkxLDIuMjgyMTdhMTAuOTc4NDMsMTAuOTc4NDMsMCwwLDEtMS4zMTI1LS4wNjA2MVYyOC40MTM2NGgxLjIzMTg4QzE2LjM5NjQyLDI4LjQxMzY0LDE3Ljc3LDI5LjA1OTg4LDE3Ljc3LDMwLjYzNVptMjUuMjIwNzYtMi45Njg0NWE1LjAxNTc4LDUuMDE1NzgsMCwwLDEtMS4yMTE0Mi0uMTAxVjIyLjk2MTE4QTYuODU5NDYsNi44NTk0NiwwLDAsMSw0My4yMTMsMjIuODRjMS43MTY2MiwwLDIuNzY2NzMuODA3NzQsMi43NjY3MywyLjMyMjQ1QzQ1Ljk3OTc0LDI2Ljc1NzY5LDQ0Ljg0ODUxLDI3LjY2NjU2LDQyLjk5MDcyLDI3LjY2NjU2Wk0xNC43MjAzNCwyNi41OTYxM2gtMS4yNzJWMjIuODgwMzFhNi43NTksNi43NTksMCwwLDEsMS40MTM2NC0uMTAwODljMS41NzQ5NSwwLDIuNTQ0MzcuNTg1NjMsMi41NDQzNywxLjg1OEMxNy40MDYzNywyNS43ODg0NSwxNi40MzcsMjYuNTk2MTMsMTQuNzIwMzQsMjYuNTk2MTNaIi8+PC9nPjwvc3ZnPg==) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".cdr"]:before {
  background: url(/wp-content/themes/naturalteak/dist/images/cdr.svg) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".eps"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MS41NSAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojZWE2YjAzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+ZXBzPC90aXRsZT48ZyBpZD0iZXBzIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNi45NjQgOTguNjIgNi45NjQgMS4zOCA2Mi40NDkgMS4zOCA4MC4xNyAxOS4xMDEgODAuMTcgOTguNjIgNi45NjQgOTguNjIiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik02My4wMjA5NCwwSDUuNTgzOFYxNi43NTEyMkgwdjIyLjIzNDVINS41ODM4VjEwMEg4MS41NVYxOC41Mjg3NVpNNzQuODg1LDE1Ljc2ODA3SDY1Ljc4MTY4VjYuNjY0ODZsNC41NTE2OSw0LjU1MTU3Wm0zLjkwNDI0LDgxLjQ3MTE5SDguMzQ0NTRWMzguOTg1NzJINTcuMDA1MTlWMTYuNzUxMjJIOC4zNDQ1NFYyLjc2MDY4aDUzLjUzMjlsMS4xNDM1LDEuMTQzNDlWMTguNTI4NzVINzcuNjQ1NzVsMS4xNDM1LDEuMTQzNDlaTTIxLjgwNTc5LDI2LjYyNjQ2VjI4LjY0NkgxNi42NzYyMXYzLjk5ODUzaDUuNzM1NDd2Mi4wMzk1NUgxNC4xOTI0NHYtMTMuNjExSDIyLjEwODd2Mi4wMzk1NUgxNi42NzYyMXYzLjUxMzc5Wm0yLjc4NjMxLDguMDU3NjJWMjEuMjU0ODhhMjEuNTA4ODUsMjEuNTA4ODUsMCwwLDEsMy43OTY1MS0uMjgyOSw2LjE1OTE3LDYuMTU5MTcsMCwwLDEsNC4wMTg4NiwxLjExMDkxLDMuODQ0MjksMy44NDQyOSwwLDAsMSwxLjMzMjc2LDMuMDA4NzhBNC4xMjQ2Miw0LjEyNDYyLDAsMCwxLDMyLjU2OSwyOC4xODE1MmE2LjAwNTc3LDYuMDA1NzcsMCwwLDEtNC4zMDE1MSwxLjQ1NCw2Ljk5NTc0LDYuOTk1NzQsMCwwLDEtMS4yMTE2MS0uMDgwODd2NS4xMjk0NVptMTQuNTc5NTktNS45NTc0NmMtMi4yNDE3LS44MDc2Ny0zLjY3NTYtMS45OTkyNi0zLjY3NTYtMy45NTc5NCwwLTIuMjIxMzgsMS44NTgxLTMuOTE3ODUsNC44MDYzNC0zLjkxNzg1YTcuMTg5MDksNy4xODkwOSwwLDAsMSwzLjI3MTY3LjY4NjcxbC0uNjA1OSwxLjk5OTI2YTUuNzYxODMsNS43NjE4MywwLDAsMC0yLjcwNjEyLS42NDYyNGMtMS41NzUxMywwLTIuMjYxOS44NDgwOS0yLjI2MTksMS42MzU3NSwwLDEuMDUwMTEuNzg3NzIsMS41MzQ3OSwyLjYwNTE3LDIuMjQxNjMsMi4zNjI4NS44ODg1NSwzLjUxMzg1LDIuMDc5OSwzLjUxMzg1LDQuMDM4ODIsMCwyLjE4MS0xLjY1NTc2LDQuMDc5NDEtNS4xNjk4Niw0LjA3OTQxYTguMDg2LDguMDg2LDAsMCwxLTMuNjc1MjktLjg0ODI3bC41NDUyOS0yLjA1OTg3YTYuODc3MjYsNi44NzcyNiwwLDAsMCwzLjI5MTc0Ljg2ODM0YzEuNTk1MjIsMCwyLjQ4MzgzLS43NDcxOSwyLjQ4MzgzLTEuODU3ODRDNDEuNTk0OTEsMjkuOTU4NSw0MC45MDgzMywyOS4zNTI4NCwzOS4xNzE2OSwyOC43MjY2MlpNNDkuNjQ1NTEsNTEuNDcxMTNINjIuMDk4ODJWNTIuMDI1aDEuOTMyODZ2LTEuOTMyOEg2Mi4wOTg4MlY1MC42NDZINDQuNzYwMTNsLS4wMDcyLS4wMDA1NVY0OS45NTQ5SDQyLjM4MDg2di42OTA1NWwtLjAwNzI2LjAwMDU1SDI1LjAzNDkxdi0uNTUzODRoLTEuOTMyOFY1Mi4wMjVoMS45MzI4di0uNTUzODNIMzcuNDg3NDNhMjIuMTA5ODcsMjIuMTA5ODcsMCwwLDAtMTUuOTc3NiwyMC40MzM0MWgtLjY5NHYyLjM3MjA3SDIzLjE4OFY3MS45MDQ1NGgtLjYyNEEyMS4wNDc1OCwyMS4wNDc1OCwwLDAsMSw0Mi4zODA4Niw1MS43MDIyN3YuNjI0N2gyLjM3MjA3di0uNjI0N0EyMS4wNDc0OCwyMS4wNDc0OCwwLDAsMSw2NC41Njk3LDcxLjkwNDU0aC0uNjIzOXYyLjM3MjA3aDIuMzcyMTNWNzEuOTA0NTRoLS42OTRBMjIuMTEyMTMsMjIuMTEyMTMsMCwwLDAsNDkuNjQ1NTEsNTEuNDcxMTNaTTIyLjM5NzI4LDczLjQ4NTloLS43OTA3MXYtLjc5MDY1aC43OTA3MVpNNDMuOTYyMjIsNTEuNTM2MjVoLS43OTA2NXYtLjc5MDcxaC43OTA2NVptMjEuNTY1LDIxLjk0OTY1aC0uNzkwNzF2LS43OTA2NWguNzkwNzFaTTI4LjI2NzQ2LDI3LjY5Njg0YTUuMDIwOSw1LjAyMDksMCwwLDEtMS4yMTE2MS0uMTAwODlWMjIuOTkxNTJhNi44NTg1NCw2Ljg1ODU0LDAsMCwxLDEuNDMzNzEtLjEyMTIyYzEuNzE2NjIsMCwyLjc2NjY3LjgwNzc0LDIuNzY2NjcsMi4zMjI1MUMzMS4yNTYyMywyNi43ODgsMzAuMTI1MzEsMjcuNjk2ODQsMjguMjY3NDYsMjcuNjk2ODRaIi8+PC9nPjwvc3ZnPg==) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".gif"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MS41NSAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojZWE2YjAzO308L3N0eWxlPjwvZGVmcz48dGl0bGU+Z2lmPC90aXRsZT48ZyBpZD0iZ2lmIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNi45NjQgOTguNjIgNi45NjQgMS4zOCA2Mi40NDkgMS4zOCA4MC4xNjkgMTkuMSA4MC4xNjkgOTguNjIgNi45NjQgOTguNjIiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik02My4wMjA5NCwwSDUuNTgzOFYxNi43NTEyMkgwdjIyLjIzNDVINS41ODM4VjEwMEg4MS41NDk5M1YxOC41Mjg3NVpNNzQuODg1LDE1Ljc2ODA3SDY1Ljc4MTY4VjYuNjY0OTJsNC41NTEyMSw0LjU1MTE0Wm0zLjkwNDIzLDgxLjQ3MTE5SDguMzQ0NTRWMzguOTg1NzJINTcuMDA1MTlWMTYuNzUxMjJIOC4zNDQ1NFYyLjc2MDY4SDYxLjg3NzM4bDEuMTQzNTYsMS4xNDM1NlYxOC41Mjg3NUg3Ny42NDU2OWwxLjE0MzQ5LDEuMTQzNDlaTTIyLjE2MjU0LDMyLjc5NTY1YTQuNzU4MDcsNC43NTgwNywwLDAsMCwxLjg3ODI5LS4yODI0N1YyOS4xMjA1NEgyMS42Mzc3VjI3LjE2MTYySDI2LjQ0NFYzNC4wNDhhMTMuNDg2NDEsMTMuNDg2NDEsMCwwLDEtNC4zODIxNC43NjcxNiw3LjMzMyw3LjMzMywwLDAsMS01LjMzMTYxLTEuODE3MjcsNi43NDQzNCw2Ljc0NDM0LDAsMCwxLTEuODk4MzctNS4wMDg0OGMwLTQuMzAxNDUsMy4wNjk2NC03LjA2Nzc1LDcuNTczLTcuMDY3NzVhOS4wMzE3NCw5LjAzMTc0LDAsMCwxLDMuNjE1LjY0NjA2bC0uNTQ1MjksMS45OTk0NWE3LjMyNTY0LDcuMzI1NjQsMCwwLDAtMy4wODk3Mi0uNTg1ODJjLTIuOTA4LDAtNC45NDc5NCwxLjcxNjU2LTQuOTQ3OTQsNC44ODY4NUMxNy40MzY4OSwzMC45NTgzMSwxOS4zMzUyMSwzMi43OTU2NSwyMi4xNjI1NCwzMi43OTU2NVptNi44MjQ1OCwxLjg3ODNWMjEuMDYzaDIuNDgzNzdWMzQuNjc0Wk00MS44MTAxOCwyNi44NTg3djIuMDM5NTVIMzYuODAyMDZWMzQuNjc0SDM0LjMxODI0VjIxLjA2M2g3Ljg1NTQ3djIuMDM5NTVIMzYuODAyMDZWMjYuODU4N1ptMS43NTY3MSwxOS42ODJBMTkuMzgxMiwxOS4zODEyLDAsMSwwLDYyLjk0ODMsNjUuOTIxODgsMTkuNDAzLDE5LjQwMywwLDAsMCw0My41NjY4OSw0Ni41NDA2NVptMCwzNS41MjFhMTYuMTM5ODEsMTYuMTM5ODEsMCwxLDEsMTYuMTQtMTYuMTM5NzdBMTYuMTU4NDksMTYuMTU4NDksMCwwLDEsNDMuNTY2ODksODIuMDYxNjVaTTU0LjQ3MjUzLDY5LjI1MDczYS4xNTExMi4xNTExMiwwLDAsMSwuMDMwNTIuMTUyNTlsLS4xMDkxMy4zMDM0N2E4LjY0Njg3LDguNjQ2ODcsMCwwLDEtLjMzMzI1Ljg0OTMsMTIuMTcyODQsMTIuMTcyODQsMCwwLDEtLjY0MzM3LDEuMjY2NzJxLS4yMjQxMy4zNDYzNS0uNDc1ODMuNzM1NmMtLjE4MjUuMjQ4NzItLjM4NzA5LjUwMTU5LS41OTkzMS43NjU1NmExMi4wMzYyNiwxMi4wMzYyNiwwLDAsMS0xLjU3NjcyLDEuNTE1OTMsMTEuMzA2ODksMTEuMzA2ODksMCwwLDEtMi4wNTU3MiwxLjMyMTU0LDExLjc4OTM1LDExLjc4OTM1LDAsMCwxLTIuNDU2NTUuOTA1LDEyLjc5ODA3LDEyLjc5ODA3LDAsMCwxLTIuNjg2NTIuMzM0NzEsMTIuNjk3NzMsMTIuNjk3NzMsMCwwLDEtMi42ODY3MS0uMzM0MTYsMTEuNzkwMywxMS43OTAzLDAsMCwxLTIuNDU2NTQtLjkwNTE1LDExLjMxMjE4LDExLjMxMjE4LDAsMCwxLTIuMDU1NzItMS4zMjE2NiwxMi4wNDIyNiwxMi4wNDIyNiwwLDAsMS0xLjU3NjczLTEuNTE2Yy0uMjEyNC0uMjYzOTItLjQxNjU2LS41MTcwOS0uNTk5NTQtLjc2NTQ0cS0uMjUxMjItLjM4ODU2LS40NzU3Ny0uNzM1NzhhMTIuMTc0MjgsMTIuMTc0MjgsMCwwLDEtLjY0NTA4LTEuMjcxLDguNTk5MjQsOC41OTkyNCwwLDAsMS0uMzMwNjMtLjg0MzMybC0uMTA3NDgtLjI5OTM4YS4xNTE5My4xNTE5MywwLDAsMSwuMjM5NjgtLjE2ODUybC4wNjI3NS4wNTIxOXMuMDk3NzEuMDgwODcuMjYyMDguMjM5ODdjLjE1ODY5LjE1MjQuNDA5NDkuNDEzNzUuNjk4MTguNjU5ODUuMjc1MzMuMjU3MjYuNjU4MjcuNTM1ODIsMS4wMzk3NC44Njk2OS40MTEzNy4zMTIwNy44ODA1NS42MjYzNCwxLjM3MTMzLjk0MzY2YTE1LjEwNDQyLDE1LjEwNDQyLDAsMCwwLDEuNjExMzkuODY5MzksMTMuMTc3MTgsMTMuMTc3MTgsMCwwLDAsMS43ODMwOC42OTQwOSwxNC45ODMzNiwxNC45ODMzNiwwLDAsMCwxLjg5ODkzLjQ0MjI2LDE0Ljc1MzI3LDE0Ljc1MzI3LDAsMCwwLDEuOTY3LjE0OTI5bC41NDU2NS0uMDEyMTVjLjA5OTM3LS4wMDQyNy4yNDU3My0uMDAwNzMuMzA2NC0uMDExMjlsLjIwMjgyLS4wMjQ5Yy4xNDE2Ni0uMDIzOC4yNTYxNy0uMDA5MTUuNDI1MjMtLjAzNDc5bC40ODc4Ni0uMDYyMTlhMTQuODIyNywxNC44MjI3LDAsMCwwLDEuOTAxMjQtLjQzOTY0LDEzLjMyNjQxLDEzLjMyNjQxLDAsMCwwLDEuNzg1MS0uNjk0LDE1LjIzOTY2LDE1LjIzOTY2LDAsMCwwLDEuNjExODctLjg3MWMuNDkwMDYtLjMxODU1Ljk2MDQ1LS42MzIzOSwxLjM3MDEyLS45NDU5My4zNzg0Mi0uMzMxLjc2NTc1LS42MTUxNywxLjA0NS0uODg3MDguMjkzNzctLjI2MzYxLjUyODY5LS40ODU3OC42ODgtLjY0MTcybC4yNjAyLS4yMzc0OS4wNjM0MS0uMDU3OEEuMTUwNzQuMTUwNzQsMCwwLDEsNTQuNDcyNTMsNjkuMjUwNzNabS0yMS42ODg4NC02LjcyQTMuMDI1MzMsMy4wMjUzMywwLDEsMSwzNS44MDksNjUuNTU2LDMuMDI1MzMsMy4wMjUzMywwLDAsMSwzMi43ODM2OSw2Mi41MzA3Wm0xNS41MTUyNiwwQTMuMDI1MzMsMy4wMjUzMywwLDEsMSw1MS4zMjQyOCw2NS41NTYsMy4wMjUzMywzLjAyNTMzLDAsMCwxLDQ4LjI5OSw2Mi41MzA3WiIvPjwvZz48L3N2Zz4=) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".jpg"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MS41NSAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojNGM5MzE1O308L3N0eWxlPjwvZGVmcz48dGl0bGU+anBnPC90aXRsZT48ZyBpZD0ianBnIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNi45NjQgOTguNjIgNi45NjQgMS4zOCA2Mi40NDkgMS4zOCA4MC4xNyAxOS4xIDgwLjE3IDk4LjYyIDYuOTY0IDk4LjYyIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNjMuMDIwOTQsMEg1LjU4MzhWMTYuNzUxMjJIMHYyMi4yMzQ1SDUuNTgzOFYxMDBIODEuNTVWMTguNTI4NzVaTTc0Ljg4NSwxNS43NjgwN0g2NS43ODE2OFY2LjY2NDkyWm0zLjkwNDI0LDgxLjQ3MTE5SDguMzQ0NTRWMzguOTg1NzJINTcuMDA1MTlWMTYuNzUxMjJIOC4zNDQ1NFYyLjc2MDY4aDUzLjUzMjlsMS4xNDM1LDEuMTQzNDlWMTguNTI4NzVINzcuNjQ1NzVsMS4xNDM1LDEuMTQzNDlaTTExLjgyMTE3LDM0LjUzMjcxbC4zMDI3My0xLjk5OTJhNS40MzM2Miw1LjQzMzYyLDAsMCwwLDEuNTM0NzkuMjQyMzFjMS40MTM2NCwwLDIuMjgyMjMtLjY0NjE4LDIuMjgyMjMtMy4wMDlWMjEuMDIyNjRoMi40ODM3NnY4LjgyNDgzYzAsMy43NTYzNS0xLjgxNzUsNS4wMDgyNC00LjUyMzYyLDUuMDA4MjRBNi42MTM5Myw2LjYxMzkzLDAsMCwxLDExLjgyMTE3LDM0LjUzMjcxWm05LjMyOTQ2LjEwMDlWMjEuMjA0NDFhMjEuNTE0LDIxLjUxNCwwLDAsMSwzLjc5NjU3LS4yODI5LDYuMTU5LDYuMTU5LDAsMCwxLDQuMDE4OCwxLjExMDksMy44NDQzMSwzLjg0NDMxLDAsMCwxLDEuMzMyNzcsMy4wMDg3OSw0LjEyNTEsNC4xMjUxLDAsMCwxLTEuMTcxMjEsMy4wODk5QTYuMDA2MjQsNi4wMDYyNCwwLDAsMSwyNC44MjYsMjkuNTg1YTYuOTk1MTksNi45OTUxOSwwLDAsMS0xLjIxMTYxLS4wODA4N3Y1LjEyOTQ2Wm0xNy45MTE2OS0xLjg3ODA2YTQuNzU5MTUsNC43NTkxNSwwLDAsMCwxLjg3ODA1LS4yODI3MVYyOS4wODAyNkgzOC41MzcyM1YyNy4xMjEzNGg0LjgwNjM0djYuODg2MzVhMTMuNDg0ODUsMTMuNDg0ODUsMCwwLDEtNC4zODIyMS43Njc0LDcuMzMzLDcuMzMzLDAsMCwxLTUuMzMxNTQtMS44MTc1MSw2Ljc0MzY4LDYuNzQzNjgsMCwwLDEtMS44OTgxOS01LjAwODI0YzAtNC4zMDE1MSwzLjA2OTQ2LTcuMDY4MTgsNy41NzMwNi03LjA2ODE4YTkuMDMsOS4wMywwLDAsMSwzLjYxNDc0LjY0NjI0bC0uNTQ1MzUsMS45OTkyN2E3LjMzMTQsNy4zMzE0LDAsMCwwLTMuMDg5NjYtLjU4NTYzYy0yLjkwOCwwLTQuOTQ3ODEsMS43MTY1NS00Ljk0NzgxLDQuODg3MDlDMzQuMzM2NjEsMzAuOTE3NzksMzYuMjM1LDMyLjc1NTU1LDM5LjA2MjMyLDMyLjc1NTU1Wk0yMy4xNDU3NSw3OC45ODI2SDYzLjk4OFY1MC44Mjc5NEgyMy4xNDU3NVptMi4xNzU2Ni0yNS45NzkwNmgzNi40OTFWNzAuMTgzMTdhMjQuNzEyNjgsMjQuNzEyNjgsMCwwLDAtNi4yMTMwOC0uOTkxYy01LjU3NTEzLS4zMjI3Ni01LjQ5MjA2LDMuNzQyNjEtMTMuNjUwODEsMS43NzAzOGwtNS4wNDYyNy05LjY2Mi0yLjcxOTYsNC42MDgxNS00LjE0NzM0LTguODYzNzctNC43MTM4NywxMC40NjkzWm0yNi4zMzQ0Nyw1LjI4MWEyLjQ4MTYzLDIuNDgxNjMsMCwxLDEsMi40ODE2MywyLjQ4MTU2QTIuNDgxNjQsMi40ODE2NCwwLDAsMSw1MS42NTU4OCw1OC4yODQ1NVpNMjQuODI2LDI3LjY0NjM2YTUuMDIwMzgsNS4wMjAzOCwwLDAsMS0xLjIxMTYxLS4xMDA4OVYyMi45NDFhNi44NTk1LDYuODU5NSwwLDAsMSwxLjQzMzcyLS4xMjExNWMxLjcxNjYxLDAsMi43NjY3Mi44MDc2NywyLjc2NjcyLDIuMzIyNDRDMjcuODE0ODIsMjYuNzM3NDksMjYuNjgzODQsMjcuNjQ2MzYsMjQuODI2LDI3LjY0NjM2WiIvPjwvZz48L3N2Zz4=) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".png"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MS41NSAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojMjE1OWFhO308L3N0eWxlPjwvZGVmcz48dGl0bGU+cG5nPC90aXRsZT48ZyBpZD0icG5nIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNi45NjQgOTguNjIgNi45NjQgMS4zOCA2Mi40NDkgMS4zOCA4MC4xNyAxOS4xIDgwLjE3IDk4LjYyIDYuOTY0IDk4LjYyIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNjMuMDIwOTQsMEg1LjU4MzhWMTYuNzUxMjJIMHYyMi4yMzQ1SDUuNTgzOFYxMDBIODEuNTVWMTguNTI4NzVaTTc0Ljg4NSwxNS43NjgwN0g2NS43ODE2OFY2LjY2NDkyWm0zLjkwNDMsODEuNDcxMTlIOC4zNDQ1NFYzOC45ODU3Mkg1Ny4wMDUxOVYxNi43NTEyMkg4LjM0NDU0VjIuNzYwNjhINjEuODc3MzhsMS4xNDM1NiwxLjE0MzU2VjE4LjUyODc1SDc3LjY0NTc1bDEuMTQzNSwxLjE0MzQ5Wk0xMC41ODA4MSwzNC42NzRWMjEuMjQ0NzVhMjEuNTA5ODgsMjEuNTA5ODgsMCwwLDEsMy43OTY1MS0uMjgyOSw2LjE1OTI1LDYuMTU5MjUsMCwwLDEsNC4wMTg4NiwxLjExMDksMy44NDQzMiwzLjg0NDMyLDAsMCwxLDEuMzMyNzYsMy4wMDg3OSw0LjEyNDczLDQuMTI0NzMsMCwwLDEtMS4xNzEyNiwzLjA4OTg1LDYuMDA1NzgsNi4wMDU3OCwwLDAsMS00LjMwMTUyLDEuNDU0LDYuOTk0NTIsNi45OTQ1MiwwLDAsMS0xLjIxMTYtLjA4MDg4VjM0LjY3NFptMTkuNzY5NDctOC44NjUzNlYyMS4wNjNoMi4zMDIyNVYzNC42NzRoLTIuNTY0N2wtMy41NTQzMi01Ljk3NzU0QTQ3LjM2NDksNDcuMzY0OSwwLDAsMSwyNC4wOSwyMy45OTEwOWwtLjA2MDYxLjAyMDA4Yy4xMDA4OSwxLjc1NzE0LjEyMTE1LDMuNTU0MzIuMTIxMTUsNS43OTZWMzQuNjc0aC0yLjI4MlYyMS4wNjNoMi44MjcxNWwzLjUxNCw1LjgzNjA2YTM3LjQ0MTUsMzcuNDQxNSwwLDAsMSwyLjMyMjI2LDQuNTY0aC4wNDAzNUMzMC40MTA4OSwyOS42NDU2MywzMC4zNTAyOCwyNy44ODg0OSwzMC4zNTAyOCwyNS44MDg1OVptMTEuNzkyNzksNi45ODcyNWE0Ljc2MDY0LDQuNzYwNjQsMCwwLDAsMS44NzgxMS0uMjgyNjZWMjkuMTIwNTRINDEuNjE4VjI3LjE2MTYyaDQuODA2MzRWMzQuMDQ4YTEzLjQ4NDgzLDEzLjQ4NDgzLDAsMCwxLTQuMzgyMi43Njc0LDcuMzMzMzQsNy4zMzMzNCwwLDAsMS01LjMzMTU1LTEuODE3NTEsNi43NDM4Niw2Ljc0Mzg2LDAsMCwxLTEuODk4MTktNS4wMDgzYzAtNC4zMDE0NSwzLjA2OTQ2LTcuMDY4MTEsNy41NzMwNi03LjA2ODExYTkuMDI5NzksOS4wMjk3OSwwLDAsMSwzLjYxNDc0LjY0NjI0TDQ1LjQ1NDksMjMuNTY3YTcuMzMxNyw3LjMzMTcsMCwwLDAtMy4wODk3My0uNTg1NThjLTIuOTA3ODksMC00Ljk0Nzc1LDEuNzE2NTYtNC45NDc3NSw0Ljg4NzA5QzM3LjQxNzQyLDMwLjk1ODEzLDM5LjMxNTgsMzIuNzk1ODQsNDIuMTQzMDcsMzIuNzk1ODRaTTI3LjY3LDUxLjI5Nzg1aDQuNTAzM1Y1NS44NTE1SDI3LjYyNzg3VjUxLjI5Nzg1aC00LjUwMzNWNDYuNzQ0MTRIMjcuNjdabTQuNTAzMy00LjU1MzcxaDQuNTQ1NDF2NC41NTM3MUgzMi4xNzMyOFptLTQuNTI3MzQsMTMuNjYxaDQuNTI3MzR2NC41NTM3MUgyNy42N3Y0LjU1MzY1aDQuNTAzM3Y0LjU1MzcxSDI3LjY3djQuNTUzNjVoNC41MDMzdjQuNTUzNjVIMjcuNjd2NC41NTM3MUgyMy4xMjQ1N1Y4My4xNzM1Mmg0LjUwMzNWNzguNjE5ODdoLTQuNTAzM1Y3NC4wNjYyMmg0LjUwMzNWNjkuNTEyNTFoLTQuNTAzM1Y2NC45NTg4Nmg0LjUwMzNWNjAuNDgxNDVIMjMuMTAwNTJWNTUuOTI3NzNoNC41NDU0MlptNC41MjczNCwwVjU1Ljg1MTVoNC41NDU0MXY0LjU1MzY1Wm0wLDkuMTA3MzZWNjQuOTU4ODZoNC41NDU0MXY0LjU1MzY1Wm0wLDkuMTA3MzZWNzQuMDY2MjJoNC41NDU0MXY0LjU1MzY1Wm0wLDkuMTA3MzZWODMuMTczNTJoNC41NDU0MXY0LjU1MzcxWm05LjEzMjg3LTQwLjk4MzA5aDQuNTQ1NDd2NC41NTM3MUg0MS4zMDYxNVpNMzYuNzYwOCw1MS4yOTc4NWg0LjU0NTM1VjU1Ljg1MTVIMzYuNzYwOFptNC41NDUzNSw5LjEwNzNWNTUuODUxNWg0LjU0NTQ3djQuNTUzNjVabS00LjU0NTM1LDBoNC41NDUzNXY0LjU1MzcxSDM2Ljc2MDhabTQuNTQ1MzUsOS4xMDczNlY2NC45NTg4Nmg0LjU0NTQ3djQuNTUzNjVabS00LjU0NTM1LDBoNC41NDUzNXY0LjU1MzcxSDM2Ljc2MDhabTQuNTQ1MzUsOS4xMDczNlY3NC4wNjYyMmg0LjU0NTQ3djQuNTUzNjVabS00LjU0NTM1LDBoNC41NDUzNXY0LjU1MzY1SDM2Ljc2MDhabTQuNTQ1MzUsOS4xMDczNlY4My4xNzM1Mmg0LjU0NTQ3djQuNTUzNzFaTTU0Ljk4NDUsNTEuMjk3ODVoNC41MDMyOVY1NS44NTE1SDU0Ljk4NDV2NC41NTM2NWg0LjUwMzI5djQuNTUzNzFINTQuOTg0NXY0LjU1MzY1aDQuNTAzMjl2NC41NTM3MUg1NC45ODQ1djQuNTUzNjVoNC41MDMyOXY0LjU1MzY1SDU0Ljk4NDV2NC41NTM3MUg1MC40MzkwOVY4My4xNzM1Mmg0LjUwMzI5Vjc4LjYxOTg3SDUwLjQzOTA5Vjc0LjA2NjIyaDQuNTAzMjlWNjkuNTEyNTFINTAuNDM5MDlWNjQuOTU4ODZoNC41MDMyOVY2MC40MDUxNUg1MC40MzkwOVY1NS44NTE1aDQuNTAzMjlWNTEuMjk3ODVINTAuNDM5MDlWNDYuNzQ0MTRINTQuOTg0NVptLTQuNTQ1NDEsMFY1NS44NTE1SDQ1Ljg5MzY4VjUxLjI5Nzg1Wm0wLDkuMTA3M3Y0LjU1MzcxSDQ1Ljg5MzY4VjYwLjQwNTE1Wm0wLDkuMTA3MzZ2NC41NTM3MUg0NS44OTM2OFY2OS41MTI1MVptMCw5LjEwNzM2djQuNTUzNjVINDUuODkzNjhWNzguNjE5ODdabTkuMDQ4Ny0zMS44NzU3M0g2NC4wMzMydjQuNTUzNzFINTkuNDg3NzlabTAsMTMuNjYxVjU1Ljg1MTVINjQuMDMzMnY0LjU1MzY1Wm0wLDkuMTA3MzZWNjQuOTU4ODZINjQuMDMzMnY0LjU1MzY1Wm0wLDkuMTA3MzZWNzQuMDY2MjJINjQuMDMzMnY0LjU1MzY1Wm0wLDkuMTA3MzZWODMuMTczNTJINjQuMDMzMnY0LjU1MzcxWk0xNC4yNTYxNiwyNy42ODY3MWE1LjAxODUyLDUuMDE4NTIsMCwwLDEtMS4yMTE2LS4xMDFWMjIuOTgxMzhhNi44NTg3NSw2Ljg1ODc1LDAsMCwxLDEuNDMzNjUtLjEyMTIxYzEuNzE2NjEsMCwyLjc2NjcyLjgwNzc0LDIuNzY2NzIsMi4zMjI1MUMxNy4yNDQ5MywyNi43Nzc4MywxNi4xMTQsMjcuNjg2NzEsMTQuMjU2MTYsMjcuNjg2NzFaIi8+PC9nPjwvc3ZnPg==) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".ps"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MS41NSAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojMjE1OWFhO308L3N0eWxlPjwvZGVmcz48dGl0bGU+cHM8L3RpdGxlPjxnIGlkPSJwcyI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjYuOTY0IDk4LjYyIDYuOTY0IDEuMzggNjIuNDQ5IDEuMzggODAuMTcgMTkuMSA4MC4xNyA5OC42MiA2Ljk2NCA5OC42MiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTYzLjAyMDk0LDBINS41ODM4VjE2Ljc1MTIySDB2MjIuMjM0NUg1LjU4MzhWMTAwSDgxLjU1VjE4LjUyODc1Wm0yLjc2MDc0LDYuNjY0OTIsNC41NTE2OSw0LjU1MTU3TDc0Ljg4NSwxNS43NjgwN0g2NS43ODE2OFpNNzguNzg5MjUsOTcuMjM5MjZIOC4zNDQ1NFYzOC45ODU3Mkg1Ny4wMDUxOVYxNi43NTEyMkg4LjM0NDU0VjIuNzYwNzRoNTMuNTMyOWwxLjE0MzUsMS4xNDM1VjE4LjUyODc1SDc3LjY0NTc1bDEuMTQzNSwxLjE0MzQ5Wk0xOC43MzksMzQuNjg0MlYyMS4yNTVhMjEuNTEwMzEsMjEuNTEwMzEsMCwwLDEsMy43OTY1Ny0uMjgyOTUsNi4xNTkzOCw2LjE1OTM4LDAsMCwxLDQuMDE4ODYsMS4xMTA3MSwzLjg0NDg1LDMuODQ0ODUsMCwwLDEsMS4zMzI3NywzLjAwOSw0LjEyMzUsNC4xMjM1LDAsMCwxLTEuMTcxMzMsMy4wODk2Niw2LjAwNiw2LjAwNiwwLDAsMS00LjMwMTUxLDEuNDU0MTYsNi45OTc1LDYuOTk3NSwwLDAsMS0xLjIxMTYxLS4wODA2OVYzNC42ODQyWk0zMy4zMTg2LDI4LjcyNjc1Yy0yLjI0MTYzLS44MDc3NC0zLjY3NTUzLTEuOTk5LTMuNjc1NTMtMy45NTgsMC0yLjIyMTMyLDEuODU3ODUtMy45MTc4NSw0LjgwNjI3LTMuOTE3ODVhNy4xODksNy4xODksMCwwLDEsMy4yNzE3My42ODY1OWwtLjYwNTksMS45OTk0NWE1Ljc2NDU3LDUuNzY0NTcsMCwwLDAtMi43MDYxMS0uNjQ2NDNjLTEuNTc1MTQsMC0yLjI2MTcyLjg0ODIxLTIuMjYxNzIsMS42MzU5MywwLDEuMDUuNzg3NDcsMS41MzQ3OSwyLjYwNSwyLjI0MTM5LDIuMzYyODUuODg4OCwzLjUxMzg1LDIuMDgwMDgsMy41MTM4NSw0LjAzOSwwLDIuMTgwODUtMS42NTU4Miw0LjA3OTIzLTUuMTY5ODYsNC4wNzkyM2E4LjA4NjgzLDguMDg2ODMsMCwwLDEtMy42NzUzNS0uODQ3ODRsLjU0NTI5LTIuMDYwMDZhNi44NzUyMiw2Ljg3NTIyLDAsMCwwLDMuMjkxODEuODY4MjljMS41OTUxNSwwLDIuNDgzNzYtLjc0NzE0LDIuNDgzNzYtMS44NTc3OUMzNS43NDE4MiwyOS45NTg2MiwzNS4wNTUzLDI5LjM1MjcyLDMzLjMxODYsMjguNzI2NzVaTTMxLjk5ODA1LDQ3LjgxOWE0MS4yMTI1OCw0MS4yMTI1OCwwLDAsMC04LjMxLjcxMDQ1VjgyLjI1Mjg3aDUuMzkyNjRWNjkuMzcyYTEzLjM0MDg5LDEzLjM0MDg5LDAsMCwwLDIuNjUyNzEuMjAzNDNjMy44NDUzNCwwLDcuMjQ5NjMtMS4xNjY5Myw5LjQxNTI4LTMuNjUxMzdhMTEuMjM0NTMsMTEuMjM0NTMsMCwwLDAsMi41NjM2LTcuNzU5MTUsMTAuMzE0NzUsMTAuMzE0NzUsMCwwLDAtMi45MTczLTcuNTU1NjdDMzguODkzOTIsNDguNzgzNTEsMzUuOTc2NTYsNDcuODE5LDMxLjk5ODA1LDQ3LjgxOVpNMzEuNzMzNCw2NC43MDY1NGE5LjU4ODA5LDkuNTg4MDksMCwwLDEtMi42NTI3MS0uMjU0VjUyLjg5MDI2YTEzLjE5LDEzLjE5LDAsMCwxLDMuMTM4NzMtLjMwMzY1YzMuNzU3MTQsMCw2LjA1NjA5LDIuMDI4MDgsNi4wNTYwOSw1LjgzMTI0QzM4LjI3NTUxLDYyLjQyNDQ0LDM1LjgwMDE3LDY0LjcwNjU0LDMxLjczMzQsNjQuNzA2NTRabTMxLjcxMjM0LDkuMjQ0YzAsNC40ODg4My0zLjAxMjc2LDguMzAyMzEtOS40MTksOC4zMDIzMWExMy42NjAyNCwxMy42NjAyNCwwLDAsMS02LjYxMzIyLTEuNjI5NTJsMS4wNzI5NC01LjAwNTA2YTEyLjExNjgsMTIuMTE2OCwwLDAsMCw1Ljg1MTc1LDEuNjY4N2MyLjQyNCwwLDMuNzA1ODEtMS4xNTI0MSwzLjcwNTgxLTIuODk5NiwwLTEuNjY4NzYtMS4xMDgtMi42MjE4My0zLjkxMjg0LTMuNzc0MjMtMy44Nzg2Ny0xLjU0ODk1LTYuNDA2MTktNC4wMTE3Mi02LjQwNjE5LTcuOTA0NzIsMC00LjU2NzgxLDMuMzI0MTUtOC4wNjMyNCw4LjgyOTM0LTguMDYzMjRhMTIuNzUwMjUsMTIuNzUwMjUsMCwwLDEsNS45NTYxMiwxLjM1MDY1bC0xLjE3NzM3LDQuODg1ODZhOS45NTczNSw5Ljk1NzM1LDAsMCwwLTQuODgyMjYtMS4yNzExOGMtMi4yODU0NiwwLTMuMzkzNSwxLjE5MTY2LTMuMzkzNSwyLjU4MTU1LDAsMS43MDgsMS4zMTYsMi40NjI4Myw0LjMyODc0LDMuNzczMjVDNjEuNTA2ODQsNjcuNzEzNSw2My40NDU3NCw3MC4xNzYzMyw2My40NDU3NCw3My45NTA1NlpNMjIuNDE0MzcsMjcuNjk2NzJhNS4wMTc0MSw1LjAxNzQxLDAsMCwxLTEuMjExNjEtLjEwMDcxVjIyLjk5MTU4YTYuODY0NDEsNi44NjQ0MSwwLDAsMSwxLjQzMzcxLS4xMjExNmMxLjcxNjYyLDAsMi43NjY3My44MDc3NCwyLjc2NjczLDIuMzIyNDVDMjUuNDAzMiwyNi43ODgyNywyNC4yNzIyMiwyNy42OTY3MiwyMi40MTQzNywyNy42OTY3MloiLz48L2c+PC9zdmc+) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".psd"]:before {
  background: url(/wp-content/themes/naturalteak/dist/images/psd.svg) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".raw"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MS41NSAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojZTUxNTQyO308L3N0eWxlPjwvZGVmcz48dGl0bGU+cmF3PC90aXRsZT48ZyBpZD0icmF3Ij48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNi45NjQgOTguNjIgNi45NjQgMS4zOCA2Mi40NDkgMS4zOCA4MC4xNyAxOS4xMDEgODAuMTcgOTguNjIgNi45NjQgOTguNjIiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik02My4wMjA5NCwwSDUuNTgzOFYxNi43NTEyMkgwdjIyLjIzNDVINS41ODM4VjEwMEg4MS41NVYxOC41Mjg3NVpNNzQuODg1LDE1Ljc2ODA3SDY1Ljc4MTY4VjYuNjY0OTJabTMuOTA0MjQsODEuNDcxMTlIOC4zNDQ1NFYzOC45ODU3Mkg1Ny4wMDUxOVYxNi43NTEyMkg4LjM0NDU0VjIuNzYwNjhoNTMuNTMyOWwxLjE0MzUsMS4xNDM0OVYxOC41Mjg3NUg3Ny42NDU3NWwxLjE0MzUsMS4xNDM0OVpNMTguMTY2MzIsMzAuOTI3ODZhMjcuMTU1NzQsMjcuMTU1NzQsMCwwLDAsMS4wNzAzNywzLjc5NjY5SDE2LjY3MTgxYTE5LjI0NDY5LDE5LjI0NDY5LDAsMCwxLS45MDg2My0zLjIxMDg4Yy0uMzgzODUtMS43NzcxNi0xLjAzMDA5LTIuMzQyNTMtMi40NDM3Mi0yLjM4MzA1SDEyLjA2NzU3djUuNTkzOTNIOS42MDM4MlYyMS4yOTUyOWEyMy41NTk1MywyMy41NTk1MywwLDAsMSwzLjc1NjE3LS4yODI5YzEuOTU4OCwwLDMuMjkxNzQuMzIzLDQuMjAwNDMsMS4wOTA2NGEzLjQ0NDcsMy40NDQ3LDAsMCwxLDEuMTcxMjcsMi43MjYxMywzLjYzMDc3LDMuNjMwNzcsMCwwLDEtMi40NjM3NSwzLjQxMzA5di4wNjA2MUEzLjQ2MzM1LDMuNDYzMzUsMCwwLDEsMTguMTY2MzIsMzAuOTI3ODZabTE0LjAxMzU1LDMuNzk2NjlIMjkuNTE0MjhsLTEuMjMxODctMy44NTczSDIzLjk2MDg4bC0xLjE3MTMzLDMuODU3M0gyMC4yMjQ5MWw0LjM2MjEzLTEzLjYxMWgzLjE3MDU5Wm0tLjM4NDQ2LTEzLjYxMUgzNC40NDFsMS4yOTI0Miw2LjE3OTMyYy4zNDM1LDEuNjU2LjY2NjUsMy4zOTI2NC44ODg4NSw0Ljc0NTY2aC4wNDAxYy4yMjIyOS0xLjQzMzcxLjYwNTktMy4wNDkxMy45ODk1MS00Ljc2NTY4bDEuNDc0MjQtNi4xNTkzaDIuNjA1NDFsMS4zNTMsNi4yNjA0M2MuMzQzMDgsMS42MTU0Mi42MjYsMy4xMjk3Ni44Mjc4Miw0LjYwNGguMDQwNTNjLjI0MjMxLTEuNDk0MzMuNTY1MzctMy4wNDkyLjkyODg5LTQuNzA1MTRsMS40MTM2NC02LjE1OTNoMi41MjQzNWwtMy42NTU1MSwxMy42MTFINDIuNDk4NjZMNDEuMDg1LDI4LjMyMjg4YTM4Ljg4MzEyLDM4Ljg4MzEyLDAsMCwxLS43NDcxMy00LjMyMTQ4aC0uMDQwNTNjLS4yNDIzNywxLjQ1MzY4LS41MDQ4MiwyLjc2NjY3LS45MDg0NCw0LjMyMTQ4bC0xLjU3NTM4LDYuNDAxNjdoLTIuNjg2Wm03LjQwMDc2LDM4LjQzNDM4TDMxLjAwNzYzLDczLjgxMzE3YTE1LjU3NiwxNS41NzYsMCwwLDEtMi4xNDQxLTE0LjI2NTI2Wk0zNi45ODk0NCw2NS44OTIsNDUuMzEsODAuMDkzMmExNS43MDgzOSwxNS43MDgzOSwwLDAsMS0xLjc0MjYyLjA5NzcyQTE1LjUxODksMTUuNTE4OSwwLDAsMSwzMS44NDI3Nyw3NC44NThaTTUwLjE1ODI2LDYzLjM4NDdsLTguMTktMTQuMjIzNTdhMTUuNzMwMTgsMTUuNzMwMTgsMCwwLDEsMS41OTkxMi0uMDgxMywxNS41MTk0NiwxNS41MTk0NiwwLDAsMSwxMS43NDc5Myw1LjM1OTMyWm0tNC4zNjE4MS01LjA4MTE3SDI5LjM1NTIyQTE1LjU3OTE0LDE1LjU3OTE0LDAsMCwxLDQwLjY0NCw0OS4zNTUzNVpNNDcuOTQwOCw2OS43MjI4NCw1Ni4xNDgsNTUuNDg2MzNhMTUuNTc1NiwxNS41NzU2LDAsMCwxLDIuMTIzMTEsMTQuMjM2NTFabS02LjUzNTQ3LDEuMjQ0MzhINTcuNzc5NDhhMTUuNTgxMjIsMTUuNTgxMjIsMCwwLDEtMTEuMTQ3MTYsOC45MjEwOVpNNDMuNTY3NTcsNDYuMTdhMTguNDY1NDksMTguNDY1NDksMCwxLDAsMTguNDY1LDE4LjQ2NDc5QTE4LjQ4NTY4LDE4LjQ4NTY4LDAsMCwwLDQzLjU2NzU3LDQ2LjE3Wm0wLDM1LjM5ODY5YTE2LjkzMzIsMTYuOTMzMiwwLDEsMSwxNi45MzI4LTE2LjkzMzlBMTYuOTU0MDgsMTYuOTU0MDgsMCwwLDEsNDMuNTY3NTcsODEuNTY4NzNaTTI2Ljc4ODE1LDI1LjYzNjlsMS4wNzAxOSwzLjM1MjQ4SDI0LjM2NDc1bDEuMDUtMy4zNTI0OGMuMjQyNDQtLjgwNzc0LjQ0NDQ2LTEuNzU2NzEuNjQ2MzEtMi41NDQzN2guMDQwNDZDMjYuMzAzNDEsMjMuODgwMTksMjYuNTI1NywyNC44MDkwOCwyNi43ODgxNSwyNS42MzY5Wm0tMTAuNTIwMjEtLjU2NTQzYzAsMS4zNTMwOS0xLjA1MDExLDIuMjQxODgtMi43MjYxOSwyLjI0MTg4SDEyLjA2NzU3VjIzLjAxMTg0YTcuMTQ1OSw3LjE0NTksMCwwLDEsMS41MzQ4NS0uMTIxMTVDMTUuMjE3ODMsMjIuODkwNjksMTYuMjY3OTQsMjMuNTc3MjcsMTYuMjY3OTQsMjUuMDcxNDdaIi8+PC9nPjwvc3ZnPg==) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".svg"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MS41NSAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojNGM5MzE1O308L3N0eWxlPjwvZGVmcz48dGl0bGU+c3ZnPC90aXRsZT48ZyBpZD0ic3ZnIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNi45NjQgOTguNjIgNi45NjQgMS4zOCA2Mi40NDkgMS4zOCA4MC4xNyAxOS4xMDEgODAuMTcgOTguNjIgNi45NjQgOTguNjIiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik02My4wMjA5NCwwSDUuNTgzOFYxNi43NTEyMkgwdjIyLjIzNDVINS41ODM4VjEwMEg4MS41NVYxOC41Mjg3NVpNNzQuODg1LDE1Ljc2ODA3SDY1Ljc4MTY4VjYuNjY0OTJsNC41NTE2Myw0LjU1MTUxWm0zLjkwNDMsODEuNDcxMTlIOC4zNDQ1NFYzOC45ODU3Mkg1Ny4wMDUxOVYxNi43NTEyMkg4LjM0NDU0VjIuNzYwNjhINjEuODc3MzhsMS4xNDM1NiwxLjE0MzU2VjE4LjUyODc1SDc3LjY0NTc1bDEuMTQzNSwxLjE0MzQ5Wk0xNS4zODY5LDI4LjcyNjc1Yy0yLjI0MTY0LS44MDc3NC0zLjY3NTU0LTEuOTk5LTMuNjc1NTQtMy45NTgsMC0yLjIyMTMyLDEuODU3NzktMy45MTc4NSw0LjgwNjI4LTMuOTE3ODVhNy4xODg1LDcuMTg4NSwwLDAsMSwzLjI3MTY3LjY4NjU5bC0uNjA1OSwxLjk5OTQ1YTUuNzY0MzgsNS43NjQzOCwwLDAsMC0yLjcwNjEyLS42NDY0M2MtMS41NzUxMywwLTIuMjYxNjUuODQ4MjEtMi4yNjE2NSwxLjYzNTkzLDAsMS4wNS43ODc0MSwxLjUzNDc5LDIuNjA1LDIuMjQxMzksMi4zNjI3OS44ODg4LDMuNTEzODUsMi4wODAwOCwzLjUxMzg1LDQuMDM5MDYsMCwyLjE4MDc5LTEuNjU1ODIsNC4wNzkxNy01LjE2OTkyLDQuMDc5MTdhOC4wODcyNCw4LjA4NzI0LDAsMCwxLTMuNjc1MzUtLjg0Nzg0bC41NDUzNS0yLjA2MDA2YTYuODc1MTIsNi44NzUxMiwwLDAsMCwzLjI5MTc0Ljg2ODI5YzEuNTk1MjIsMCwyLjQ4MzgzLS43NDcxNCwyLjQ4MzgzLTEuODU3NzlDMTcuODEwMTIsMjkuOTU4NjIsMTcuMTIzNiwyOS4zNTI3MiwxNS4zODY5LDI4LjcyNjc1Wk0yMS4yODMsMjEuMDczMThoMi43MDYxMWwxLjg1Nzg1LDYuMTc5MzhjLjUyNSwxLjcxNjU2Ljk2OTI0LDMuMzExOTUsMS4zMzI3Nyw0Ljk2OGguMDQwNTljLjM2MzI4LTEuNjE1NDguODQ4LTMuMjcxNDgsMS4zOTMzNy00LjkyNzQzbDEuOTc5LTYuMjE5OTFoMi42NDU1MWwtNC43MDUzOCwxMy42MTFIMjUuNjg1NDJaTTQxLjIzNDY4LDMyLjgwNTkxYTQuNzU3Miw0Ljc1NzIsMCwwLDAsMS44NzgxMS0uMjgyNDdWMjkuMTMwODZINDAuNzA5NjZWMjcuMTcxOTRoNC44MDYyN3Y2Ljg4NjM1YTEzLjQ4NzUyLDEzLjQ4NzUyLDAsMCwxLTQuMzgyMi43NjcxNSw3LjMzMyw3LjMzMywwLDAsMS01LjMzMTU0LTEuODE3MjYsNi43NDQsNi43NDQsMCwwLDEtMS44OTgxNC01LjAwODQ5YzAtNC4zMDEsMy4wNjk0LTcuMDY3NjgsNy41NzMtNy4wNjc2OGE5LjAzMDgsOS4wMzA4LDAsMCwxLDMuNjE0NzUuNjQ2bC0uNTQ1MzUsMS45OTk0NWE3LjMyNDUzLDcuMzI0NTMsMCwwLDAtMy4wODk3Mi0uNTg1ODFjLTIuOTA3OSwwLTQuOTQ3NywxLjcxNjU1LTQuOTQ3Nyw0Ljg4Njg0QzM2LjUwOSwzMC45Njg2MywzOC40MDc0MSwzMi44MDU5MSw0MS4yMzQ2OCwzMi44MDU5MVpNNDkuNjQ1NTEsNTMuMTM2SDYyLjA5ODgydi41NTM3N2gxLjkzMjhWNTEuNzU3aC0xLjkzMjh2LjU1MzgzSDQ0Ljc2MDEzbC0uMDA3Mi0uMDAwNTV2LS42OTA1NUg0Mi4zODA4di42OTA1NWwtLjAwNzIuMDAwNTVIMjUuMDM0OTFWNTEuNzU3aC0xLjkzMjh2MS45MzI4aDEuOTMyOFY1My4xMzZIMzcuNDg3MzdBMjIuMTA5OTMsMjIuMTA5OTMsMCwwLDAsMjEuNTA5NzcsNzMuNTY5NGgtLjY5MzkxdjIuMzcyMDdIMjMuMTg4VjczLjU2OTRoLS42MjRBMjEuMDQ3NDgsMjEuMDQ3NDgsMCwwLDEsNDIuMzgwOCw1My4zNjcxM3YuNjI0NjNoMi4zNzIxM3YtLjYyNDYzQTIxLjA0NzUyLDIxLjA0NzUyLDAsMCwxLDY0LjU2OTcsNzMuNTY5NGgtLjYyMzl2Mi4zNzIwN2gyLjM3MjA3VjczLjU2OTRINjUuNjI0QTIyLjExMjEyLDIyLjExMjEyLDAsMCwwLDQ5LjY0NTUxLDUzLjEzNlpNMjIuMzk3MjgsNzUuMTUwODJoLS43OTA3MXYtLjc5MDcxaC43OTA3MVpNNDMuOTYyMjIsNTMuMjAxMTFoLS43OTA3MVY1Mi40MTA0aC43OTA3MVptMjEuNTY1LDIxLjk0OTcxaC0uNzkwNzF2LS43OTA3MWguNzkwNzFaIi8+PC9nPjwvc3ZnPg==) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".tif"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MS41NSAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojZTUxNTQyO308L3N0eWxlPjwvZGVmcz48dGl0bGU+dGlmZjwvdGl0bGU+PGcgaWQ9InRpZmYiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2Ljk2NCA5OC42MiA2Ljk2NCAxLjM4IDYyLjQ0OSAxLjM4IDgwLjE2OSAxOS4xMDEgODAuMTY5IDk4LjYyIDYuOTY0IDk4LjYyIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNjMuMDIwOTQsMEg1LjU4MzhWMTYuNzUxMjJIMHYyMi4yMzQ1SDUuNTgzOFYxMDBIODEuNTQ5OTNWMTguNTI4NzVaTTc0Ljg4NSwxNS43NjgwN0g2NS43ODE2OFY2LjY2NDkybDQuNTUxMjEsNC41NTExNFptMy45MDQyMyw4MS40NzExOUg4LjM0NDU0VjM4Ljk4NTcySDU3LjAwNTE5VjE2Ljc1MTIySDguMzQ0NTRWMi43NjA2OEg2MS44NzczOGwxLjE0MzU2LDEuMTQzNTZWMTguNTI4NzVINzcuNjQ1NjlsMS4xNDM0OSwxLjE0MzQ5Wk0xMC44MzMwNywyMy4xNDMwN1YyMS4wNjNIMjEuMTEyMTh2Mi4wODAwOEgxNy4xOTQ3VjM0LjY3NEgxNC43MTA4OFYyMy4xNDMwN1pNMjIuNzA3MjEsMzQuNjc0VjIxLjA2M0gyNS4xOTFWMzQuNjc0Wk0zNS41MzAyNywyNi44NTg3djIuMDM5NTVIMzAuNTIxNzNWMzQuNjc0SDI4LjAzNzlWMjEuMDYzaDcuODU1OXYyLjAzOTU1SDMwLjUyMTczVjI2Ljg1ODdabTEwLjI3ODI2LDB2Mi4wMzk1NUg0MC44VjM0LjY3NEgzOC4zMTYxNlYyMS4wNjNoNy44NTU5djIuMDM5NTVINDAuOFYyNi44NTg3Wk0yMy4xNDU3NSw3OC45ODI2SDYzLjk4OFY1MC44Mjc5NEgyMy4xNDU3NVptMi4xNzU2Ni0yNS45NzloMzYuNDkxVjcwLjE4MzE3YTI0LjcxNDIxLDI0LjcxNDIxLDAsMCwwLTYuMjEzMDgtLjk5MWMtNS41NzUxOS0uMzIyNzUtNS40OTIwNiwzLjc0MjU1LTEzLjY1MDgxLDEuNzcwMzJsLTUuMDQ2MjctOS42NjItMi43MTk2LDQuNjA4MTUtNC4xNDc0LTguODYzNzctNC43MTM4MSwxMC40NjkzWm0yNi4zMzQ0Nyw1LjI4MWEyLjQ4MTYzLDIuNDgxNjMsMCwxLDEsMi40ODE2MywyLjQ4MTU2QTIuNDgxNjQsMi40ODE2NCwwLDAsMSw1MS42NTU4OCw1OC4yODQ1NVoiLz48L2c+PC9zdmc+) no-repeat center center;
  background-size: contain;
}
.product-file-uploads a[href$=".tiff"]:before {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MS41NSAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZmO30uY2xzLTJ7ZmlsbDojZTUxNTQyO308L3N0eWxlPjwvZGVmcz48dGl0bGU+dGlmZjwvdGl0bGU+PGcgaWQ9InRpZmYiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2Ljk2NCA5OC42MiA2Ljk2NCAxLjM4IDYyLjQ0OSAxLjM4IDgwLjE2OSAxOS4xMDEgODAuMTY5IDk4LjYyIDYuOTY0IDk4LjYyIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNjMuMDIwOTQsMEg1LjU4MzhWMTYuNzUxMjJIMHYyMi4yMzQ1SDUuNTgzOFYxMDBIODEuNTQ5OTNWMTguNTI4NzVaTTc0Ljg4NSwxNS43NjgwN0g2NS43ODE2OFY2LjY2NDkybDQuNTUxMjEsNC41NTExNFptMy45MDQyMyw4MS40NzExOUg4LjM0NDU0VjM4Ljk4NTcySDU3LjAwNTE5VjE2Ljc1MTIySDguMzQ0NTRWMi43NjA2OEg2MS44NzczOGwxLjE0MzU2LDEuMTQzNTZWMTguNTI4NzVINzcuNjQ1NjlsMS4xNDM0OSwxLjE0MzQ5Wk0xMC44MzMwNywyMy4xNDMwN1YyMS4wNjNIMjEuMTEyMTh2Mi4wODAwOEgxNy4xOTQ3VjM0LjY3NEgxNC43MTA4OFYyMy4xNDMwN1pNMjIuNzA3MjEsMzQuNjc0VjIxLjA2M0gyNS4xOTFWMzQuNjc0Wk0zNS41MzAyNywyNi44NTg3djIuMDM5NTVIMzAuNTIxNzNWMzQuNjc0SDI4LjAzNzlWMjEuMDYzaDcuODU1OXYyLjAzOTU1SDMwLjUyMTczVjI2Ljg1ODdabTEwLjI3ODI2LDB2Mi4wMzk1NUg0MC44VjM0LjY3NEgzOC4zMTYxNlYyMS4wNjNoNy44NTU5djIuMDM5NTVINDAuOFYyNi44NTg3Wk0yMy4xNDU3NSw3OC45ODI2SDYzLjk4OFY1MC44Mjc5NEgyMy4xNDU3NVptMi4xNzU2Ni0yNS45NzloMzYuNDkxVjcwLjE4MzE3YTI0LjcxNDIxLDI0LjcxNDIxLDAsMCwwLTYuMjEzMDgtLjk5MWMtNS41NzUxOS0uMzIyNzUtNS40OTIwNiwzLjc0MjU1LTEzLjY1MDgxLDEuNzcwMzJsLTUuMDQ2MjctOS42NjItMi43MTk2LDQuNjA4MTUtNC4xNDc0LTguODYzNzctNC43MTM4MSwxMC40NjkzWm0yNi4zMzQ0Nyw1LjI4MWEyLjQ4MTYzLDIuNDgxNjMsMCwxLDEsMi40ODE2MywyLjQ4MTU2QTIuNDgxNjQsMi40ODE2NCwwLDAsMSw1MS42NTU4OCw1OC4yODQ1NVoiLz48L2c+PC9zdmc+) no-repeat center center;
  background-size: contain;
}

.linked-sales-message {
  background: #719bb6;
  color: #fff;
  padding: 10px;
}
.linked-sales-message p:first-child, .linked-sales-message ul:first-child, .linked-sales-message ol:first-child {
  margin-top: 0;
}
.linked-sales-message p:last-child, .linked-sales-message ul:last-child, .linked-sales-message ol:last-child {
  margin-bottom: 0;
}

body.search-results.woocommerce-page.archive .row .product {
  max-width: 300px !important;
  padding: 0 2% !important;
}

.page.woocommerce-account .woocommerce-message,
.page.woocommerce-account .woocommerce-info,
.page.woocommerce-account .woocommerce-error {
  border: 1px solid;
  margin: 0 0 1rem 0;
  padding: 5px 10px;
}
.page.woocommerce-account .woocommerce-message {
  background: rgb(230, 255, 233.515625);
  border-color: #008012;
}
.page.woocommerce-account .woocommerce-info {
  background: rgb(255, 250.5, 244.5);
  border-color: rgb(255, 195.8571428571, 117);
}
.page.woocommerce-account .woocommerce-info a, .page.woocommerce-account .woocommerce-info a:visited {
  color: #990d00;
  font-weight: bold;
}
.page.woocommerce-account .woocommerce-error {
  background: rgb(255, 208.3333333333, 204);
  border-color: #990d00;
}
.page.woocommerce-account .woocommerce-error ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page.woocommerce-account .woocommerce-error li {
  margin: 0;
  padding: 0 0 0 22px;
  position: relative;
}
.page.woocommerce-account .woocommerce-error li:before {
  content: "\f06a";
  color: #990d00;
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page.woocommerce-account .woocommerce-error li + li {
  margin-top: 0.5rem;
}
.page.woocommerce-account .content {
  margin: 0 auto;
  max-width: 1280px;
}
.page.woocommerce-account .sw-myaccount__nav .nav {
  margin: 0;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .page.woocommerce-account .sw-myaccount__nav .nav {
    margin-bottom: 2rem;
  }
}
.page.woocommerce-account .sw-myaccount__nav .nav-item, .page.woocommerce-account .sw-myaccount__nav .banner .nav li, .banner .nav .page.woocommerce-account .sw-myaccount__nav li {
  list-style-type: none;
}
.page.woocommerce-account .sw-myaccount__nav .nav-item a, .page.woocommerce-account .sw-myaccount__nav .banner .nav li a, .banner .nav .page.woocommerce-account .sw-myaccount__nav li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e2e1e1;
  color: #6c6d68;
  display: block;
  font-family: "Lato";
  font-size: 4vw;
  padding: 3vw 0 3vw 6vw;
}
.page.woocommerce-account .sw-myaccount__nav .nav-item a:before, .page.woocommerce-account .sw-myaccount__nav .banner .nav li a:before, .banner .nav .page.woocommerce-account .sw-myaccount__nav li a:before {
  content: "\f0da";
  font-family: "fontawesome";
  display: inline-block;
  margin-right: 1rem;
}
.page.woocommerce-account .sw-myaccount__nav .nav-item a:hover, .page.woocommerce-account .sw-myaccount__nav .banner .nav li a:hover, .banner .nav .page.woocommerce-account .sw-myaccount__nav li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .page.woocommerce-account .sw-myaccount__nav .nav-item a, .page.woocommerce-account .sw-myaccount__nav .banner .nav li a, .banner .nav .page.woocommerce-account .sw-myaccount__nav li a {
    font-size: 1.125rem;
    padding: 1rem 0 1rem 1rem;
  }
}
.page.woocommerce-account .sw-myaccount__nav .nav-item:first-child a, .page.woocommerce-account .sw-myaccount__nav .banner .nav li:first-child a, .banner .nav .page.woocommerce-account .sw-myaccount__nav li:first-child a {
  border-top: 1px solid #e2e1e1;
}
.page.woocommerce-account .sw-myaccount__nav .nav-item:hover, .page.woocommerce-account .sw-myaccount__nav .banner .nav li:hover, .banner .nav .page.woocommerce-account .sw-myaccount__nav li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.page.woocommerce-account .sw-myaccount__nav .nav-item.is-active a, .page.woocommerce-account .sw-myaccount__nav .banner .nav li.is-active a, .banner .nav .page.woocommerce-account .sw-myaccount__nav li.is-active a {
  color: #005e80;
}
.page.woocommerce-account .sw-myaccount__content label sup {
  color: red;
}
.page.woocommerce-account .sw-myaccount__content button[type=submit] {
  border-color: #dabb86;
  color: #dabb86;
}
.page.woocommerce-account p#remove-tax-cert-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page.woocommerce-account p#remove-tax-cert-block *, .page.woocommerce-account p#remove-tax-cert-block *:before, .page.woocommerce-account p#remove-tax-cert-block *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.page.woocommerce-account p#remove-tax-cert-block a.button {
  margin-top: 1rem;
}
.page.woocommerce-account .woo-anticipated-shipping-locations label {
  margin: 1rem 1rem 0 0;
}
.page.woocommerce-account .woo-anticipated-shipping-locations input[type=checkbox] {
  margin-right: 4px;
}

.page.woocommerce-edit-address .sw-myaccount__content > p {
  background: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 509px) {
  .page.woocommerce-edit-address .sw-myaccount__addresses > .mb-4 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page.woocommerce-edit-address .btn, .page.woocommerce-edit-address .comment-form input[type=submit], .comment-form .page.woocommerce-edit-address input[type=submit], .page.woocommerce-edit-address .search-form .search-submit, .search-form .page.woocommerce-edit-address .search-submit {
  border-radius: 7px;
  border-width: 2px;
  background: transparent;
  font-family: "Lato";
  text-transform: uppercase;
  padding: 0.25rem 1rem;
}
.page.woocommerce-edit-address .btn.btn-primary, .page.woocommerce-edit-address .comment-form input.btn-primary[type=submit], .comment-form .page.woocommerce-edit-address input.btn-primary[type=submit], .page.woocommerce-edit-address .search-form .btn-primary.search-submit, .search-form .page.woocommerce-edit-address .btn-primary.search-submit {
  border-color: #a87b4f;
  color: #a87b4f;
}
.page.woocommerce-edit-address abbr {
  color: red;
  cursor: default;
  text-decoration: none;
}
.page.woocommerce-edit-address .form-group label, .page.woocommerce-edit-address .comment-form p label, .comment-form .page.woocommerce-edit-address p label, .page.woocommerce-edit-address .search-form label label, .search-form .page.woocommerce-edit-address label label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.page.woocommerce-edit-address .form-group .woocommerce-input-wrapper, .page.woocommerce-edit-address .comment-form p .woocommerce-input-wrapper, .comment-form .page.woocommerce-edit-address p .woocommerce-input-wrapper, .page.woocommerce-edit-address .search-form label .woocommerce-input-wrapper, .search-form .page.woocommerce-edit-address label .woocommerce-input-wrapper {
  display: block;
}
.page.woocommerce-edit-address .form-group input, .page.woocommerce-edit-address .comment-form p input, .comment-form .page.woocommerce-edit-address p input, .page.woocommerce-edit-address .search-form label input, .search-form .page.woocommerce-edit-address label input,
.page.woocommerce-edit-address .form-group textarea,
.page.woocommerce-edit-address .comment-form p textarea,
.comment-form .page.woocommerce-edit-address p textarea,
.page.woocommerce-edit-address .search-form label textarea,
.search-form .page.woocommerce-edit-address label textarea,
.page.woocommerce-edit-address .form-group select,
.page.woocommerce-edit-address .comment-form p select,
.comment-form .page.woocommerce-edit-address p select,
.page.woocommerce-edit-address .search-form label select,
.search-form .page.woocommerce-edit-address label select {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  width: 100%;
}
.page.woocommerce-edit-address .form-group input:focus, .page.woocommerce-edit-address .comment-form p input:focus, .comment-form .page.woocommerce-edit-address p input:focus, .page.woocommerce-edit-address .search-form label input:focus, .search-form .page.woocommerce-edit-address label input:focus,
.page.woocommerce-edit-address .form-group textarea:focus,
.page.woocommerce-edit-address .comment-form p textarea:focus,
.comment-form .page.woocommerce-edit-address p textarea:focus,
.page.woocommerce-edit-address .search-form label textarea:focus,
.search-form .page.woocommerce-edit-address label textarea:focus,
.page.woocommerce-edit-address .form-group select:focus,
.page.woocommerce-edit-address .comment-form p select:focus,
.comment-form .page.woocommerce-edit-address p select:focus,
.page.woocommerce-edit-address .search-form label select:focus,
.search-form .page.woocommerce-edit-address label select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #bcc0f1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.tracking-details, .estimated-ship-date {
  margin: 30px 0;
}

.tracking-details .header-labels {
  font-weight: bold;
}
.tracking-details .header-labels .date {
  display: none;
}
@media (min-width: 600px) {
  .tracking-details .header-labels .date {
    display: inline-block;
  }
}
.tracking-details .ship-group {
  margin: 15px 0;
}
.tracking-details .track-row:last-child .date {
  border: none !important;
}
@media (min-width: 480px) {
  .tracking-details .shipper, .tracking-details .number {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 600px) {
  .tracking-details .date {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 480px) {
  .tracking-details .shipper {
    padding: 0 15px 0 0;
    width: calc(100% - 250px);
  }
}
@media (min-width: 600px) {
  .tracking-details .shipper {
    width: calc((100% - 250px) / 2);
  }
}
.tracking-details .number {
  width: 250px;
}
.tracking-details .date {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 600px) {
  .tracking-details .date {
    border: none;
    width: calc((100% - 250px) / 2);
  }
}

.sw-myaccount__order__customer {
  margin: 30px 0 0 0;
}

.sw-lost-pass input.input-text {
  padding: calc(0.375rem - 2px) 0.75rem;
}
.sw-lost-pass .btn, .sw-lost-pass .comment-form input[type=submit], .comment-form .sw-lost-pass input[type=submit], .sw-lost-pass .search-form .search-submit, .search-form .sw-lost-pass .search-submit {
  margin-left: 15px;
}

ul.order_details {
  list-style: none;
  padding: 0;
}
ul.order_details li {
  background: rgb(255, 239.5714285714, 219);
  border: 1px solid #ffae42;
  margin: 0 0 1rem 0;
  padding: 5px 10px;
}
ul.order_details li + li {
  margin-top: 0.5rem;
}
ul.order_details li.purchase-order {
  background: rgb(230, 255, 233.515625);
  border: 1px solid #008012;
}

.sw-login__form.login button.button {
  border-color: #a87b4f;
  color: #a87b4f;
}

#gform_submit_button_3.gform_button.button {
  border-color: #a87b4f !important;
  color: #a87b4f !important;
}
#gform_submit_button_3.gform_button.button:hover {
  background-color: rgb(187.1943319838, 148.5708502024, 110.8056680162) !important;
  color: rgb(187.1943319838, 148.5708502024, 110.8056680162) !important;
}

.sw-myaccount__edit-address > .woocommerce-address-fields__field-wrapper {
  padding: 0 15px;
}
.sw-myaccount__edit-address > .woocommerce-address-fields__field-wrapper .form-row-first label,
.sw-myaccount__edit-address > .woocommerce-address-fields__field-wrapper .form-row-last label,
.sw-myaccount__edit-address > .woocommerce-address-fields__field-wrapper .form-row-wide label {
  display: block;
}
.sw-myaccount__edit-address > .woocommerce-address-fields__field-wrapper .form-row-first input, .sw-myaccount__edit-address > .woocommerce-address-fields__field-wrapper .form-row-first select,
.sw-myaccount__edit-address > .woocommerce-address-fields__field-wrapper .form-row-last input,
.sw-myaccount__edit-address > .woocommerce-address-fields__field-wrapper .form-row-last select,
.sw-myaccount__edit-address > .woocommerce-address-fields__field-wrapper .form-row-wide input,
.sw-myaccount__edit-address > .woocommerce-address-fields__field-wrapper .form-row-wide select {
  display: block;
  padding: 2px 5px;
  width: 100%;
}
.sw-myaccount__edit-address > .woocommerce-address-fields__field-wrapper .form-row-first,
.sw-myaccount__edit-address > .woocommerce-address-fields__field-wrapper .form-row-last {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.sw-myaccount__edit-address > .woocommerce-address-fields__field-wrapper .form-row-last {
  margin-left: 4%;
}
.sw-myaccount__edit-address > .woocommerce-address-fields__field-wrapper .form-row-wide {
  width: 100%;
}
.sw-myaccount__edit-address > .woocommerce-address-fields__field-wrapper span.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

body.woocommerce-container-requests #rfc-datagrid span {
  cursor: help;
}
body.woocommerce-container-requests .rfcp-table {
  margin: 1.5rem 0 0 0;
}
body.woocommerce-container-requests .rfcp-table tfoot th {
  background: #eee;
}
body.woocommerce-container-requests .rfcp-table .cell-right {
  text-align: right;
}
body.woocommerce-container-requests .rfcs-contact-info {
  margin: 1.5rem 0 0 0;
}
body.woocommerce-container-requests .rfcp-address {
  display: inline-block;
  margin: 1.5rem 0 0 0;
  vertical-align: top;
  width: calc((100% - 1.5rem) / 2);
}
body.woocommerce-container-requests .rfcp-address + .rfcp-address {
  margin-left: 1.5rem;
}

.page.woocommerce-cart {
  /**
   *  Cart Totals style #1
   */
  /**
   *  Cart Totals style #2
   */
}
.page.woocommerce-cart .woocommerce-message {
  background: lightyellow;
  border: 1px solid #e7cfb1;
  border-radius: 5px;
  color: #895129;
  font-family: "Lato";
  font-size: 1.125rem;
  margin: 2rem 0;
  padding: 1rem;
  text-align: center;
}
.page.woocommerce-cart .woocommerce-message .restore-item {
  display: inline-block;
  margin-left: 1rem;
  background-color: #e7cfb1;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  border: 1px solid #baa387;
  color: #8b6d51;
}
.page.woocommerce-cart .woocommerce-message .restore-item:hover {
  background-color: #f2dcc2;
  text-decoration: none;
}
.page.woocommerce-cart .content {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}
.page.woocommerce-cart .woocommerce-cart-form {
  margin-bottom: 2rem;
}
.page.woocommerce-cart table.cart {
  width: 100%;
}
.page.woocommerce-cart table.cart th {
  background: #eee;
  padding: 1.5rem;
  font-family: "Lato";
  font-weight: normal;
  font-size: 1.125rem;
}
.page.woocommerce-cart table.cart td {
  color: #555;
  font-family: "Lato";
  padding: 1.5rem;
}
.page.woocommerce-cart table.cart .product-remove {
  text-align: center;
}
.page.woocommerce-cart table.cart .product-remove a {
  background-color: #d16969;
  border-radius: 25px;
  color: white;
  display: inline-block;
  font-weight: bold;
  height: 25px;
  line-height: 22px;
  text-align: center;
  width: 25px;
}
.page.woocommerce-cart table.cart .product-remove a:hover {
  background-color: #e07b7b;
  text-decoration: none;
}
.page.woocommerce-cart table.cart .product-name a {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.page.woocommerce-cart table.cart .product-quantity .quantity {
  width: 70px;
}
.page.woocommerce-cart table.cart .product-quantity .quantity input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  width: 100% !important;
}
.page.woocommerce-cart table.cart .product-thumbnail img {
  height: auto;
  max-width: 75px;
}
.page.woocommerce-cart .form-row input,
.page.woocommerce-cart .form-row textarea,
.page.woocommerce-cart .form-row select {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  width: 100%;
}
.page.woocommerce-cart .form-row input:focus,
.page.woocommerce-cart .form-row textarea:focus,
.page.woocommerce-cart .form-row select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #bcc0f1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.page.woocommerce-cart .actions {
  background-color: #f4f4f4;
}
.page.woocommerce-cart .actions button {
  border-color: #666;
  border-radius: 6px;
  display: inline-block;
  color: #666;
}
.page.woocommerce-cart .coupon {
  display: inline-block;
}
.page.woocommerce-cart .coupon label {
  display: none;
}
.page.woocommerce-cart .coupon input {
  border-radius: 6px;
  border: 1px solid #bbb;
  color: #666;
  font-size: 1.25rem;
  margin-right: 0.5rem;
  padding: 0.25rem 0.75rem 0.4rem;
}
.page.woocommerce-cart [name=update_cart] {
  float: right;
}
.page.woocommerce-cart [name=update_cart][disabled] {
  border-color: #d8d8d8;
  color: #bbb;
  cursor: default;
}
.page.woocommerce-cart .cart-collaterals {
  margin-bottom: 4rem;
  text-align: right;
}
.page.woocommerce-cart .cart_totals {
  background: #f8f8f8;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.75rem 2rem 2rem;
  color: #444;
  display: inline-block;
  font-family: "Lato";
  text-align: left;
}
.page.woocommerce-cart .cart_totals h2 {
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}
.page.woocommerce-cart .cart_totals table {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  width: 100%;
}
.page.woocommerce-cart .cart_totals tr {
  background: #fff;
  border: 1px solid #ddd;
}
.page.woocommerce-cart .cart_totals th {
  padding: 0.5rem 1rem;
}
.page.woocommerce-cart .cart_totals td {
  padding: 0.75rem 1.25rem;
}
@media screen and (max-width: 800px) {
  .page.woocommerce-cart .woocommerce-cart-form__contents > thead {
    display: none;
  }
  .page.woocommerce-cart .woocommerce-cart-form__contents tr {
    background-color: #eee;
    display: block;
    position: relative;
  }
  .page.woocommerce-cart .woocommerce-cart-form__contents tr:nth-child(2n) {
    background-color: #e4e4e4;
  }
  .page.woocommerce-cart .woocommerce-cart-form__contents tr td {
    clear: both;
    display: block;
    padding: 0 1rem 1rem;
    text-align: right;
  }
  .page.woocommerce-cart .woocommerce-cart-form__contents tr td:first-child {
    padding-top: 1.5rem;
  }
  .page.woocommerce-cart .woocommerce-cart-form__contents tr td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }
  .page.woocommerce-cart .product-remove a {
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
  .page.woocommerce-cart .product-thumbnail {
    text-align: center !important;
  }
  .page.woocommerce-cart .product-thumbnail a {
    display: inline-block;
  }
  .page.woocommerce-cart .product-quantity .quantity {
    display: inline-block;
  }
  .page.woocommerce-cart .actions {
    text-align: left !important;
  }
  .page.woocommerce-cart .coupon {
    border-bottom: 1px solid #ccc;
    display: block;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .page.woocommerce-cart .coupon input {
    display: block;
    margin-right: 0;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .page.woocommerce-cart .coupon button {
    display: block;
    text-align: center;
    width: 100%;
  }
  .page.woocommerce-cart button[name=update_cart] {
    display: block;
    float: none;
    width: 100%;
  }
  .page.woocommerce-cart .cart_totals {
    display: block;
    margin: 0 auto;
    max-width: 375px;
  }
  .page.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
    text-align: center;
  }
}

form.sw-checkout .wcpay-payment-request-wrapper {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-bottom: none;
  margin-bottom: 0;
  padding: 1rem;
  width: 100%;
}
@media (min-width: 481px) {
  form.sw-checkout .wcpay-payment-request-wrapper {
    padding: 2rem 2rem 1rem 2rem;
  }
}
@media (min-width: 768px) {
  form.sw-checkout .wcpay-payment-request-wrapper {
    padding: 1rem 1rem 2rem 1rem;
  }
}
@media (min-width: 1121px) {
  form.sw-checkout .wcpay-payment-request-wrapper {
    padding: 2rem 2rem 1rem 2rem;
  }
}
form.sw-checkout .wcpay-payment-request-wrapper > div {
  border-radius: 10px;
  max-width: 100%;
  overflow: hidden;
}
form.sw-checkout .wcpay-payment-request-wrapper + p#wcpay-payment-request-button-separator {
  display: none !important;
}
form.sw-checkout .wcpay-payment-request-wrapper + p#wcpay-payment-request-button-separator + div.woocommerce-checkout-payment {
  border-top: none;
}
form.sw-checkout p#wcpay-payment-request-button-separator {
  margin-top: 0 !important;
  padding-left: 15px;
  text-align: left !important;
}
form.sw-checkout #payment ul.wc_payment_methods li fieldset {
  background: none;
}

p#wcpay-payment-request-button-separator {
  display: block;
  width: 100%;
}

.wcpay-payment-request-wrapper > div {
  border-radius: 10px;
  overflow: hidden;
}

.wc-proceed-to-checkout .wcpay-payment-request-wrapper + a.checkout-button {
  margin-top: 1rem;
}
.wc-proceed-to-checkout a.checkout-button {
  background: rgb(0, 131.453125, 179);
  border-color: #005e80;
  color: #fff;
  display: block;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  width: 100%;
}
.wc-proceed-to-checkout a.checkout-button:hover {
  background: #0f3847;
}

.shop_table tr.woocommerce-shipping-totals.shipping ul#shipping_method.item-count-1 li {
  padding-left: 0;
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-privacy-policy-text {
  background: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
}
.woocommerce-checkout .woocommerce-info p,
.woocommerce-checkout .woocommerce-privacy-policy-text p {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-privacy-policy-text {
  background-color: white;
}
.woocommerce-checkout .checkout_coupon {
  display: block;
  margin-top: -2.8rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-top: none;
}
.woocommerce-checkout .checkout_coupon input {
  font-size: 1.35rem;
}
.woocommerce-checkout .checkout_coupon button {
  float: right;
}
.woocommerce-checkout .checkout_coupon:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
  margin: 0 15px 2rem;
  background: #ffdada;
  color: #a52e2e;
  border-radius: 5px;
  padding: 1rem 2rem;
  position: relative;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  border-radius: 5px 0 0 5px;
  background: #db9c9c;
  display: block;
  height: 100%;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error ul {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .sw-checkout__customer-details {
    padding-right: 10%;
  }
}
.woocommerce-checkout abbr {
  color: red;
  cursor: default;
  text-decoration: none;
}
.woocommerce-checkout .form-group, .woocommerce-checkout .comment-form p, .comment-form .woocommerce-checkout p, .woocommerce-checkout .search-form label, .search-form .woocommerce-checkout label,
.woocommerce-checkout .form-row {
  margin-left: 0;
  margin-right: 0;
}
.woocommerce-checkout .form-group label, .woocommerce-checkout .comment-form p label, .comment-form .woocommerce-checkout p label, .woocommerce-checkout .search-form label label, .search-form .woocommerce-checkout label label,
.woocommerce-checkout .form-row label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.woocommerce-checkout .form-group .woocommerce-input-wrapper, .woocommerce-checkout .comment-form p .woocommerce-input-wrapper, .comment-form .woocommerce-checkout p .woocommerce-input-wrapper, .woocommerce-checkout .search-form label .woocommerce-input-wrapper, .search-form .woocommerce-checkout label .woocommerce-input-wrapper,
.woocommerce-checkout .form-row .woocommerce-input-wrapper {
  display: block;
}
.woocommerce-checkout .form-group input, .woocommerce-checkout .comment-form p input, .comment-form .woocommerce-checkout p input, .woocommerce-checkout .search-form label input, .search-form .woocommerce-checkout label input,
.woocommerce-checkout .form-group textarea,
.woocommerce-checkout .comment-form p textarea,
.comment-form .woocommerce-checkout p textarea,
.woocommerce-checkout .search-form label textarea,
.search-form .woocommerce-checkout label textarea,
.woocommerce-checkout .form-group select,
.woocommerce-checkout .comment-form p select,
.comment-form .woocommerce-checkout p select,
.woocommerce-checkout .search-form label select,
.search-form .woocommerce-checkout label select,
.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  width: 100%;
}
.woocommerce-checkout .form-group input:focus, .woocommerce-checkout .comment-form p input:focus, .comment-form .woocommerce-checkout p input:focus, .woocommerce-checkout .search-form label input:focus, .search-form .woocommerce-checkout label input:focus,
.woocommerce-checkout .form-group textarea:focus,
.woocommerce-checkout .comment-form p textarea:focus,
.comment-form .woocommerce-checkout p textarea:focus,
.woocommerce-checkout .search-form label textarea:focus,
.search-form .woocommerce-checkout label textarea:focus,
.woocommerce-checkout .form-group select:focus,
.woocommerce-checkout .comment-form p select:focus,
.comment-form .woocommerce-checkout p select:focus,
.woocommerce-checkout .search-form label select:focus,
.search-form .woocommerce-checkout label select:focus,
.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #bcc0f1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.woocommerce-checkout ul.wc_payment_methods {
  margin: -1rem 0 2rem -2rem;
  padding-left: 0;
  width: calc(100% + 4rem);
}
@media (min-width: 481px) {
  .woocommerce-checkout ul.wc_payment_methods {
    margin: -2rem 0 2rem -2rem;
  }
}
.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method {
  list-style-type: none;
  padding: 1rem 2rem;
  position: relative;
}
@media (max-width: 446px) {
  .woocommerce-checkout ul.wc_payment_methods li.wc_payment_method.payment_method_authorize_net_cim_credit_card .sv-wc-payment-gateway-card-icons {
    display: inline-block;
  }
}
@media (max-width: 446px) {
  .woocommerce-checkout ul.wc_payment_methods li.wc_payment_method.payment_method_authorize_net_cim_credit_card .sv-wc-payment-gateway-card-icons img {
    display: inline-block;
  }
}
.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method.payment_method_paypal > label {
  background: #FFC439;
  color: #000;
}
.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method.payment_method_paypal > label img {
  border: none;
  display: inline-block;
  float: none;
  height: 100%;
  margin: 0 0 0 5px;
  max-height: 40px;
  vertical-align: middle;
  width: auto;
}
.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method.payment_method_woocommerce_payments {
  display: none;
}
.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method.selected-payment {
  background: rgba(0, 93, 255, 0.1411764706);
}
.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method > label {
  background: #447bae;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
}
.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method > label > input[type] {
  cursor: pointer;
  margin: 0 5px 0 0;
}
.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method > label > img {
  border: none;
  display: inline-block;
  float: none;
  height: 100%;
  margin: 0 0 0 5px;
  max-height: 40px;
  vertical-align: middle;
  width: auto;
}
.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method > .payment_box {
  border: 1px solid #447bae;
  margin-top: 19px;
  z-index: 1;
}
.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method > .payment_box:before, .woocommerce-checkout ul.wc_payment_methods li.wc_payment_method > .payment_box:after {
  border-top: none;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method > .payment_box:before {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #447bae;
  left: 59px;
  top: -16px;
  z-index: 1;
}
.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method > .payment_box:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ddd;
  left: 60px;
  top: -15px;
  z-index: 2;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  padding: 2rem;
  background: #f8f8f8;
  border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .woocommerce-checkout .woocommerce-checkout-payment {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .woocommerce-checkout .woocommerce-checkout-payment {
    padding: 1rem;
  }
}
.woocommerce-checkout .wc_payment_method label {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%;
}
.woocommerce-checkout .wc_payment_method label img {
  display: block;
  float: right;
  border: 1px solid #999;
  border-top-color: white;
  border-left-color: white;
  border-radius: 4px;
  margin-left: 3px;
}
.woocommerce-checkout .wc_payment_method label:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-checkout img.wc-authorize-net-aim-payment-gateway-icon {
  display: inline-block;
}
.woocommerce-checkout .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .payment_box {
  background: #ddd;
  padding: 1.5rem;
  border-radius: 10px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.woocommerce-checkout .payment_box:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 60px;
  width: 0;
  height: 0;
  border-top: none;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ddd;
}
.woocommerce-checkout .payment_box :last-child {
  margin-bottom: 0;
}
.woocommerce-checkout .payment_box fieldset {
  margin-bottom: -0.75rem;
}
.woocommerce-checkout .payment_box fieldset div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce-checkout .payment_box fieldset div .form-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.woocommerce-checkout .payment_box fieldset div .form-row.form-row-first {
  padding-right: 2.5%;
  margin-bottom: 0;
}
.woocommerce-checkout .payment_box fieldset div .form-row.form-row-last {
  padding-left: 2.5%;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .woocommerce-checkout .payment_box fieldset div .form-row {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 1rem !important;
    padding: 0 !important;
  }
  .woocommerce-checkout .payment_box fieldset div .form-row:last-of-type {
    margin-bottom: 0 !important;
  }
}
.woocommerce-checkout .payment_box fieldset div .form-row-wide {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.woocommerce-checkout .payment_box label {
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .woocommerce-checkout .payment_box input {
    font-size: 1.1rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .woocommerce-checkout .payment_box input {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce-checkout .payment_box {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .woocommerce-checkout .payment_box {
    padding: 1rem;
  }
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin-bottom: 2rem;
}
.woocommerce-checkout [name=woocommerce_checkout_place_order] {
  background: rgb(187.1943319838, 148.5708502024, 110.8056680162);
  border-color: #a87b4f;
  color: #fff;
  display: block;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  width: 100%;
}
.woocommerce-checkout [name=woocommerce_checkout_place_order]:hover {
  background: #a87b4f;
}

.woocommerce-order-received .woocommerce-order:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-order-received .order-details-wrapper {
  display: block;
  max-width: 450px;
  margin: 0px auto 5rem;
  background: #ddffe1;
  border: 1px solid #8dc093;
  padding: 2rem;
  border-radius: 5px;
}
.woocommerce-order-received .order-details-wrapper .woocommerce-notice--success {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}
.woocommerce-order-received .order-details-wrapper :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 950px) {
  .woocommerce-order-received .woocommerce-order-details {
    float: left;
    width: 48%;
  }
  .woocommerce-order-received .sw-myaccount__order__customer {
    float: right;
    width: 48%;
  }
}
@media screen and (max-width: 530px) {
  .woocommerce-order-received .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.woocommerce-order-received .wc_pip_view_invoice {
  margin-top: 1rem;
}

body:not(.wp-admin) #rfc-before-products-content {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
body:not(.wp-admin) #rfc-form-container {
  margin: 1.5em auto 0 auto;
  max-width: 900px;
}
body:not(.wp-admin) table#rfc-product-list label {
  display: inline-block;
  vertical-align: middle;
}
body:not(.wp-admin) table#rfc-product-list input[type=number] {
  display: inline-block;
  margin: 0;
  text-align: right;
  vertical-align: middle;
  width: 70px;
}
body:not(.wp-admin) table#rfc-product-list tfoot th {
  background: #eee;
}
body:not(.wp-admin) table#rfc-product-list .cell-thumb {
  min-width: 95px;
}
body:not(.wp-admin) table#rfc-product-list .cell-name {
  min-width: 270px;
}
body:not(.wp-admin) table#rfc-product-list .cell-right {
  text-align: right;
}
body:not(.wp-admin) table#rfc-product-list .cell-qty {
  text-align: right;
}
body:not(.wp-admin) table#rfc-product-list .cell-qty table {
  border: none;
  margin: 0 0 0 auto;
  min-width: 245px;
  padding: 0;
  text-align: left;
}
body:not(.wp-admin) table#rfc-product-list .cell-qty th:last-child,
body:not(.wp-admin) table#rfc-product-list .cell-qty tr:last-child {
  border-bottom: none;
}
body:not(.wp-admin) table#rfc-product-list .cell-qty th:first-child,
body:not(.wp-admin) table#rfc-product-list .cell-qty td:first-child {
  padding-left: 0;
}
body:not(.wp-admin) table#rfc-product-list .cell-qty td:last-child {
  padding-right: 0;
  text-align: right;
}
body:not(.wp-admin) table#rfc-product-list .cell-qty ul {
  margin: 0;
  padding: 0;
  display: table;
}
body:not(.wp-admin) table#rfc-product-list .cell-qty li {
  margin: 0;
  padding: 0;
}
body:not(.wp-admin) table#rfc-product-list .cell-qty label {
  display: inline-block;
  vertical-align: middle;
}
body:not(.wp-admin) table#rfc-product-list .cell-qty .variation-swatch {
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  width: 50px;
}
body:not(.wp-admin) table#rfc-product-list .cell-qty .variation-swatch img {
  display: block;
  height: auto;
  width: 100%;
}
body:not(.wp-admin) table#rfc-product-list .cell-price,
body:not(.wp-admin) table#rfc-product-list .cell-sub-total-cbm,
body:not(.wp-admin) table#rfc-product-list .cell-discount-cbm,
body:not(.wp-admin) table#rfc-product-list .cell-total-cbm,
body:not(.wp-admin) table#rfc-product-list .cell-sub-total-cost,
body:not(.wp-admin) table#rfc-product-list .cell-discount-cost,
body:not(.wp-admin) table#rfc-product-list .cell-total-cost {
  text-align: right;
}

header.banner .container-fluid {
  width: 100vw;
}

.main-header {
  padding: 2rem 0;
  position: relative;
  text-align: center;
}

.header-menu-toggle {
  margin: 0 20px 9px 20px;
  z-index: 510;
}

.brand {
  display: inline-block;
  text-align: center;
  margin: 0;
}
.brand img {
  min-width: 0;
  height: auto;
}

.site-switcher {
  margin: 20px auto 0 auto;
  text-align: center;
  width: 178px;
}
@media (min-width: 800px) {
  .site-switcher {
    left: 40px;
    margin: 0;
    position: absolute;
    top: 20px;
  }
}
@media (min-width: 1400px) {
  .site-switcher {
    top: 30px;
  }
}
.site-switcher .flag {
  display: inline-block;
  max-height: 30px;
}
.site-switcher .flag > div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  height: 0;
  position: relative;
  width: 100%;
}
.site-switcher .flag svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.site-switcher #us-flag .us-white-fill {
  fill: #fff;
}
.site-switcher #us-flag .us-red-fill {
  fill: #b22234;
}
.site-switcher #us-flag .us-blue-fill {
  fill: #3c3b6e;
}
.site-switcher #uk-flag .uk-red-stroke {
  stroke: #cf142b;
}
.site-switcher #uk-flag .uk-blue-fill {
  fill: #00247d;
}
.site-switcher a #us-flag, .site-switcher a:visited #us-flag {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.site-switcher a #us-flag .us-white-fill, .site-switcher a:visited #us-flag .us-white-fill {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  fill: #fff;
}
.site-switcher a #us-flag .us-red-fill, .site-switcher a:visited #us-flag .us-red-fill {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  fill: #4f4f4f;
}
.site-switcher a #us-flag .us-blue-fill, .site-switcher a:visited #us-flag .us-blue-fill {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  fill: #414141;
}
.site-switcher a #uk-flag, .site-switcher a:visited #uk-flag {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.site-switcher a #uk-flag .uk-red-stroke, .site-switcher a:visited #uk-flag .uk-red-stroke {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  stroke: #4f4f4f;
}
.site-switcher a #uk-flag .uk-blue-fill, .site-switcher a:visited #uk-flag .uk-blue-fill {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  fill: #232323;
}
.site-switcher a:hover #us-flag .us-white-fill, .site-switcher a:visited:hover #us-flag .us-white-fill {
  fill: #fff;
}
.site-switcher a:hover #us-flag .us-red-fill, .site-switcher a:visited:hover #us-flag .us-red-fill {
  fill: #b22234;
}
.site-switcher a:hover #us-flag .us-blue-fill, .site-switcher a:visited:hover #us-flag .us-blue-fill {
  fill: #3c3b6e;
}
.site-switcher a:hover #uk-flag .uk-red-stroke, .site-switcher a:visited:hover #uk-flag .uk-red-stroke {
  stroke: #cf142b;
}
.site-switcher a:hover #uk-flag .uk-blue-fill, .site-switcher a:visited:hover #uk-flag .uk-blue-fill {
  fill: #00247d;
}

#site-switcher {
  text-align: center;
}
#site-switcher a.button, #site-switcher a:visited.button {
  margin: 30px 0 0 0;
}
#site-switcher a.button img, #site-switcher a:visited.button img {
  display: inline-block;
  height: auto;
  margin: 0 10px 0 0;
  max-width: 25px;
  width: 100%;
}

.header-menu-underlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  z-index: 502;
}
.header-menu-visible .header-menu-underlay {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}

.free-shipping-banner {
  text-align: center;
  margin-bottom: 0;
}
.free-shipping-banner p:last-child {
  margin: 0;
}

.woocommerce-product-search {
  margin-bottom: 0.5rem;
}
.woocommerce-product-search .search-input-row {
  position: relative;
}
.woocommerce-product-search input {
  padding: 0.25rem 2.5rem 0.25rem 0.5rem;
  width: 100%;
}
.woocommerce-product-search button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.65rem;
}

.trustpilot-reviews {
  display: inline-block;
  margin-left: 0.4rem;
  margin-right: 0.6rem;
}

.nav-primary .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-primary .menu-item {
  display: block;
  width: 100%;
}
.nav-primary .menu-item a {
  display: block;
  padding: 0.5rem 0;
  text-align: center;
}
.nav-primary .menu-item .sub-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.nav-primary .menu-item .sub-menu a {
  color: #0f3847;
}

@media screen and (min-width: 1370px) {
  header.banner .container-fluid {
    width: 100%;
  }
  .brand {
    margin-top: 0;
    margin-bottom: 0;
  }
  .brand .container-fluid {
    width: auto;
  }
  .header-menu-toggle {
    display: none !important;
  }
  .nav-primary {
    margin-bottom: 1rem;
  }
  .nav-primary .menu-item {
    display: inline-block;
    width: auto;
  }
  .nav-primary .menu-item a {
    border: none;
    display: inline-block;
    padding: 0.5rem 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .brand {
    width: 30vw;
  }
  .brand img {
    width: 100%;
  }
  .nav-primary {
    margin-bottom: 0;
  }
  .nav-primary .menu-item a {
    font-size: 1.3rem;
  }
  .free-shipping-banner {
    position: absolute;
    top: -6.5rem;
    left: 60px;
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
  }
  .free-shipping-banner strong {
    font-size: 1.4rem;
  }
  .search-block {
    position: absolute;
    top: -6.5rem;
    right: 60px;
    margin: 0;
    padding: 0;
    border: none;
    width: 285px;
  }
  .woocommerce-product-search input {
    padding: 0.35rem 2.5rem 0.35rem 0.75rem;
  }
  .woocommerce-product-search .fa {
    font-size: 1.3rem;
  }
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

/**
Put your random CSS here...no shame.
 */
.product-add-to-cart > p.stock {
  display: none;
}

ul.woocommerce-shipping-methods {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul.woocommerce-shipping-methods li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
ul.woocommerce-shipping-methods li label {
  display: block;
  margin-left: 0;
}
ul.woocommerce-shipping-methods li input[type=radio] {
  left: 0;
  position: absolute;
  top: 0.455rem;
}

p.woocommerce-shipping-destination {
  margin-bottom: 0;
}

p#customer_newsletter_opt_in_field {
  margin-top: 1rem;
}
p#customer_newsletter_opt_in_field span.woocommerce-input-wrapper {
  display: block;
}
p#customer_newsletter_opt_in_field span.woocommerce-input-wrapper label {
  display: block;
  padding-left: 20px;
  position: relative;
}
p#customer_newsletter_opt_in_field span.woocommerce-input-wrapper label input {
  left: 0;
  padding: 0;
  position: absolute;
  top: 0.455em;
  width: auto;
}

#ptholder .product-table-wrap .dataTables_wrapper .product-table img.attachment-woocommerce_thumbnail {
  height: 75px !important;
  width: 75px !important;
}

#ptholder table.product-table.dataTable td a.swatch-anchor {
  width: 32px !important;
  height: 32px !important;
}

#ptholder table.product-table.dataTable img {
  width: 32px;
  height: 32px;
}

table.product-table button {
  background: #0F3847;
  color: #fff;
  border-radius: 0.25em !important;
}
table.product-table tr td.sorting_1 {
  font-weight: bold;
}
table.product-table tr td.sorting_1 + td + td + td:has(> span:not(:first-child):not(:empty):not([style*="display: none"])) > span:first-child {
  display: none;
}
table.product-table tr td.sorting_1 + td + td + td hr {
  display: none;
}
table.product-table input.qty {
  padding-left: 1em !important;
  width: 75px !important;
}

.swatch-control::before {
  content: "Select a color:";
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}

#ship-to-different-address-checkbox {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

h3 {
  text-wrap: pretty;
}

#custom_checkout_radio_choice {
  margin-top: 2rem;
}
#custom_checkout_radio_choice h3 {
  margin-bottom: 1rem;
}

.dataTables_wrapper {
  margin-bottom: 4rem;
}

.woocommerce-checkout .form-row input.input-radio {
  width: auto;
  padding: 0;
  display: inline-block;
  margin-right: 0.5em;
}
.woocommerce-checkout .form-row label.radio {
  margin-bottom: 0 !important;
}

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type=tel],
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type=text],
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type=tel],
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type=text],
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-form-nickname,
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type=tel],
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type=text],
#add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type=tel],
#add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type=text],
#add_payment_method input.js-sv-wc-payment-gateway-form-nickname {
  font-size: 1em;
}

body#tinymce {
  margin: 12px !important;
}

body.woocommerce_page_wc-container-request-admin {
  background: #F0F0F1;
}

.rfc-inline-half,
.rfc-inline-half.rfc-wrap-container {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: top;
  width: calc((100% - 30px) / 2);
}
.rfc-inline-half + .rfc-inline-half, .rfc-inline-half + .rfc-inline-half.rfc-wrap-container,
.rfc-inline-half.rfc-wrap-container + .rfc-inline-half,
.rfc-inline-half.rfc-wrap-container + .rfc-inline-half.rfc-wrap-container {
  margin-left: 30px;
}

.rfc-wrap-container {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 15px;
  width: 100%;
}

.rfc-blank-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
.rfc-blank-wrapper .rfc-inline-half {
  float: left;
}
.rfc-blank-wrapper:after {
  clear: both;
  content: "";
  display: block;
  line-height: 0;
  width: 100%;
}

.rfc-wrap-container,
.rfc-blank-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rfc-wrap-container *, .rfc-wrap-container *:before, .rfc-wrap-container *:after,
.rfc-blank-wrapper *,
.rfc-blank-wrapper *:before,
.rfc-blank-wrapper *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1.rfc-page-heading {
  margin-bottom: 0;
  margin-top: 0;
}

h2.rfc-sub-heading {
  font-size: 28px;
  font-weight: bold;
}

#rfc-quote-response label {
  display: block;
  margin: 0;
}
#rfc-quote-response input[type=number] {
  display: block;
  line-height: 1;
  padding: 5px 5px 5px 15px;
  width: 100%;
}
#rfc-quote-response select {
  display: block;
  padding: 3px 15px 3px 5px;
  width: 100%;
}

#rfc-quote-freight-container,
#rfc-quote-total-container,
#rfc-status-container,
#rfc-total-containers-container {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: calc((100% - 374px) / 4);
}

.rfc-currency {
  bottom: 6px;
  left: 5px;
  position: absolute;
}

/*
15px + 15px + 15px + 15px + 113px + 186px = 359px


*/
#rfc-quote-freight-container,
#rfc-quote-total-container,
#rfc-total-containers-container {
  text-align: right;
}
#rfc-quote-freight-container input,
#rfc-quote-total-container input,
#rfc-total-containers-container input {
  text-align: right;
}

#rfc-quote-total-container,
#rfc-status-container,
#rfc-total-containers-container {
  margin-left: 15px;
}

#rfc-update-quote-container {
  width: 113px;
}

#rfc-send-email-container {
  width: 186px;
}
#rfc-send-email-container > div {
  font-size: 14px;
}

#rfc-update-quote-container,
#rfc-send-email-container {
  display: inline-block;
  margin-left: 15px;
  vertical-align: bottom;
}
#rfc-update-quote-container a.button, #rfc-update-quote-container a:visited.button,
#rfc-send-email-container a.button,
#rfc-send-email-container a:visited.button {
  text-align: center;
  width: 100%;
}

form#rfc-admin-form {
  display: block;
  width: 100%;
}
form#rfc-admin-form fieldset {
  display: block;
}
form#rfc-admin-form fieldset legend {
  background: #ddd;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 0 -15px;
  padding: 15px;
  position: static;
  width: auto;
}
form#rfc-admin-form a.button, form#rfc-admin-form a:visited.button {
  padding-bottom: 3px;
  padding-top: 3px;
}

table#rfc-product-list {
  border: 1px solid #ddd;
  width: 100%;
}
table#rfc-product-list thead td, table#rfc-product-list thead th {
  vertical-align: bottom;
}
table#rfc-product-list tbody td, table#rfc-product-list tbody th {
  vertical-align: top;
}
table#rfc-product-list tfoot td, table#rfc-product-list tfoot th {
  vertical-align: top;
}
table#rfc-product-list th {
  background: #ddd;
}
table#rfc-product-list td, table#rfc-product-list th {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
table#rfc-product-list .cell-right {
  text-align: right;
}
table#rfc-product-list .cell-center {
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .promo-banner .button {
    padding-bottom: 0.1rem;
  }
  table .button {
    padding: 0.5rem 0.5rem 0.15rem;
  }
  .promo-banner .container-fluid {
    margin: 0;
  }
  .promo-banner-button .fa {
    margin-top: -0.1vw;
  }
  .featured-category-text {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .secondary-category {
    -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
  }
  .accessories-row .secondary-category {
    -ms-flex-preferred-size: 28% !important;
        flex-basis: 28% !important;
  }
  .footer-signup-form input[type=text] {
    padding-bottom: 18px !important;
  }
  .footer-signup-form .gform_footer {
    -ms-flex-preferred-size: 200px !important;
        flex-basis: 200px !important;
  }
  .footer-name-address,
  .footer-phone-hours {
    -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
  }
  .woocommerce-page.archive .woocommerce-ordering select {
    padding-right: 0.6rem;
  }
  .woocommerce-page.archive .content-sidebar {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .woocommerce-page.archive .content-main {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .woocommerce-page.archive .product-archive.row {
    margin-right: -12%;
  }
  .swatch-popup {
    margin-top: 30px;
  }
  .quantity label.screen-reader-text {
    display: none;
  }
  .quantity input {
    padding-left: 1rem !important;
  }
  .woocommerce-checkout .payment_box fieldset div .form-row {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
  .woocommerce-checkout .payment_box fieldset div .form-row-wide {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

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