/*purgecss start ignore*/

input[type='checkbox'].svelte-cancgq:checked~.thumb.svelte-cancgq{
  --transform-translate-y:0;
  --transform-rotate:0;
  --transform-skew-x:0;
  --transform-skew-y:0;
  --transform-scale-x:1;
  --transform-scale-y:1;
  transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-translate-x:100%;
  border-color:#48bb78
}

input[type='checkbox'].svelte-cancgq:checked~.track.svelte-cancgq{
  --transform-translate-x:0;
  --transform-translate-y:0;
  --transform-rotate:0;
  --transform-skew-x:0;
  --transform-skew-y:0;
  --transform-scale-x:1;
  --transform-scale-y:1;
  transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transition-property:background-color, border-color, color, fill, stroke;
  background-color:#48bb78
}

input[type='checkbox'].svelte-cancgq:disabled~.track.svelte-cancgq{
  background-color:#a0aec0
}

input[type='checkbox'].svelte-cancgq:disabled~.thumb.svelte-cancgq{
  background-color:#f7fafc;
  border-color:#a0aec0
}

input[type='checkbox'].svelte-cancgq:focus+.track.svelte-cancgq,input[type='checkbox'].svelte-cancgq:active+.track.svelte-cancgq{
  box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5)
}

/*purgecss end ignore*/
/*purgecss start ignore
 */

/*!
 * FilePondPluginImagePreview 4.6.12
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */

.filepond--image-preview-markup {
  position: absolute;
  left: 0;
  top: 0;
}

.filepond--image-preview-wrapper {
  z-index: 2;
}

.filepond--image-preview-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filepond--image-preview-overlay svg {
  width: 100%;
  height: auto;
  color: inherit;
  max-height: inherit;
}

.filepond--image-preview-overlay-idle {
  mix-blend-mode: multiply;
  color: rgba(40, 40, 40, 0.85);
}

.filepond--image-preview-overlay-success {
  mix-blend-mode: normal;
  color: rgba(54, 151, 99, 1);
}

.filepond--image-preview-overlay-failure {
  mix-blend-mode: normal;
  color: rgba(196, 78, 71, 1);
}

/* disable for Safari as mix-blend-mode causes the overflow:hidden of the parent container to not work */

@supports (-webkit-marquee-repetition: infinite) and
  ((-o-object-fit: fill) or (object-fit: fill)) {
  .filepond--image-preview-overlay-idle {
    mix-blend-mode: normal;
  }
}

.filepond--image-preview-wrapper {
  /* no interaction */
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* have preview fill up all available space */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  /* radius is .05em less to prevent the panel background color from shining through */
  border-radius: 0.45em;
  overflow: hidden;
  /* this seems to prevent Chrome from redrawing this layer constantly */
  background: rgba(0, 0, 0, 0.01);
}

.filepond--image-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex; /* this aligns the graphic vertically if the panel is higher than the image */
  align-items: center;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: #222;
  /* will be animated */
  will-change: transform, opacity;
}

.filepond--image-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  /* transparency indicator (currently only supports grid or basic color) */
}

.filepond--image-clip[data-transparency-indicator='grid'] img,
.filepond--image-clip[data-transparency-indicator='grid'] canvas {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0 H50 V50 H0'/%3E%3Cpath d='M50 50 H100 V100 H50'/%3E%3C/svg%3E");
  background-size: 1.25em 1.25em;
}

.filepond--image-bitmap,
.filepond--image-vector {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}

.filepond--root[data-style-panel-layout~='integrated']
  .filepond--image-preview-wrapper {
  border-radius: 0;
}

.filepond--root[data-style-panel-layout~='integrated']
  .filepond--image-preview {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filepond--root[data-style-panel-layout~='circle']
  .filepond--image-preview-wrapper {
  border-radius: 99999rem;
}

.filepond--root[data-style-panel-layout~='circle']
  .filepond--image-preview-overlay {
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  .filepond--file-action-button[data-align*='bottom']:not([data-align*='center']) {
  margin-bottom: 0.325em;
}

.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  [data-align*='left'] {
  left: calc(50% - 3em);
}

.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  [data-align*='right'] {
  right: calc(50% - 3em);
}

.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='left'],
.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='right'] {
  margin-bottom: calc(0.325em + 0.1875em);
}

.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='center'] {
  margin-top: 0;
  margin-bottom: 0.1875em;
  margin-left: 0.1875em;
}

/*purgecss end ignore
 */

/*purgecss start ignore
 */

/*!
 * FilePond 4.32.12
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */

.filepond--assistant{
  position:absolute;
  overflow:hidden;
  height:1px;
  width:1px;
  padding:0;
  border:0;
  clip:rect(1px,1px,1px,1px);
  -webkit-clip-path:inset(50%);
  clip-path:inset(50%);
  white-space:nowrap
}

.filepond--browser.filepond--browser{
  position:absolute;
  margin:0;
  padding:0;
  left:1em;
  top:1.75em;
  width:calc(100% - 2em);
  opacity:0;
  font-size:0
}

.filepond--data{
  position:absolute;
  width:0;
  height:0;
  padding:0;
  margin:0;
  border:none;
  visibility:hidden;
  pointer-events:none;
  contain:strict
}

.filepond--drip{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow:hidden;
  opacity:.1;
  pointer-events:none;
  border-radius:.5em;
  background:rgba(0,0,0,.01)
}

.filepond--drip-blob{
  -webkit-transform-origin:center center;
  transform-origin:center center;
  width:8em;
  height:8em;
  margin-left:-4em;
  margin-top:-4em;
  background:#292625;
  border-radius:50%
}

.filepond--drip-blob,.filepond--drop-label{
  position:absolute;
  top:0;
  left:0;
  will-change:transform,opacity
}

.filepond--drop-label{
  right:0;
  margin:0;
  color:#4f4f4f;
  display:flex;
  justify-content:center;
  align-items:center;
  height:0;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.filepond--drop-label.filepond--drop-label label{
  display:block;
  margin:0;
  padding:.5em
}

.filepond--drop-label label{
  cursor:default;
  font-size:.875em;
  font-weight:400;
  text-align:center;
  line-height:1.5
}

.filepond--label-action{
  text-decoration:underline;
  -webkit-text-decoration-skip:ink;
  text-decoration-skip-ink:auto;
  -webkit-text-decoration-color:#a7a4a4;
  text-decoration-color:#a7a4a4;
  cursor:pointer
}

.filepond--root[data-disabled] .filepond--drop-label label{
  opacity:.5
}

.filepond--file-action-button.filepond--file-action-button{
  font-size:1em;
  width:1.625em;
  height:1.625em;
  font-family:inherit;
  line-height:inherit;
  margin:0;
  padding:0;
  border:none;
  outline:none;
  will-change:transform,opacity
}

.filepond--file-action-button.filepond--file-action-button span{
  position:absolute;
  overflow:hidden;
  height:1px;
  width:1px;
  padding:0;
  border:0;
  clip:rect(1px,1px,1px,1px);
  -webkit-clip-path:inset(50%);
  clip-path:inset(50%);
  white-space:nowrap
}

.filepond--file-action-button.filepond--file-action-button svg{
  width:100%;
  height:100%
}

.filepond--file-action-button.filepond--file-action-button:after{
  position:absolute;
  left:-.75em;
  right:-.75em;
  top:-.75em;
  bottom:-.75em;
  content:""
}

.filepond--file-action-button{
  cursor:auto;
  color:#fff;
  border-radius:50%;
  background-color:rgba(0,0,0,.5);
  background-image:none;
  box-shadow:0 0 0 0 hsla(0,0%,100%,0);
  transition:box-shadow .25s ease-in
}

.filepond--file-action-button:focus,.filepond--file-action-button:hover{
  box-shadow:0 0 0 .125em hsla(0,0%,100%,.9)
}

.filepond--file-action-button[disabled]{
  color:hsla(0,0%,100%,.5);
  background-color:rgba(0,0,0,.25)
}

.filepond--file-action-button[hidden]{
  display:none
}

.filepond--action-edit-item.filepond--action-edit-item{
  width:2em;
  height:2em;
  padding:.1875em
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=center]{
  margin-left:-.1875em
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom]{
  margin-bottom:-.1875em
}

.filepond--action-edit-item-alt{
  border:none;
  line-height:inherit;
  background:transparent;
  font-family:inherit;
  color:inherit;
  outline:none;
  padding:0;
  margin:0 0 0 .25em;
  pointer-events:all;
  position:absolute
}

.filepond--action-edit-item-alt svg{
  width:1.3125em;
  height:1.3125em
}

.filepond--action-edit-item-alt span{
  font-size:0;
  opacity:0
}

.filepond--file-info{
  position:static;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  flex:1;
  margin:0 .5em 0 0;
  min-width:0;
  will-change:transform,opacity;
  pointer-events:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.filepond--file-info *{
  margin:0
}

.filepond--file-info .filepond--file-info-main{
  font-size:.75em;
  line-height:1.2;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  width:100%
}

.filepond--file-info .filepond--file-info-sub{
  font-size:.625em;
  opacity:.5;
  transition:opacity .25s ease-in-out;
  white-space:nowrap
}

.filepond--file-info .filepond--file-info-sub:empty{
  display:none
}

.filepond--file-status{
  position:static;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  flex-grow:0;
  flex-shrink:0;
  margin:0;
  min-width:2.25em;
  text-align:right;
  will-change:transform,opacity;
  pointer-events:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.filepond--file-status *{
  margin:0;
  white-space:nowrap
}

.filepond--file-status .filepond--file-status-main{
  font-size:.75em;
  line-height:1.2
}

.filepond--file-status .filepond--file-status-sub{
  font-size:.625em;
  opacity:.5;
  transition:opacity .25s ease-in-out
}

.filepond--file-wrapper.filepond--file-wrapper{
  border:none;
  margin:0;
  padding:0;
  min-width:0;
  height:100%
}

.filepond--file-wrapper.filepond--file-wrapper>legend{
  position:absolute;
  overflow:hidden;
  height:1px;
  width:1px;
  padding:0;
  border:0;
  clip:rect(1px,1px,1px,1px);
  -webkit-clip-path:inset(50%);
  clip-path:inset(50%);
  white-space:nowrap
}

.filepond--file{
  position:static;
  display:flex;
  height:100%;
  align-items:flex-start;
  padding:.5625em;
  color:#fff;
  border-radius:.5em
}

.filepond--file .filepond--file-status{
  margin-left:auto;
  margin-right:2.25em
}

.filepond--file .filepond--processing-complete-indicator{
  pointer-events:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
  z-index:3
}

.filepond--file .filepond--file-action-button,.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator{
  position:absolute
}

.filepond--file [data-align*=left]{
  left:.5625em
}

.filepond--file [data-align*=right]{
  right:.5625em
}

.filepond--file [data-align*=center]{
  left:calc(50% - .8125em)
}

.filepond--file [data-align*=bottom]{
  bottom:1.125em
}

.filepond--file [data-align=center]{
  top:calc(50% - .8125em)
}

.filepond--file .filepond--progress-indicator{
  margin-top:.1875em
}

.filepond--file .filepond--progress-indicator[data-align*=right]{
  margin-right:.1875em
}

.filepond--file .filepond--progress-indicator[data-align*=left]{
  margin-left:.1875em
}

[data-filepond-item-state*=error] .filepond--file-info,[data-filepond-item-state*=invalid] .filepond--file-info,[data-filepond-item-state=cancelled] .filepond--file-info{
  margin-right:2.25em
}

[data-filepond-item-state~=processing] .filepond--file-status-sub{
  opacity:0
}

[data-filepond-item-state~=processing] .filepond--action-abort-item-processing~.filepond--file-status .filepond--file-status-sub{
  opacity:.5
}

[data-filepond-item-state=processing-error] .filepond--file-status-sub{
  opacity:0
}

[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing~.filepond--file-status .filepond--file-status-sub{
  opacity:.5
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg{
  -webkit-animation:fall .5s linear .125s both;
  animation:fall .5s linear .125s both
}

[data-filepond-item-state=processing-complete] .filepond--file-status-sub{
  opacity:.5
}

[data-filepond-item-state=processing-complete] .filepond--file-info-sub,[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden])~.filepond--file-status .filepond--file-status-sub{
  opacity:0
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub{
  opacity:.5
}

[data-filepond-item-state*=error] .filepond--file-wrapper,[data-filepond-item-state*=error] .filepond--panel,[data-filepond-item-state*=invalid] .filepond--file-wrapper,[data-filepond-item-state*=invalid] .filepond--panel{
  -webkit-animation:shake .65s linear both;
  animation:shake .65s linear both
}

[data-filepond-item-state*=busy] .filepond--progress-indicator svg{
  -webkit-animation:spin 1s linear infinite;
  animation:spin 1s linear infinite
}

@-webkit-keyframes spin{
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }

  to{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
  }
}

@keyframes spin{
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }

  to{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
  }
}

@-webkit-keyframes shake{
  10%,90%{
    -webkit-transform:translateX(-.0625em);
    transform:translateX(-.0625em)
  }

  20%,80%{
    -webkit-transform:translateX(.125em);
    transform:translateX(.125em)
  }

  30%,50%,70%{
    -webkit-transform:translateX(-.25em);
    transform:translateX(-.25em)
  }

  40%,60%{
    -webkit-transform:translateX(.25em);
    transform:translateX(.25em)
  }
}

@keyframes shake{
  10%,90%{
    -webkit-transform:translateX(-.0625em);
    transform:translateX(-.0625em)
  }

  20%,80%{
    -webkit-transform:translateX(.125em);
    transform:translateX(.125em)
  }

  30%,50%,70%{
    -webkit-transform:translateX(-.25em);
    transform:translateX(-.25em)
  }

  40%,60%{
    -webkit-transform:translateX(.25em);
    transform:translateX(.25em)
  }
}

@-webkit-keyframes fall{
  0%{
    opacity:0;
    -webkit-transform:scale(.5);
    transform:scale(.5);
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out
  }

  70%{
    opacity:1;
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out
  }

  to{
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out
  }
}

@keyframes fall{
  0%{
    opacity:0;
    -webkit-transform:scale(.5);
    transform:scale(.5);
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out
  }

  70%{
    opacity:1;
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out
  }

  to{
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out
  }
}

.filepond--hopper[data-hopper-state=drag-over]>*{
  pointer-events:none
}

.filepond--hopper[data-hopper-state=drag-over]:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index:100
}

.filepond--progress-indicator{
  z-index:103
}

.filepond--file-action-button{
  z-index:102
}

.filepond--file-status{
  z-index:101
}

.filepond--file-info{
  z-index:100
}

.filepond--item{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:1;
  padding:0;
  margin:.25em;
  will-change:transform,opacity;
  touch-action:auto
}

.filepond--item>.filepond--panel{
  z-index:-1
}

.filepond--item>.filepond--panel .filepond--panel-bottom{
  box-shadow:0 .0625em .125em -.0625em rgba(0,0,0,.25)
}

.filepond--item>.filepond--file-wrapper,.filepond--item>.filepond--panel{
  transition:opacity .15s ease-out
}

.filepond--item[data-drag-state]{
  cursor:-webkit-grab;
  cursor:grab
}

.filepond--item[data-drag-state]>.filepond--panel{
  transition:box-shadow .125s ease-in-out;
  box-shadow:0 0 0 transparent
}

.filepond--item[data-drag-state=drag]{
  cursor:-webkit-grabbing;
  cursor:grabbing
}

.filepond--item[data-drag-state=drag]>.filepond--panel{
  box-shadow:0 .125em .3125em rgba(0,0,0,.325)
}

.filepond--item[data-drag-state]:not([data-drag-state=idle]){
  z-index:2
}

.filepond--item-panel{
  background-color:#64605e
}

[data-filepond-item-state=processing-complete] .filepond--item-panel{
  background-color:#369763
}

[data-filepond-item-state*=error] .filepond--item-panel,[data-filepond-item-state*=invalid] .filepond--item-panel{
  background-color:#c44e47
}

.filepond--item-panel{
  border-radius:.5em;
  transition:background-color .25s
}

.filepond--list-scroller{
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:0;
  will-change:transform
}

.filepond--list-scroller[data-state=overflow] .filepond--list{
  bottom:0;
  right:0
}

.filepond--list-scroller[data-state=overflow]{
  overflow-y:scroll;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
  -webkit-mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent);
  mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent)
}

.filepond--list-scroller::-webkit-scrollbar{
  background:transparent
}

.filepond--list-scroller::-webkit-scrollbar:vertical{
  width:1em
}

.filepond--list-scroller::-webkit-scrollbar:horizontal{
  height:0
}

.filepond--list-scroller::-webkit-scrollbar-thumb{
  background-color:rgba(0,0,0,.3);
  border-radius:99999px;
  border:.3125em solid transparent;
  background-clip:content-box
}

.filepond--list.filepond--list{
  position:absolute;
  top:0;
  margin:0;
  padding:0;
  list-style-type:none;
  will-change:transform
}

.filepond--list{
  left:.75em;
  right:.75em
}

.filepond--root[data-style-panel-layout~=integrated]{
  width:100%;
  height:100%;
  max-width:none;
  margin:0
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root{
  border-radius:0
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root>*{
  display:none
}

.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{
  bottom:0;
  height:auto;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:7
}

.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel{
  display:none
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller{
  overflow:hidden;
  height:100%;
  margin-top:0;
  margin-bottom:0
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list,.filepond--root[data-style-panel-layout~=integrated] .filepond--list{
  left:0;
  right:0;
  height:100%
}

.filepond--root[data-style-panel-layout~=compact] .filepond--item,.filepond--root[data-style-panel-layout~=integrated] .filepond--item{
  margin:0
}

.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper{
  height:100%
}

.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{
  z-index:7
}

.filepond--root[data-style-panel-layout~=circle]{
  border-radius:99999rem;
  overflow:hidden
}

.filepond--root[data-style-panel-layout~=circle]>.filepond--panel{
  border-radius:inherit
}

.filepond--root[data-style-panel-layout~=circle]>.filepond--panel>*{
  display:none
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,.filepond--root[data-style-panel-layout~=circle] .filepond--file-status{
  display:none
}

.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item{
  opacity:1!important;
  visibility:visible!important
}

@media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:0.001dpcm){
  @supports (-webkit-appearance:none) and (stroke-color:transparent){
    .filepond--root[data-style-panel-layout~=circle]{
      will-change:transform
    }
  }
}

.filepond--panel-root{
  border-radius:.5em;
  background-color:#f1f0ef
}

.filepond--panel{
  position:absolute;
  left:0;
  top:0;
  right:0;
  margin:0;
  height:100%!important;
  pointer-events:none
}

.filepond-panel:not([data-scalable=false]){
  height:auto!important
}

.filepond--panel[data-scalable=false]>div{
  display:none
}

.filepond--panel[data-scalable=true]{
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d;
  background-color:transparent!important;
  border:none!important
}

.filepond--panel-bottom,.filepond--panel-center,.filepond--panel-top{
  position:absolute;
  left:0;
  top:0;
  right:0;
  margin:0;
  padding:0
}

.filepond--panel-bottom,.filepond--panel-top{
  height:.5em
}

.filepond--panel-top{
  border-bottom-left-radius:0!important;
  border-bottom-right-radius:0!important;
  border-bottom:none!important
}

.filepond--panel-top:after{
  content:"";
  position:absolute;
  height:2px;
  left:0;
  right:0;
  bottom:-1px;
  background-color:inherit
}

.filepond--panel-bottom,.filepond--panel-center{
  will-change:transform;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -webkit-transform-origin:left top;
  transform-origin:left top;
  -webkit-transform:translate3d(0,.5em,0);
  transform:translate3d(0,.5em,0)
}

.filepond--panel-bottom{
  border-top-left-radius:0!important;
  border-top-right-radius:0!important;
  border-top:none!important
}

.filepond--panel-bottom:before{
  content:"";
  position:absolute;
  height:2px;
  left:0;
  right:0;
  top:-1px;
  background-color:inherit
}

.filepond--panel-center{
  height:100px!important;
  border-top:none!important;
  border-bottom:none!important;
  border-radius:0!important
}

.filepond--panel-center:not([style]){
  visibility:hidden
}

.filepond--progress-indicator{
  position:static;
  width:1.25em;
  height:1.25em;
  color:#fff;
  margin:0;
  pointer-events:none;
  will-change:transform,opacity
}

.filepond--progress-indicator svg{
  width:100%;
  height:100%;
  vertical-align:top;
  transform-box:fill-box
}

.filepond--progress-indicator path{
  fill:none;
  stroke:currentColor
}

.filepond--list-scroller{
  z-index:6
}

.filepond--drop-label{
  z-index:5
}

.filepond--drip{
  z-index:3
}

.filepond--root>.filepond--panel{
  z-index:2
}

.filepond--browser{
  z-index:1
}

.filepond--root{
  box-sizing:border-box;
  position:relative;
  margin-bottom:1em;
  font-size:1rem;
  line-height:normal;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-weight:450;
  text-align:left;
  text-rendering:optimizeLegibility;
  direction:ltr;
  contain:layout style size
}

.filepond--root *{
  box-sizing:inherit;
  line-height:inherit
}

.filepond--root :not(text){
  font-size:inherit
}

.filepond--root[data-disabled]{
  pointer-events:none
}

.filepond--root[data-disabled] .filepond--list-scroller{
  pointer-events:all
}

.filepond--root[data-disabled] .filepond--list{
  pointer-events:none
}

.filepond--root .filepond--drop-label{
  min-height:4.75em
}

.filepond--root .filepond--list-scroller{
  margin-top:1em;
  margin-bottom:1em
}

.filepond--root .filepond--credits{
  position:absolute;
  right:0;
  opacity:.4;
  line-height:.85;
  font-size:11px;
  color:inherit;
  text-decoration:none;
  z-index:3;
  bottom:-14px
}

.filepond--root .filepond--credits[style]{
  top:0;
  bottom:auto;
  margin-top:14px
}

/*purgecss end ignore
 */
@font-face {
  font-family: 'icomoon';

  src:  url(07fe4128ea32b35e535e.eot?2njbqb);

  src:  url(07fe4128ea32b35e535e.eot?2njbqb#iefix) format('embedded-opentype'),
    url(d9ac7e125d15a61e36a5.ttf?2njbqb) format('truetype'),
    url(e5f707bb604b91df2a9c.woff?2njbqb) format('woff'),
    url(0882da330733ce4f1c5c.svg?2njbqb#icomoon) format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tree2:before {
  content: "\e900";
}

.icon-home:before {
  content: "\e901";
}

.icon-home2:before {
  content: "\e902";
}

.icon-home3:before {
  content: "\e903";
}

.icon-office:before {
  content: "\e904";
}

.icon-newspaper:before {
  content: "\e905";
}

.icon-pencil:before {
  content: "\e906";
}

.icon-pencil2:before {
  content: "\e907";
}

.icon-quill:before {
  content: "\e908";
}

.icon-pen:before {
  content: "\e909";
}

.icon-blog:before {
  content: "\e90a";
}

.icon-eyedropper:before {
  content: "\e90b";
}

.icon-droplet:before {
  content: "\e90c";
}

.icon-paint-format:before {
  content: "\e90d";
}

.icon-image:before {
  content: "\e90e";
}

.icon-images:before {
  content: "\e90f";
}

.icon-camera:before {
  content: "\e910";
}

.icon-headphones:before {
  content: "\e911";
}

.icon-music:before {
  content: "\e912";
}

.icon-play:before {
  content: "\e913";
}

.icon-film:before {
  content: "\e914";
}

.icon-video-camera:before {
  content: "\e915";
}

.icon-dice:before {
  content: "\e916";
}

.icon-pacman:before {
  content: "\e917";
}

.icon-spades:before {
  content: "\e918";
}

.icon-clubs:before {
  content: "\e919";
}

.icon-diamonds:before {
  content: "\e91a";
}

.icon-bullhorn:before {
  content: "\e91b";
}

.icon-connection:before {
  content: "\e91c";
}

.icon-podcast:before {
  content: "\e91d";
}

.icon-feed:before {
  content: "\e91e";
}

.icon-mic:before {
  content: "\e91f";
}

.icon-book:before {
  content: "\e920";
}

.icon-books:before {
  content: "\e921";
}

.icon-library:before {
  content: "\e922";
}

.icon-file-text:before {
  content: "\e923";
}

.icon-profile:before {
  content: "\e924";
}

.icon-file-empty:before {
  content: "\e925";
}

.icon-files-empty:before {
  content: "\e926";
}

.icon-file-text2:before {
  content: "\e927";
}

.icon-file-picture:before {
  content: "\e928";
}

.icon-file-music:before {
  content: "\e929";
}

.icon-file-play:before {
  content: "\e92a";
}

.icon-file-video:before {
  content: "\e92b";
}

.icon-file-zip:before {
  content: "\e92c";
}

.icon-copy:before {
  content: "\e92d";
}

.icon-paste:before {
  content: "\e92e";
}

.icon-stack:before {
  content: "\e92f";
}

.icon-folder:before {
  content: "\e930";
}

.icon-folder-open:before {
  content: "\e931";
}

.icon-folder-plus:before {
  content: "\e932";
}

.icon-folder-minus:before {
  content: "\e933";
}

.icon-folder-download:before {
  content: "\e934";
}

.icon-folder-upload:before {
  content: "\e935";
}

.icon-price-tag:before {
  content: "\e936";
}

.icon-price-tags:before {
  content: "\e937";
}

.icon-barcode:before {
  content: "\e938";
}

.icon-qrcode:before {
  content: "\e939";
}

.icon-ticket:before {
  content: "\e93a";
}

.icon-cart:before {
  content: "\e93b";
}

.icon-coin-dollar:before {
  content: "\e93c";
}

.icon-coin-euro:before {
  content: "\e93d";
}

.icon-coin-pound:before {
  content: "\e93e";
}

.icon-coin-yen:before {
  content: "\e93f";
}

.icon-credit-card:before {
  content: "\e940";
}

.icon-calculator:before {
  content: "\e941";
}

.icon-lifebuoy:before {
  content: "\e942";
}

.icon-phone:before {
  content: "\e943";
}

.icon-phone-hang-up:before {
  content: "\e944";
}

.icon-address-book:before {
  content: "\e945";
}

.icon-envelop:before {
  content: "\e946";
}

.icon-pushpin:before {
  content: "\e947";
}

.icon-location:before {
  content: "\e948";
}

.icon-location2:before {
  content: "\e949";
}

.icon-compass:before {
  content: "\e94a";
}

.icon-compass2:before {
  content: "\e94b";
}

.icon-map:before {
  content: "\e94c";
}

.icon-map2:before {
  content: "\e94d";
}

.icon-history:before {
  content: "\e94e";
}

.icon-clock:before {
  content: "\e94f";
}

.icon-clock2:before {
  content: "\e950";
}

.icon-alarm:before {
  content: "\e951";
}

.icon-bell:before {
  content: "\e952";
}

.icon-stopwatch:before {
  content: "\e953";
}

.icon-calendar:before {
  content: "\e954";
}

.icon-printer:before {
  content: "\e955";
}

.icon-keyboard:before {
  content: "\e956";
}

.icon-display:before {
  content: "\e957";
}

.icon-laptop:before {
  content: "\e958";
}

.icon-mobile:before {
  content: "\e959";
}

.icon-mobile2:before {
  content: "\e95a";
}

.icon-tablet:before {
  content: "\e95b";
}

.icon-tv:before {
  content: "\e95c";
}

.icon-drawer:before {
  content: "\e95d";
}

.icon-drawer2:before {
  content: "\e95e";
}

.icon-box-add:before {
  content: "\e95f";
}

.icon-box-remove:before {
  content: "\e960";
}

.icon-download:before {
  content: "\e961";
}

.icon-upload:before {
  content: "\e962";
}

.icon-floppy-disk:before {
  content: "\e963";
}

.icon-drive:before {
  content: "\e964";
}

.icon-database:before {
  content: "\e965";
}

.icon-undo:before {
  content: "\e966";
}

.icon-redo:before {
  content: "\e967";
}

.icon-undo2:before {
  content: "\e968";
}

.icon-redo2:before {
  content: "\e969";
}

.icon-forward:before {
  content: "\e96a";
}

.icon-reply:before {
  content: "\e96b";
}

.icon-bubble:before {
  content: "\e96c";
}

.icon-bubbles:before {
  content: "\e96d";
}

.icon-bubbles2:before {
  content: "\e96e";
}

.icon-bubble2:before {
  content: "\e96f";
}

.icon-bubbles3:before {
  content: "\e970";
}

.icon-bubbles4:before {
  content: "\e971";
}

.icon-user:before {
  content: "\e972";
}

.icon-users:before {
  content: "\e973";
}

.icon-user-plus:before {
  content: "\e974";
}

.icon-user-minus:before {
  content: "\e975";
}

.icon-user-check:before {
  content: "\e976";
}

.icon-user-tie:before {
  content: "\e977";
}

.icon-quotes-left:before {
  content: "\e978";
}

.icon-quotes-right:before {
  content: "\e979";
}

.icon-hour-glass:before {
  content: "\e97a";
}

.icon-spinner:before {
  content: "\e97b";
}

.icon-spinner2:before {
  content: "\e97c";
}

.icon-spinner3:before {
  content: "\e97d";
}

.icon-spinner4:before {
  content: "\e97e";
}

.icon-spinner5:before {
  content: "\e97f";
}

.icon-spinner6:before {
  content: "\e980";
}

.icon-spinner7:before {
  content: "\e981";
}

.icon-spinner8:before {
  content: "\e982";
}

.icon-spinner9:before {
  content: "\e983";
}

.icon-spinner10:before {
  content: "\e984";
}

.icon-spinner11:before {
  content: "\e985";
}

.icon-binoculars:before {
  content: "\e986";
}

.icon-search:before {
  content: "\e987";
}

.icon-zoom-in:before {
  content: "\e988";
}

.icon-zoom-out:before {
  content: "\e989";
}

.icon-enlarge:before {
  content: "\e98a";
}

.icon-shrink:before {
  content: "\e98b";
}

.icon-enlarge2:before {
  content: "\e98c";
}

.icon-shrink2:before {
  content: "\e98d";
}

.icon-key:before {
  content: "\e98e";
}

.icon-key2:before {
  content: "\e98f";
}

.icon-lock:before {
  content: "\e990";
}

.icon-unlocked:before {
  content: "\e991";
}

.icon-wrench:before {
  content: "\e992";
}

.icon-equalizer:before {
  content: "\e993";
}

.icon-equalizer2:before {
  content: "\e994";
}

.icon-cog:before {
  content: "\e995";
}

.icon-cogs:before {
  content: "\e996";
}

.icon-hammer:before {
  content: "\e997";
}

.icon-magic-wand:before {
  content: "\e998";
}

.icon-aid-kit:before {
  content: "\e999";
}

.icon-bug:before {
  content: "\e99a";
}

.icon-pie-chart:before {
  content: "\e99b";
}

.icon-stats-dots:before {
  content: "\e99c";
}

.icon-stats-bars:before {
  content: "\e99d";
}

.icon-stats-bars2:before {
  content: "\e99e";
}

.icon-trophy:before {
  content: "\e99f";
}

.icon-gift:before {
  content: "\e9a0";
}

.icon-glass:before {
  content: "\e9a1";
}

.icon-glass2:before {
  content: "\e9a2";
}

.icon-mug:before {
  content: "\e9a3";
}

.icon-spoon-knife:before {
  content: "\e9a4";
}

.icon-leaf:before {
  content: "\e9a5";
}

.icon-rocket:before {
  content: "\e9a6";
}

.icon-meter:before {
  content: "\e9a7";
}

.icon-meter2:before {
  content: "\e9a8";
}

.icon-hammer2:before {
  content: "\e9a9";
}

.icon-fire:before {
  content: "\e9aa";
}

.icon-lab:before {
  content: "\e9ab";
}

.icon-magnet:before {
  content: "\e9ac";
}

.icon-bin:before {
  content: "\e9ad";
}

.icon-bin2:before {
  content: "\e9ae";
}

.icon-briefcase:before {
  content: "\e9af";
}

.icon-airplane:before {
  content: "\e9b0";
}

.icon-truck:before {
  content: "\e9b1";
}

.icon-road:before {
  content: "\e9b2";
}

.icon-accessibility:before {
  content: "\e9b3";
}

.icon-target:before {
  content: "\e9b4";
}

.icon-shield:before {
  content: "\e9b5";
}

.icon-power:before {
  content: "\e9b6";
}

.icon-switch:before {
  content: "\e9b7";
}

.icon-power-cord:before {
  content: "\e9b8";
}

.icon-clipboard:before {
  content: "\e9b9";
}

.icon-list-numbered:before {
  content: "\e9ba";
}

.icon-list:before {
  content: "\e9bb";
}

.icon-list2:before {
  content: "\e9bc";
}

.icon-tree:before {
  content: "\e9bd";
}

.icon-menu:before {
  content: "\e9be";
}

.icon-menu2:before {
  content: "\e9bf";
}

.icon-menu3:before {
  content: "\e9c0";
}

.icon-menu4:before {
  content: "\e9c1";
}

.icon-cloud:before {
  content: "\e9c2";
}

.icon-cloud-download:before {
  content: "\e9c3";
}

.icon-cloud-upload:before {
  content: "\e9c4";
}

.icon-cloud-check:before {
  content: "\e9c5";
}

.icon-download2:before {
  content: "\e9c6";
}

.icon-upload2:before {
  content: "\e9c7";
}

.icon-download3:before {
  content: "\e9c8";
}

.icon-upload3:before {
  content: "\e9c9";
}

.icon-sphere:before {
  content: "\e9ca";
}

.icon-earth:before {
  content: "\e9cb";
}

.icon-link:before {
  content: "\e9cc";
}

.icon-flag:before {
  content: "\e9cd";
}

.icon-attachment:before {
  content: "\e9ce";
}

.icon-eye:before {
  content: "\e9cf";
}

.icon-eye-plus:before {
  content: "\e9d0";
}

.icon-eye-minus:before {
  content: "\e9d1";
}

.icon-eye-blocked:before {
  content: "\e9d2";
}

.icon-bookmark:before {
  content: "\e9d3";
}

.icon-bookmarks:before {
  content: "\e9d4";
}

.icon-sun:before {
  content: "\e9d5";
}

.icon-contrast:before {
  content: "\e9d6";
}

.icon-brightness-contrast:before {
  content: "\e9d7";
}

.icon-star-empty:before {
  content: "\e9d8";
}

.icon-star-half:before {
  content: "\e9d9";
}

.icon-star-full:before {
  content: "\e9da";
}

.icon-heart:before {
  content: "\e9db";
}

.icon-heart-broken:before {
  content: "\e9dc";
}

.icon-man:before {
  content: "\e9dd";
}

.icon-woman:before {
  content: "\e9de";
}

.icon-man-woman:before {
  content: "\e9df";
}

.icon-happy:before {
  content: "\e9e0";
}

.icon-happy2:before {
  content: "\e9e1";
}

.icon-smile:before {
  content: "\e9e2";
}

.icon-smile2:before {
  content: "\e9e3";
}

.icon-tongue:before {
  content: "\e9e4";
}

.icon-tongue2:before {
  content: "\e9e5";
}

.icon-sad:before {
  content: "\e9e6";
}

.icon-sad2:before {
  content: "\e9e7";
}

.icon-wink:before {
  content: "\e9e8";
}

.icon-wink2:before {
  content: "\e9e9";
}

.icon-grin:before {
  content: "\e9ea";
}

.icon-grin2:before {
  content: "\e9eb";
}

.icon-cool:before {
  content: "\e9ec";
}

.icon-cool2:before {
  content: "\e9ed";
}

.icon-angry:before {
  content: "\e9ee";
}

.icon-angry2:before {
  content: "\e9ef";
}

.icon-evil:before {
  content: "\e9f0";
}

.icon-evil2:before {
  content: "\e9f1";
}

.icon-shocked:before {
  content: "\e9f2";
}

.icon-shocked2:before {
  content: "\e9f3";
}

.icon-baffled:before {
  content: "\e9f4";
}

.icon-baffled2:before {
  content: "\e9f5";
}

.icon-confused:before {
  content: "\e9f6";
}

.icon-confused2:before {
  content: "\e9f7";
}

.icon-neutral:before {
  content: "\e9f8";
}

.icon-neutral2:before {
  content: "\e9f9";
}

.icon-hipster:before {
  content: "\e9fa";
}

.icon-hipster2:before {
  content: "\e9fb";
}

.icon-wondering:before {
  content: "\e9fc";
}

.icon-wondering2:before {
  content: "\e9fd";
}

.icon-sleepy:before {
  content: "\e9fe";
}

.icon-sleepy2:before {
  content: "\e9ff";
}

.icon-frustrated:before {
  content: "\ea00";
}

.icon-frustrated2:before {
  content: "\ea01";
}

.icon-crying:before {
  content: "\ea02";
}

.icon-crying2:before {
  content: "\ea03";
}

.icon-point-up:before {
  content: "\ea04";
}

.icon-point-right:before {
  content: "\ea05";
}

.icon-point-down:before {
  content: "\ea06";
}

.icon-point-left:before {
  content: "\ea07";
}

.icon-warning:before {
  content: "\ea08";
}

.icon-notification:before {
  content: "\ea09";
}

.icon-question:before {
  content: "\ea0a";
}

.icon-plus:before {
  content: "\ea0b";
}

.icon-minus:before {
  content: "\ea0c";
}

.icon-info:before {
  content: "\ea0d";
}

.icon-cancel-circle:before {
  content: "\ea0e";
}

.icon-blocked:before {
  content: "\ea0f";
}

.icon-cross:before {
  content: "\ea10";
}

.icon-checkmark:before {
  content: "\ea11";
}

.icon-checkmark2:before {
  content: "\ea12";
}

.icon-spell-check:before {
  content: "\ea13";
}

.icon-enter:before {
  content: "\ea14";
}

.icon-exit:before {
  content: "\ea15";
}

.icon-play2:before {
  content: "\ea16";
}

.icon-pause:before {
  content: "\ea17";
}

.icon-stop:before {
  content: "\ea18";
}

.icon-previous:before {
  content: "\ea19";
}

.icon-next:before {
  content: "\ea1a";
}

.icon-backward:before {
  content: "\ea1b";
}

.icon-forward2:before {
  content: "\ea1c";
}

.icon-play3:before {
  content: "\ea1d";
}

.icon-pause2:before {
  content: "\ea1e";
}

.icon-stop2:before {
  content: "\ea1f";
}

.icon-backward2:before {
  content: "\ea20";
}

.icon-forward3:before {
  content: "\ea21";
}

.icon-first:before {
  content: "\ea22";
}

.icon-last:before {
  content: "\ea23";
}

.icon-previous2:before {
  content: "\ea24";
}

.icon-next2:before {
  content: "\ea25";
}

.icon-eject:before {
  content: "\ea26";
}

.icon-volume-high:before {
  content: "\ea27";
}

.icon-volume-medium:before {
  content: "\ea28";
}

.icon-volume-low:before {
  content: "\ea29";
}

.icon-volume-mute:before {
  content: "\ea2a";
}

.icon-volume-mute2:before {
  content: "\ea2b";
}

.icon-volume-increase:before {
  content: "\ea2c";
}

.icon-volume-decrease:before {
  content: "\ea2d";
}

.icon-loop:before {
  content: "\ea2e";
}

.icon-loop2:before {
  content: "\ea2f";
}

.icon-infinite:before {
  content: "\ea30";
}

.icon-shuffle:before {
  content: "\ea31";
}

.icon-arrow-up-left:before {
  content: "\ea32";
}

.icon-arrow-up:before {
  content: "\ea33";
}

.icon-arrow-up-right:before {
  content: "\ea34";
}

.icon-arrow-right:before {
  content: "\ea35";
}

.icon-arrow-down-right:before {
  content: "\ea36";
}

.icon-arrow-down:before {
  content: "\ea37";
}

.icon-arrow-down-left:before {
  content: "\ea38";
}

.icon-arrow-left:before {
  content: "\ea39";
}

.icon-arrow-up-left2:before {
  content: "\ea3a";
}

.icon-arrow-up2:before {
  content: "\ea3b";
}

.icon-arrow-up-right2:before {
  content: "\ea3c";
}

.icon-arrow-right2:before {
  content: "\ea3d";
}

.icon-arrow-down-right2:before {
  content: "\ea3e";
}

.icon-arrow-down2:before {
  content: "\ea3f";
}

.icon-arrow-down-left2:before {
  content: "\ea40";
}

.icon-arrow-left2:before {
  content: "\ea41";
}

.icon-circle-up:before {
  content: "\ea42";
}

.icon-circle-right:before {
  content: "\ea43";
}

.icon-circle-down:before {
  content: "\ea44";
}

.icon-circle-left:before {
  content: "\ea45";
}

.icon-tab:before {
  content: "\ea46";
}

.icon-move-up:before {
  content: "\ea47";
}

.icon-move-down:before {
  content: "\ea48";
}

.icon-sort-alpha-asc:before {
  content: "\ea49";
}

.icon-sort-alpha-desc:before {
  content: "\ea4a";
}

.icon-sort-numeric-asc:before {
  content: "\ea4b";
}

.icon-sort-numberic-desc:before {
  content: "\ea4c";
}

.icon-sort-amount-asc:before {
  content: "\ea4d";
}

.icon-sort-amount-desc:before {
  content: "\ea4e";
}

.icon-command:before {
  content: "\ea4f";
}

.icon-shift:before {
  content: "\ea50";
}

.icon-ctrl:before {
  content: "\ea51";
}

.icon-opt:before {
  content: "\ea52";
}

.icon-checkbox-checked:before {
  content: "\ea53";
}

.icon-checkbox-unchecked:before {
  content: "\ea54";
}

.icon-radio-checked:before {
  content: "\ea55";
}

.icon-radio-checked2:before {
  content: "\ea56";
}

.icon-radio-unchecked:before {
  content: "\ea57";
}

.icon-crop:before {
  content: "\ea58";
}

.icon-make-group:before {
  content: "\ea59";
}

.icon-ungroup:before {
  content: "\ea5a";
}

.icon-scissors:before {
  content: "\ea5b";
}

.icon-filter:before {
  content: "\ea5c";
}

.icon-font:before {
  content: "\ea5d";
}

.icon-ligature:before {
  content: "\ea5e";
}

.icon-ligature2:before {
  content: "\ea5f";
}

.icon-text-height:before {
  content: "\ea60";
}

.icon-text-width:before {
  content: "\ea61";
}

.icon-font-size:before {
  content: "\ea62";
}

.icon-bold:before {
  content: "\ea63";
}

.icon-underline:before {
  content: "\ea64";
}

.icon-italic:before {
  content: "\ea65";
}

.icon-strikethrough:before {
  content: "\ea66";
}

.icon-omega:before {
  content: "\ea67";
}

.icon-sigma:before {
  content: "\ea68";
}

.icon-page-break:before {
  content: "\ea69";
}

.icon-superscript:before {
  content: "\ea6a";
}

.icon-subscript:before {
  content: "\ea6b";
}

.icon-superscript2:before {
  content: "\ea6c";
}

.icon-subscript2:before {
  content: "\ea6d";
}

.icon-text-color:before {
  content: "\ea6e";
}

.icon-pagebreak:before {
  content: "\ea6f";
}

.icon-clear-formatting:before {
  content: "\ea70";
}

.icon-table:before {
  content: "\ea71";
}

.icon-table2:before {
  content: "\ea72";
}

.icon-insert-template:before {
  content: "\ea73";
}

.icon-pilcrow:before {
  content: "\ea74";
}

.icon-ltr:before {
  content: "\ea75";
}

.icon-rtl:before {
  content: "\ea76";
}

.icon-section:before {
  content: "\ea77";
}

.icon-paragraph-left:before {
  content: "\ea78";
}

.icon-paragraph-center:before {
  content: "\ea79";
}

.icon-paragraph-right:before {
  content: "\ea7a";
}

.icon-paragraph-justify:before {
  content: "\ea7b";
}

.icon-indent-increase:before {
  content: "\ea7c";
}

.icon-indent-decrease:before {
  content: "\ea7d";
}

.icon-share:before {
  content: "\ea7e";
}

.icon-new-tab:before {
  content: "\ea7f";
}

.icon-embed:before {
  content: "\ea80";
}

.icon-embed2:before {
  content: "\ea81";
}

.icon-terminal:before {
  content: "\ea82";
}

.icon-share2:before {
  content: "\ea83";
}

.icon-mail:before {
  content: "\ea84";
}

.icon-mail2:before {
  content: "\ea85";
}

.icon-mail3:before {
  content: "\ea86";
}

.icon-mail4:before {
  content: "\ea87";
}

.icon-amazon:before {
  content: "\ea88";
}

.icon-google:before {
  content: "\ea89";
}

.icon-google2:before {
  content: "\ea8a";
}

.icon-google3:before {
  content: "\ea8b";
}

.icon-google-plus:before {
  content: "\ea8c";
}

.icon-google-plus2:before {
  content: "\ea8d";
}

.icon-google-plus3:before {
  content: "\ea8e";
}

.icon-hangouts:before {
  content: "\ea8f";
}

.icon-google-drive:before {
  content: "\ea90";
}

.icon-facebook:before {
  content: "\ea91";
}

.icon-facebook2:before {
  content: "\ea92";
}

.icon-instagram:before {
  content: "\ea93";
}

.icon-whatsapp:before {
  content: "\ea94";
}

.icon-spotify:before {
  content: "\ea95";
}

.icon-telegram:before {
  content: "\ea96";
}

.icon-twitter:before {
  content: "\ea97";
}

.icon-vine:before {
  content: "\ea98";
}

.icon-vk:before {
  content: "\ea99";
}

.icon-renren:before {
  content: "\ea9a";
}

.icon-sina-weibo:before {
  content: "\ea9b";
}

.icon-rss:before {
  content: "\ea9c";
}

.icon-rss2:before {
  content: "\ea9d";
}

.icon-youtube:before {
  content: "\ea9e";
}

.icon-youtube2:before {
  content: "\ea9f";
}

.icon-twitch:before {
  content: "\eaa0";
}

.icon-vimeo:before {
  content: "\eaa1";
}

.icon-vimeo2:before {
  content: "\eaa2";
}

.icon-lanyrd:before {
  content: "\eaa3";
}

.icon-flickr:before {
  content: "\eaa4";
}

.icon-flickr2:before {
  content: "\eaa5";
}

.icon-flickr3:before {
  content: "\eaa6";
}

.icon-flickr4:before {
  content: "\eaa7";
}

.icon-dribbble:before {
  content: "\eaa8";
}

.icon-behance:before {
  content: "\eaa9";
}

.icon-behance2:before {
  content: "\eaaa";
}

.icon-deviantart:before {
  content: "\eaab";
}

.icon-500px:before {
  content: "\eaac";
}

.icon-steam:before {
  content: "\eaad";
}

.icon-steam2:before {
  content: "\eaae";
}

.icon-dropbox:before {
  content: "\eaaf";
}

.icon-onedrive:before {
  content: "\eab0";
}

.icon-github:before {
  content: "\eab1";
}

.icon-npm:before {
  content: "\eab2";
}

.icon-basecamp:before {
  content: "\eab3";
}

.icon-trello:before {
  content: "\eab4";
}

.icon-wordpress:before {
  content: "\eab5";
}

.icon-joomla:before {
  content: "\eab6";
}

.icon-ello:before {
  content: "\eab7";
}

.icon-blogger:before {
  content: "\eab8";
}

.icon-blogger2:before {
  content: "\eab9";
}

.icon-tumblr:before {
  content: "\eaba";
}

.icon-tumblr2:before {
  content: "\eabb";
}

.icon-yahoo:before {
  content: "\eabc";
}

.icon-yahoo2:before {
  content: "\eabd";
}

.icon-tux:before {
  content: "\eabe";
}

.icon-appleinc:before {
  content: "\eabf";
}

.icon-finder:before {
  content: "\eac0";
}

.icon-android:before {
  content: "\eac1";
}

.icon-windows:before {
  content: "\eac2";
}

.icon-windows8:before {
  content: "\eac3";
}

.icon-soundcloud:before {
  content: "\eac4";
}

.icon-soundcloud2:before {
  content: "\eac5";
}

.icon-skype:before {
  content: "\eac6";
}

.icon-reddit:before {
  content: "\eac7";
}

.icon-hackernews:before {
  content: "\eac8";
}

.icon-wikipedia:before {
  content: "\eac9";
}

.icon-linkedin:before {
  content: "\eaca";
}

.icon-linkedin2:before {
  content: "\eacb";
}

.icon-lastfm:before {
  content: "\eacc";
}

.icon-lastfm2:before {
  content: "\eacd";
}

.icon-delicious:before {
  content: "\eace";
}

.icon-stumbleupon:before {
  content: "\eacf";
}

.icon-stumbleupon2:before {
  content: "\ead0";
}

.icon-stackoverflow:before {
  content: "\ead1";
}

.icon-pinterest:before {
  content: "\ead2";
}

.icon-pinterest2:before {
  content: "\ead3";
}

.icon-xing:before {
  content: "\ead4";
}

.icon-xing2:before {
  content: "\ead5";
}

.icon-flattr:before {
  content: "\ead6";
}

.icon-foursquare:before {
  content: "\ead7";
}

.icon-yelp:before {
  content: "\ead8";
}

.icon-paypal:before {
  content: "\ead9";
}

.icon-chrome:before {
  content: "\eada";
}

.icon-firefox:before {
  content: "\eadb";
}

.icon-IE:before {
  content: "\eadc";
}

.icon-edge:before {
  content: "\eadd";
}

.icon-safari:before {
  content: "\eade";
}

.icon-opera:before {
  content: "\eadf";
}

.icon-file-pdf:before {
  content: "\eae0";
}

.icon-file-openoffice:before {
  content: "\eae1";
}

.icon-file-word:before {
  content: "\eae2";
}

.icon-file-excel:before {
  content: "\eae3";
}

.icon-libreoffice:before {
  content: "\eae4";
}

.icon-html-five:before {
  content: "\eae5";
}

.icon-html-five2:before {
  content: "\eae6";
}

.icon-css3:before {
  content: "\eae7";
}

.icon-git:before {
  content: "\eae8";
}

.icon-codepen:before {
  content: "\eae9";
}

.icon-svg:before {
  content: "\eaea";
}

.icon-IcoMoon:before {
  content: "\eaeb";
}

/* ! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}


      [type='text'],
      [type='email'],
      [type='url'],
      [type='password'],
      [type='number'],
      [type='search'],
      [type='time'],
      [multiple],
      textarea,
      select
     {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='search']:focus, [type='time']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}


      [type='checkbox'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}

[type='checkbox'] {
  border-radius: 0px;
}


      [type='checkbox']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


      [type='checkbox']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}


      [type='checkbox']:checked:hover,
      [type='checkbox']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}


      [type='checkbox']:indeterminate:hover,
      [type='checkbox']:indeterminate:focus
     {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.top-20 {
  top: 5rem;
}

.-top-44 {
  top: -11rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.-bottom-12 {
  bottom: -3rem;
}

.left-0 {
  left: 0px;
}

.-left-28 {
  left: -7rem;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.float-right {
  float: right;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.-mb-0 {
  margin-bottom: 0px;
}

.-mb-0\.5 {
  margin-bottom: -0.125rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-32 {
  height: 8rem;
}

.h-72 {
  height: 18rem;
}

.h-80 {
  height: 20rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-full {
  max-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-28 {
  width: 7rem;
}

.w-48 {
  width: 12rem;
}

.w-80 {
  width: 20rem;
}

.w-1\/2 {
  width: 50%;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-full {
  min-width: 100%;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.list-none {
  list-style-type: none;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.justify-center {
  justify-content: center;
}

.gap-6 {
  gap: 1.5rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-transparent {
  border-color: transparent;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

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

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.p-12 {
  padding: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

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

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

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

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-loose {
  line-height: 2;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
  font-family: 'Poppins';

  src: url(0dd8ba9bd45da8dbbe23.woff2) format('woff2'),
    url(d79dd18459c314a42f84.woff) format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(b5be68ddc0b73cfc4709.woff2) format('woff2'),
    url(8fcb5b676a92c196f0e7.woff) format('woff');

  font-weight: 900;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(4ae5504b0ee811aa6095.woff2) format('woff2'),
    url(697ea494737bd9ecab24.woff) format('woff');

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(929ea49b7d369a81d378.woff2) format('woff2'),
    url(74db53613634fbe8ed1a.woff) format('woff');

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(9a5f2e846e18535f4367.woff2) format('woff2'),
    url(d1ecd4cd4b499423c7c3.woff) format('woff');

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(237ad98a3481c636a0ee.woff2) format('woff2'),
    url(b2f04cc743312428d3cb.woff) format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(bedcb4a9fa8bc5dbe102.woff2) format('woff2'),
    url(0a345d36e53ac4e899fd.woff) format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(4a182f2379772ff54e41.woff2) format('woff2'),
    url(3e422333f25950894efc.woff) format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(e8a2171a9a63d3f716a9.woff2) format('woff2'),
    url(a7fe6c31111b793d6d41.woff) format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(983dce46b06d80db4678.woff2) format('woff2'),
    url(e637966d0058d6abd744.woff) format('woff');

  font-weight: bold;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(fc9e8e92a5b7fc77d34f.woff2) format('woff2'),
    url(7736088a378c323c1ab9.woff) format('woff');

  font-weight: 100;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(ada4584f3691572371c3.woff2) format('woff2'),
    url(539cc92a4f1ef4fdeb11.woff) format('woff');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(ed297f44882b065544f2.woff2) format('woff2'),
    url(db1cc5babf3568cd595e.woff) format('woff');

  font-weight: 200;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(11829e54a41d5c77553d.woff2) format('woff2'),
    url(088b54b1e97119f3f435.woff) format('woff');

  font-weight: 100;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(0aebed6d0ceda0d1252e.woff2) format('woff2'),
    url(d46c334a02cdb75c852c.woff) format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(4124a2b87042497bb84f.woff2) format('woff2'),
    url(6b4b6f8121150380f224.woff) format('woff');

  font-weight: 600;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(e35b7545285ef2150f75.woff2) format('woff2'),
    url(de5fbb2a3cd6044a70c5.woff) format('woff');

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url(0a0527bda402fd8ede5a.woff2) format('woff2'),
    url(3544347a9b3751c7213f.woff) format('woff');

  font-weight: 800;

  font-style: italic;

  font-display: swap;
}

html, body {
  color: #2F2F2F;
  font-family: 'Poppins', sans-serif;
}

.preview h1, .preview h2, .preview h3, .preview h4, .preview h5, .preview h6 {
  font-size: revert;
  font-weight: revert;
}

.preview p, .preview blockquote, .preview code {
  margin: revert;
}

.preview ul, .preview ol {
  list-style: revert;
  padding: revert;
  margin: revert;
}

.preview a {
  color: revert;
  -webkit-text-decoration: revert;
          text-decoration: revert;
}

.preview img {
  margin: 0 auto;
}

.dark-gray-bg {
  background-color: #333333;
}

.light-green-text {
  color: #24F08E;
}

.white-text {
  color: white;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 40px solid gray;
}

a {
  color: #449fdb;
  outline: none;
}

.max-h-a-lot {
  max-height: 199rem;
}

.tree-bg {
  background: url(58fbf27c060a44c424e9.jpg) no-repeat;
  background-size: cover;
}

.search {
  transition: width .2s ease-in-out;
}

.search:focus {
  width: 20rem;
}

.footer-bg {
  background: url(de4787c043d6f70fe0a4.jpg) no-repeat bottom;
  background-size: 100%;
}

.category-arrow {
  transform: rotate(90deg);
}

.img-wrapper {
  width: 20rem;
  height: 20rem;
}

.button-green {
  background-color: #24F08E;
  color: #0A482A;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.button:active {
  background-color: #24F08E;
  color: #0A482A;
}

.mobile-menu {
  clear: both;
  max-height: 0;
  transition: all .2s ease-out;
}

#mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

/* menu icon */

.menu-icon {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 24px 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.menu-icon .navicon:before,
.menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.menu-icon .navicon:before {
  top: 5px;
}

.menu-icon .navicon:after {
  top: -5px;
}

.menu-btn {
  display: none;
}

#mobile-menu .menu-btn:checked ~ ul.mobile-menu {
  max-height:240px;
  padding: 0.75rem 0;
  overflow: visible;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.iframe-responsive-wrapper::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.iframe-responsive-wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.iframe-responsive {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.spinner {
  display: inline-block;
  margin: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform:rotate(0deg);
  }

  to {
    transform:rotate(360deg);
  }
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:top-48 {
    top: 12rem;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:-top-2 {
    top: -0.5rem;
  }

  .md\:-right-2 {
    right: -0.5rem;
  }

  .md\:bottom-24 {
    bottom: 6rem;
  }

  .md\:bottom-28 {
    bottom: 7rem;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:top-64 {
    top: 16rem;
  }

  .lg\:right-32 {
    right: 8rem;
  }

  .lg\:left-32 {
    left: 8rem;
  }

  .lg\:left-1\/4 {
    left: 25%;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:gap-36 {
    gap: 9rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .xl\:mr-48 {
    margin-right: 12rem;
  }
}

@media (min-width: 1536px) {
}
