/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@-webkit-keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2022-1-6 16:42:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2022-1-10 19:20:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation puff-in
 * ----------------------------------------
 */
@-webkit-keyframes puff-in {
  0% {
    transform: scale(2);
    filter: blur(2px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation puff-in
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-back {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes puff-in-back {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.wp-block-popper-is-open, .wp-block-popper__container, .popper {
  /* Box Shadow Color */
  --box-shadow-color: 0,0,0;
  /* Border Radius */
  --border-radius-sm:2px;
  --border-radius-md:4px;
  --border-radius-lg:8px;
  --border-radius-xl:24px;
  --border-radius-2xl:9999px;
  /* Box Shadow */
  --box-shadow-sm: 0px 0px 5px 0px rgba( var( --box-shadow-color ), 0.6 );
  --box-shadow-md: 0px 0px 10px 0px rgba( var( --box-shadow-color ), 0.6 );
  --box-shadow-lg: 0px 0px 15px 0px rgba( var( --box-shadow-color ), 0.6 );
  --box-shadow-xl: 0px 0px 25px 0px rgba( var( --box-shadow-color ), 0.6 );
  --box-shadow-2xl: 0px 0px 35px 0px rgba( var( --box-shadow-color ), 0.6 );
}

/**************************
  Reset some default rules of core block
**************************/
.wp-block-formello-popper, .popper {
  /*p {
    margin-bottom: 0;
  }*/
}
.wp-block-formello-popper p:empty, .popper p:empty {
  display: none;
}
.wp-block-formello-popper .wp-block-image, .wp-block-formello-popper .wp-block-embed, .popper .wp-block-image, .popper .wp-block-embed {
  margin: 0;
  line-height: 0;
}

/**************************
  Basic Modal Styles
**************************/
.wp-block-popper {
  display: none;
}

.wp-block-popper-is-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
}

.wp-block-popper--left {
  justify-content: left;
  pointer-events: none;
}

.wp-block-popper--right {
  justify-content: right;
  pointer-events: none;
}

.wp-block-popper--top {
  align-items: start;
  pointer-events: none;
}

.wp-block-popper--bottom {
  align-items: end;
  pointer-events: none;
}

.wp-block-popper__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.wp-block-popper__container {
  pointer-events: auto;
  padding: 0px;
  border-radius: 0px;
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
}

.wp-block-popper__container.wide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100% !important;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-radius: 0;
  box-shadow: none;
}
.wp-block-popper__container.wide .wp-block-popper__close {
  position: absolute;
  top: 40px !important;
  right: 40px !important;
}

.wp-block-popper__animate {
  -webkit-animation: var(--popper-animation) 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: var(--popper-animation) 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.wp-block-popper__content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 90vh;
  min-height: auto;
  scrollbar-width: thin;
}

/* Works on Chrome, Edge, and Safari */
.wp-block-popper__content::-webkit-scrollbar {
  width: 8px;
}

.wp-block-popper__content::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 1px solid gray;
}

.wp-block-popper__close {
  position: absolute;
  top: 8px;
  right: 14px;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  z-index: 1000;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  outline: none;
  cursor: pointer !important;
  background-color: transparent !important;
}

.wp-block-popper__close-top {
  top: -25px;
  right: 0;
}

.wp-block-popper__close-right {
  right: -20px;
  top: 0;
}

.wp-block-popper__close:hover, .wp-block-popper__close:focus {
  background-color: transparent;
  outline: none;
  text-decoration: none;
}

.wp-block-popper__close:before {
  content: "✕";
  width: 100%;
  height: 100%;
}

.wp-block-popper__shadow-none {
  box-shadow: none;
}

.wp-block-popper__shadow-sm {
  box-shadow: var(--box-shadow-sm);
}

.wp-block-popper__shadow-md {
  box-shadow: var(--box-shadow-md);
}

.wp-block-popper__shadow-lg {
  box-shadow: var(--box-shadow-lg);
}

.wp-block-popper__shadow-xl {
  box-shadow: var(--box-shadow-xl);
}

/**************************
  Mobile custom styles for individual modals
**************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .wp-block-popper__container {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }
  .wp-block-popper__container.wide {
    width: 100%;
    max-height: 100vh;
  }

  @supports (display: flex) {
    .wp-block-popper__container {
      width: 90%;
      max-width: 90%;
      min-width: 90%;
      max-height: 85vh;
    }
    .wp-block-popper__container.wide {
      width: 100%;
      max-height: 100vh;
    }
  }
  .wp-block-popper__content {
    -webkit-overflow-scrolling: touch;
  }
}

/*# sourceMappingURL=style-index.css.map*/