/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.wp-block-drm-mmg-next,
.wp-block-drm-mmg-backtotop {
  position: relative;
  /*.editor-block-list__layout &,
  .block-editor-block-list__layout &{
  	padding:20px 0;
  }*/
}
.wp-block-drm-mmg-next .mmg-next__link,
.wp-block-drm-mmg-backtotop .mmg-next__link {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  margin: 1rem;
  width: 1em;
  line-height: 1;
  transition: opacity 0.2s ease-out;
}
.wp-block-drm-mmg-next .mmg-next__link, .wp-block-drm-mmg-next .mmg-next__link:link, .wp-block-drm-mmg-next .mmg-next__link:visited,
.wp-block-drm-mmg-backtotop .mmg-next__link,
.wp-block-drm-mmg-backtotop .mmg-next__link:link,
.wp-block-drm-mmg-backtotop .mmg-next__link:visited {
  opacity: 0.75;
}
.wp-block-drm-mmg-next .mmg-next__link:hover, .wp-block-drm-mmg-next .mmg-next__link:focus, .wp-block-drm-mmg-next .mmg-next__link:active,
.wp-block-drm-mmg-backtotop .mmg-next__link:hover,
.wp-block-drm-mmg-backtotop .mmg-next__link:focus,
.wp-block-drm-mmg-backtotop .mmg-next__link:active {
  opacity: 1;
}
.wp-block-drm-mmg-next .mmg-next__link--halign-left,
.wp-block-drm-mmg-backtotop .mmg-next__link--halign-left {
  left: 0;
  text-align: left;
}
.wp-block-drm-mmg-next .mmg-next__link--halign-center,
.wp-block-drm-mmg-backtotop .mmg-next__link--halign-center {
  left: calc(50% - 0.5em - 1rem);
  text-align: center;
}
.wp-block-drm-mmg-next .mmg-next__link--halign-right,
.wp-block-drm-mmg-backtotop .mmg-next__link--halign-right {
  right: 0;
  text-align: right;
}
.wp-block-drm-mmg-next .mmg-next__link--size-small,
.wp-block-drm-mmg-backtotop .mmg-next__link--size-small {
  font-size: 1.5rem;
}
.wp-block-drm-mmg-next .mmg-next__link--size-medium,
.wp-block-drm-mmg-backtotop .mmg-next__link--size-medium {
  font-size: 2rem;
}
.wp-block-drm-mmg-next .mmg-next__link--size-large,
.wp-block-drm-mmg-backtotop .mmg-next__link--size-large {
  font-size: 4rem;
}
.wp-block-drm-mmg-next .mmg-next__link--animate,
.wp-block-drm-mmg-backtotop .mmg-next__link--animate {
  animation: bounce 5s ease-in-out infinite;
}
.editor-block-list__layout .wp-block-drm-mmg-next .mmg-next__link, .block-editor-block-list__layout .wp-block-drm-mmg-next .mmg-next__link,
.editor-block-list__layout .wp-block-drm-mmg-backtotop .mmg-next__link,
.block-editor-block-list__layout .wp-block-drm-mmg-backtotop .mmg-next__link {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.editor-block-list__layout .wp-block-drm-mmg-next .mmg-next__link[style*="color:#ffffff"], .editor-block-list__layout .wp-block-drm-mmg-next .mmg-next__link[style*="color:rgb(255,255,255)"], .editor-block-list__layout .wp-block-drm-mmg-next .mmg-next__link[style*="color: rgb(255, 255, 255)"], .block-editor-block-list__layout .wp-block-drm-mmg-next .mmg-next__link[style*="color:#ffffff"], .block-editor-block-list__layout .wp-block-drm-mmg-next .mmg-next__link[style*="color:rgb(255,255,255)"], .block-editor-block-list__layout .wp-block-drm-mmg-next .mmg-next__link[style*="color: rgb(255, 255, 255)"],
.editor-block-list__layout .wp-block-drm-mmg-backtotop .mmg-next__link[style*="color:#ffffff"],
.editor-block-list__layout .wp-block-drm-mmg-backtotop .mmg-next__link[style*="color:rgb(255,255,255)"],
.editor-block-list__layout .wp-block-drm-mmg-backtotop .mmg-next__link[style*="color: rgb(255, 255, 255)"],
.block-editor-block-list__layout .wp-block-drm-mmg-backtotop .mmg-next__link[style*="color:#ffffff"],
.block-editor-block-list__layout .wp-block-drm-mmg-backtotop .mmg-next__link[style*="color:rgb(255,255,255)"],
.block-editor-block-list__layout .wp-block-drm-mmg-backtotop .mmg-next__link[style*="color: rgb(255, 255, 255)"] {
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5), 0 2px 5px rgba(0, 0, 0, 0.5);
}
.editor-block-list__layout .wp-block-drm-mmg-next .mmg-next__link .sr-only, .block-editor-block-list__layout .wp-block-drm-mmg-next .mmg-next__link .sr-only,
.editor-block-list__layout .wp-block-drm-mmg-backtotop .mmg-next__link .sr-only,
.block-editor-block-list__layout .wp-block-drm-mmg-backtotop .mmg-next__link .sr-only {
  display: none;
}
.wp-block-drm-mmg-next .mmg-next__icon:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon:before {
  content: "\f063";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 6 Free", "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  font-size: 1em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wp-block-drm-mmg-next .mmg-next__icon--s-arrow-down:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-arrow-down:before {
  content: "\f063";
}
.wp-block-drm-mmg-next .mmg-next__icon--s-arrow-circle-down:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-arrow-circle-down:before {
  content: "\f0ab";
}
.wp-block-drm-mmg-next .mmg-next__icon--s-arrow-alt-circle-down:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-arrow-alt-circle-down:before {
  content: "\f358";
}
.wp-block-drm-mmg-next .mmg-next__icon--r-arrow-alt-circle-down:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--r-arrow-alt-circle-down:before {
  content: "\f358";
  font-weight: 400 !important;
}
.wp-block-drm-mmg-next .mmg-next__icon--s-chevron-down:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-chevron-down:before {
  content: "\f078";
}
.wp-block-drm-mmg-next .mmg-next__icon--s-chevron-circle-down:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-chevron-circle-down:before {
  content: "\f13a";
}
.wp-block-drm-mmg-next .mmg-next__icon--s-angle-double-down:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-angle-double-down:before {
  content: "\f103";
}
.wp-block-drm-mmg-next .mmg-next__icon--s-caret-down:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-caret-down:before {
  content: "\f0d7";
}
.wp-block-drm-mmg-next .mmg-next__icon--s-caret-square-down:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-caret-square-down:before {
  content: "\f150";
}
.wp-block-drm-mmg-next .mmg-next__icon--r-caret-square-down:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--r-caret-square-down:before {
  content: "\f150";
  font-weight: 400 !important;
}
.wp-block-drm-mmg-next .mmg-next__icon--s-level-down-alt:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-level-down-alt:before {
  content: "\f3be";
}
.wp-block-drm-mmg-next .mmg-next__icon--s-plus:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-plus:before {
  content: "\f067";
}
.wp-block-drm-mmg-next .mmg-next__icon--s-plus-circle:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-plus-circle:before {
  content: "\f055";
}
.wp-block-drm-mmg-next .mmg-next__icon--s-plus-square:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-plus-square:before {
  content: "\f0fe";
}
.wp-block-drm-mmg-next .mmg-next__icon--r-plus-square:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--r-plus-square:before {
  content: "\f0fe";
  font-weight: 400 !important;
}
.wp-block-drm-mmg-next .mmg-next__icon--s-hand-point-down:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-hand-point-down:before {
  content: "\f0a7";
}
.wp-block-drm-mmg-next .mmg-next__icon--r-hand-point-down:before,
.wp-block-drm-mmg-backtotop .mmg-next__icon--r-hand-point-down:before {
  content: "\f0a7";
  font-weight: 400 !important;
}
.wp-block-drm-mmg-next .mmg-next__preview,
.wp-block-drm-mmg-backtotop .mmg-next__preview {
  color: #000;
  text-align: center;
  background-color: #eee;
  padding: 0.5em 1em;
}
.wp-block-drm-mmg-next .mmg-next__preview input,
.wp-block-drm-mmg-backtotop .mmg-next__preview input {
  max-width: 300px;
}
.wp-block-drm-mmg-next .mmg-next__preview .components-base-control__field,
.wp-block-drm-mmg-backtotop .mmg-next__preview .components-base-control__field {
  margin: 0;
}

body:not(.wp-admin) .wp-block-drm-mmg-backtotop {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040 !important;
}
.wp-block-drm-mmg-backtotop .mmg-next__icon:before {
  content: "\f062";
}
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-arrow-up:before {
  content: "\f062";
}
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-arrow-circle-up:before {
  content: "\f0aa";
}
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-arrow-alt-circle-up:before {
  content: "\f35b";
}
.wp-block-drm-mmg-backtotop .mmg-next__icon--r-arrow-alt-circle-up:before {
  content: "\f35b";
  font-weight: 400 !important;
}
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-chevron-up:before {
  content: "\f077";
}
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-chevron-circle-up:before {
  content: "\f139";
}
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-angle-double-up:before {
  content: "\f102";
}
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-caret-up:before {
  content: "\f0d8";
}
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-caret-square-up:before {
  content: "\f151";
}
.wp-block-drm-mmg-backtotop .mmg-next__icon--r-caret-square-up:before {
  content: "\f151";
  font-weight: 400 !important;
}
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-level-up-alt:before {
  content: "\f3bf";
}
.wp-block-drm-mmg-backtotop .mmg-next__icon--s-hand-point-up:before {
  content: "\f0a6";
}
.wp-block-drm-mmg-backtotop .mmg-next__icon--r-hand-point-up:before {
  content: "\f0a6";
  font-weight: 400 !important;
}

.mmg-next__link--backtotop:not(.show) {
  opacity: 0 !important;
  pointer-events: none;
}

@keyframes bounce {
  0%, 20%, 100% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-0.5rem);
  }
  15% {
    transform: translateY(0.5rem);
  }
}