/** Shopify CDN: Minification failed

Line 51:0 "@charset" must be the first rule in the file
Line 52:0 All "@import" rules must come first

**/
#MainContent:has(.dropzone-modal),#MainContent:has(#previewModal.active) {
  z-index: 11;
}
.dropzone.dropzone-modal {
  position: fixed;
  transition: opacity .33s;
  z-index: 2147483647;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 1.4;
  text-align: left;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(47,53,62,.86);
  max-width: unset;
}
.dropzone.dropzone-modal.visually-hidden{
  position: fixed !important;
  overflow: hidden;
  width: unset;
  height: unset;
  margin: unset;
  clip: unset;
  word-wrap: normal !important;
}
.dropzone.dropzone-modal label {
  border-radius: 2px;
  position: relative;
  z-index: 10000;
  background: #eee;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,.5),0 2px 4px 0 rgba(0,0,0,.5);
  transition: all .3s cubic-bezier(.84,.02,.37,.74);
  color: #444;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cropper-container {
  max-width: 100%;
}
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
.drpz-picker .cropper-container {
  font-size:0;
  line-height:0;
  position:relative;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  direction:ltr;
  touch-action:none
}
.drpz-picker .cropper-container img {
  display:block;
  min-width:0!important;
  max-width:none!important;
  min-height:0!important;
  max-height:none!important;
  width:100%;
  height:100%;
  image-orientation:0deg
}
.drpz-picker .cropper-canvas,
.drpz-picker .cropper-crop-box,
.drpz-picker .cropper-drag-box,
.drpz-picker .cropper-modal,
.drpz-picker .cropper-wrap-box {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0
}
.drpz-picker .cropper-wrap-box {
  overflow:hidden
}
.drpz-picker .cropper-drag-box {
  opacity:0;
  background-color:#fff
}
.drpz-picker .cropper-modal {
  opacity:.5;
  background-color:#000
}
.drpz-picker .cropper-view-box {
  display:block;
  overflow:hidden;
  width:100%;
  height:100%;
  outline:1px solid #fff;
  outline-color:rgba(255,255,255,.75)
}
.drpz-picker .cropper-dashed {
  position:absolute;
  display:block;
  opacity:.5;
  border:0 dashed #eee
}
.drpz-picker .cropper-dashed.dashed-h {
  top:33.33333%;
  left:0;
  width:100%;
  height:33.33333%;
  border-top-width:1px;
  border-bottom-width:1px
}
.drpz-picker .cropper-dashed.dashed-v {
  top:0;
  left:33.33333%;
  width:33.33333%;
  height:100%;
  border-right-width:1px;
  border-left-width:1px
}
.drpz-picker .cropper-center {
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  width:0;
  height:0;
  opacity:.75
}
.drpz-picker .cropper-center:after,
.drpz-picker .cropper-center:before {
  position:absolute;
  display:block;
  content:" ";
  background-color:#eee
}
.drpz-picker .cropper-center:before {
  top:0;
  left:-3px;
  width:7px;
  height:1px
}
.drpz-picker .cropper-center:after {
  top:-3px;
  left:0;
  width:1px;
  height:7px
}
.drpz-picker .cropper-face,
.drpz-picker .cropper-line,
.drpz-picker .cropper-point {
  position:absolute;
  display:block;
  width:100%;
  height:100%;
  opacity:.1
}
.drpz-picker .cropper-face {
  top:0;
  left:0;
  background-color:#fff
}
.drpz-picker .cropper-line {
  background-color:#fff
}
.drpz-picker .cropper-line.line-e {
  top:0;
  right:-3px;
  width:5px;
  cursor:e-resize
}
.drpz-picker .cropper-line.line-n {
  top:-3px;
  left:0;
  height:5px;
  cursor:n-resize
}
.drpz-picker .cropper-line.line-w {
  top:0;
  left:-3px;
  width:5px;
  cursor:w-resize
}
.drpz-picker .cropper-line.line-s {
  bottom:-3px;
  left:0;
  height:5px;
  cursor:s-resize
}
.drpz-picker .cropper-point {
  width:16px;
  height:16px;
  opacity:.75;
  background-color:#fff;
  border:1px solid #2e68fb;
  border-radius:100%
}
.drpz-picker .cropper-point.point-e {
  top:50%;
  right:-8px;
  margin-top:-8px;
  cursor:e-resize;
  display:none
}
.drpz-picker .cropper-point.point-n {
  top:-8px;
  left:50%;
  margin-left:-8px;
  cursor:n-resize;
  display:none
}
.drpz-picker .cropper-point.point-w {
  top:50%;
  left:-8px;
  margin-top:-8px;
  cursor:w-resize;
  display:none
}
.drpz-picker .cropper-point.point-s {
  bottom:-8px;
  left:50%;
  margin-left:-8px;
  cursor:s-resize;
  display:none
}
.drpz-picker .cropper-point.point-ne {
  top:-8px;
  right:-8px;
  cursor:ne-resize
}
.drpz-picker .cropper-point.point-nw {
  top:-8px;
  left:-8px;
  cursor:nw-resize
}
.drpz-picker .cropper-point.point-sw {
  bottom:-8px;
  left:-8px;
  cursor:sw-resize
}
.drpz-picker .cropper-point.point-se {
  right:-8px;
  bottom:-8px;
  cursor:se-resize
}
.drpz-picker .cropper-point.point-ne:before {
  position:absolute;
  right:-50%;
  bottom:-50%;
  display:block;
  width:200%;
  height:200%;
  content:" ";
  opacity:0
}
.drpz-picker .cropper-point.point-nw:before {
  position:absolute;
  right:-50%;
  bottom:-50%;
  display:block;
  width:200%;
  height:200%;
  content:" ";
  opacity:0
}
.drpz-picker .cropper-point.point-sw:before {
  position:absolute;
  right:-50%;
  bottom:-50%;
  display:block;
  width:200%;
  height:200%;
  content:" ";
  opacity:0
}
.drpz-picker .cropper-point.point-se:before {
  position:absolute;
  right:-50%;
  bottom:-50%;
  display:block;
  width:200%;
  height:200%;
  content:" ";
  opacity:0
}
.drpz-picker .cropper-invisible {
  opacity:0
}
.drpz-picker .cropper-bg {
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)
}
.drpz-picker .cropper-hide {
  position:absolute;
  display:block;
  width:0;
  height:0
}
.drpz-picker .cropper-hidden {
  display:none!important
}
.drpz-picker .cropper-move {
  cursor:move
}
.drpz-picker .cropper-crop {
  cursor:crosshair
}
.drpz-picker .cropper-disabled .cropper-drag-box,
.drpz-picker .cropper-disabled .cropper-face,
.drpz-picker .cropper-disabled .cropper-line,
.drpz-picker .cropper-disabled .cropper-point {
  cursor:not-allowed
}
.fst-icon {
  display:block;
  min-width:22px;
  height:22px;
  margin-bottom:3px;
  background-size:22px!important;
  background-position:50% 50%!important
}
.fst-icon--broken-image {
  display:block;
  min-width:48px;
  height:48px;
  margin:10px;
  background:url(assets/images/icon-broken-image.svg) no-repeat;
  background-size:48px;
  background-position:50% 50%
}
.fst-icon--crop-black {
  background:url(assets/images/icon-crop-black.svg) no-repeat
}
.fst-icon--crop-blue {
  background:url(assets/images/icon-crop-blue.svg) no-repeat
}
.fst-icon--rotate-black {
  background:url(assets/images/icon-rotate-black.svg) no-repeat
}
.fst-icon--rotate-blue {
  background:url(assets/images/icon-rotate-blue.svg) no-repeat
}
.fst-icon--circle-black {
  background:url(assets/images/icon-circle-black.svg) no-repeat
}
.fst-icon--circle-blue {
  background:url(assets/images/icon-circle-blue.svg) no-repeat
}
.fst-icon--mask-blue {
  background:url(assets/images/icon-image-mask-blue.svg) no-repeat
}
.fst-icon--mask-black {
  background:url(assets/images/icon-image-mask-black.svg) no-repeat
}
.drpz-transformer {
  width:100%;
  height:100%;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -ms-grid-row-align:center;
  align-items:center;
  justify-content:center
}
.drpz-transformer__go-back {
  cursor:pointer;
  position:absolute;
  width:24px;
  height:24px;
  z-index:2;
  width:24px;
  height:24px;
  display:block;
  background:url(assets/images/icon-arrow-back-grey.svg) no-repeat;
  top:13px;
  left:10px;
  z-index:10006;
  opacity:1;
  transition:all .2s ease-out
}
@media screen and (max-width:768px) {
  .drpz-transformer__go-back {
    width:32px;
    height:32px;
    top:9px;
    background:url(assets/images/icon-back-normal--mobile.svg) no-repeat
  }
  .drpz-transformer__go-back:active {
    background:url(assets/images/icon-back-active--mobile.svg) no-repeat
  }
}
.drpz-transformer__go-back:hover {
  opacity:.5
}
.fst-sidebar {
  display:flex;
  flex-direction:column;
  position:absolute;
  left:0;
  z-index:10005;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  overflow-x:hidden;
  overflow-y:auto;
  background-color:#eee
}
@media screen and (min-width:769px) {
  .fst-sidebar {
    top:0;
    height:100%;
    border-right:1px solid #ddd;
    width:60px
  }
}
@media screen and (max-width:768px) {
  .fst-sidebar {
    justify-content:space-around;
    overflow-x:auto;
    flex-direction:row;
    border-top:1px solid #ddd;
    bottom:54px;
    width:100%
  }
  .fst-sidebar--whitelabel {
    bottom:54px
  }
}
.fst-sidebar__option {
  width:50px;
  height:50px;
  margin:10px 5px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:500;
  cursor:pointer;
  text-transform:capitalize;
  transition:all .3s ease-in;
  border-radius:3px;
  outline:0
}
.fst-sidebar__option:focus {
  box-shadow:0 0 5px 1px rgba(112,112,112,.5)
}
@media screen and (max-width:768px) {
  .fst-sidebar__option {
    height:40px;
    flex:1 1 40px
  }
}
.fst-sidebar__option--active {
  color:#2e68fb
}
.fst-sidebar__option--disabled {
  background:#eee;
  color:#000;
  pointer-events:none;
  opacity:.3
}
@keyframes __fs-rotation {
  from {
    transform:rotate(0)
  }
  to {
    transform:rotate(359deg)
  }
}
@keyframes __fs-rotation-reverse {
  from {
    transform:rotate(359deg)
  }
  to {
    transform:rotate(0)
  }
}
.drpz-blocked__container {
  text-align:center
}
.drpz-text__subheader {
  color:#929292;
  line-height:20px;
  font-size:13px;
  font-weight:400
}
.drpz-text__subheader a {
  color:#444
}
.drpz-text__title {
  color:#444;
  font-size:20px;
  font-weight:400
}
.drpz-label {
  font-weight:500
}
.drpz-picker__close-button {
  background-repeat:no-repeat;
  background-position:center;
  z-index:10050;
  cursor:pointer;
  display:block;
  width:22px;
  height:22px;
  outline:0;
  position:absolute;
  top:13px;
  right:10px;
  opacity:.5;
  transition:all .2s ease-out
}
.drpz-picker__close-button:hover {
  opacity:1
}
.drpz-button {
  display:inline-block;
  font-family:Roboto-regular,Roboto,sans-serif;
  font-size:13px;
  font-weight:400;
  height:38px;
  line-height:38px;
  padding:0 30px;
  border-radius:4px;
  border-width:1px;
  border-style:solid;
  border-color:transparent;
  cursor:pointer;
  -webkit-user-select:none;
  user-select:none;
  -moz-user-select:none;
  outline:0;
  transition:all .2s cubic-bezier(.84,.02,.37,.74)
}
.drpz-button:focus {
  box-shadow:0 0 5px 1px rgba(112,112,112,.5)
}
@media screen and (max-width:768px) {
  .drpz-button {
    padding:0 18px
  }
}
.drpz-button:hover {
  opacity:.8
}
.drpz-button--primary {
  color:rgba(255,255,255,.9);
  background-color:#2e68fb
}
.drpz-button--disabled {
  background-color:rgba(46,104,251,.5);
  cursor:not-allowed;
  transition:none
}
.drpz-button--disabled>.drpz-badge--bright {
  color:rgba(46,104,251,.5)
}
.drpz-button--outline {
  color:#2e68fb;
  border:1px solid rgba(46,104,251,.5)
}
.drpz-button--outline:hover {
  opacity:1;
  border:1px solid #2e68fb
}
.drpz-button--cancel {
  border:1px solid #cfcfcf;
  color:#444
}
.drpz-button--cancel:hover {
  opacity:.7
}
.drpz-button--cancel-disabled {
  pointer-events:none;
  opacity:.5;
  transition:none
}
.drpz-button--cancel-disabled>.drpz-badge--bright {
  color:rgba(46,104,251,.5)
}
.drpz-button--outline-disabled {
  cursor:not-allowed;
  opacity:.5;
  transition:none
}
.drpz-button--outline-disabled:hover {
  opacity:.5;
  transition:none
}
.drpz-button--auth {
  color:#fcfcfc;
  background-color:#2e68fb;
  margin:auto;
  line-height:48px;
  height:48px;
  padding-left:30px;
  padding-right:30px;
  transition:none
}
.drpz-button--video,
.drpz-button--webcam {
  display:flex;
  justify-content:center;
  align-items:center;
  width:106px
}
.drpz-button--authgoogle {
  margin-bottom:20px;
  outline:0;
  cursor:pointer;
  font-size:14px;
  font-weight:500;
  font-family:Roboto;
  color:#3c4043;
  background:#fff;
  border:1px solid #ddd;
  border-radius:4px;
  height:42px;
  line-height:38px;
  padding:0 10px;
  vertical-align:middle
}
.drpz-button--authgoogle span::-moz-selection {
  background:0 0
}
.drpz-button--authgoogle span::selection {
  background:0 0
}
.drpz-button--authgoogle svg {
  vertical-align:middle;
  margin-right:14px;
  width:20px;
  height:20px
}
.drpz-icon {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:0 0;
  text-indent:-9999px;
  overflow:hidden
}
.drpz-icon.drpz-custom-icon {
  text-indent:initial
}
.drpz-icon--filestack {
  display:flex;
  height:18px;
  min-width:18px;
  margin:0 0 0 5px;
  background:url(assets/images/icon-filestack-f-small.svg) no-repeat
}
.drpz-icon--auth {
  display:flex;
  margin:auto;
  width:56px;
  height:56px
}
.drpz-icon--local_file_system {
  background-image:url(assets/images/icon-computer.svg)
}
@media screen and (max-width:768px) {
  .drpz-icon--local_file_system {
    background-image:url(assets/images/icon-device--mobile.svg)
  }
}
.drpz-icon--go-back {
  background-image:url(assets/images/icon-go-back.svg)
}
.drpz-icon--home {
  background-image:url(assets/images/icon-home.svg)
}
.drpz-icon--close-modal {
  background-image:url("/cdn/shop/files/drpz-close.svg?v=1758140216")
}
.drpz-icon--box {
  background-image:url(assets/images/icon-box.svg)
}
.drpz-icon--clouddrive {
  background-image:url(assets/images/icon-clouddrive.svg)
}
.drpz-icon--customsource {
  background-image:url(assets/images/icon-customsource.svg)
}
.drpz-icon--dropbox {
  background-image:url(assets/images/icon-dropbox.svg)
}
.drpz-icon--evernote {
  background-image:url(assets/images/icon-evernote.svg)
}
.drpz-icon--facebook {
  background-image:url(assets/images/icon-facebook.svg)
}
.drpz-icon--flickr {
  background-image:url(assets/images/icon-flickr.svg)
}
.drpz-icon--github {
  background-image:url(assets/images/icon-github.svg)
}
.drpz-icon--googledrive {
  background-image:url(assets/images/icon-googledrive.svg)
}
.drpz-icon--gmail {
  background-image:url(assets/images/icon-gmail.svg)
}
.drpz-icon--imagesearch {
  background-image:url(assets/images/icon-search.svg)
}
.drpz-icon--globalsearch {
  background-image:url(assets/images/icon-search.svg)
}
.drpz-icon--instagram {
  background-image:url(assets/images/icon-instagram.svg)
}
.drpz-icon--tint {
  background-image:url(assets/images/icon-tint.svg)
}
.drpz-icon--onedrive {
  background-image:url(assets/images/icon-onedrive.svg)
}
.drpz-icon--onedriveforbusiness {
  background-image:url(assets/images/icon-odb.svg)
}
.drpz-icon--picasa {
  background-image:url(assets/images/icon-gphotos.svg)
}
.drpz-icon--googlephotos {
  background-image:url(assets/images/icon-gphotos.svg)
}
.drpz-icon--url {
  background-image:url(assets/images/icon-source-url.svg)
}
.drpz-icon--webcam {
  background-image:url(assets/images/icon-webcam.svg)
}
.drpz-icon--webcam-disabled {
  background-image:url(assets/images/icon-webcam-disabled.svg)
}
.drpz-icon--video {
  background-image:url(assets/images/icon-video.svg)
}
.drpz-icon--unsplash {
  background-image:url(assets/images/icon-unsplash.svg)
}
.drpz-icon--audio {
  background-image:url(assets/images/icon-audio-record.svg)
}
.drpz-icon--video-disabled {
  background-image:url(assets/images/icon-video-disabled.svg)
}
.drpz-icon--webcam-start {
  display:block;
  height:24px;
  min-width:24px;
  background:url(assets/images/icon-webcam-start.svg) no-repeat;
  background-position:50% 50%
}
.drpz-icon--webcam-stop {
  display:block;
  height:24px;
  min-width:24px;
  background:url(assets/images/icon-webcam-stop.svg) no-repeat;
  background-position:50% 50%
}
.drpz-icon--video-stop {
  display:block;
  min-width:24px;
  height:24px;
  background-position:50% 50%;
  background-image:url(assets/images/icon-video-stop.svg)
}
.drpz-icon--video-start {
  display:block;
  min-width:24px;
  height:24px;
  background-position:50% 50%;
  background-image:url(assets/images/icon-video-start.svg)
}
.drpz-navbar--box {
  background:url(assets/images/navbar-box.svg) no-repeat
}
.drpz-navbar--clouddrive {
  background:url(assets/images/navbar-clouddrive.svg) no-repeat
}
.drpz-navbar--dropbox {
  background:url(assets/images/navbar-dropbox.svg) no-repeat
}
.drpz-navbar--evernote {
  background:url(assets/images/navbar-evernote.svg) no-repeat
}
.drpz-navbar--facebook {
  background:url(assets/images/navbar-facebook.svg) no-repeat
}
.drpz-navbar--flickr {
  background:url(assets/images/navbar-flickr.svg) no-repeat
}
.drpz-navbar--github {
  background:url(assets/images/navbar-github.svg) no-repeat
}
.drpz-navbar--googledrive {
  background:url(assets/images/navbar-googledrive.svg) no-repeat
}
.drpz-navbar--gmail {
  background:url(assets/images/navbar-gmail.svg) no-repeat
}
.drpz-navbar--local_file_system {
  background:url("/cdn/shop/files/drpz-src.svg?v=1758140216") no-repeat
}
.drpz-navbar-search {
  background:url(assets/images/navbar-search.svg) no-repeat
}
.drpz-navbar--instagram {
  background:url(assets/images/navbar-instagram.svg) no-repeat
}
.drpz-navbar--imagesearch {
  background:url(assets/images/navbar-imagesearch.svg) no-repeat
}
.drpz-navbar--onedrive {
  background:url(assets/images/navbar-onedrive.svg) no-repeat
}
.drpz-navbar--onedriveforbusiness {
  background:url(assets/images/navbar-onedrive.svg) no-repeat
}
.drpz-navbar--picasa {
  background:url(assets/images/navbar-gphotos.svg) no-repeat
}
.drpz-navbar--googlephotos {
  background:url(assets/images/navbar-gphotos.svg) no-repeat
}
.drpz-navbar--webcam {
  background-image:url(assets/images/icon-webcam.svg)
}
.drpz-navbar--video {
  background-image:url(assets/images/navbar-video.svg)
}
.drpz-navbar--audio {
  background-image:url(assets/images/navbar-audio.svg)
}
.drpz-navbar--unsplash {
  background-image:url(assets/images/navbar-unsplash.svg)
}
.drpz-navbar--url {
  background:url(assets/images/navbar-source-url.svg) no-repeat;
  height:16px!important;
  width:22px!important
}
.drpz-icon--unsplash-logo {
  background-image:url(assets/images/unsplashlogo.svg);
  background-size:59px 59px;
  background-position:50% 50%
}
.drpz-badge {
  display:inline-block;
  min-width:18px;
  height:18px;
  font-size:12px;
  line-height:18px;
  font-weight:500;
  text-align:center;
  text-indent:0;
  border-radius:9px
}
.drpz-button .drpz-badge {
  vertical-align:1px;
  margin-left:4px;
  font-size:10px;
  padding:0 3px
}
.drpz-badge--bright {
  color:#2e68fb;
  background-color:#fff
}
.drpz-badge--source {
  background-color:#2e68fb;
  color:#fcfcfc;
  min-width:15px;
  height:15px;
  padding:0 5px;
  font-size:10px;
  line-height:15px;
  border-radius:10px;
  position:absolute;
  top:4px;
  left:4px
}
[dir=rtl] .drpz-badge--source {
  right:4px;
  left:auto
}
.drpz-badge--file {
  margin-right:10px
}
.drpz-color--error {
  color:#f44336!important
}
.drpz-footer__nav {
  width:100%
}
.drpz-footer__nav--center {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
.drpz-footer__nav--left {
  line-height:38px;
  float:left;
  display:block
}
.drpz-footer__nav--right {
  float:right;
  display:block
}
@media screen and (min-width:769px) {
  [dir=rtl] .drpz-source-list__icon {
    margin:0 11px 0 16px
  }
}
@media screen and (min-width:769px) {
  .drpz-source-list {
    display:flex;
    flex-direction:column;
    width:240px;
    height:100%;
    position:relative;
    overflow-x:hidden;
    overflow-y:auto
  }
  .drpz-source-list::-webkit-scrollbar {
    display:none
  }
}
@media screen and (max-width:768px) {
  .drpz-source-list {
    width:100%;
    overflow-y:auto
  }
}
.drpz-source-list__item {
  position:relative;
  cursor:pointer;
  display:flex;
  align-items:center;
  flex-shrink:0;
  outline:0
}
.drpz-source-list__item:focus {
  box-shadow:0 0 5px 1px rgba(112,112,112,.5)
}
.drpz-source-list__item:hover {
  color:#2e68fb;
  transition:all .2s ease-in
}
.drpz-source-list__item--active {
  background-color:#eee;
  transition:all .2s ease-in
}
.drpz-source-list__item--disabled {
  opacity:.6;
  pointer-events:none;
  cursor:none
}
@media screen and (min-width:769px) {
  .drpz-source-list__item {
    width:240px;
    height:50px
  }
}
@media screen and (max-width:768px) {
  .drpz-source-list__item {
    width:100%
  }
}
@media screen and (min-width:769px) {
  .drpz-source-list__icon {
    width:38px;
    height:38px;
    margin:0 16px 0 11px
  }
}
@media screen and (max-width:768px) {
  .drpz-source-list__icon {
    display:block;
    width:32px;
    height:32px;
    margin:13px
  }
}
.drpz-source-list__label {
  font-size:13px;
  font-weight:400
}
@media screen and (max-width:768px) {
  .drpz-source-list__label {
    font-size:16px
  }
}
.drpz-source-list__logout {
  position:absolute;
  top:50%;
  right:10px;
  transform:translateY(-50%);
  color:#2e68fb;
  font-size:13px
}
.drpz-local-source__fileinput {
  width:.1px;
  height:.1px;
  opacity:0;
  overflow:hidden;
  position:absolute;
  z-index:-1
}
.drpz-drop-area-container {
  height:100%;
  padding:30px
}
.drpz-drop-area {
  background-color:#eee;
  cursor:pointer;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -ms-grid-row-align:center;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  text-align:center;
  transition:all .2s ease-out;
  flex-direction:column;
  outline:0
}
.drpz-drop-area:hover {
  background-color:rgba(255,255,255,.5);
  transition:all .2s ease-in
}
.drpz-drop-area:focus {
  box-shadow:0 0 5px 1px rgba(112,112,112,.5)
}
@media screen and (min-width:769px) {
  .drpz-drop-area {
    border:1px dashed #bdbdbd
  }
}
.drpz-drop-area__title {
  margin-top:75px
}
.drpz-drop-area__subtitle {
  margin-top:10px;
  color:#9e9e9e
}
@media screen and (max-width:768px) {
  .drpz-drop-area__subtitle {
    display:none
  }
}
.drpz-select-labels {
  transition:all .2s ease-out;
  background-image:url("/cdn/shop/files/drpz-file.svg?v=1758140217");
  background-repeat:no-repeat;
  background-position:50% 0
}
.drpz-select-labels--active {
  background-image:url(assets/images/icon-add-files-blue.svg)
}
.drpz-dropzone-overlay {
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:2147483647
}
.drpz-dropzone-overlay__text {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
.drpz-grid {
  width:100%;
  padding:10px
}
.drpz-grid__cell--dark {
  position:absolute;
  display:none;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,.3)
}
.drpz-grid__thumbnail .--preview {
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain
}
.fps-grid__type-grid {
  display:flex;
  flex-wrap:wrap
}
.fps-grid__type-grid .drpz-grid__cell {
  width:calc(25% - 4px);
  min-width:calc(25% - 4px);
  position:relative;
  margin:2px;
  height:160px;
  padding:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:5px;
  outline:0
}
.fps-grid__type-grid .drpz-grid__cell .drpz-grid__text {
  width:90%;
  padding-right:0;
  text-align:center;
  display:inline-block
}
.fps-grid__type-grid .drpz-grid__cell.drpz-grid__cell--thumbnail {
  overflow:hidden
}
.fps-grid__type-grid .drpz-grid__cell:hover {
  opacity:.9
}
.fps-grid__type-grid .drpz-grid__cell:focus {
  box-shadow:0 0 5px 1px rgba(112,112,112,.5)
}
@media screen and (max-width:768px) {
  .fps-grid__type-grid .drpz-grid__cell {
    flex-basis:calc(50% - 4px);
    width:calc(50% - 4px)
  }
}
@media screen and (min-width:769px) and (max-width:768px) {
  .fps-grid__type-grid .drpz-grid__cell {
    width:calc(25% - 4px);
    flex-basis:calc(25% - 4px)
  }
}
.fps-grid__type-grid .drpz-grid__icon-folder-add {
  width:26px;
  height:26px;
  position:absolute;
  top:14px;
  right:14px;
  z-index:10000
}
.fps-grid__type-grid .drpz-badge--file {
  position:absolute;
  color:#fff;
  background:#2e68fb;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  margin-right:0;
  font-size:9px;
  padding:0 3px
}
.fps-grid__type-grid .drpz-loading--folder {
  width:26px;
  height:26px;
  top:14px;
  right:14px
}
.fps-grid__type-grid .drpz-grid__cell--selected {
  background-color:rgba(215,215,215,.5)
}
.fps-grid__type-grid .drpz-grid__cell--selected:hover {
  background-color:rgba(215,215,215,.5)
}
.fps-grid__type-grid .drpz-grid__cell--selected.drpz-grid__cell--thumbnail .drpz-grid__cell--dark {
  display:block
}
.fps-grid__type-grid .drpz-grid__cell--selected .drpz-grid__text {
  color:#444
}
.fps-grid__type-grid .drpz-grid__icon--selected {
  background:url(assets/images/icon-check-large.svg);
  width:26px;
  height:26px;
  position:absolute;
  top:14px;
  right:14px;
  z-index:10000
}
.fps-grid__type-grid .drpz-grid__icon {
  background-size:contain;
  width:40%;
  height:40%;
  flex-grow:1;
  margin-right:0
}
.fps-grid__type-grid .drpz-grid__thumbnail {
  border-radius:2px;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%
}
.fps-grid__type-grid .drpz-grid__text {
  flex:none
}
.drpz-grid__separator {
  background-color:#ddd;
  height:1px;
  border:none;
  margin:10px 10px 0 10px
}
.drpz-grid__label {
  width:100%;
  text-transform:uppercase;
  font-size:12px;
  font-weight:500;
  color:#555;
  padding:10px 0
}
.drpz-grid__cell {
  display:flex;
  align-items:center;
  padding:0 10px;
  position:relative;
  width:100%;
  height:38px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin:1px 0;
  background:#fcfcfc;
  box-shadow:0 1px 1px 0 #ddd;
  border-radius:2px;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  transition:background .2s ease-in;
  outline:0
}
.drpz-grid__cell:focus {
  box-shadow:0 0 5px 1px rgba(112,112,112,.5)
}
.drpz-grid__cell:hover {
  transition:background .2s ease-out;
  background:#f8f8f8
}
.drpz-grid__cell--selected {
  background-color:#2e68fb
}
.drpz-grid__cell--selected:hover {
  background-color:#2d51fb
}
.drpz-grid__text {
  flex:1;
  display:flex;
  font-size:13px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  padding-right:5px;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}
.drpz-grid__text--selected {
  color:#fcfcfc
}
.drpz-grid__thumbnail {
  height:25px;
  width:25px;
  overflow:hidden;
  max-width:25px;
  min-width:25px;
  -o-object-fit:contain;
  object-fit:contain
}
.drpz-grid__icon {
  display:flex;
  margin-right:10px;
  background-position:50% 50%!important
}
.drpz-grid__icon--selected {
  display:flex;
  margin-left:5px;
  background:url(assets/images/icon-check-small.svg) no-repeat;
  min-width:22px;
  height:22px;
  background-position:50% 50%!important
}
.drpz-grid__icon-image {
  background:url(assets/images/icon-image-grey.svg) no-repeat;
  background-position:50% 50%;
  background-size:15px 17px;
  height:20px;
  width:20px;
  max-width:20px;
  min-width:20px
}
.drpz-grid__icon-audio {
  background:url(assets/images/icon-audio-grey.svg) no-repeat;
  background-position:50% 50%;
  height:20px;
  min-width:20px
}
.drpz-grid__icon-audio--selected {
  background:url(assets/images/icon-audio-white.svg) no-repeat;
  background-position:50% 50%;
  height:20px;
  min-width:20px
}
.drpz-grid__icon-folder {
  background:url(assets/images/icon-folder-grey.svg) no-repeat;
  background-position:50% 50%;
  height:12px;
  min-width:20px
}
.drpz-grid__icon-folder--selected {
  background:url(assets/images/icon-folder-white.svg) no-repeat;
  background-position:50% 50%;
  height:12px;
  min-width:20px
}
.drpz-grid__icon-pdf {
  background:url(assets/images/icon-pdf-grey.svg) no-repeat;
  background-position:50% 50%;
  height:18px;
  min-width:20px
}
.drpz-grid__icon-pdf--selected {
  background:url(assets/images/icon-pdf-white.svg) no-repeat;
  background-position:50% 50%;
  height:18px;
  min-width:20px
}
.drpz-grid__icon-zip {
  background:url(assets/images/icon-zip-grey.svg) no-repeat;
  background-position:50% 50%;
  height:20px;
  min-width:20px
}
.drpz-grid__icon-zip--selected {
  background:url(assets/images/icon-zip-white.svg) no-repeat;
  background-position:50% 50%;
  height:20px;
  min-width:20px
}
.drpz-grid__icon-file {
  background:url(assets/images/icon-file-grey.svg) no-repeat;
  background-position:50% 50%;
  height:16px;
  min-width:20px
}
.drpz-grid__icon-file--selected {
  background:url(assets/images/icon-file-white.svg) no-repeat;
  background-position:50% 50%;
  height:16px;
  min-width:20px
}
.drpz-grid__icon-folder-add {
  display:flex;
  background:url(assets/images/icon-folder-circle.svg) no-repeat;
  background-position:50% 50%;
  min-width:22px;
  height:22px;
  opacity:.7
}
.drpz-grid__icon-folder-add:hover {
  opacity:1
}
.drpz-mobile-menu {
  background-image:url(assets/images/icon-menu-mobile.svg);
  position:absolute;
  top:10px;
  left:13px;
  width:32px;
  height:32px;
  cursor:pointer
}
.drpz-mobile-menu:active {
  background-image:url(assets/images/icon-menu-mobile--active.svg)
}
@media screen and (min-width:769px) {
  .drpz-mobile-menu {
    display:none
  }
}
.drpz-mobile-cam {
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%
}
.drpz-notifications__container {
  position:absolute;
  top:10px;
  left:50%;
  transform:translateX(-45%);
  font-family:Roboto-regular,Roboto,sans-serif;
  max-width:500px;
  min-width:300px;
  color:rgba(255,255,255,.9);
  padding:15px 50px;
  border-radius:4px;
  z-index:2147483647;
  background:url(assets/images/icon-no-cloud.svg) 15px 50% no-repeat;
  background-color:#ff2314;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -ms-grid-row-align:center;
  align-items:center;
  justify-content:center
}
@media screen and (max-width:768px) {
  .drpz-notifications__container {
    width:60%;
    min-width:auto;
    transform:translateX(-50%)
  }
}
.drpz-notifications__container.drpz-notifications__success {
  background:#4caf50;
  padding:15px 20px
}
.drpz-notifications__close-button {
  background:url(assets/images/icon-times.svg) 50% 50% no-repeat;
  width:20px;
  height:20px;
  border-radius:15px;
  background-size:10px;
  position:absolute;
  right:10px;
  bottom:10px;
  top:50%;
  transform:translateY(-50%);
  cursor:pointer
}
.drpz-notifications__back-button {
  background-color:#fff;
  color:#ff2314;
  font-size:13px;
  padding:5px 10px;
  border-radius:4px;
  cursor:pointer;
  position:absolute;
  right:12px;
  flex:1 1 100px
}
.drpz-notifications__message {
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:13px;
  font-weight:500
}
.drpz-notifications__message:first-letter {
  text-transform:uppercase
}
.drpz-url-source__form {
  display:block;
  position:relative;
  width:60%;
  margin:0
}
@media screen and (max-width:768px) {
  .drpz-url-source__form {
    width:100%
  }
}
.drpz-image-search {
  height:100%;
  width:100%
}
.drpz-image-search__form-container {
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -ms-grid-row-align:center;
  align-items:center;
  justify-content:center;
  padding:40px 20px;
  width:100%;
  height:100%
}
.drpz-image-search__form-container--results {
  height:auto
}
.drpz-image-search__input {
  font:13px Roboto-regular,Roboto,sans-serif;
  width:300px;
  padding:10px;
  padding-right:38px;
  border-radius:3px;
  box-shadow:none;
  border:1px solid #cacaca;
  outline:0;
  z-index:10001;
  transition:all .2s ease-out
}
.drpz-image-search__input:focus {
  border:1px solid #999
}
.drpz-image-search__input::-ms-clear {
  display:none
}
.drpz-image-search__submit-icon {
  outline:0;
  min-width:18px;
  height:18px;
  background:url(assets/images/icon-search-button.svg) no-repeat;
  background-position:50% 50%
}
.drpz-image-search__results {
  width:100%
}
.drpz-summary {
  padding-bottom:50px;
  height:100%
}
@media screen and (max-width:768px) {
  .drpz-summary {
    width:100%
  }
}
.drpz-summary__header {
  display:flex;
  padding:10px;
  align-items:center;
  border-bottom:1px solid #e0e0e0
}
.drpz-summary__body {
  overflow-y:auto;
  height:100%;
  padding:10px
}
.drpz-summary__body.drpz-summary__has-actions {
  height:calc(100% - 54px - 10px)
}
.drpz-summary__try-again {
  text-decoration:underline;
  margin-left:5px;
  cursor:pointer
}
.drpz-summary__filter {
  position:relative;
  margin-left:auto
}
.drpz-summary__filter>input {
  font:13px Roboto-regular,Roboto,sans-serif;
  color:#444;
  background:#fff;
  width:180px;
  height:35px;
  line-height:35px;
  padding:0 15px 0 30px;
  text-align:center;
  border-radius:2px;
  border:1px solid #dfdfdf;
  outline:0
}
.drpz-summary__filter>input:focus {
  box-shadow:0 0 5px 1px rgba(112,112,112,.5)
}
@media screen and (max-width:768px) {
  .drpz-summary__filter {
    margin:0 auto
  }
}
.drpz-summary__filter-icon {
  background:url(assets/images/icon-filter.svg);
  position:absolute;
  top:10px;
  left:8px;
  width:14px;
  height:14px
}
.drpz-summary__apply-icon {
  background:url(assets/images/icon-check-material.svg);
  color:#00f;
  width:26px;
  height:26px;
  display:inline-block;
  position:relative;
  top:9px;
  left:-33px
}
.drpz-summary__cancel-icon {
  background:url(assets/images/icon-cancel-material.svg);
  background-size:contain;
  width:18px;
  height:18px;
  display:inline-block;
  position:relative;
  top:4px;
  left:-26px
}
.drpz-summary__edit-icon {
  background:url(assets/images/icon-edit-material.svg);
  background-size:contain;
  width:14px;
  height:14px;
  display:inline-block;
  position:relative;
  top:2px
}
.drpz-summary__item {
  display:flex;
  position:relative;
  background:#f8f8f8;
  align-items:center;
  font-size:13px;
  height:70px;
  margin:4px 0;
  background:#fff
}
.drpz-summary__item.editingAltText {
  height:85px
}
.drpz-summary__item.editingAltText .drpz-summary__item-name {
  margin-top:10px
}
.drpz-summary__item-progress {
  position:absolute;
  left:0;
  bottom:0;
  height:2px;
  background:#2e68fb;
  transition:width .2s
}
.drpz-summary__item-name {
  display:block;
  line-height:15px;
  padding:0 6px;
  flex-grow:1;
  flex-shrink:1;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis
}
.drpz-summary__item-name>span {
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden
}
.drpz-summary__alttext {
  margin-top:5px
}
.drpz-summary__alttext .caption {
  text-transform:uppercase
}
.drpz-summary__alttext .alt-text {
  display:inline-block;
  max-width:70%;
  overflow:hidden;
  text-overflow:ellipsis;
  position:relative;
  top:3px
}
.drpz-summary__alttext>input {
  font:13px Roboto-regular,Roboto,sans-serif;
  color:#444;
  background:#fff;
  width:180px;
  line-height:30px;
  height:30px;
  padding:0 30px 0 10px;
  border-radius:5px;
  border:1px solid #dfdfdf;
  outline:0;
  margin:3px
}
.drpz-summary__alttext>input:focus {
  box-shadow:0 0 5px 1px rgba(112,112,112,.5)
}
@media screen and (max-width:768px) {
  .drpz-summary__alttext {
    margin:0 auto
  }
}
.drpz-grid__unsplash_meta {
  display:block;
  opacity:.5;
  font-size:12px;
  color:#222;
  padding-top:3px
}
.drpz-grid__unsplash_meta a {
  font-size:12px;
  text-decoration:none;
  color:#444
}
.drpz-grid__unsplash_meta a:hover {
  text-decoration:underline
}
.drpz-summary__size {
  display:block;
  opacity:.5;
  font-size:12px;
  color:#222;
  padding-top:3px
}
.--error {
  display:block;
  opacity:.5;
  font-size:12px;
  color:red;
  padding-top:3px
}
.drpz-summary__folder-count {
  color:#b7b7b7;
  font-size:12px;
  padding-left:12px
}
@media screen and (max-width:768px) {
  .drpz-summary__folder-count {
    display:block;
    padding-left:0
  }
}
.drpz-summary__thumbnail-container {
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -ms-grid-row-align:center;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  border-radius:100px;
  background:#ececec;
  margin-left:6px;
  margin-right:6px;
  -webkit-user-select:none;
  user-select:none;
  -moz-user-select:none
}
.drpz-summary__thumbnail-container>span {
  display:flex;
  flex:0
}
.drpz-summary__thumbnail {
  width:50px!important;
  height:50px;
  display:flex;
  -o-object-fit:contain;
  object-fit:contain;
  -webkit-user-select:none;
  user-select:none;
  -moz-user-select:none
}
.drpz-summary__actions-container {
  line-height:24px;
  padding-right:16px;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -ms-grid-row-align:center;
  align-items:center;
  justify-content:center
}
.drpz-summary__action {
  background:#fff;
  cursor:pointer;
  display:flex;
  transition:all .2s ease-out;
  outline:0
}
.drpz-summary__action:focus {
  box-shadow:0 0 5px 1px rgba(112,112,112,.5)
}
.drpz-summary__action:hover {
  opacity:.5
}
.drpz-summary__action--button {
  border:1px solid #dfdfdf;
  border-radius:3px;
  font-size:12px;
  height:35px;
  width:90px;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -ms-grid-row-align:center;
  align-items:center;
  justify-content:center;
  outline:0
}
.drpz-summary__action--button:focus {
  box-shadow:0 0 5px 1px rgba(112,112,112,.5)
}
.drpz-summary__action--button-blue {
  border:1px solid #2e68fb;
  color:#2e68fb
}
.drpz-summary__action--button-blue:hover {
  opacity:.5
}
.drpz-summary__action--loading {
  position:relative;
  justify-content:flex-start;
  padding-left:10px;
  width:106px
}
.drpz-summary__action--loading .drpz-loading--folder {
  top:5px
}
.drpz-summary__action--disabled {
  pointer-events:none;
  opacity:.3
}
.drpz-summary__action--remove {
  background:url(assets/images/icon-remove-grey.svg);
  width:10px;
  height:10px
}
.drpz-summary__action-separator:after {
  display:block;
  height:20px;
  content:"";
  border-left:1px solid #e0e0e0;
  color:#e0e0e0;
  padding:3px 0;
  margin:0 16px
}
.drpz-summary__go-back {
  cursor:pointer;
  position:absolute;
  width:24px;
  height:24px;
  z-index:2;
  width:24px;
  height:24px;
  display:block;
  background:url(assets/images/icon-arrow-back-grey.svg) no-repeat;
  top:12px;
  left:10px;
  z-index:10006;
  opacity:1;
  transition:all .2s ease-out
}
@media screen and (max-width:768px) {
  .drpz-summary__go-back {
    width:32px;
    height:32px;
    top:10px;
    left:50px;
    background:url(assets/images/icon-back-normal--mobile.svg) no-repeat
  }
  .drpz-summary__go-back:active {
    background:url(assets/images/icon-back-active--mobile.svg) no-repeat
  }
}
.drpz-summary__go-back:hover {
  opacity:.5
}
.drpz-cloud__breadcrumbs {
  display:flex;
  flex-wrap:nowrap;
  justify-content:flex-end
}
.drpz-cloud_view-type {
  cursor:pointer
}
.drpz-cloud_view-type-icon {
  display:block;
  min-width:18px;
  min-height:18px
}
.drpz-cloud_view-type-icon-grid::before {
  display:block;
  color:#444;
  content:"";
  margin-right:3px;
  min-width:18px;
  min-height:18px;
  background-position:50% 50%;
  background:url(assets/images/icon-grid-view.svg) no-repeat
}
.drpz-cloud_view-type-icon-list::before {
  display:block;
  color:#444;
  content:"";
  margin-right:3px;
  min-width:18px;
  min-height:18px;
  background-position:50% 50%;
  background:url(assets/images/icon-list-view.svg) no-repeat
}
.drpz-source-auth__wrapper {
  text-align:center;
  padding-top:50px;
  width:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
.drpz-source-auth__el {
  margin-bottom:20px
}
.drpz-cloudname {
  text-transform:capitalize
}
.drpz-cloud-error {
  text-align:center;
  padding-top:50px;
  width:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
.drpz-cloud-error__text {
  font-weight:400;
  font-size:16px;
  margin-bottom:20px
}
.drpz-breadcrumb__container {
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start
}
@media screen and (max-width:768px) {
  .drpz-breadcrumb__container {
    display:none
  }
}
.drpz-breadcrumb__label {
  display:flex;
  align-items:center;
  font-size:13px;
  line-height:15px;
  padding-right:6px;
  cursor:pointer;
  transition:opacity .4s
}
.drpz-breadcrumb__label:hover {
  opacity:.6
}
.drpz-breadcrumb__label:first-child::before {
  display:block;
  content:"";
  margin-right:3px;
  min-width:18px;
  min-height:18px;
  background:url(assets/images/icon-crumbs-home.svg) no-repeat;
  background-position:50% 50%
}
.drpz-breadcrumb__label+.drpz-breadcrumb__label::before {
  content:"›";
  padding-right:6px
}
.drpz-breadcrumb__label.drpz-breadcrumb__tryagain::before {
  display:block;
  content:"";
  margin-right:3px;
  min-width:18px;
  min-height:18px;
  width:18px;
  height:18px;
  background:url(assets/images/icon-rotate-left.svg) no-repeat;
  background-position:50% 50%;
  background-size:18px 18px
}
.drpz-breadcrumb__label.drpz-breadcrumb__tryagain {
  background:#f5f5f5;
  border:1px solid #d1d1d1;
  border-radius:4px;
  padding:4px 16px 4px 10px;
  font-weight:600;
  box-shadow:0 1px 2px rgba(0,0,0,.04);
  transition:background .2s,box-shadow .2s;
  margin-right:8px
}
.drpz-breadcrumb__label.drpz-breadcrumb__tryagain:hover {
  background:#eaeaea;
  box-shadow:0 2px 6px rgba(0,0,0,.08)
}
.drpz-cloud__breadcrumbs {
  width:100%;
  padding:15px 10px 14px 10px;
  border-bottom:1px solid #ddd
}
@media screen and (max-width:768px) {
  .drpz-cloud__breadcrumbs {
    display:none
  }
}
.drpz-loading {
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -ms-grid-row-align:center;
  align-items:center;
  justify-content:center;
  width:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:10004;
  cursor:progress;
  height:450px
}
@media screen and (max-width:768px) {
  .drpz-loading {
    height:calc(100% - 40px)
  }
}
.drpz-loading::before {
  display:block;
  z-index:10009;
  content:"";
  width:43px;
  height:43px;
  background:url(assets/images/loading-spinner.png) no-repeat;
  background-position:50% 50%;
  animation:__fs-rotation-reverse .4s infinite linear;
  transform-origin:50% 50%
}
.drpz-loading--folder {
  position:absolute;
  right:10px;
  top:8px
}
.drpz-loading--folder.center {
  position:absolute;
  right:50%;
  top:50%
}
.drpz-loading--folder::after {
  content:"";
  display:block;
  width:22px;
  height:22px;
  background:url(assets/images/loading-spinner-small.png);
  animation:__fs-rotation-reverse .4s infinite linear;
  transform-origin:50% 50%
}
.drpz-loading-more-indicator {
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  margin-bottom:5px
}
.drpz-webcam__container {
  width:100%;
  height:calc(100% - 50px);
  padding:10px;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -ms-grid-row-align:center;
  align-items:center;
  justify-content:center
}
.drpz-webcam {
  width:100%;
  height:100%;
  overflow:hidden;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -ms-grid-row-align:center;
  align-items:center;
  justify-content:center
}
.drpz-webcam__image {
  -o-object-fit:cover;
  object-fit:cover
}
.drpz-webcam__video {
  -o-object-fit:fill;
  object-fit:fill
}
.drpz-unsplash-source__container {
  width:100%;
  height:100%;
  padding:40px 20px;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -ms-grid-row-align:center;
  align-items:center;
  justify-content:center
}
.drpz-unsplash-source__container.drpz-unsplash-is_filled {
  align-items:flex-start;
  height:auto
}
.drpz-unsplash-logo {
  width:59px;
  height:59px;
  margin:0 auto 30px auto
}
.drpz-unsplash-title {
  font-size:21px;
  line-height:25px;
  color:#444;
  text-align:center;
  margin-bottom:40px
}
.drpz-unsplash-subtitle {
  text-align:center;
  margin-top:10px;
  font-size:12px;
  line-height:14px;
  color:#929292
}
.drpz-unsplash-subtitle a {
  color:#929292
}
.drpz-unsplash_message {
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column
}
.drpz-unsplash_message p {
  margin:10px 0
}
.drpz-unsplash-source__form {
  width:60%;
  position:relative
}
@media screen and (max-width:768px) {
  .drpz-unsplash-source__form {
    width:100%
  }
}
.drpz-grid_provider_unsplash.fps-grid__type-grid {
  padding-bottom:5px
}
.drpz-grid_provider_unsplash.fps-grid__type-grid.drpz-grid_mobile .drpz-grid__cell--thumbnail .drpz-grid__unsplash_meta {
  opacity:1;
  visibility:visible
}
.drpz-grid_provider_unsplash.fps-grid__type-grid .drpz-grid__cell--thumbnail {
  position:relative
}
.drpz-grid_provider_unsplash.fps-grid__type-grid .drpz-grid__cell--thumbnail:hover .drpz-grid__unsplash_meta {
  visibility:visible;
  opacity:.9
}
.drpz-grid_provider_unsplash.fps-grid__type-grid .drpz-grid__cell--thumbnail .drpz-grid__unsplash_meta {
  white-space:nowrap;
  color:#444;
  overflow:hidden;
  text-overflow:ellipsis;
  text-align:center;
  visibility:hidden;
  transition:.3s all;
  background:#fff;
  opacity:0;
  position:absolute;
  padding:2px 15px;
  bottom:0;
  left:0;
  right:0
}
.drpz-grid_provider_unsplash.fps-grid__type-grid .drpz-grid__cell--thumbnail .drpz-grid__unsplash_meta a {
  font-size:12px;
  text-decoration:none;
  color:#444
}
.drpz-grid_provider_unsplash.fps-grid__type-grid .drpz-grid__cell--thumbnail .drpz-grid__unsplash_meta a:hover {
  text-decoration:underline
}
.drpz-image-unsplash_no_results {
  display:block;
  height:100%;
  width:100%;
  text-align:center;
  margin-top:30px
}
.drpz-grid_provider_unsplash.fps-grid__type-list .drpz-grid__thumbnail {
  height:30px;
  width:30px;
  max-width:30px;
  min-width:30px
}
.drpz-grid_provider_unsplash.fps-grid__type-list .drpz-grid__cell--thumbnail {
  height:60px
}
.drpz-grid_provider_unsplash.fps-grid__type-list .drpz-grid__text {
  display:flex;
  flex-direction:column
}
.drpz-grid_provider_unsplash.fps-grid__type-list .drpz-grid__unsplash_meta a {
  text-decoration:none;
  color:#989aa0
}
.drpz-custom-source-button {
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%
}
.drpz-picker--custom-source {
  list-style:none;
  width:100%;
  padding:10px;
  height:100%;
  margin:0
}
#fs-custom-placeholder.grid .drpz-picker--custom-source {
  display:flex;
  flex-wrap:wrap;
  padding-bottom:100px;
  overflow:auto
}
#fs-custom-placeholder.grid .drpz-picker--custom-source li {
  width:32%;
  margin:0 1% 1% 0;
  flex-direction:column;
  height:auto;
  padding-bottom:1%
}
#fs-custom-placeholder.grid .drpz-picker--custom-source li img {
  width:200px;
  height:200px;
  margin:.5em
}
.drpz-picker--custom-source li {
  align-items:center;
  padding:0 10px;
  width:100%;
  height:38px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin:1px 0;
  background:#fcfcfc;
  display:flex;
  align-items:center;
  box-shadow:0 1px 1px 0 #ddd;
  border-radius:2px;
  cursor:pointer
}
.drpz-picker--custom-source li.file-selected {
  background-color:#2d51fb
}
.drpz-picker--custom-source li.file-selected span {
  color:#fff
}
.drpz-picker--custom-source li img {
  margin-right:10px;
  width:20px;
  height:20px
}
.drpz-picker--custom-source li span {
  white-space:nowrap;
  overflow:hidden;
  font-size:13px;
  color:#444;
  text-overflow:ellipsis;
  padding-right:5px
}
.drpz-picker--custom-source-header {
  padding:10px 10px 0 10px;
  display:flex;
  justify-content:center
}
#fs-custom-placeholder .drpz-picker--custom-source-header span {
  background:url(assets/images/icon-grid-view.svg) no-repeat;
  width:20px;
  height:20px
}
#fs-custom-placeholder.grid .drpz-picker--custom-source-header span {
  background:url(assets/images/icon-list-view.svg) no-repeat;
  width:20px;
  height:20px
}
.drpz-picker--custom-source-footer {
  position:absolute;
  align-items:center;
  right:0;
  bottom:0;
  left:0;
  padding:10px;
  display:flex;
  align-items:center;
  padding:10px;
  background:#eee;
  height:54px;
  justify-content:space-between
}
.drpz-picker--custom-source-footer span {
  font-size:13px;
  color:#444
}
.drpz-picker--custom-source-footer button {
  color:fff;
  background-color:#2e68fb;
  font-family:Roboto-regular,Roboto,sans-serif;
  font-size:13px;
  font-weight:400;
  height:38px;
  line-height:38px;
  padding:0 30px;
  border-radius:4px;
  border-width:1px;
  border-style:solid;
  border-color:transparent;
  cursor:pointer
}
.drpz-picker--custom-source-footer button:not(.btn-disabled):hover {
  opacity:.8
}
.drpz-picker--custom-source-footer button.btn-disabled {
  background:#e2e2e2;
  color:#444
}
.drpz-footer.drpz-footer--appeared.hidden {
  display:none
}
.drpz-picker-appear-active {
  transition:opacity .3s
}
.drpz-picker-appear-to {
  opacity:1
}
.drpz-picker-appear {
  opacity:0
}
.drpz-picker-fade-enter-active {
  transition:opacity .3s
}
.drpz-picker-fade-enter-to {
  opacity:1
}
.drpz-picker-fade-enter {
  opacity:0
}
.drpz-picker {
  position:fixed;
  transition:opacity .33s;
  z-index:2147483647;
  top:0;
  right:0;
  bottom:0;
  left:0;
  line-height:1.4;
  font-family:Roboto-regular,Roboto,sans-serif;
  text-align:left;
  justify-content:center;
  flex-direction:column;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
@media screen and (min-width:769px) {
  .drpz-picker {
    background-color:rgba(47,53,62,.86);
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -ms-grid-row-align:center;
    align-items:center;
    justify-content:center
  }
}
.drpz-picker * {
  box-sizing:border-box
}
.drpz-picker--no-scroll {
  overflow:hidden
}
.drpz-modal {
  position:relative;
  z-index:10000;
  background:#eee;
  box-shadow:0 2px 14px 0 rgba(0,0,0,.5),0 2px 4px 0 rgba(0,0,0,.5);
  transition:all .3s cubic-bezier(.84,.02,.37,.74);
  color:#444;
  letter-spacing:0;
  width:100%;
  height:100%;
  border-radius:0;
  display:flex;
  width: 70vw;
  height: 50vh;
  max-width:750px;
  max-height:500px;
  border-radius:2px;
}
@media screen and (min-width:769px) {
  .drpz-modal {
    height: 500px;
  }
}
.drpz-modal__sidebar {
  position:absolute;
  bottom:0;
  left:0;
  z-index:10020;
  overflow:hidden;
  background:#e2e2e2
}
@media screen and (min-width:769px) {
  .drpz-modal__sidebar {
    top:0;
    border-radius:2px;
    width:60px;
    transition:all .15s cubic-bezier(.84,.02,.37,.74)
  }
  .drpz-modal__sidebar:hover {
    width:240px;
    box-shadow:0 0 16px 0 rgba(0,0,0,.18),0 16px 16px 0 rgba(0,0,0,.24)
  }
}
@media screen and (max-width:768px) {
  .drpz-modal__sidebar {
    display:none;
    width:100%;
    top:50px
  }
}
.drpz-modal__sidebar--mobile {
  display:flex
}
.drpz-modal__body {
  position:absolute;
  overflow:hidden;
  top:0;
  right:0;
  bottom:0
}
@media screen and (min-width:769px) {
  .drpz-modal__body {
    border-radius:2px;
    width:calc(100% - 60px)
  }
}
@media screen and (max-width:768px) {
  .drpz-modal__body {
    padding-bottom:40px;
    left:0
  }
}
.drpz-modal__body.drpz-modal__body--full-width {
  width:100%
}
@media screen and (min-width:769px) {
  .drpz-modal__body--transformer {
    width:calc(100% - 60px)
  }
}
.drpz-modal__body--sidebar-disabled {
  width:100%
}
.drpz-picker__brand-container {
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -ms-grid-row-align:center;
  align-items:center;
  justify-content:center;
  height:50px;
  width:100%
}
.drpz-picker__brand {
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -ms-grid-row-align:center;
  align-items:center;
  justify-content:center;
  z-index:10005;
  color:#eee;
  font-size:12px;
  font-weight:400
}
@media screen and (max-width:768px) {
  .drpz-picker__brand {
    display:none
  }
}
.drpz-picker--inline {
  position:relative!important;
  min-width:360px;
  min-height:320px;
  height:100%
}
.drpz-picker--inline .drpz-picker {
  position:relative;
  transition:opacity .33s;
  z-index:2147483647;
  top:initial;
  right:initial;
  bottom:initial;
  left:initial;
  width:100%;
  height:100%;
  background:#eee
}
.drpz-picker--inline .fps-grid_icon {
  max-width:50%;
  max-height:60%;
  max-height:60%
}
.drpz-picker--inline .drpz-picker--no-scroll {
  overflow:auto
}
.drpz-picker--inline .drpz-modal {
  margin-bottom:0;
  box-shadow:none;
  border-bottom:1px solid #ddd;
  background:#eee;
  border-radius:initial;
  width:100%;
  height:100%
}
.drpz-picker--inline .drpz-modal .drpz-icon--close-modal {
  display:none
}
.drpz-picker--inline .drpz-picker__footer {
  width:100%;
  padding-right:10px;
  justify-content:flex-end;
  color:#444
}
.drpz-header {
  width:100%;
  height:50px;
  align-items:stretch;
  position:relative;
  text-align:center;
  z-index:10004;
  display:flex
}
@media screen and (min-width:769px) {
  .drpz-header {
    background:#eee
  }
}
@media screen and (max-width:768px) {
  .drpz-header {
    background:#e2e2e2
  }
}
.drpz-header-text {
  margin:0;
  font-size:13px;
  font-weight:400;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
@media screen and (min-width:769px) {
  .drpz-header-text {
    display:none
  }
}
.drpz-header-text--visible {
  margin:0;
  font-size:13px;
  width:400px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}
@media screen and (max-width:768px) {
  .drpz-header-text--visible {
    width:200px
  }
}
.drpz-header-icon {
  height:22px;
  width:22px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background-position:center;
  opacity:.9
}
@media screen and (min-width:769px) {
  .drpz-header--hide {
    display:none!important
  }
}
.drpz-hide-icon {
  display:none
}
.drpz-footer {
  position:absolute;
  display:flex;
  align-items:center;
  right:0;
  bottom:0;
  left:0;
  padding:10px;
  background:#eee;
  border-top:1px solid #ddd;
  transform:translateY(100%);
  height:54px;
  z-index:10005;
  transition:all .2s cubic-bezier(.84,.02,.37,.74)
}
@media screen and (max-width:768px) {
  .drpz-footer {
    padding:7px
  }
}
.drpz-footer--appeared {
  transform:translateY(0)
}
@media screen and (max-width:768px) {
  .drpz-footer--appeared {
    bottom:0;
    z-index:10010
  }
}
.drpz-footer-text {
  font-size:13px;
  font-weight:400;
  padding:10px
}
.drpz-footer-text--error {
  color:#f44336
}
.drpz-content {
  height:100%;
  overflow:hidden;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
@media screen and (min-width:769px) {
  .drpz-content {
    height:calc(100% - 50px)
  }
}
.drpz-picker--inline .drpz-picker-holder {
  width:100%;
  height:100%;
  position:relative
}
.drpz-content--selected-items {
  padding-bottom:54px
}
.drpz-content--transformer {
  overflow:hidden;
  padding:10px;
  padding-bottom:64px
}
@media screen and (max-width:768px) {
  .drpz-content--transformer {
    padding-bottom:135px
  }
}
.drpz-content--new-transformer {
  padding:0;
  height:100%
}
.drpz-content-scroll {
  overflow-x:hidden;
  overflow-y:scroll;
  height:100%
}
.drpz-content-scroll.drpz-summary__has-actions {
  height:calc(100% - 54px)
}
.drpz-web-search {
  height:100%
}
.drpz-content-with-tab {
  height:100%
}
.tabs__header {
  list-style:none;
  padding:12px 0;
  margin:0;
  display:flex;
  justify-content:center
}
@media screen and (min-width:769px) {
  .tabs__header {
    background:#eee
  }
}
@media screen and (max-width:768px) {
  .tabs__header {
    background:#e2e2e2
  }
}
.tabs__list {
  padding:5px 25px;
  border-radius:20px;
  background-color:#fff;
  margin-left:-16px;
  cursor:pointer;
  font-style:normal;
  font-weight:400;
  font-size:12px;
  line-height:15px
}
.tab__item {
  height:calc(100% - 50px)
}
.active_tab {
  color:#fff;
  background-color:#0070e5;
  box-shadow:0 5px 9px rgba(0,112,229,.21);
  z-index:99
}
.tabs__wrapper {
  height:100%
}
.__fs-fade-enter-active,
.__fs-fade-leave-active {
  transition:opacity .3s
}
.__fs-fade-enter,
.__fs-fade-leave-to {
  opacity:0
}
.drpz-drop-pane__container {
  display:flex;
  position:relative;
  padding:15px;
  background-color:#eee;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  width:100%;
  height:100%;
  border-radius:4px;
  border:2px dashed #bdbdbd;
  transition:all .3s ease-in
}
.drpz-drop-pane__container--active {
  background-color:#f3f3f3;
  transition:all .3s ease-out
}
.drpz-drop-pane__drop-zone {
  position:absolute;
  background:0 0;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:2147483646
}
.drpz-drop-pane__overlay {
  position:fixed;
  display:flex;
  align-items:center;
  justify-content:center;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:2147483647;
  background:rgba(184,184,184,.6);
  padding:30px
}
.drpz-drop-pane__overlay-box {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  width:100%;
  height:100%;
  border:4px dashed #fff;
  pointer-events:none
}
.drpz-drop-pane__icon {
  width:44px;
  height:58px;
  padding:10px;
  background-image:url(assets/images/icon-add-files-grey.svg);
  background-repeat:no-repeat;
  background-position:50% 0;
  transition:all .2s ease-out
}
.drpz-drop-pane__icon--active {
  background-image:url(assets/images/icon-add-files-blue.svg)
}
.drpz-drop-pane__text {
  font-weight:400;
  font-size:.95em;
  color:#2d2d2d
}
.drpz-drop-pane__overlay-header {
  font-size:3em;
  font-weight:300;
  text-align:center;
  color:#fff;
  letter-spacing:-3px;
  padding:0 20px
}
.drpz-drop-pane__upload-progress {
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:3px;
  background-color:#2e68fb;
  z-index:2147483647;
  max-width:100%;
  transition:width .4s ease-in
}
.drpz-drop-pane__overlay-icon {
  width:150px;
  height:150px;
  background-image:url(assets/images/icon-add-files-white.svg);
  background-repeat:no-repeat;
  background-position:50% 0;
  background-size:100px 120px
}
.drpz-drop-pane__input {
  width:.1px;
  height:.1px;
  opacity:0;
  overflow:hidden;
  position:absolute;
  z-index:-1
}
.drpz-blocked__container {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center!important;
  width:100%
}
.drpz-blocked__title {
  color:#444;
  font-size:20px;
  font-weight:400;
  margin-bottom:18px
}
.drpz-blocked__error,
.drpz-blocked__icon {
  height:75px;
  text-align:center
}
.drpz-blocked__icon {
  background-image:url(assets/images/icon-blocked.svg);
  background-repeat:no-repeat;
  background-position:50% 0
}
.drpz-blocked__error {
  background-image:url(assets/images/icon-error.svg);
  background-repeat:no-repeat;
  background-position:50% 0
}
.drpz-transformer__rotate-left {
  position:absolute;
  top:50%;
  left:20px;
  transform:translateY(-50%);
  cursor:pointer;
  transition:opacity .3s;
  opacity:.75
}
.drpz-transformer__rotate-left:hover {
  opacity:1
}
.drpz-transformer__rotate-left::before {
  display:block;
  content:'';
  background:#fff;
  width:50px;
  height:50px;
  border-radius:50%;
  opacity:.75
}
.drpz-transformer__rotate-left::after {
  display:block;
  content:'';
  min-width:50px;
  height:50px;
  background:url(assets/images/icon-rotate-left.svg) no-repeat;
  background-position:50% 50%;
  background-size:40px;
  z-index:20000;
  position:absolute;
  top:0;
  left:0
}
.drpz-transformer__rotate-right {
  position:absolute;
  top:50%;
  right:20px;
  transform:translateY(-50%);
  cursor:pointer;
  opacity:.75;
  transition:opacity .3s
}
.drpz-transformer__rotate-right:hover {
  opacity:1
}
.drpz-transformer__rotate-right::before {
  display:block;
  content:'';
  background:#fff;
  width:50px;
  height:50px;
  border-radius:50%;
  opacity:.75
}
.drpz-transformer__rotate-right::after {
  display:block;
  content:'';
  min-width:50px;
  height:50px;
  background:url(assets/images/icon-rotate-right.svg) no-repeat;
  background-position:50% 50%;
  background-size:40px;
  z-index:20000;
  position:absolute;
  top:0;
  left:0
}
.drpz-progress-bar {
  width:100%;
  padding:0 32px
}
.drpz-progress-bar__container {
  width:100%;
  height:6px;
  background-color:#ccc;
  overflow:hidden;
  margin:.6em 0;
  border:none;
  border-radius:6px
}
.drpz-progress-bar__bar {
  background:#2e68fb;
  height:6px;
  max-width:100%;
  transition:width .5s ease-in
}
.drpz-loading--fade-enter-active,
.drpz-loading--fade-leave-active {
  transition:opacity .33s;
  z-index:10004
}
.drpz-loading--fade-enter,
.drpz-loading--fade-leave-to {
  opacity:0;
  z-index:10004
}
#fs-custom-placeholder {
  width:100%;
  height:100%
}
.drpz-url-source {
  height:100%
}
.drpz-url-source__container {
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -ms-grid-row-align:center;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  flex:1;
  height:100%;
  padding:0 20px
}
.drpz-url-source__input {
  color:#444;
  font-size:13px;
  font-family:Roboto-regular,Roboto,sans-serif;
  height:46px;
  padding:0 48px 0 10px;
  border-radius:3px;
  border:1px solid #cacaca;
  outline:0;
  background:#fff;
  box-shadow:none;
  width:100%
}
.drpz-url-source__input:focus {
  border:1px solid #999;
  outline:0;
  box-shadow:0 0 5px 1px rgba(112,112,112,.5)
}
.drpz-url-source__input::-ms-clear {
  display:none
}
.drpz-url-source__submit-button {
  position:absolute;
  right:-1px;
  bottom:0;
  padding:0 14px;
  border:0;
  border-radius:0 3px 3px 0;
  outline:0;
  height:46px;
  line-height:46px;
  color:rgba(255,255,255,.9);
  background-color:#2e68fb
}
.drpz-url-source__submit-button:focus {
  outline:0;
  box-shadow:0 0 5px 1px rgba(112,112,112,.5)
}
.drpz-url-source__submit-icon {
  outline:0;
  min-width:18px;
  height:18px;
  background:url(assets/images/icon-link.svg) no-repeat;
  background-position:50% 50%
}
.drpz-video {
  display:flex;
  width:100%;
  height:100%;
  flex-direction:column
}
.drpz-video__container {
  height:calc(100% - 54px);
  padding:20px
}
.drpz-video__controls {
  display:flex;
  width:100%;
  height:100%;
  justify-content:center;
  align-items:center
}
.drpz-empty {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  font-size:14px;
  text-align:center
}
.drpz-empty__message {
  margin-bottom:2em
}
.drpz-empty__back-button {
  cursor:pointer;
  border:1px solid rgba(151,151,151,.2);
  border-radius:2px;
  padding:5px 14px;
  text-align:center
}
.drpz-empty__back-button:hover {
  border:1px solid rgba(151,151,151,.5)
}

.dropzone.dropzone-modal label > *:not(.upload-modal-wrapper) {
  display: none;
}