/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/** Import theme styles */
/** Colors */
@font-face {
  font-family: "Museo Sans";
  src: url('museo_sans_100.d7f4874739bca989.woff2') format("woff2"), url('museo_sans_100.b3a64e7cc7f550e2.woff') format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url('museo_sans_300.1d7f0a995817eab7.woff2') format("woff2"), url('museo_sans_300.e9048df5a6ba2739.woff') format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url('museo_sans_500.2a3d9e65392263a5.woff2') format("woff2"), url('museo_sans_500.fd66f3c53051b8cc.woff') format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url('museo_sans_700.6889ea630de44e68.woff2') format("woff2"), url('museo_sans_700.56e5598d544f5524.woff') format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url('museo_sans_900.8d4d3c5b5205c36d.woff2') format("woff2"), url('museo_sans_900.909446d51455f5d2.woff') format("woff");
  font-weight: 900;
  font-style: normal;
}
/** Transitions */
/** z-index */
.uppy-Root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  color: #333;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
  position: relative;
  text-align: left;
}
.uppy-Root[dir=rtl], [dir=rtl] .uppy-Root {
  text-align: right;
}
.uppy-Root *, .uppy-Root :after, .uppy-Root :before {
  box-sizing: inherit;
}
.uppy-Root [hidden] {
  display: none;
}
.uppy-u-reset {
  all: initial;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
}
[dir=rtl] .uppy-u-reset {
  text-align: right;
}
.uppy-c-textInput {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  padding: 6px 8px;
}
.uppy-size--md .uppy-c-textInput {
  padding: 8px 10px;
}
.uppy-c-textInput:focus {
  border-color: rgba(34, 117, 215, 0.6);
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.1490196078);
  outline: none;
}
[data-uppy-theme=dark] .uppy-c-textInput {
  background-color: #333;
  border-color: #333;
  color: #eaeaea;
}
[data-uppy-theme=dark] .uppy-c-textInput:focus {
  border-color: #525252;
  box-shadow: none;
}
.uppy-c-icon {
  fill: currentColor;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.uppy-c-btn {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.uppy-c-btn, [dir=rtl] .uppy-c-btn {
  text-align: center;
}
.uppy-c-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.uppy-c-btn::-moz-focus-inner {
  border: 0;
}
.uppy-c-btn-primary {
  background-color: #2275d7;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 10px 18px;
}
.uppy-c-btn-primary:hover {
  background-color: #1b5dab;
}
.uppy-c-btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.4);
  outline: none;
}
.uppy-size--md .uppy-c-btn-primary {
  padding: 13px 22px;
}
[data-uppy-theme=dark] .uppy-c-btn-primary {
  color: #eaeaea;
}
[data-uppy-theme=dark] .uppy-c-btn-primary:focus {
  outline: none;
}
[data-uppy-theme=dark] .uppy-c-btn-primary::-moz-focus-inner {
  border: 0;
}
[data-uppy-theme=dark] .uppy-c-btn-primary:focus {
  box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.8509803922);
}
.uppy-c-btn-link {
  background-color: initial;
  border-radius: 4px;
  color: #525252;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
}
.uppy-c-btn-link:hover {
  color: #333;
}
.uppy-c-btn-link:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.2509803922);
  outline: none;
}
.uppy-size--md .uppy-c-btn-link {
  padding: 13px 18px;
}
[data-uppy-theme=dark] .uppy-c-btn-link {
  color: #eaeaea;
}
[data-uppy-theme=dark] .uppy-c-btn-link:focus {
  outline: none;
}
[data-uppy-theme=dark] .uppy-c-btn-link::-moz-focus-inner {
  border: 0;
}
[data-uppy-theme=dark] .uppy-c-btn-link:focus {
  box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.8509803922);
}
[data-uppy-theme=dark] .uppy-c-btn-link:hover {
  color: #939393;
}
.uppy-Informer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1005;
}
.uppy-Informer span > div {
  margin-bottom: 6px;
}
.uppy-Informer-animated {
  opacity: 0;
  transform: translateY(350%);
  transition: all 0.3s ease-in;
  z-index: -1000;
}
.uppy-Informer p {
  background-color: #757575;
  border-radius: 18px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  max-width: 90%;
  padding: 6px 15px;
}
.uppy-size--md .uppy-Informer p {
  font-size: 14px;
  line-height: 1.3;
  max-width: 500px;
  padding: 10px 20px;
}
[data-uppy-theme=dark] .uppy-Informer p {
  background-color: #333;
}
[dir=ltr] .uppy-Informer p span {
  left: 3px;
}
[dir=rtl] .uppy-Informer p span {
  right: 3px;
}
[dir=ltr] .uppy-Informer p span {
  margin-left: -1px;
}
[dir=rtl] .uppy-Informer p span {
  margin-right: -1px;
}
.uppy-Informer p span {
  background-color: #fff;
  border-radius: 50%;
  color: #525252;
  display: inline-block;
  font-size: 10px;
  height: 13px;
  line-height: 12px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 13px;
}
.uppy-Informer p span:hover {
  cursor: help;
}
.uppy-Informer p span:after {
  word-wrap: break-word;
  line-height: 1.3;
}
.uppy-Root [aria-label][role~=tooltip] {
  position: relative;
}
.uppy-Root [aria-label][role~=tooltip]:after, .uppy-Root [aria-label][role~=tooltip]:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateZ(0);
  transform-origin: top;
  transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  will-change: transform;
  z-index: 10;
}
.uppy-Root [aria-label][role~=tooltip]:before {
  background-size: 100% auto !important;
  content: "";
}
.uppy-Root [aria-label][role~=tooltip]:after {
  background: rgba(17, 17, 17, 0.9019607843);
  border-radius: 4px;
  box-sizing: initial;
  color: #fff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  padding: 0.5em 1em;
  text-transform: var(--microtip-text-transform, none);
  white-space: nowrap;
}
.uppy-Root [aria-label][role~=tooltip]:focus:after, .uppy-Root [aria-label][role~=tooltip]:focus:before, .uppy-Root [aria-label][role~=tooltip]:hover:after, .uppy-Root [aria-label][role~=tooltip]:hover:before {
  opacity: 1;
  pointer-events: auto;
}
.uppy-Root [role~=tooltip][data-microtip-position|=top]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0Z'/%3E%3C/svg%3E") no-repeat;
  bottom: 100%;
  height: 6px;
  left: 50%;
  margin-bottom: 5px;
  transform: translate3d(-50%, 0, 0);
  width: 18px;
}
.uppy-Root [role~=tooltip][data-microtip-position|=top]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  transform: translate3d(-50%, 0, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after, .uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before {
  transform: translate3d(-50%, -5px, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after {
  bottom: 100%;
  transform: translate3d(calc(-100% + 16px), 0, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after {
  transform: translate3d(calc(-100% + 16px), -5px, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after {
  bottom: 100%;
  transform: translate3d(-16px, 0, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after {
  transform: translate3d(-16px, -5px, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12Z'/%3E%3C/svg%3E") no-repeat;
  bottom: auto;
  height: 6px;
  left: 50%;
  margin-bottom: 0;
  margin-top: 5px;
  top: 100%;
  transform: translate3d(-50%, -10px, 0);
  width: 18px;
}
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  transform: translate3d(-50%, -10px, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after, .uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before {
  transform: translate3d(-50%, 0, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after {
  top: 100%;
  transform: translate3d(calc(-100% + 16px), -10px, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after {
  top: 100%;
  transform: translate3d(-16px, -10px, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after {
  transform: translate3d(-16px, 0, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:after, .uppy-Root [role~=tooltip][data-microtip-position=left]:before {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342Z'/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  margin-bottom: 0;
  margin-right: 5px;
  width: 6px;
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:after {
  margin-right: 11px;
}
.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after, .uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before {
  transform: translate3d(0, -50%, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:after, .uppy-Root [role~=tooltip][data-microtip-position=right]:before {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0);
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658Z'/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  margin-bottom: 0;
  margin-left: 5px;
  width: 6px;
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:after {
  margin-left: 11px;
}
.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after, .uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before {
  transform: translate3d(0, -50%, 0);
}
.uppy-Root [role~=tooltip][data-microtip-size=small]:after {
  white-space: normal;
  width: 80px;
}
.uppy-Root [role~=tooltip][data-microtip-size=medium]:after {
  white-space: normal;
  width: 150px;
}
.uppy-Root [role~=tooltip][data-microtip-size=large]:after {
  white-space: normal;
  width: 260px;
}
.uppy-StatusBar {
  background-color: #fff;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  height: 46px;
  line-height: 40px;
  position: relative;
  transition: height 0.2s;
  z-index: 1001;
}
[data-uppy-theme=dark] .uppy-StatusBar {
  background-color: #1f1f1f;
}
.uppy-StatusBar:before {
  background-color: #eaeaea;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
[data-uppy-theme=dark] .uppy-StatusBar:before {
  background-color: #757575;
}
.uppy-StatusBar[aria-hidden=true] {
  height: 0;
  overflow-y: hidden;
}
.uppy-StatusBar.is-complete .uppy-StatusBar-progress {
  background-color: #1bb240;
}
.uppy-StatusBar.is-error .uppy-StatusBar-progress {
  background-color: #e32437;
}
.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator {
  color: #1bb240;
}
.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator {
  color: #e32437;
}
.uppy-StatusBar:not([aria-hidden=true]).is-waiting {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  height: 65px;
}
[data-uppy-theme=dark] .uppy-StatusBar:not([aria-hidden=true]).is-waiting {
  background-color: #1f1f1f;
  border-top: 1px solid #333;
}
.uppy-StatusBar-progress {
  background-color: #2275d7;
  height: 2px;
  position: absolute;
  transition: background-color, width 0.3s ease-out;
  z-index: 1001;
}
.uppy-StatusBar-progress.is-indeterminate {
  animation: uppy-StatusBar-ProgressStripes 1s linear infinite;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3019607843) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3019607843) 0, rgba(0, 0, 0, 0.3019607843) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-size: 64px 64px;
}
@keyframes uppy-StatusBar-ProgressStripes {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 64px 0;
  }
}
.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress, .uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress {
  background-color: #f6a623;
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-progress {
  display: none;
}
[dir=ltr] .uppy-StatusBar-content {
  padding-left: 10px;
}
[dir=rtl] .uppy-StatusBar-content {
  padding-right: 10px;
}
.uppy-StatusBar-content {
  align-items: center;
  color: #333;
  display: flex;
  height: 100%;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1002;
}
[dir=ltr] .uppy-size--md .uppy-StatusBar-content {
  padding-left: 15px;
}
[dir=rtl] .uppy-size--md .uppy-StatusBar-content {
  padding-right: 15px;
}
[data-uppy-theme=dark] .uppy-StatusBar-content {
  color: #eaeaea;
}
[dir=ltr] .uppy-StatusBar-status {
  padding-right: 0.3em;
}
[dir=rtl] .uppy-StatusBar-status {
  padding-left: 0.3em;
}
.uppy-StatusBar-status {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  justify-content: center;
  line-height: 1.4;
}
.uppy-StatusBar-statusPrimary {
  display: flex;
  font-weight: 500;
  line-height: 1;
}
.uppy-StatusBar-statusPrimary button.uppy-StatusBar-details {
  margin-left: 5px;
}
[data-uppy-theme=dark] .uppy-StatusBar-statusPrimary {
  color: #eaeaea;
}
.uppy-StatusBar-statusSecondary {
  color: #757575;
  display: inline-block;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 1px;
  white-space: nowrap;
}
[data-uppy-theme=dark] .uppy-StatusBar-statusSecondary {
  color: #bbb;
}
[dir=ltr] .uppy-StatusBar-statusSecondaryHint {
  margin-right: 5px;
}
[dir=rtl] .uppy-StatusBar-statusSecondaryHint {
  margin-left: 5px;
}
.uppy-StatusBar-statusSecondaryHint {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
[dir=ltr] .uppy-size--md .uppy-StatusBar-statusSecondaryHint {
  margin-right: 8px;
}
[dir=rtl] .uppy-size--md .uppy-StatusBar-statusSecondaryHint {
  margin-left: 8px;
}
[dir=ltr] .uppy-StatusBar-statusIndicator {
  margin-right: 7px;
}
[dir=rtl] .uppy-StatusBar-statusIndicator {
  margin-left: 7px;
}
.uppy-StatusBar-statusIndicator {
  color: #525252;
  position: relative;
  top: 1px;
}
.uppy-StatusBar-statusIndicator svg {
  vertical-align: text-bottom;
}
[dir=ltr] .uppy-StatusBar-actions {
  right: 10px;
}
[dir=rtl] .uppy-StatusBar-actions {
  left: 10px;
}
.uppy-StatusBar-actions {
  align-items: center;
  bottom: 0;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 1004;
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
  background-color: #fafafa;
  height: 100%;
  padding: 0 15px;
  position: static;
  width: 100%;
}
[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
  background-color: #1f1f1f;
}
.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts {
  flex-direction: column;
  height: 90px;
}
.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts {
  flex-direction: row;
  height: 65px;
}
.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions {
  flex-direction: column;
  justify-content: center;
}
.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions {
  flex-direction: row;
  justify-content: normal;
}
.uppy-StatusBar-actionCircleBtn {
  cursor: pointer;
  line-height: 1;
  margin: 3px;
  opacity: 0.9;
}
.uppy-StatusBar-actionCircleBtn:focus {
  outline: none;
}
.uppy-StatusBar-actionCircleBtn::-moz-focus-inner {
  border: 0;
}
.uppy-StatusBar-actionCircleBtn:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5019607843);
}
[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus {
  outline: none;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn::-moz-focus-inner {
  border: 0;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus {
  box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.8509803922);
}
.uppy-StatusBar-actionCircleBtn:hover {
  opacity: 1;
}
.uppy-StatusBar-actionCircleBtn:focus {
  border-radius: 50%;
}
.uppy-StatusBar-actionCircleBtn svg {
  vertical-align: bottom;
}
.uppy-StatusBar-actionBtn {
  color: #2275d7;
  display: inline-block;
  font-size: 10px;
  line-height: inherit;
  vertical-align: middle;
}
.uppy-size--md .uppy-StatusBar-actionBtn {
  font-size: 11px;
}
.uppy-StatusBar-actionBtn--disabled {
  opacity: 0.4;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--disabled {
  opacity: 0.7;
}
[dir=ltr] .uppy-StatusBar-actionBtn--retry {
  margin-right: 6px;
}
[dir=rtl] .uppy-StatusBar-actionBtn--retry {
  margin-left: 6px;
}
.uppy-StatusBar-actionBtn--retry {
  background-color: #ff4b23;
  border-radius: 8px;
  color: #fff;
  height: 16px;
  line-height: 1;
  padding: 1px 6px 3px 18px;
  position: relative;
}
.uppy-StatusBar-actionBtn--retry:focus {
  outline: none;
}
.uppy-StatusBar-actionBtn--retry::-moz-focus-inner {
  border: 0;
}
.uppy-StatusBar-actionBtn--retry:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5019607843);
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus {
  outline: none;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry::-moz-focus-inner {
  border: 0;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus {
  box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.8509803922);
}
.uppy-StatusBar-actionBtn--retry:hover {
  background-color: #f92d00;
}
[dir=ltr] .uppy-StatusBar-actionBtn--retry svg {
  left: 6px;
}
[dir=rtl] .uppy-StatusBar-actionBtn--retry svg {
  right: 6px;
}
.uppy-StatusBar-actionBtn--retry svg {
  position: absolute;
  top: 3px;
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  background-color: #1bb240;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 15px 10px;
  width: 100%;
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
  background-color: #189c38;
}
[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  background-color: #1c8b37;
}
[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
  background-color: #18762f;
}
.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  padding: 13px 22px;
  width: auto;
}
.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover {
  background-color: #1bb240;
  cursor: not-allowed;
}
[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover {
  background-color: #1c8b37;
}
.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload {
  background-color: initial;
  color: #2275d7;
}
[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded {
  padding-right: 3px;
}
[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded, [dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded {
  padding-left: 3px;
}
[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded {
  padding-right: 3px;
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded {
  border-radius: 3px;
  padding-bottom: 1px;
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  outline: none;
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner {
  border: 0;
}
.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5019607843);
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  outline: none;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner {
  border: 0;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.8509803922);
}
.uppy-StatusBar.is-postprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded, .uppy-StatusBar.is-preprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded {
  display: none;
}
.uppy-StatusBar-actionBtn--done {
  border-radius: 3px;
  line-height: 1;
  padding: 7px 8px;
}
.uppy-StatusBar-actionBtn--done:focus {
  outline: none;
}
.uppy-StatusBar-actionBtn--done::-moz-focus-inner {
  border: 0;
}
.uppy-StatusBar-actionBtn--done:hover {
  color: #1b5dab;
}
.uppy-StatusBar-actionBtn--done:focus {
  background-color: #eceef2;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done:focus {
  background-color: #333;
}
[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done {
  color: #02baf2;
}
.uppy-size--md .uppy-StatusBar-actionBtn--done {
  font-size: 14px;
}
.uppy-StatusBar-serviceMsg {
  color: #000;
  font-size: 11px;
  line-height: 1.1;
  padding-left: 10px;
}
.uppy-size--md .uppy-StatusBar-serviceMsg {
  font-size: 14px;
  padding-left: 15px;
}
[data-uppy-theme=dark] .uppy-StatusBar-serviceMsg {
  color: #eaeaea;
}
.uppy-StatusBar-serviceMsg-ghostsIcon {
  left: 6px;
  opacity: 0.5;
  position: relative;
  top: 2px;
  vertical-align: text-bottom;
  width: 10px;
}
.uppy-size--md .uppy-StatusBar-serviceMsg-ghostsIcon {
  left: 10px;
  top: 1px;
  width: 15px;
}
[dir=ltr] .uppy-StatusBar-details {
  left: 2px;
}
[dir=rtl] .uppy-StatusBar-details {
  right: 2px;
}
.uppy-StatusBar-details {
  -webkit-appearance: none;
  appearance: none;
  background-color: #939393;
  border-radius: 50%;
  color: #fff;
  cursor: help;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  height: 13px;
  line-height: 12px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 13px;
}
.uppy-StatusBar-details:after {
  word-wrap: break-word;
  line-height: 1.3;
}
[dir=ltr] .uppy-StatusBar-spinner {
  margin-right: 10px;
}
[dir=rtl] .uppy-StatusBar-spinner {
  margin-left: 10px;
}
.uppy-StatusBar-spinner {
  fill: #2275d7;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: uppy-StatusBar-spinnerAnimation;
  animation-timing-function: linear;
}
.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner, .uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner {
  fill: #f6a623;
}
@keyframes uppy-StatusBar-spinnerAnimation {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list, .uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px;
}
.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list:after, .uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list:after {
  content: "";
  flex: auto;
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
  margin: 0;
  position: relative;
  width: 50%;
}
.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem, .uppy-size--md .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
  width: 33.3333%;
}
.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem, .uppy-size--lg .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
  width: 25%;
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem:before, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img, .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected img, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected svg {
  opacity: 0.85;
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--disabled {
  opacity: 0.5;
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
  background-color: rgba(147, 147, 147, 0.2);
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner, [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
  background-color: rgba(234, 234, 234, 0.2);
}
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg {
  fill: rgba(0, 0, 0, 0.7019607843);
  height: 30%;
  width: 30%;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg, [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg {
  fill: rgba(255, 255, 255, 0.8);
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner {
  border-radius: 4px;
  bottom: 7px;
  height: calc(100% - 14px);
  left: 7px;
  overflow: hidden;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 7px;
  width: calc(100% - 14px);
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy.uppy-ProviderBrowserItem-inner-relative, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy.uppy-ProviderBrowserItem-inner-relative {
  position: relative;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author {
  background: rgba(0, 0, 0, 0.3019607843);
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  left: 0;
  margin: 0;
  padding: 5px;
  position: absolute;
  text-decoration: none;
  width: 100%;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author:hover, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author:hover {
  background: rgba(0, 0, 0, 0.4);
  text-decoration: underline;
}
@media (hover: none) {
  .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author {
    display: block;
  }
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner, [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner {
  box-shadow: 0 0 0 3px rgba(170, 225, 255, 0.7019607843);
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner img, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner img {
  border-radius: 4px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox {
  background-color: #2275d7;
  border-radius: 50%;
  height: 26px;
  opacity: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 26px;
  z-index: 1002;
}
[dir=ltr] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after, [dir=ltr] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after {
  left: 7px;
}
[dir=rtl] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after, [dir=rtl] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after {
  right: 7px;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after {
  height: 7px;
  top: 8px;
  width: 12px;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--is-checked, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--is-checked {
  opacity: 1;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label .uppy-ProviderBrowserItem-author, .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:hover + label .uppy-ProviderBrowserItem-author, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label .uppy-ProviderBrowserItem-author, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:hover + label .uppy-ProviderBrowserItem-author {
  display: block;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5019607843);
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label:focus, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label:focus {
  outline: none;
}
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label::-moz-focus-inner, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label::-moz-focus-inner {
  border: 0;
}
.uppy-ProviderBrowser-viewType--list {
  background-color: #fff;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list {
  background-color: #1f1f1f;
}
.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 7px 15px;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
  color: #eaeaea;
}
.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled {
  opacity: 0.6;
}
[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
  margin-right: 15px;
}
[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
  margin-left: 15px;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  height: 17px;
  width: 17px;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus {
  border: 1px solid #2275d7;
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.2509803922);
  outline: none;
}
[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after {
  left: 3px;
}
[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after {
  right: 3px;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after {
  height: 5px;
  opacity: 0;
  top: 4px;
  width: 9px;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus {
  border-color: rgba(2, 186, 242, 0.7019607843);
  box-shadow: 0 0 0 3px rgba(2, 186, 242, 0.2);
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox--is-checked {
  background-color: #2275d7;
  border-color: #2275d7;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox--is-checked:after {
  opacity: 1;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner {
  align-items: center;
  display: flex;
  overflow: hidden;
  padding: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus {
  outline: none;
  text-decoration: underline;
}
[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img, [dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
  margin-right: 8px;
}
[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img, [dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
  margin-left: 8px;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img, .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
  max-height: 20px;
  max-width: 20px;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span {
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner {
  cursor: default;
}
[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
  margin-right: 7px;
}
[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
  margin-left: 7px;
}
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
  width: 20px;
}
.uppy-ProviderBrowserItem-checkbox {
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
.uppy-ProviderBrowserItem-checkbox:disabled {
  cursor: default;
}
.uppy-ProviderBrowserItem-checkbox:after {
  border-bottom: 2px solid #eaeaea;
  border-left: 2px solid #eaeaea;
  content: "";
  cursor: pointer;
  position: absolute;
  transform: rotate(-45deg);
}
.uppy-ProviderBrowserItem-checkbox:disabled:after {
  cursor: default;
}
[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox {
  background-color: #1f1f1f;
  border-color: #939393;
}
[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox--is-checked {
  background-color: #333;
}
.uppy-SearchProvider {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
[data-uppy-theme=dark] .uppy-SearchProvider {
  background-color: #1f1f1f;
}
.uppy-SearchProvider-input {
  margin-bottom: 15px;
  max-width: 650px;
  width: 90%;
}
.uppy-size--md .uppy-SearchProvider-input {
  margin-bottom: 20px;
}
.uppy-SearchProvider-searchButton {
  padding: 13px 25px;
}
.uppy-size--md .uppy-SearchProvider-searchButton {
  padding: 13px 30px;
}
.uppy-DashboardContent-panelBody {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}
[data-uppy-theme=dark] .uppy-DashboardContent-panelBody {
  background-color: #1f1f1f;
}
.uppy-Provider-auth, .uppy-Provider-empty, .uppy-Provider-error, .uppy-Provider-loading {
  align-items: center;
  color: #939393;
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  justify-content: center;
}
.uppy-Provider-empty {
  color: #939393;
}
.uppy-Provider-authIcon svg {
  height: 75px;
  margin-bottom: 15px;
  width: 100px;
}
.uppy-Provider-authTitle {
  color: #757575;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
  max-width: 500px;
  padding: 0 15px;
  text-align: center;
}
.uppy-size--md .uppy-Provider-authTitle {
  font-size: 20px;
}
[data-uppy-theme=dark] .uppy-Provider-authTitle {
  color: #cfcfcf;
}
.uppy-Provider-btn-google {
  align-items: center;
  background: #4285f4;
  display: flex;
  padding: 8px 12px !important;
}
.uppy-Provider-btn-google:hover {
  background-color: #1266f1;
}
.uppy-Provider-btn-google:focus {
  box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.4);
  outline: none;
}
.uppy-Provider-btn-google svg {
  margin-right: 8px;
}
[dir=ltr] .uppy-Provider-breadcrumbs {
  text-align: left;
}
[dir=rtl] .uppy-Provider-breadcrumbs {
  text-align: right;
}
.uppy-Provider-breadcrumbs {
  color: #525252;
  flex: 1;
  font-size: 12px;
  margin-bottom: 10px;
}
.uppy-size--md .uppy-Provider-breadcrumbs {
  margin-bottom: 0;
}
[data-uppy-theme=dark] .uppy-Provider-breadcrumbs {
  color: #eaeaea;
}
[dir=ltr] .uppy-Provider-breadcrumbsIcon {
  margin-right: 4px;
}
[dir=rtl] .uppy-Provider-breadcrumbsIcon {
  margin-left: 4px;
}
.uppy-Provider-breadcrumbsIcon {
  color: #525252;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.uppy-Provider-breadcrumbsIcon svg {
  fill: #525252;
  height: 13px;
  width: 13px;
}
.uppy-Provider-breadcrumbs button {
  border-radius: 3px;
  display: inline-block;
  line-height: inherit;
  padding: 4px;
}
.uppy-Provider-breadcrumbs button:focus {
  outline: none;
}
.uppy-Provider-breadcrumbs button::-moz-focus-inner {
  border: 0;
}
.uppy-Provider-breadcrumbs button:hover {
  color: #1b5dab;
}
.uppy-Provider-breadcrumbs button:focus {
  background-color: #eceef2;
}
[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button:focus {
  background-color: #333;
}
.uppy-Provider-breadcrumbs button:not(:last-of-type) {
  text-decoration: underline;
}
.uppy-Provider-breadcrumbs button:last-of-type {
  color: #333;
  cursor: normal;
  font-weight: 500;
  pointer-events: none;
}
.uppy-Provider-breadcrumbs button:hover {
  cursor: pointer;
}
[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button {
  color: #eaeaea;
}
.uppy-ProviderBrowser {
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
}
.uppy-ProviderBrowser-user {
  color: #333;
  font-weight: 500;
  margin: 0 8px 0 0;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-user {
  color: #eaeaea;
}
[dir=ltr] .uppy-ProviderBrowser-user:after {
  left: 4px;
}
[dir=rtl] .uppy-ProviderBrowser-user:after {
  right: 4px;
}
.uppy-ProviderBrowser-user:after {
  color: #939393;
  content: "·";
  font-weight: 400;
  position: relative;
}
.uppy-ProviderBrowser-header {
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 1001;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-header {
  border-bottom: 1px solid #333;
}
.uppy-ProviderBrowser-headerBar {
  background-color: #fafafa;
  color: #757575;
  font-size: 12px;
  line-height: 1.4;
  padding: 7px 15px;
  z-index: 1001;
}
.uppy-size--md .uppy-ProviderBrowser-headerBar {
  align-items: center;
  display: flex;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-headerBar {
  background-color: #1f1f1f;
}
.uppy-ProviderBrowser-headerBar--simple {
  display: block;
  justify-content: center;
  text-align: center;
}
.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap {
  display: inline-block;
  flex: none;
  vertical-align: middle;
}
.uppy-ProviderBrowser-filter {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
  position: relative;
  width: 100%;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-filter {
  background-color: #1f1f1f;
}
[dir=ltr] .uppy-ProviderBrowser-filterIcon {
  left: 16px;
}
[dir=rtl] .uppy-ProviderBrowser-filterIcon {
  right: 16px;
}
.uppy-ProviderBrowser-filterIcon {
  color: #bbb;
  height: 12px;
  position: absolute;
  width: 12px;
  z-index: 1002;
}
[dir=ltr] .uppy-ProviderBrowser-filterInput {
  padding-left: 27px;
}
[dir=rtl] .uppy-ProviderBrowser-filterInput {
  padding-right: 27px;
}
.uppy-ProviderBrowser-filterInput {
  background-color: initial;
  border: 0;
  border-radius: 4px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 30px;
  line-height: 1.4;
  margin: 0 8px;
  outline: 0;
  width: 100%;
  z-index: 1001;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-filterInput {
  background-color: #1f1f1f;
  color: #eaeaea;
}
.uppy-ProviderBrowser-filterInput:focus {
  background-color: #f4f4f4;
  outline: 0;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-filterInput:focus {
  background-color: #333;
}
.uppy-ProviderBrowser-filterInput::placeholder {
  color: #939393;
  opacity: 1;
}
.uppy-ProviderBrowser-search {
  align-items: center;
  display: flex;
  height: 30px;
  margin-bottom: 2px;
  margin-top: 2px;
  position: relative;
  width: 100%;
}
[dir=ltr] .uppy-ProviderBrowser-searchInput {
  padding-left: 30px;
}
[dir=rtl] .uppy-ProviderBrowser-searchInput {
  padding-right: 30px;
}
.uppy-ProviderBrowser-searchInput {
  background-color: #eaeaea;
  border: 0;
  border-radius: 4px;
  color: #333;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 30px;
  line-height: 1.4;
  outline: 0;
  width: 100%;
  z-index: 1001;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-searchInput {
  background-color: #1f1f1f;
  color: #eaeaea;
}
.uppy-ProviderBrowser-searchInput:focus {
  background-color: #cfcfcf;
  outline: 0;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-searchInput:focus {
  background-color: #333;
}
[dir=ltr] .uppy-ProviderBrowser-searchIcon {
  left: 10px;
}
[dir=rtl] .uppy-ProviderBrowser-searchIcon {
  right: 10px;
}
.uppy-ProviderBrowser-searchIcon {
  color: #757575;
  height: 12px;
  position: absolute;
  width: 12px;
  z-index: 1002;
}
.uppy-ProviderBrowser-searchInput::placeholder {
  color: #939393;
  opacity: 1;
}
.uppy-ProviderBrowser-userLogout {
  border-radius: 3px;
  color: #2275d7;
  cursor: pointer;
  line-height: inherit;
  padding: 4px;
}
.uppy-ProviderBrowser-userLogout:focus {
  outline: none;
}
.uppy-ProviderBrowser-userLogout::-moz-focus-inner {
  border: 0;
}
.uppy-ProviderBrowser-userLogout:hover {
  color: #1b5dab;
}
.uppy-ProviderBrowser-userLogout:focus {
  background-color: #eceef2;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout:focus {
  background-color: #333;
}
.uppy-ProviderBrowser-userLogout:hover {
  text-decoration: underline;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout {
  color: #eaeaea;
}
.uppy-ProviderBrowser-body {
  flex: 1;
  position: relative;
}
.uppy-ProviderBrowser-list {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border-spacing: 0;
  bottom: 0;
  display: block;
  flex: 1;
  height: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-list {
  background-color: #1f1f1f;
}
.uppy-ProviderBrowser-list:focus {
  outline: none;
}
.uppy-ProviderBrowserItem-inner {
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}
.uppy-ProviderBrowser-footer {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  display: flex;
  height: 65px;
  padding: 0 15px;
}
[dir=ltr] .uppy-ProviderBrowser-footer button {
  margin-right: 8px;
}
[dir=rtl] .uppy-ProviderBrowser-footer button {
  margin-left: 8px;
}
[data-uppy-theme=dark] .uppy-ProviderBrowser-footer {
  background-color: #1f1f1f;
  border-top: 1px solid #333;
}
.uppy-Dashboard-Item-previewInnerWrap {
  align-items: center;
  border-radius: 3px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.uppy-size--md .uppy-Dashboard-Item-previewInnerWrap {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
}
.uppy-Dashboard-Item-previewInnerWrap:after {
  background-color: rgba(0, 0, 0, 0.6509803922);
  bottom: 0;
  content: "";
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1001;
}
.uppy-Dashboard-Item-previewLink {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
.uppy-Dashboard-Item-previewLink:focus {
  box-shadow: inset 0 0 0 3px #76abe9;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-previewLink:focus {
  box-shadow: inset 0 0 0 3px #016c8d;
}
.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg {
  border-radius: 3px;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  width: 100%;
}
.uppy-Dashboard-Item-progress {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35 ease;
  width: 120px;
  z-index: 1002;
}
.uppy-Dashboard-Item-progressIndicator {
  color: #fff;
  display: inline-block;
  height: 38px;
  opacity: 0.9;
  width: 38px;
}
.uppy-size--md .uppy-Dashboard-Item-progressIndicator {
  height: 55px;
  width: 55px;
}
button.uppy-Dashboard-Item-progressIndicator {
  cursor: pointer;
}
button.uppy-Dashboard-Item-progressIndicator:focus {
  outline: none;
}
button.uppy-Dashboard-Item-progressIndicator::-moz-focus-inner {
  border: 0;
}
button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg, button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry {
  fill: #76abe9;
}
.uppy-Dashboard-Item-progressIcon--circle {
  height: 100%;
  width: 100%;
}
.uppy-Dashboard-Item-progressIcon--bg {
  stroke: rgba(255, 255, 255, 0.4);
}
.uppy-Dashboard-Item-progressIcon--progress {
  stroke: #fff;
  transition: stroke-dashoffset 0.5s ease-out;
}
.uppy-Dashboard-Item-progressIcon--play {
  fill: #fff;
  stroke: #fff;
  transition: all 0.2s;
}
.uppy-Dashboard-Item-progressIcon--cancel {
  fill: #fff;
  transition: all 0.2s;
}
.uppy-Dashboard-Item-progressIcon--pause {
  fill: #fff;
  stroke: #fff;
  transition: all 0.2s;
}
.uppy-Dashboard-Item-progressIcon--check {
  fill: #fff;
  transition: all 0.2s;
}
.uppy-Dashboard-Item-progressIcon--retry {
  fill: #fff;
}
[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  right: -8px;
}
[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  left: -8px;
}
[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  left: auto;
}
[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  right: auto;
}
.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  top: -9px;
  transform: none;
  width: auto;
}
.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator {
  height: 18px;
  width: 18px;
}
.uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator {
  height: 28px;
  width: 28px;
}
.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator {
  height: 18px;
  opacity: 1;
  width: 18px;
}
.uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator {
  height: 22px;
  width: 22px;
}
.uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress {
  opacity: 0;
}
[dir=ltr] .uppy-Dashboard-Item-fileInfo {
  padding-right: 5px;
}
[dir=rtl] .uppy-Dashboard-Item-fileInfo {
  padding-left: 5px;
}
[dir=ltr] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
  padding-right: 10px;
}
[dir=rtl] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
  padding-left: 10px;
}
[dir=ltr] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
  padding-right: 15px;
}
[dir=rtl] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
  padding-left: 15px;
}
.uppy-Dashboard-Item-name {
  word-wrap: anywhere;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 5px;
  word-break: break-all;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-name {
  color: #eaeaea;
}
.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-name {
  font-size: 14px;
  line-height: 1.4;
}
.uppy-Dashboard-Item-fileName {
  align-items: baseline;
  display: flex;
}
.uppy-Dashboard-Item-fileName button {
  margin-left: 5px;
}
.uppy-Dashboard-Item-author {
  color: #757575;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
  vertical-align: bottom;
}
.uppy-Dashboard-Item-author a {
  color: #757575;
}
.uppy-Dashboard-Item-status {
  color: #757575;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-status {
  color: #bbb;
}
.uppy-Dashboard-Item-statusSize {
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  vertical-align: bottom;
}
.uppy-Dashboard-Item-reSelect {
  color: #2275d7;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
}
.uppy-Dashboard-Item-errorMessage {
  background-color: #fdeff1;
  color: #a51523;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  padding: 5px 6px;
}
.uppy-Dashboard-Item-errorMessageBtn {
  color: #a51523;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
}
.uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage {
  display: none;
}
.uppy-size--md .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #f7c2c8;
  bottom: 0;
  display: block;
  left: 0;
  line-height: 1.4;
  padding: 6px 8px;
  position: absolute;
  right: 0;
}
.uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage {
  border: 1px solid #f7c2c8;
  border-radius: 3px;
  display: inline-block;
  position: static;
}
.uppy-size--md .uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage {
  display: none;
}
.uppy-Dashboard-Item-action {
  color: #939393;
  cursor: pointer;
}
.uppy-Dashboard-Item-action:focus {
  outline: none;
}
.uppy-Dashboard-Item-action::-moz-focus-inner {
  border: 0;
}
.uppy-Dashboard-Item-action:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5019607843);
}
.uppy-Dashboard-Item-action:hover {
  color: #1f1f1f;
  opacity: 1;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-action {
  color: #cfcfcf;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus {
  outline: none;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-action::-moz-focus-inner {
  border: 0;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus {
  box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.8509803922);
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-action:hover {
  color: #eaeaea;
}
.uppy-Dashboard-Item-action--remove {
  color: #1f1f1f;
  opacity: 0.95;
}
.uppy-Dashboard-Item-action--remove:hover {
  color: #000;
  opacity: 1;
}
[dir=ltr] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-action--remove, [dir=ltr] .uppy-size--md .uppy-Dashboard-Item-action--remove {
  right: -8px;
}
[dir=rtl] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-action--remove, [dir=rtl] .uppy-size--md .uppy-Dashboard-Item-action--remove {
  left: -8px;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item-action--remove, .uppy-size--md .uppy-Dashboard-Item-action--remove {
  height: 18px;
  padding: 0;
  position: absolute;
  top: -8px;
  width: 18px;
  z-index: 1002;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item-action--remove:focus, .uppy-size--md .uppy-Dashboard-Item-action--remove:focus {
  border-radius: 50%;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove {
  color: #525252;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove:hover {
  color: #333;
}
.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item-actionWrapper {
  align-items: center;
  display: flex;
}
.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item-action {
  height: 22px;
  margin-left: 3px;
  padding: 3px;
  width: 22px;
}
.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item-action:focus {
  border-radius: 3px;
}
.uppy-size--md .uppy-Dashboard-Item-action--copyLink, .uppy-size--md .uppy-Dashboard-Item-action--edit {
  height: 16px;
  padding: 0;
  width: 16px;
}
.uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus, .uppy-size--md .uppy-Dashboard-Item-action--edit:focus {
  border-radius: 3px;
}
.uppy-Dashboard-Item {
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  padding: 10px;
}
[dir=ltr] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item {
  padding-right: 0;
}
[dir=rtl] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item {
  padding-left: 0;
}
[data-uppy-theme=dark] .uppy-Dashboard-Item {
  border-bottom: 1px solid #333;
}
[dir=ltr] .uppy-size--md .uppy-Dashboard-Item {
  float: left;
}
[dir=rtl] .uppy-size--md .uppy-Dashboard-Item {
  float: right;
}
.uppy-size--md .uppy-Dashboard-Item {
  border-bottom: 0;
  display: block;
  height: 215px;
  margin: 5px 15px;
  padding: 0;
  position: relative;
  width: calc(33.333% - 30px);
}
.uppy-size--lg .uppy-Dashboard-Item {
  height: 190px;
  margin: 5px 15px;
  padding: 0;
  width: calc(25% - 30px);
}
.uppy-size--xl .uppy-Dashboard-Item {
  height: 210px;
  padding: 0;
  width: calc(20% - 30px);
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item {
  border-bottom: 0;
  display: block;
  height: auto;
  margin: 10px;
  max-width: 400px;
  padding: 0;
  position: relative;
  width: 100%;
}
.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-previewInnerWrap {
  opacity: 0.2;
}
.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-name {
  opacity: 0.7;
}
.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='39'%3E%3Cpath d='M1.708 38.66c1.709 0 3.417-3.417 6.834-3.417 3.416 0 5.125 3.417 8.61 3.417 3.348 0 5.056-3.417 8.473-3.417 4.305 0 5.125 3.417 6.833 3.417.889 0 1.709-.889 1.709-1.709v-19.68C34.167-5.757 0-5.757 0 17.271v19.68c0 .82.888 1.709 1.708 1.709zm8.542-17.084a3.383 3.383 0 0 1-3.417-3.416 3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.417 3.417 3.383 3.383 0 0 1-3.417 3.416zm13.667 0A3.383 3.383 0 0 1 20.5 18.16a3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.416 3.417 3.383 3.383 0 0 1-3.416 3.416z' fill='%2523000'/%3E%3C/svg%3E");
  background-position: 50% 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1005;
}
.uppy-size--md .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before {
  background-position: 50% 50%;
  background-size: 40px;
}
.uppy-Dashboard-Item-preview {
  position: relative;
}
.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item-preview {
  flex-grow: 0;
  flex-shrink: 0;
  height: 50px;
  width: 50px;
}
.uppy-size--md .uppy-Dashboard-Item-preview {
  height: 140px;
  width: 100%;
}
.uppy-size--lg .uppy-Dashboard-Item-preview {
  height: 120px;
}
.uppy-size--xl .uppy-Dashboard-Item-preview {
  height: 140px;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview {
  height: 270px;
  width: 100%;
}
[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons {
  padding-right: 8px;
}
[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons {
  padding-left: 8px;
}
[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons {
  padding-left: 12px;
}
[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons {
  padding-right: 12px;
}
.uppy-Dashboard-Item-fileInfoAndButtons {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons, .uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons {
  align-items: flex-start;
  padding: 9px 0 0;
  width: 100%;
}
.uppy-Dashboard-Item-fileInfo {
  flex-grow: 1;
  flex-shrink: 1;
}
.uppy-Dashboard-Item-actionWrapper {
  flex-grow: 0;
  flex-shrink: 0;
}
.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap:after, .uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap:after {
  display: block;
}
.uppy-Dashboard-Item.is-inprogress:not(.is-resumable) .uppy-Dashboard-Item-action--remove {
  display: none;
}
[dir=ltr] .uppy-Dashboard-Item-errorDetails {
  left: 2px;
}
[dir=rtl] .uppy-Dashboard-Item-errorDetails {
  right: 2px;
}
.uppy-Dashboard-Item-errorDetails {
  -webkit-appearance: none;
  appearance: none;
  background-color: #939393;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: help;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  height: 13px;
  line-height: 12px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 13px;
}
.uppy-Dashboard-Item-errorDetails:after {
  word-wrap: break-word;
  line-height: 1.3;
}
.uppy-Dashboard-FileCard {
  background-color: #fff;
  border-radius: 5px;
  bottom: 0;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1005;
}
.uppy-Dashboard-FileCard .uppy-DashboardContent-bar {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.uppy-Dashboard-FileCard-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  height: 100%;
  min-height: 0;
}
.uppy-Dashboard-FileCard-preview {
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  height: 60%;
  justify-content: center;
  min-height: 0;
  position: relative;
}
[data-uppy-theme=dark] .uppy-Dashboard-FileCard-preview {
  background-color: #333;
  border-bottom: 0;
}
.uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg {
  border-radius: 3px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1490196078);
  flex: 0 0 auto;
  max-height: 90%;
  max-width: 90%;
  object-fit: cover;
}
[dir=ltr] .uppy-Dashboard-FileCard-edit {
  right: 10px;
}
[dir=rtl] .uppy-Dashboard-FileCard-edit {
  left: 10px;
}
.uppy-Dashboard-FileCard-edit {
  background-color: rgba(0, 0, 0, 0.5019607843);
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  padding: 7px 15px;
  position: absolute;
  top: 10px;
}
.uppy-Dashboard-FileCard-edit:focus {
  outline: none;
}
.uppy-Dashboard-FileCard-edit::-moz-focus-inner {
  border: 0;
}
.uppy-Dashboard-FileCard-edit:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5019607843);
}
.uppy-Dashboard-FileCard-edit:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.uppy-Dashboard-FileCard-info {
  -webkit-overflow-scrolling: touch;
  flex-grow: 0;
  flex-shrink: 0;
  height: 40%;
  overflow-y: auto;
  padding: 30px 20px 20px;
}
[data-uppy-theme=dark] .uppy-Dashboard-FileCard-info {
  background-color: #1f1f1f;
}
.uppy-Dashboard-FileCard-fieldset {
  border: 0;
  font-size: 0;
  margin: auto auto 12px;
  max-width: 640px;
  padding: 0;
}
.uppy-Dashboard-FileCard-label {
  color: #525252;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  width: 22%;
}
.uppy-size--md .uppy-Dashboard-FileCard-label {
  font-size: 14px;
}
[data-uppy-theme=dark] .uppy-Dashboard-FileCard-label {
  color: #eaeaea;
}
.uppy-Dashboard-FileCard-input {
  display: inline-block;
  vertical-align: middle;
  width: 78%;
}
.uppy-Dashboard-FileCard-actions {
  align-items: center;
  background-color: #fafafa;
  border-top: 1px solid #eaeaea;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  height: 55px;
  padding: 0 15px;
}
.uppy-size--md .uppy-Dashboard-FileCard-actions {
  height: 65px;
}
[data-uppy-theme=dark] .uppy-Dashboard-FileCard-actions {
  background-color: #1f1f1f;
  border-top: 1px solid #333;
}
[dir=ltr] .uppy-Dashboard-FileCard-actionsBtn {
  margin-right: 10px;
}
[dir=rtl] .uppy-Dashboard-FileCard-actionsBtn {
  margin-left: 10px;
}
.uppy-transition-slideDownUp-enter {
  opacity: 0.01;
  transform: translate3d(0, -105%, 0);
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active {
  opacity: 1;
  transform: translateZ(0);
}
.uppy-transition-slideDownUp-leave {
  opacity: 1;
  transform: translateZ(0);
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active {
  opacity: 0.01;
  transform: translate3d(0, -105%, 0);
}
@keyframes uppy-Dashboard-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes uppy-Dashboard-fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes uppy-Dashboard-slideDownAndFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes uppy-Dashboard-slideDownAndFadeIn--small {
  0% {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes uppy-Dashboard-slideUpFadeOut {
  0% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
  }
}
@keyframes uppy-Dashboard-slideUpFadeOut--small {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}
.uppy-Dashboard--modal {
  z-index: 1001;
}
.uppy-Dashboard--modal[aria-hidden=true] {
  display: none;
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
  animation: uppy-Dashboard-slideDownAndFadeIn--small 0.3s cubic-bezier(0, 0, 0.2, 1);
}
@media only screen and (min-width: 820px) {
  .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
    animation: uppy-Dashboard-slideDownAndFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-overlay {
  animation: uppy-Dashboard-fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-inner {
  animation: uppy-Dashboard-slideUpFadeOut--small 0.3s cubic-bezier(0, 0, 0.2, 1);
}
@media only screen and (min-width: 820px) {
  .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-inner {
    animation: uppy-Dashboard-slideUpFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}
.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-overlay {
  animation: uppy-Dashboard-fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.uppy-Dashboard-isFixed {
  height: 100vh;
  overflow: hidden;
}
.uppy-Dashboard--modal .uppy-Dashboard-overlay {
  background-color: rgba(0, 0, 0, 0.5019607843);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}
.uppy-Dashboard-inner {
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  max-height: 100%;
  max-width: 100%;
  outline: none;
  position: relative;
}
.uppy-size--md .uppy-Dashboard-inner {
  min-height: auto;
}
@media only screen and (min-width: 820px) {
  .uppy-Dashboard-inner {
    height: 500px;
    width: 650px;
  }
}
.uppy-Dashboard--modal .uppy-Dashboard-inner {
  z-index: 1002;
}
[data-uppy-theme=dark] .uppy-Dashboard-inner {
  background-color: #1f1f1f;
}
.uppy-Dashboard--isDisabled .uppy-Dashboard-inner {
  cursor: not-allowed;
}
.uppy-Dashboard-innerWrap {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: relative;
}
.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap {
  opacity: 1;
}
.uppy-Dashboard--isDisabled .uppy-Dashboard-innerWrap {
  filter: grayscale(100%);
  opacity: 0.6;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.uppy-Dashboard--isDisabled .uppy-ProviderIconBg {
  fill: #9f9f9f;
}
.uppy-Dashboard--modal .uppy-Dashboard-inner {
  border: none;
  bottom: 15px;
  left: 15px;
  position: fixed;
  right: 15px;
  top: 35px;
}
@media only screen and (min-width: 820px) {
  .uppy-Dashboard--modal .uppy-Dashboard-inner {
    box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.1490196078);
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
[dir=ltr] .uppy-Dashboard-close {
  right: -2px;
}
[dir=rtl] .uppy-Dashboard-close {
  left: -2px;
}
.uppy-Dashboard-close {
  color: rgba(255, 255, 255, 0.9019607843);
  cursor: pointer;
  display: block;
  font-size: 27px;
  position: absolute;
  top: -33px;
  z-index: 1005;
}
.uppy-Dashboard-close:focus {
  outline: none;
}
.uppy-Dashboard-close::-moz-focus-inner {
  border: 0;
}
.uppy-Dashboard-close:focus {
  color: #8cb8ed;
}
@media only screen and (min-width: 820px) {
  [dir=ltr] .uppy-Dashboard-close {
    right: -35px;
  }
  [dir=rtl] .uppy-Dashboard-close {
    left: -35px;
  }
  .uppy-Dashboard-close {
    font-size: 35px;
    top: -10px;
  }
}
.uppy-Dashboard-serviceMsg {
  background-color: #fffbf7;
  border-bottom: 1px solid #edd4b9;
  border-top: 1px solid #edd4b9;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  padding: 12px 0;
  position: relative;
  top: -1px;
  z-index: 1004;
}
.uppy-size--md .uppy-Dashboard-serviceMsg {
  font-size: 14px;
  line-height: 1.4;
}
[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg {
  background-color: #1f1f1f;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  color: #eaeaea;
}
.uppy-Dashboard-serviceMsg-title {
  display: block;
  line-height: 1;
  margin-bottom: 4px;
  padding-left: 42px;
}
.uppy-Dashboard-serviceMsg-text {
  padding: 0 15px;
}
.uppy-Dashboard-serviceMsg-actionBtn {
  color: #2275d7;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: initial;
}
[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg-actionBtn {
  color: rgba(2, 186, 242, 0.9019607843);
}
.uppy-Dashboard-serviceMsg-icon {
  left: 15px;
  position: absolute;
  top: 10px;
}
.uppy-Dashboard-AddFiles {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  text-align: center;
}
[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  border: 1px dashed #dfdfdf;
  border-radius: 3px;
  height: calc(100% - 14px);
  margin: 7px;
}
.uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles {
  border: none;
  height: calc(100% - 54px);
}
.uppy-Dashboard--modal .uppy-Dashboard-AddFiles {
  border-color: #cfcfcf;
}
[data-uppy-theme=dark] .uppy-Dashboard-AddFiles {
  border-color: #757575;
}
.uppy-Dashboard-AddFiles-info {
  display: none;
  margin-top: auto;
  padding-bottom: 15px;
  padding-top: 15px;
}
.uppy-size--height-md .uppy-Dashboard-AddFiles-info {
  display: block;
}
.uppy-size--md .uppy-Dashboard-AddFiles-info {
  bottom: 25px;
  left: 0;
  padding-bottom: 0;
  padding-top: 30px;
  position: absolute;
  right: 0;
}
[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-info {
  margin-top: 0;
}
.uppy-Dashboard-browse {
  color: rgba(34, 117, 215, 0.9019607843);
  cursor: pointer;
}
.uppy-Dashboard-browse:focus {
  outline: none;
}
.uppy-Dashboard-browse::-moz-focus-inner {
  border: 0;
}
.uppy-Dashboard-browse:focus, .uppy-Dashboard-browse:hover {
  border-bottom: 1px solid #2275d7;
}
[data-uppy-theme=dark] .uppy-Dashboard-browse {
  color: rgba(2, 186, 242, 0.9019607843);
}
[data-uppy-theme=dark] .uppy-Dashboard-browse:focus, [data-uppy-theme=dark] .uppy-Dashboard-browse:hover {
  border-bottom: 1px solid #02baf2;
}
.uppy-Dashboard-browseBtn {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 8px;
  width: 100%;
}
.uppy-size--md .uppy-Dashboard-browseBtn {
  font-size: 15px;
  margin: 15px auto;
  padding: 13px 44px;
  width: auto;
}
.uppy-Dashboard-AddFiles-list {
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 2px;
  overflow-y: auto;
  padding: 2px 0;
  width: 100%;
}
.uppy-size--md .uppy-Dashboard-AddFiles-list {
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  max-width: 600px;
  overflow-y: visible;
  padding-top: 0;
}
.uppy-DashboardTab {
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  width: 100%;
}
[data-uppy-theme=dark] .uppy-DashboardTab {
  border-bottom: 1px solid #333;
}
.uppy-size--md .uppy-DashboardTab {
  border-bottom: none;
  display: inline-block;
  margin-bottom: 10px;
  width: auto;
}
.uppy-DashboardTab-btn {
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  background-color: initial;
  color: #525252;
  cursor: pointer;
  flex-direction: row;
  height: 100%;
  justify-content: left;
  padding: 12px 15px;
  width: 100%;
}
.uppy-DashboardTab-btn:focus {
  outline: none;
}
[dir=ltr] .uppy-size--md .uppy-DashboardTab-btn {
  margin-right: 1px;
}
[dir=rtl] .uppy-size--md .uppy-DashboardTab-btn {
  margin-left: 1px;
}
.uppy-size--md .uppy-DashboardTab-btn {
  border-radius: 5px;
  flex-direction: column;
  padding: 10px 3px;
  width: 86px;
}
[data-uppy-theme=dark] .uppy-DashboardTab-btn {
  color: #eaeaea;
}
.uppy-DashboardTab-btn::-moz-focus-inner {
  border: 0;
}
.uppy-DashboardTab-btn:hover {
  background-color: #f1f3f6;
}
[data-uppy-theme=dark] .uppy-DashboardTab-btn:hover {
  background-color: #333;
}
.uppy-DashboardTab-btn:active, .uppy-DashboardTab-btn:focus {
  background-color: #eceef2;
}
[data-uppy-theme=dark] .uppy-DashboardTab-btn:active, [data-uppy-theme=dark] .uppy-DashboardTab-btn:focus {
  background-color: #525252;
}
[dir=ltr] .uppy-DashboardTab-btn svg {
  margin-right: 10px;
}
[dir=rtl] .uppy-DashboardTab-btn svg {
  margin-left: 10px;
}
.uppy-DashboardTab-btn svg {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  transition: transform 0.15s ease-in-out;
  vertical-align: text-top;
}
[dir=ltr] .uppy-size--md .uppy-DashboardTab-btn svg {
  margin-right: 0;
}
[dir=rtl] .uppy-size--md .uppy-DashboardTab-btn svg {
  margin-left: 0;
}
.uppy-DashboardTab-name {
  font-size: 14px;
  font-weight: 500;
}
.uppy-size--md .uppy-DashboardTab-name {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
  margin-top: 8px;
}
.uppy-DashboardTab svg {
  height: 23px;
  vertical-align: middle;
  width: 23px;
}
.uppy-size--md .uppy-DashboardTab svg {
  height: 30px;
  width: 30px;
}
.uppy-Dashboard-input {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.uppy-DashboardContent-bar {
  align-items: center;
  background-color: #fafafa;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  width: 100%;
  z-index: 1004;
}
.uppy-size--md .uppy-DashboardContent-bar {
  height: 50px;
  padding: 0 15px;
}
[data-uppy-theme=dark] .uppy-DashboardContent-bar {
  background-color: #1f1f1f;
  border-bottom: 1px solid #333;
}
.uppy-DashboardContent-title {
  font-size: 12px;
  font-weight: 500;
  left: 0;
  line-height: 40px;
  margin: auto;
  max-width: 170px;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  width: 100%;
}
.uppy-size--md .uppy-DashboardContent-title {
  font-size: 14px;
  line-height: 50px;
  max-width: 300px;
}
[data-uppy-theme=dark] .uppy-DashboardContent-title {
  color: #eaeaea;
}
[dir=ltr] .uppy-DashboardContent-back, [dir=ltr] .uppy-DashboardContent-save {
  margin-left: -6px;
}
[dir=rtl] .uppy-DashboardContent-back, [dir=rtl] .uppy-DashboardContent-save {
  margin-right: -6px;
}
.uppy-DashboardContent-back, .uppy-DashboardContent-save {
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 3px;
  color: inherit;
  color: #2275d7;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 7px 6px;
}
.uppy-DashboardContent-back:focus, .uppy-DashboardContent-save:focus {
  outline: none;
}
.uppy-DashboardContent-back::-moz-focus-inner, .uppy-DashboardContent-save::-moz-focus-inner {
  border: 0;
}
.uppy-DashboardContent-back:hover, .uppy-DashboardContent-save:hover {
  color: #1b5dab;
}
.uppy-DashboardContent-back:focus, .uppy-DashboardContent-save:focus {
  background-color: #eceef2;
}
[data-uppy-theme=dark] .uppy-DashboardContent-back:focus, [data-uppy-theme=dark] .uppy-DashboardContent-save:focus {
  background-color: #333;
}
.uppy-size--md .uppy-DashboardContent-back, .uppy-size--md .uppy-DashboardContent-save {
  font-size: 14px;
}
[data-uppy-theme=dark] .uppy-DashboardContent-back, [data-uppy-theme=dark] .uppy-DashboardContent-save {
  color: #02baf2;
}
[dir=ltr] .uppy-DashboardContent-addMore {
  margin-right: -5px;
}
[dir=rtl] .uppy-DashboardContent-addMore {
  margin-left: -5px;
}
.uppy-DashboardContent-addMore {
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 3px;
  color: inherit;
  color: #2275d7;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  height: 29px;
  line-height: 1;
  margin: 0;
  padding: 7px 8px;
  width: 29px;
}
.uppy-DashboardContent-addMore:focus {
  outline: none;
}
.uppy-DashboardContent-addMore::-moz-focus-inner {
  border: 0;
}
.uppy-DashboardContent-addMore:hover {
  color: #1b5dab;
}
.uppy-DashboardContent-addMore:focus {
  background-color: #eceef2;
}
[data-uppy-theme=dark] .uppy-DashboardContent-addMore:focus {
  background-color: #333;
}
[dir=ltr] .uppy-size--md .uppy-DashboardContent-addMore {
  margin-right: -8px;
}
[dir=rtl] .uppy-size--md .uppy-DashboardContent-addMore {
  margin-left: -8px;
}
.uppy-size--md .uppy-DashboardContent-addMore {
  font-size: 14px;
  height: auto;
  width: auto;
}
[data-uppy-theme=dark] .uppy-DashboardContent-addMore {
  color: #02baf2;
}
[dir=ltr] .uppy-DashboardContent-addMore svg {
  margin-right: 4px;
}
[dir=rtl] .uppy-DashboardContent-addMore svg {
  margin-left: 4px;
}
.uppy-DashboardContent-addMore svg {
  vertical-align: initial;
}
.uppy-size--md .uppy-DashboardContent-addMore svg {
  height: 11px;
  width: 11px;
}
.uppy-DashboardContent-addMoreCaption {
  display: none;
}
.uppy-size--md .uppy-DashboardContent-addMoreCaption {
  display: inline;
}
.uppy-DashboardContent-panel {
  background-color: #f5f5f5;
  flex: 1;
}
.uppy-Dashboard-AddFilesPanel, .uppy-DashboardContent-panel {
  border-radius: 5px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1005;
}
.uppy-Dashboard-AddFilesPanel {
  background: #fafafa;
  background: linear-gradient(0deg, #fafafa 35%, rgba(250, 250, 250, 0.8509803922));
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1490196078);
}
[data-uppy-theme=dark] .uppy-Dashboard-AddFilesPanel {
  background-color: #333;
  background-image: linear-gradient(0deg, #1f1f1f 35%, rgba(31, 31, 31, 0.8509803922));
}
.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files {
  filter: blur(2px);
}
.uppy-Dashboard-progress {
  bottom: 0;
  height: 12%;
  left: 0;
  position: absolute;
  width: 100%;
}
.uppy-Dashboard-progressBarContainer.is-active {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1004;
}
.uppy-Dashboard-filesContainer {
  flex: 1;
  margin: 0;
  overflow-y: hidden;
  position: relative;
}
.uppy-Dashboard-filesContainer:after {
  clear: both;
  content: "";
  display: table;
}
.uppy-Dashboard-files {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  margin: 0;
  overflow-y: auto;
  padding: 0 0 10px;
}
.uppy-size--md .uppy-Dashboard-files {
  padding-top: 10px;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-filesInner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.uppy-Dashboard-dropFilesHereHint {
  align-items: center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%232275D7'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px dashed #2275d7;
  border-radius: 3px;
  bottom: 7px;
  color: #757575;
  display: flex;
  font-size: 16px;
  justify-content: center;
  left: 7px;
  padding-top: 90px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 7px;
  visibility: hidden;
  z-index: 2000;
}
[data-uppy-theme=dark] .uppy-Dashboard-dropFilesHereHint {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%2302BAF2'/%3E%3C/svg%3E");
  border-color: #02baf2;
  color: #bbb;
}
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint {
  visibility: visible;
}
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files, .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators, .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-serviceMsg, .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar {
  opacity: 0.15;
}
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles {
  opacity: 0.03;
}
.uppy-Dashboard-AddFiles-title {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 5px;
  margin-top: 15px;
  padding: 0 15px;
  text-align: inline-start;
  width: 100%;
}
.uppy-size--md .uppy-Dashboard-AddFiles-title {
  font-size: 25px;
  font-weight: 400;
  margin-top: 5px;
  max-width: 480px;
  padding: 0 35px;
  text-align: center;
}
[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title {
  text-align: center;
}
[data-uppy-theme=dark] .uppy-Dashboard-AddFiles-title {
  color: #eaeaea;
}
.uppy-Dashboard-AddFiles-title button {
  font-weight: 500;
}
.uppy-size--md .uppy-Dashboard-AddFiles-title button {
  font-weight: 400;
}
.uppy-Dashboard-note {
  color: #757575;
  font-size: 14px;
  line-height: 1.25;
  margin: auto;
  max-width: 350px;
  padding: 0 15px;
  text-align: center;
}
.uppy-size--md .uppy-Dashboard-note {
  font-size: 15px;
  line-height: 1.35;
  max-width: 600px;
}
[data-uppy-theme=dark] .uppy-Dashboard-note {
  color: #cfcfcf;
}
a.uppy-Dashboard-poweredBy {
  color: #939393;
  display: inline-block;
  font-size: 11px;
  margin-top: 8px;
  text-align: center;
  text-decoration: none;
}
.uppy-Dashboard-poweredByIcon {
  fill: none;
  stroke: #939393;
  margin-left: 1px;
  margin-right: 1px;
  opacity: 0.9;
  position: relative;
  top: 1px;
  vertical-align: text-top;
}
.uppy-Dashboard-Item-previewIcon {
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  z-index: 100;
}
.uppy-size--md .uppy-Dashboard-Item-previewIcon {
  height: 38px;
  width: 38px;
}
.uppy-Dashboard-Item-previewIcon svg {
  height: 100%;
  width: 100%;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIcon {
  height: 90px;
  width: 90px;
}
.uppy-Dashboard-Item-previewIconWrap {
  height: 76px;
  max-height: 75%;
  position: relative;
}
.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIconWrap {
  height: 176px;
}
.uppy-Dashboard-Item-previewIconBg {
  filter: drop-shadow(rgba(0, 0, 0, 0.1) 0 1px 1px);
  height: 100%;
  width: 100%;
}
.uppy-Dashboard-upload {
  height: 50px;
  position: relative;
  width: 50px;
}
.uppy-size--md .uppy-Dashboard-upload {
  height: 60px;
  width: 60px;
}
.uppy-Dashboard-upload .uppy-c-icon {
  position: relative;
  top: 1px;
  width: 50%;
}
[dir=ltr] .uppy-Dashboard-uploadCount {
  right: -12px;
}
[dir=rtl] .uppy-Dashboard-uploadCount {
  left: -12px;
}
.uppy-Dashboard-uploadCount {
  background-color: #1bb240;
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: -12px;
  width: 16px;
}
.uppy-size--md .uppy-Dashboard-uploadCount {
  font-size: 9px;
  height: 18px;
  line-height: 18px;
  width: 18px;
}
/** Conversion - No need to edit this file */
/** px to em function */
/** px to rem function */
/*!
 * Bootstrap Grid v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 4.16666667%;
}
.col-2 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-3 {
  flex: 0 0 auto;
  width: 12.5%;
}
.col-4 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-5 {
  flex: 0 0 auto;
  width: 20.83333333%;
}
.col-6 {
  flex: 0 0 auto;
  width: 25%;
}
.col-7 {
  flex: 0 0 auto;
  width: 29.16666667%;
}
.col-8 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-9 {
  flex: 0 0 auto;
  width: 37.5%;
}
.col-10 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-11 {
  flex: 0 0 auto;
  width: 45.83333333%;
}
.col-12 {
  flex: 0 0 auto;
  width: 50%;
}
.col-13 {
  flex: 0 0 auto;
  width: 54.16666667%;
}
.col-14 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-15 {
  flex: 0 0 auto;
  width: 62.5%;
}
.col-16 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-17 {
  flex: 0 0 auto;
  width: 70.83333333%;
}
.col-18 {
  flex: 0 0 auto;
  width: 75%;
}
.col-19 {
  flex: 0 0 auto;
  width: 79.16666667%;
}
.col-20 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-21 {
  flex: 0 0 auto;
  width: 87.5%;
}
.col-22 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-23 {
  flex: 0 0 auto;
  width: 95.83333333%;
}
.col-24 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 4.16666667%;
}
.offset-2 {
  margin-left: 8.33333333%;
}
.offset-3 {
  margin-left: 12.5%;
}
.offset-4 {
  margin-left: 16.66666667%;
}
.offset-5 {
  margin-left: 20.83333333%;
}
.offset-6 {
  margin-left: 25%;
}
.offset-7 {
  margin-left: 29.16666667%;
}
.offset-8 {
  margin-left: 33.33333333%;
}
.offset-9 {
  margin-left: 37.5%;
}
.offset-10 {
  margin-left: 41.66666667%;
}
.offset-11 {
  margin-left: 45.83333333%;
}
.offset-12 {
  margin-left: 50%;
}
.offset-13 {
  margin-left: 54.16666667%;
}
.offset-14 {
  margin-left: 58.33333333%;
}
.offset-15 {
  margin-left: 62.5%;
}
.offset-16 {
  margin-left: 66.66666667%;
}
.offset-17 {
  margin-left: 70.83333333%;
}
.offset-18 {
  margin-left: 75%;
}
.offset-19 {
  margin-left: 79.16666667%;
}
.offset-20 {
  margin-left: 83.33333333%;
}
.offset-21 {
  margin-left: 87.5%;
}
.offset-22 {
  margin-left: 91.66666667%;
}
.offset-23 {
  margin-left: 95.83333333%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 1rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 1rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 2rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 2rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 3rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 3rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 4rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 4rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 5rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 5rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-sm-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-sm-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-sm-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-sm-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-sm-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-sm-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.16666667%;
  }
  .offset-sm-2 {
    margin-left: 8.33333333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.66666667%;
  }
  .offset-sm-5 {
    margin-left: 20.83333333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.16666667%;
  }
  .offset-sm-8 {
    margin-left: 33.33333333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.66666667%;
  }
  .offset-sm-11 {
    margin-left: 45.83333333%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
  .offset-sm-13 {
    margin-left: 54.16666667%;
  }
  .offset-sm-14 {
    margin-left: 58.33333333%;
  }
  .offset-sm-15 {
    margin-left: 62.5%;
  }
  .offset-sm-16 {
    margin-left: 66.66666667%;
  }
  .offset-sm-17 {
    margin-left: 70.83333333%;
  }
  .offset-sm-18 {
    margin-left: 75%;
  }
  .offset-sm-19 {
    margin-left: 79.16666667%;
  }
  .offset-sm-20 {
    margin-left: 83.33333333%;
  }
  .offset-sm-21 {
    margin-left: 87.5%;
  }
  .offset-sm-22 {
    margin-left: 91.66666667%;
  }
  .offset-sm-23 {
    margin-left: 95.83333333%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-md-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-md-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-md-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-md-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-md-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-md-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.16666667%;
  }
  .offset-md-2 {
    margin-left: 8.33333333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.66666667%;
  }
  .offset-md-5 {
    margin-left: 20.83333333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.16666667%;
  }
  .offset-md-8 {
    margin-left: 33.33333333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.66666667%;
  }
  .offset-md-11 {
    margin-left: 45.83333333%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
  .offset-md-13 {
    margin-left: 54.16666667%;
  }
  .offset-md-14 {
    margin-left: 58.33333333%;
  }
  .offset-md-15 {
    margin-left: 62.5%;
  }
  .offset-md-16 {
    margin-left: 66.66666667%;
  }
  .offset-md-17 {
    margin-left: 70.83333333%;
  }
  .offset-md-18 {
    margin-left: 75%;
  }
  .offset-md-19 {
    margin-left: 79.16666667%;
  }
  .offset-md-20 {
    margin-left: 83.33333333%;
  }
  .offset-md-21 {
    margin-left: 87.5%;
  }
  .offset-md-22 {
    margin-left: 91.66666667%;
  }
  .offset-md-23 {
    margin-left: 95.83333333%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 1rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 1rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 2rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 2rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 3rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 3rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 4rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 4rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 5rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-lg-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-lg-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-lg-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-lg-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-lg-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-lg-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.16666667%;
  }
  .offset-lg-2 {
    margin-left: 8.33333333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.66666667%;
  }
  .offset-lg-5 {
    margin-left: 20.83333333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.16666667%;
  }
  .offset-lg-8 {
    margin-left: 33.33333333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.66666667%;
  }
  .offset-lg-11 {
    margin-left: 45.83333333%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
  .offset-lg-13 {
    margin-left: 54.16666667%;
  }
  .offset-lg-14 {
    margin-left: 58.33333333%;
  }
  .offset-lg-15 {
    margin-left: 62.5%;
  }
  .offset-lg-16 {
    margin-left: 66.66666667%;
  }
  .offset-lg-17 {
    margin-left: 70.83333333%;
  }
  .offset-lg-18 {
    margin-left: 75%;
  }
  .offset-lg-19 {
    margin-left: 79.16666667%;
  }
  .offset-lg-20 {
    margin-left: 83.33333333%;
  }
  .offset-lg-21 {
    margin-left: 87.5%;
  }
  .offset-lg-22 {
    margin-left: 91.66666667%;
  }
  .offset-lg-23 {
    margin-left: 95.83333333%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
  .offset-xl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xl-15 {
    margin-left: 62.5%;
  }
  .offset-xl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xl-18 {
    margin-left: 75%;
  }
  .offset-xl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xl-21 {
    margin-left: 87.5%;
  }
  .offset-xl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xl-23 {
    margin-left: 95.83333333%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }
  .col-xxl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-xxl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }
  .col-xxl-18 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }
  .col-xxl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-xxl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }
  .col-xxl-24 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 4.16666667%;
  }
  .offset-xxl-2 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxl-4 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-5 {
    margin-left: 20.83333333%;
  }
  .offset-xxl-6 {
    margin-left: 25%;
  }
  .offset-xxl-7 {
    margin-left: 29.16666667%;
  }
  .offset-xxl-8 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxl-10 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-11 {
    margin-left: 45.83333333%;
  }
  .offset-xxl-12 {
    margin-left: 50%;
  }
  .offset-xxl-13 {
    margin-left: 54.16666667%;
  }
  .offset-xxl-14 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxl-16 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-17 {
    margin-left: 70.83333333%;
  }
  .offset-xxl-18 {
    margin-left: 75%;
  }
  .offset-xxl-19 {
    margin-left: 79.16666667%;
  }
  .offset-xxl-20 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxl-22 {
    margin-left: 91.66666667%;
  }
  .offset-xxl-23 {
    margin-left: 95.83333333%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 5rem;
  }
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 1rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.m-4 {
  margin: 4rem !important;
}
.m-5 {
  margin: 5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
.mx-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 1rem !important;
}
.me-2 {
  margin-right: 2rem !important;
}
.me-3 {
  margin-right: 3rem !important;
}
.me-4 {
  margin-right: 4rem !important;
}
.me-5 {
  margin-right: 5rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 1rem !important;
}
.ms-2 {
  margin-left: 2rem !important;
}
.ms-3 {
  margin-left: 3rem !important;
}
.ms-4 {
  margin-left: 4rem !important;
}
.ms-5 {
  margin-left: 5rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.p-5 {
  padding: 5rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.px-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 1rem !important;
}
.pe-2 {
  padding-right: 2rem !important;
}
.pe-3 {
  padding-right: 3rem !important;
}
.pe-4 {
  padding-right: 4rem !important;
}
.pe-5 {
  padding-right: 5rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 1rem !important;
}
.ps-2 {
  padding-left: 2rem !important;
}
.ps-3 {
  padding-left: 3rem !important;
}
.ps-4 {
  padding-left: 4rem !important;
}
.ps-5 {
  padding-left: 5rem !important;
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 1rem !important;
  }
  .me-sm-2 {
    margin-right: 2rem !important;
  }
  .me-sm-3 {
    margin-right: 3rem !important;
  }
  .me-sm-4 {
    margin-right: 4rem !important;
  }
  .me-sm-5 {
    margin-right: 5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 1rem !important;
  }
  .ms-sm-2 {
    margin-left: 2rem !important;
  }
  .ms-sm-3 {
    margin-left: 3rem !important;
  }
  .ms-sm-4 {
    margin-left: 4rem !important;
  }
  .ms-sm-5 {
    margin-left: 5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 1rem !important;
  }
  .pe-sm-2 {
    padding-right: 2rem !important;
  }
  .pe-sm-3 {
    padding-right: 3rem !important;
  }
  .pe-sm-4 {
    padding-right: 4rem !important;
  }
  .pe-sm-5 {
    padding-right: 5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 1rem !important;
  }
  .ps-sm-2 {
    padding-left: 2rem !important;
  }
  .ps-sm-3 {
    padding-left: 3rem !important;
  }
  .ps-sm-4 {
    padding-left: 4rem !important;
  }
  .ps-sm-5 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 1rem !important;
  }
  .me-md-2 {
    margin-right: 2rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-5 {
    margin-right: 5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-2 {
    margin-left: 2rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  .pe-md-2 {
    padding-right: 2rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pe-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  .ps-md-2 {
    padding-left: 2rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .ps-md-5 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 1rem !important;
  }
  .me-lg-2 {
    margin-right: 2rem !important;
  }
  .me-lg-3 {
    margin-right: 3rem !important;
  }
  .me-lg-4 {
    margin-right: 4rem !important;
  }
  .me-lg-5 {
    margin-right: 5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .ms-lg-2 {
    margin-left: 2rem !important;
  }
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
  .ms-lg-4 {
    margin-left: 4rem !important;
  }
  .ms-lg-5 {
    margin-left: 5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pe-lg-2 {
    padding-right: 2rem !important;
  }
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .pe-lg-4 {
    padding-right: 4rem !important;
  }
  .pe-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .ps-lg-2 {
    padding-left: 2rem !important;
  }
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .ps-lg-4 {
    padding-left: 4rem !important;
  }
  .ps-lg-5 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 1rem !important;
  }
  .me-xl-2 {
    margin-right: 2rem !important;
  }
  .me-xl-3 {
    margin-right: 3rem !important;
  }
  .me-xl-4 {
    margin-right: 4rem !important;
  }
  .me-xl-5 {
    margin-right: 5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 1rem !important;
  }
  .ms-xl-2 {
    margin-left: 2rem !important;
  }
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
  .ms-xl-4 {
    margin-left: 4rem !important;
  }
  .ms-xl-5 {
    margin-left: 5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 1rem !important;
  }
  .pe-xl-2 {
    padding-right: 2rem !important;
  }
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
  .pe-xl-4 {
    padding-right: 4rem !important;
  }
  .pe-xl-5 {
    padding-right: 5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 1rem !important;
  }
  .ps-xl-2 {
    padding-left: 2rem !important;
  }
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
  .ps-xl-4 {
    padding-left: 4rem !important;
  }
  .ps-xl-5 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 1rem !important;
  }
  .m-xxl-2 {
    margin: 2rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .m-xxl-5 {
    margin: 5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }
  .mt-xxl-2 {
    margin-top: 2rem !important;
  }
  .mt-xxl-3 {
    margin-top: 3rem !important;
  }
  .mt-xxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxl-5 {
    margin-top: 5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 1rem !important;
  }
  .me-xxl-2 {
    margin-right: 2rem !important;
  }
  .me-xxl-3 {
    margin-right: 3rem !important;
  }
  .me-xxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxl-5 {
    margin-right: 5rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 1rem !important;
  }
  .ms-xxl-2 {
    margin-left: 2rem !important;
  }
  .ms-xxl-3 {
    margin-left: 3rem !important;
  }
  .ms-xxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxl-5 {
    margin-left: 5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 1rem !important;
  }
  .p-xxl-2 {
    padding: 2rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .p-xxl-5 {
    padding: 5rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 1rem !important;
  }
  .pt-xxl-2 {
    padding-top: 2rem !important;
  }
  .pt-xxl-3 {
    padding-top: 3rem !important;
  }
  .pt-xxl-4 {
    padding-top: 4rem !important;
  }
  .pt-xxl-5 {
    padding-top: 5rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 1rem !important;
  }
  .pe-xxl-2 {
    padding-right: 2rem !important;
  }
  .pe-xxl-3 {
    padding-right: 3rem !important;
  }
  .pe-xxl-4 {
    padding-right: 4rem !important;
  }
  .pe-xxl-5 {
    padding-right: 5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 1rem !important;
  }
  .ps-xxl-2 {
    padding-left: 2rem !important;
  }
  .ps-xxl-3 {
    padding-left: 3rem !important;
  }
  .ps-xxl-4 {
    padding-left: 4rem !important;
  }
  .ps-xxl-5 {
    padding-left: 5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
/** Global */
html {
  font-size: 62.5%;
}
body {
  color: #2b2b2b;
  font-size: 1.5rem;
  font-family: "Museo Sans", Helvetica, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.lock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.material-icons-outlined {
  font-size: 2.5rem;
  display: block;
}
.container {
  max-width: 1320px !important;
}
a {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.46;
  margin: 0;
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease all;
}
@media (min-width: 576px) {
  a {
    font-size: 1.5rem;
  }
}
label {
  display: block;
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 1.5rem;
}
input[type=text],
input[type=date],
input[type=email],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  text-align: left;
  color: #2b2b2b;
  background: #fff;
  border: none;
  border: 0.1rem solid #cbcbcb;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-family: inherit;
  padding: 1.6rem 1.9rem;
  transition: 0.3s ease all;
}
input[type=text]:active, input[type=text]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  outline: none;
  border-color: #797979;
}
select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23797979'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='.87'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.1rem);
  background-position-y: 50%;
  background-size: 3rem;
}
textarea {
  overflow: auto;
  height: 16rem;
  resize: none;
}
@media (min-width: 768px) {
  textarea {
    height: 21.5rem;
  }
}
input[type=submit],
form button {
  cursor: pointer;
  border: unset;
  -webkit-appearance: none;
          appearance: none;
  background-color: #6bc208;
  color: #fff;
  border-radius: 1rem;
  padding: 1.4rem 2.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  box-shadow: none;
  transition: 0.3s ease all;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type=submit]:hover,
form button:hover {
  background-color: #509106;
}
.textarea-with-button {
  width: 100%;
  position: relative;
}
.textarea-with-button textarea {
  display: block;
  width: 100%;
  height: 16rem;
}
.textarea-with-button .bttn {
  right: 10px;
  bottom: 10px;
  top: auto;
  position: absolute;
}
form.flex-1 {
  flex: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  letter-spacing: 0;
}
h1,
.h1 {
  font-size: 2.6rem;
  line-height: 1;
  margin: 0 0 0.4rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  h1,
.h1 {
    font-size: calc(1.4333333333rem + 2.1388888889vw);
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  h1,
.h1 {
    font-size: 4rem;
  }
}
h2,
.h2 {
  font-size: 2.2rem;
  line-height: 1.54;
  font-weight: 700;
  margin: 0 0 0.8rem;
}
@media (min-width: 576px) {
  h2,
.h2 {
    font-size: calc(1.3666666667rem + 1.3611111111vw);
    line-height: 1.25;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  h2,
.h2 {
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-size: 2.2rem;
  line-height: 1.54;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 576px) {
  h3,
.h3 {
    font-size: calc(1.34rem + 1.05vw);
    line-height: 1.25;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  h3,
.h3 {
    font-size: 2.6rem;
  }
}
h4,
.h4,
h5,
.h5 {
  font-weight: 500;
  font-size: calc(1.3rem + 0.5833333333vw);
  line-height: 1.24;
  margin: 0;
}
@media (min-width: 1200px) {
  h4,
.h4,
h5,
.h5 {
    font-size: 2rem;
  }
}
img {
  border: none;
  display: block;
  max-width: 100%;
  height: auto;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
ol li,
ul li {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.46;
  margin: 0;
}
@media (min-width: 576px) {
  ol li,
ul li {
    font-size: 1.5rem;
  }
}
ol:not([class]),
ul:not([class]) {
  padding: 0 0 0 1.7rem;
  margin: 0 0 2.5rem 0;
}
@media (min-width: 576px) {
  ol:not([class]),
ul:not([class]) {
    margin: 0 0 3.5rem 0;
  }
}
ul li {
  list-style: none;
}
ul:not([class]) li {
  padding: 0;
  position: relative;
}
ul:not([class]) li:before {
  content: "";
  position: absolute;
  z-index: 10;
  pointer-events: none;
  background-color: #2b2b2b;
  border-radius: 50%;
  height: 0.7rem;
  width: 0.7rem;
  left: -1.7rem;
  top: 1.2rem;
}
@media (min-width: 576px) {
  ul:not([class]) li:before {
    top: 1.3rem;
  }
}
@media (min-width: 1400px) {
  ul:not([class]) li:before {
    top: 1.6rem;
  }
}
p,
.paragraph {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.46;
  margin: 0;
}
@media (min-width: 576px) {
  p,
.paragraph {
    font-size: 1.5rem;
  }
}
table {
  width: auto;
  border-collapse: separate;
  border-spacing: 0 1rem;
  table-layout: auto;
  color: #797979;
  font-size: 1.3rem;
  text-align: left;
}
@media (min-width: 576px) {
  table {
    font-size: 1.5rem;
    width: 100%;
  }
}
table th {
  color: #2b2b2b;
  font-weight: 500;
  padding: 0 1rem;
}
table td {
  border: 0.1rem solid #cbcbcb;
  background-color: #fff;
  border-style: solid none;
  padding: 1rem;
  transition: 0.3s ease all;
}
@media (min-width: 768px) {
  table td {
    padding: 2rem 1rem;
  }
}
table td:first-child {
  border-left-style: solid;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
table td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
}
.actions {
  width: 13rem;
  width: max-content;
  border-radius: 1rem 0 1rem 1rem;
  padding: 1rem;
  position: absolute;
  z-index: 3;
  top: 100%;
  right: 1.5rem;
  background-color: #fff;
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.1019607843);
}
@media (min-width: 992px) {
  .actions {
    border-radius: 1rem;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
}
.actions__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.actions__list-item {
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: #797979;
  display: flex;
  align-items: center;
  transition: 0.3s ease all;
  line-height: 1;
}
.actions__list-item span {
  font-size: 2rem;
  margin: 0 0.5rem 0 0;
}
.actions__list-item:hover {
  background-color: #f8f4ff;
  color: #543292;
}
.actions::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  border-style: solid;
  border-width: 0 0 1rem 2rem;
  border-color: transparent transparent #fff transparent;
  width: 0;
}
@media (min-width: 992px) {
  .actions::after {
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 1rem 1rem 1rem;
    border-color: transparent transparent #fff transparent;
  }
}
.block {
  background: #f8f4ff;
  border-radius: 1rem;
}
.block__content {
  padding: 3rem;
}
@media (min-width: 576px) {
  .block__content {
    padding: 4rem;
  }
}
.block__footer {
  border-top: 1px solid #e6e6e6;
  padding: 2rem 3rem;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 576px) {
  .block__footer {
    padding: 3rem 4rem;
  }
}
.breadcrumbs {
  padding: 0;
  margin: 0.5rem 0 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .breadcrumbs li {
    font-size: 1.4rem;
  }
}
.breadcrumbs li + li:before {
  padding: 0 0.8rem;
  color: rgba(43, 43, 43, 0.75);
  content: ">";
}
.breadcrumbs li a {
  cursor: pointer;
  color: rgba(43, 43, 43, 0.75);
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .breadcrumbs li a {
    font-size: 1.4rem;
  }
}
.breadcrumbs li a:hover {
  color: #543292;
}
.bttn {
  font-family: "Museo Sans", Helvetica, sans-serif;
  cursor: pointer;
  border: unset;
  -webkit-appearance: none;
          appearance: none;
  background-color: #6bc208;
  color: #fff;
  border-radius: 1rem;
  padding: 1.4rem 2.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  box-shadow: none;
  transition: 0.3s ease all;
  display: inline-flex;
  align-items: center;
  margin: 0;
  max-width: 100%;
}
.bttn:hover {
  background-color: #509106;
}
.bttn--icon {
  padding: 1.2rem 1.5rem 1.2rem 1rem;
}
.bttn--icon span,
.bttn--icon i {
  margin-right: 0.8rem;
}
.bttn--blue {
  background-color: #01aeca;
}
.bttn--blue:hover {
  background-color: #018297;
}
.bttn--purple {
  background-color: #543292;
}
.bttn--purple:hover {
  background-color: #3e256c;
}
.bttn--red {
  background-color: #d9354f;
}
.bttn--red:hover {
  background-color: #b8233a;
}
.bttn--cancel {
  background-color: #fff;
  color: #2b2b2b;
  margin: 0 1rem 0 0;
}
.bttn--cancel:hover {
  background-color: #e6e6e6;
}
.bttn--small {
  font-size: 1.4rem;
  padding: 1rem 1.4rem;
}
.checkbox input[type=checkbox] {
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: #543292;
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid #cbcbcb;
  border-radius: 0.8rem;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.checkbox input[type=checkbox]::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23543292'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem;
  width: 3rem;
  height: 3rem;
  opacity: 0;
}
.checkbox input[type=checkbox]:checked {
  border-color: #543292;
  background-color: #fff;
}
.checkbox input[type=checkbox]:checked::before {
  opacity: 1;
}
.checkbox--small input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #cbcbcb;
  border-radius: 0.5rem;
}
.checkbox--small input[type=checkbox]::before {
  background-size: 1.5rem;
  width: 2rem;
  height: 2rem;
}
.checkbox--icon {
  margin: 0 1rem 0 0;
}
@media (min-width: 768px) {
  .checkbox--icon {
    margin: 0 2rem 0 0;
  }
}
@media (min-width: 768px) {
  .checkbox--icon input[type=checkbox] {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 768px) {
  .checkbox--icon input[type=checkbox]::after {
    content: "\e873";
    font-family: "Material Icons Outlined";
    color: #fff;
    background-color: #543292;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.8rem;
    transition: 0.3s ease all;
    width: 4rem;
    height: 4rem;
    font-size: 2.5rem;
  }
}
.comments {
  max-height: 350px;
  overflow-y: scroll;
}
.comments__comment {
  margin-bottom: 4rem;
}
.comments__comment_author {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.comments__comment_date {
  opacity: 0.5;
  font-weight: 400;
  margin-left: 1rem;
}
.dashboard {
  min-height: 100vh;
  padding: 6rem 0 0 0;
}
@media (min-width: 992px) {
  .dashboard {
    padding: 0 0 0 30rem;
  }
}
.dashboard__header {
  background-color: #fff;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #e6e6e6;
}
@media (min-width: 768px) {
  .dashboard__header {
    padding: 3rem 4.5rem;
  }
}
@media (min-width: 1200px) {
  .dashboard__header {
    left: 30rem;
  }
}
.dashboard__section {
  padding: 2rem 0;
  border-top: 0.1rem solid #e6e6e6;
}
@media (min-width: 768px) {
  .dashboard__section {
    padding: 5rem 4.5rem;
  }
}
@media (min-width: 768px) {
  .dashboard__section--folders {
    padding: 5rem 4.5rem 1rem 4.5rem;
  }
}
.dashboard__section--small {
  padding-top: 3rem;
}
.data-block {
  background-color: #01aeca;
  color: #fff;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  padding: 3rem 2.5rem;
  margin: 0 0 3rem;
}
.data-block--purple {
  background-color: #543292;
}
.data-block--green {
  background-color: #6bc208;
}
.data-block--red {
  background-color: #d9354f;
}
.data-block__icon {
  font-size: 3rem;
  margin: 0 0 1rem;
}
@media (min-width: 1200px) {
  .data-block__icon {
    font-size: 4rem;
  }
}
.data-block__text {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .data-block__text {
    font-size: 1.8rem;
  }
}
.filter-radios {
  margin: 0 0 3rem;
}
@media (min-width: 992px) {
  .filter-radios {
    margin: 0 0 5rem;
  }
}
.filter-radios input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.filter-radios label {
  cursor: pointer;
  transition: 0.3s ease all;
  background-color: #fff;
  padding: 1rem 1.5rem 1rem 1.8rem;
  border: 0.1rem solid #cbcbcb;
  border-radius: 1rem;
  margin: 0 1rem 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.filter-radios label:hover {
  background-color: #f8f4ff;
}
.filter-radios label:hover .filter-radios__count {
  background-color: #fff;
}
.filter-radios__count {
  transition: 0.3s ease all;
  display: block;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  background-color: #f8f4ff;
  color: #543292;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  margin: 0 0 0 1rem;
}
.filter-radios input[type=radio]:checked + label {
  background-color: #543292;
  border-color: #543292;
  color: #fff;
}
.filter-radios input[type=radio]:checked + label .filter-radios__count {
  background-color: #fff;
}
.filter-radio {
  display: inline-flex;
}
.filter-radio--green label {
  color: #6bc208;
}
.filter-radio--green label .filter-radios__count {
  color: #6bc208;
  background: rgba(107, 194, 8, 0.1);
}
.filter-radio--green input[type=radio]:checked + label {
  background-color: #6bc208;
  border-color: #6bc208;
  color: #fff;
}
.filter-radio--green input[type=radio]:checked + label .filter-radios__count {
  background-color: #fff;
}
.filter-radio--orange label {
  color: #FF9D00;
}
.filter-radio--orange label .filter-radios__count {
  color: #FF9D00;
  background: rgba(255, 157, 0, 0.1);
}
.filter-radio--orange input[type=radio]:checked + label {
  background-color: #FF9D00;
  border-color: #FF9D00;
  color: #fff;
}
.filter-radio--orange input[type=radio]:checked + label .filter-radios__count {
  background-color: #fff;
}
.filter-radio--red label {
  color: #D9354F;
}
.filter-radio--red label .filter-radios__count {
  color: #D9354F;
  background: rgba(217, 53, 79, 0.1);
}
.filter-radio--red input[type=radio]:checked + label {
  background-color: #D9354F;
  border-color: #D9354F;
  color: #fff;
}
.filter-radio--red input[type=radio]:checked + label .filter-radios__count {
  background-color: #fff;
}
.folder-link {
  cursor: pointer;
  border: 0.1rem solid #cbcbcb;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #797979;
  height: 100%;
}
@media (min-width: 576px) {
  .folder-link {
    padding: 2rem;
  }
}
.folder-link:hover {
  background-color: #f8f4ff;
  color: #543292;
  border-color: #543292;
}
.folder-link--admin.folder-link--active, .folder-link--admin:hover {
  background-color: #f8f4ff;
  color: #543292;
}
.folder-link--admin.folder-link--active .folder-link__count, .folder-link--admin:hover .folder-link__count {
  opacity: 0;
  pointer-events: none;
}
.folder-link--admin.folder-link--active .folder-link__actions-container, .folder-link--admin:hover .folder-link__actions-container {
  display: block;
}
@media (max-width: 767.98px) {
  .folder-link--admin .folder-link__count {
    display: none;
  }
  .folder-link--admin .folder-link__actions-container {
    display: block;
  }
}
.folder-link__name {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.folder-link__count {
  min-width: max-content;
  margin-left: 1rem;
}
.folder-link__actions-container {
  position: relative;
  display: none;
}
.folder-link__menu-toggle {
  border: unset;
  -webkit-appearance: none;
          appearance: none;
  display: block;
  cursor: pointer;
  padding: 0;
  background-color: unset;
  font-size: 3rem;
  color: #797979;
}
@media (min-width: 768px) {
  .folder-link__menu-toggle {
    color: #797979;
    color: #543292;
  }
}
.form--dark-bg label {
  color: #fff;
}
.form--dark-bg input[type=text],
.form--dark-bg input[type=email],
.form--dark-bg input[type=password] {
  border-color: #866eb1;
  background-color: #866eb1;
  border-color: #866eb1;
  color: #fff;
}
.form--dark-bg input[type=text]:active, .form--dark-bg input[type=text]:focus,
.form--dark-bg input[type=email]:active,
.form--dark-bg input[type=email]:focus,
.form--dark-bg input[type=password]:active,
.form--dark-bg input[type=password]:focus {
  outline: none;
  border-color: #fff;
}
.form--dark-bg input[type=submit],
.form--dark-bg button {
  margin: 3rem 0 0 0;
  width: 100%;
}
.form__body {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .form__body {
    margin-right: -3rem;
  }
}
.form__group {
  margin: 0 0 2rem 0;
  width: 100%;
}
@media (min-width: 768px) {
  .form__group {
    margin-right: 3rem;
    margin: 0 3rem 3rem 0;
  }
}
@media (min-width: 768px) {
  .form__group--half {
    width: calc(50% - 3rem);
  }
}
.form__group--mb-0 {
  margin: 0 0 2rem 0;
}
@media (min-width: 768px) {
  .form__group--mb-0 {
    margin: 0 3rem 0 0;
  }
}
.form__validation {
  width: 100%;
  color: #d9354f;
}
.form--submitted .ng-invalid {
  border-color: #d9354f !important;
}
.form .ng-touched.ng-invalid {
  border-color: #d9354f;
}
.form__message {
  margin-top: 1rem;
  padding: 1rem 2rem;
  background: #e6e6e6;
  border-radius: 1rem;
  color: #fff;
}
.form__message--error {
  background: #d9354f;
}
.form__message--success {
  background: #68b15f;
}
.toggle {
  display: flex;
  align-items: center;
}
.toggle__checkbox {
  display: none;
}
.toggle__checkbox, .toggle__checkbox:after, .toggle__checkbox:before, .toggle__checkbox *, .toggle__checkbox *:after, .toggle__checkbox *:before, .toggle__checkbox + .toggle__bttn {
  box-sizing: border-box;
}
.toggle__checkbox::selection, .toggle__checkbox:after::selection, .toggle__checkbox:before::selection, .toggle__checkbox *::selection, .toggle__checkbox *:after::selection, .toggle__checkbox *:before::selection, .toggle__checkbox + .toggle__bttn::selection {
  background: none;
}
.toggle__checkbox + .toggle__bttn {
  outline: 0;
  display: block;
  width: 5rem;
  height: 2.5rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background: #e6e6e6;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  margin: 0 1rem 0 0;
}
.toggle__checkbox + .toggle__bttn:after, .toggle__checkbox + .toggle__bttn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.toggle__checkbox + .toggle__bttn:after {
  left: 0;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.toggle__checkbox + .toggle__bttn:before {
  display: none;
}
.toggle__checkbox:checked + .toggle__bttn {
  background: #6bc208;
}
.toggle__checkbox:checked + .toggle__bttn::after {
  left: 50%;
}
.icon {
  background-color: #543292;
  color: #fff;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.5rem;
}
.icon-button {
  cursor: pointer;
  border: unset;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #797979;
  border-radius: 1rem;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  box-shadow: none;
  transition: 0.3s ease all;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.icon-button--small {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
}
.icon-button--active, .icon-button:hover {
  background-color: rgba(84, 50, 146, 0.1019607843);
  color: #543292;
}
.login {
  background-color: #543292;
  padding: 3rem 1.5rem 8rem 1.5rem;
  min-height: 100vh;
}
@media (min-width: 1200px) {
  .login {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .login > * {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .login__inner {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
}
.login__logo {
  width: 16rem;
}
@media (max-width: 1199.98px) {
  .login__logo {
    margin: 0 0 8rem;
  }
}
.login__image {
  display: flex;
  align-items: center;
}
.login__link {
  display: block;
  color: #fff;
  text-align: right;
  margin: 1rem 0 0 0;
}
.login__link:hover {
  opacity: 0.6;
}
.logout-button {
  cursor: pointer;
  background-color: #482b7c;
  color: #fff;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 1rem;
  transition: 0.3s ease all;
}
.logout-button__icon {
  min-width: 4rem;
  background-color: #fff;
  height: 4rem;
  margin: 2rem 1rem 2rem 0;
  border-radius: 0.5rem;
  color: #543292;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logout-button:hover {
  background-color: #321e56;
}
.message {
  background-color: rgba(84, 50, 146, 0.1);
  border-radius: 1rem;
  padding: 2rem 2rem;
  margin: 0 0 2rem 0;
  position: relative;
}
.message--success {
  background-color: #eafde8;
}
.message--error {
  background-color: #ffdae0;
}
.message .bttn {
  position: absolute;
  right: 2rem;
  top: 10px;
}
.modal {
  padding: 0 1rem !important;
}
@media (min-width: 1200px) {
  .modal {
    padding-left: 30rem;
  }
}
.modal-content {
  border-radius: 1.5rem;
  border: unset;
}
@media (min-width: 1200px) {
  .modal-dialog {
    min-width: 57rem;
  }
}
.modal-dialog-scrollable .modal-body {
  max-height: 500px;
}
.modal-header,
.modal-footer {
  padding: 3rem 5rem;
}
.modal-header {
  border-bottom: unset;
}
.modal-body {
  padding: 0 5rem 3rem 5rem;
}
.btn-close {
  -webkit-appearance: unset;
          appearance: unset;
  border: unset;
  cursor: pointer;
  background: unset;
  color: #797979;
  transition: 0.3s ease all;
}
.btn-close span {
  font-size: 2rem;
}
.btn-close:hover {
  color: #2b2b2b;
}
.schedule-counts {
  padding: 1.5rem;
  border-radius: 1rem;
  margin-left: -1.5rem;
}
.schedule-counts:hover {
  background-color: rgba(84, 50, 146, 0.1);
}
.schedule-counts--dark:hover {
  background: rgba(0, 0, 0, 0.2);
}
.schedule-counts__count {
  background-color: #543292;
  color: white;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-right: 1rem;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  padding-top: 0.5rem;
}
.schedule-counts__count:last-of-type {
  margin-right: 0;
}
.schedule-counts__count--ok {
  background-color: #6bc208;
}
.schedule-counts__count--upcoming {
  background-color: #FF9D00;
}
.schedule-counts__count--overdue {
  background-color: #D9354F;
}
.search {
  width: 25rem;
  position: relative;
}
.search__icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.search input {
  padding-left: 4rem;
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 30rem;
  min-width: 30rem;
  height: 100vh;
  background-color: #543292;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .sidebar {
    transition: 0.3s ease all;
    transform: translateX(-30rem);
  }
}
@media (max-width: 991.98px) {
  .sidebar--opened {
    transform: translateX(0);
  }
}
.sidebar__header {
  height: 12rem;
  padding: 3rem 10rem 2.5rem 4rem;
  border-bottom: 1px solid rgba(72, 43, 124, 0.8);
}
.sidebar__content {
  flex-grow: 1;
  padding: 5rem 0 0 0;
}
.sidebar__footer {
  padding: 7rem 2rem 3rem 2rem;
  border-top: 1px solid rgba(72, 43, 124, 0.8);
}
.sidebar-menu {
  list-style: none;
}
.sidebar-menu__item {
  transition: 0.3s ease all;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 0.1rem solid #543292;
  border-bottom: 0.1rem solid #543292;
}
.sidebar-menu__item:hover, .sidebar-menu__item--active {
  background-color: #482b7c;
}
.sidebar-menu__top {
  display: flex;
  align-items: center;
  padding: 0 2rem 0 0;
  flex-grow: 1;
}
.sidebar-menu__link {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 1.6rem 0 1.6rem 4rem;
  width: 100%;
}
.sidebar-menu__link span {
  font-size: 3rem;
  margin: 0 1rem 0 0;
}
.sidebar-menu__folders-toggle {
  cursor: pointer;
}
.sidebar-menu__folders-toggle span {
  color: #fff;
}
.sidebar-menu__submenu {
  cursor: pointer;
  padding: 0 0 1.6rem 0;
  font-size: 3rem;
  width: 100%;
}
.sidebar-menu__sub-item {
  transition: 0.3s ease all;
  padding: 0 0 0 4rem;
}
.sidebar-menu__sub-item:hover, .sidebar-menu__sub-item--active {
  background-color: #3d2469;
}
.sidebar-menu__sub-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.4rem 0;
}
.sidebar-menu__sub-link span {
  font-size: 1.6rem;
  margin: 0 1rem 0 0;
}
.sidebar-toggle {
  background-color: #543292;
  position: fixed;
  top: 0rem;
  left: 0;
  right: 0;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1.5rem;
}
@media (min-width: 992px) {
  .sidebar-toggle {
    display: none;
  }
}
.sidebar-toggle__hamburger {
  width: 30px;
  height: 21px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.sidebar-toggle__hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.sidebar-toggle__hamburger span:nth-child(1) {
  top: 0px;
}
.sidebar-toggle__hamburger span:nth-child(2), .sidebar-toggle__hamburger span:nth-child(3) {
  top: 9px;
}
.sidebar-toggle__hamburger span:nth-child(4) {
  top: 18px;
}
.sidebar-toggle__hamburger.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.sidebar-toggle__hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.sidebar-toggle__hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.sidebar-toggle__hamburger.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.site {
  width: 100%;
  background-color: #01aeca;
  color: #fff;
  border-radius: 2rem;
  padding: 3rem;
  min-height: 27rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.site:hover {
  background-color: #018297;
}
.site__icon {
  font-size: 4rem;
  margin: 0 0 1rem;
}
.site__footer {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 1.5rem 3rem;
  justify-content: space-between;
}
.site__info-wrapper {
  display: flex;
}
.site__info {
  display: flex;
  align-items: center;
}
.site__info:not(:last-child) {
  margin: 0 3rem 0 0;
}
.site__info-icon {
  margin: 0 0.5rem 0 0;
}
.status-marker {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 3rem;
  background: #543292;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.status-marker--ok {
  background: #6bc208;
}
.status-marker--upcoming {
  background: #FF9D00;
}
.status-marker--overdue {
  background: #D9354F;
}
.table-scroll {
  width: 100%;
}
@media (max-width: 767.98px) {
  .table-scroll {
    max-width: 100%;
    overflow-x: auto;
  }
}
.table {
  width: 100%;
}
.table tr:hover {
  cursor: pointer;
}
.table tr:hover td {
  border-color: #543292;
  background-color: #f8f4ff;
  color: #543292;
}
.table tr:hover input[type=checkbox] {
  border-color: #543292;
}
.table tr:hover input[type=checkbox]::after {
  opacity: 0;
}
.table--white-hover tr:hover td {
  background-color: #fff;
}
.table--thin-rows td {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.table__row--selected td {
  border-color: #f8f4ff;
  background-color: #f8f4ff;
}
.table__row--selected input[type=checkbox] {
  border-color: #543292;
}
.table__row--selected input[type=checkbox]::after {
  opacity: 0;
}
.table__row--actions-open td {
  border-color: #543292;
  background-color: #f8f4ff;
  color: #543292;
}
.table__checkbox {
  padding: 1rem 0 1rem 1rem;
}
@media (min-width: 768px) {
  .table__checkbox {
    padding: 2rem 0 2rem 2rem;
  }
}
.table__icon {
  padding: 2rem;
}
.table__name {
  padding-left: 2rem;
}
@media (min-width: 576px) {
  .table__name {
    padding-left: 3.4rem;
  }
}
.table__edit {
  text-align: center;
}
.table__settings {
  position: relative;
}
.table__info {
  background: unset;
  border: unset;
  -webkit-appearance: unset;
          appearance: unset;
  color: inherit;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 0.7rem;
  padding: 0.7rem 0.6rem;
}
.table__info span {
  margin: 0 0.5rem 0 0;
}
.table__bttn {
  background: unset;
  border: unset;
  -webkit-appearance: unset;
          appearance: unset;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 0.7rem;
  padding: 0.7rem 0.6rem;
  transition: 0.3s ease all;
}
.table__bttn span {
  margin: 0 0.5rem 0 0;
}
.table__bttn--no-text span {
  margin: 0;
}
.table__bttn:hover {
  background-color: rgba(84, 50, 146, 0.1019607843);
  color: #543292;
}
.user-site {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 0.1rem solid #cbcbcb;
  border-radius: 1rem;
  padding: 2rem;
  margin: 0 0 1rem;
}
.user-site__icon {
  margin: 0 2rem 0 0;
}
.user-site:hover {
  border-color: #543292;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.clr-white {
  color: #fff;
}
.clr-black {
  color: #2b2b2b;
}
.clr-grey-dark {
  color: #797979;
}
.clr-red-error {
  color: #d9354f;
}
.weight-700 {
  font-weight: 700;
}

/*# sourceMappingURL=styles.4c81a8681ab9ccb3.css.map*/