@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap);
.areoi-container * {
  box-sizing: border-box;
}

.areoi-container {
  width: 100%;
  min-width: 1000px;
  height: 100%;
  overflow: auto;
  margin: 0 -20px 0 0;
  padding: 46px 0 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
@media (min-width: 781px) {
  .areoi-container {
    padding: 32px 0 40px 36px;
  }
}
@media (min-width: 961px) {
  .areoi-container {
    padding: 32px 0 40px 160px;
  }
}
.areoi-container__content {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 0 0 70px 200px;
  overflow: auto;
}
.areoi-container__body {
  height: 100%;
  overflow: auto;
  position: relative;
}

.areoi-sidebar {
  background: #fff;
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #ddd;
  padding: 0;
  z-index: 1;
}
.areoi-sidebar h1 {
  height: 75px;
  padding: 25px 10px;
  margin: 0;
  border-bottom: 1px dashed #ddd;
}
.areoi-sidebar h1 img {
  display: block;
  height: 25px;
  width: auto;
  margin: 0 auto;
}
.areoi-sidebar__content {
  height: 100%;
  overflow: auto;
}
.areoi-sidebar ul, .areoi-sidebar li {
  margin: 0;
}
.areoi-sidebar__sub-list {
  display: none;
  padding: 0 10px;
}
.areoi-sidebar__link {
  border-bottom: 1px dashed #ddd;
}
.areoi-sidebar__link:last-of-type {
  border: none;
}
.areoi-sidebar__link > a {
  color: #1d2327;
  padding: 15px 10px;
  border-left: 3px solid #fff;
  display: block;
  text-decoration: none;
}
.areoi-sidebar__link.active.has-children {
  padding: 0 0 20px 0;
}
.areoi-sidebar__link.active > a {
  border-left: 3px solid #3582c4;
  font-weight: 600;
  color: #3582c4;
}
.areoi-sidebar__link.active .areoi-sidebar__sub-list {
  display: block;
}
.areoi-sidebar__sub-link a {
  padding: 10px 20px;
  display: block;
}
.areoi-sidebar__sub-link.active > a {
  font-weight: 600;
  text-decoration: underline;
}
.areoi-sidebar__sub-link.active .areoi-sidebar__sub-sub-list {
  display: block !important;
}
.areoi-sidebar__sub-sub-list {
  display: none;
}
.areoi-sidebar__sub-sub-link a {
  padding: 10px 40px;
  display: block;
}
.areoi-sidebar__sub-sub-link.active > a {
  font-weight: 600;
  text-decoration: underline;
}

.areoi-header {
  background: #fff;
  height: 75px;
  padding: 28px 20px;
  border-bottom: 1px solid #ddd;
}
.areoi-header h2 {
  margin: 0;
}

.areoi-body {
  width: 50%;
  min-width: 650px;
  padding: 20px 20px 0 20px;
  float: left;
}

.areoi-button,
#mc_embed_signup .button {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  position: relative;
  top: 0;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
  text-align: left;
  white-space: pre;
  background: #42e695;
  border: none;
  color: #1c1c2a !important;
}
.areoi-button:hover,
#mc_embed_signup .button:hover {
  opacity: 0.8;
  top: -5px;
  color: #1c1c2a;
  box-shadow: 0 2.5px 0 rgba(0, 0, 0, 0.1);
}

.areoi-card {
  background: #fff;
  margin: 0 auto 20px auto;
  border-radius: 3px;
  border: 1px solid #ddd;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.areoi-card-branded {
  background: linear-gradient(-45deg, #1c1c2a, #7117ea);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite;
  color: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.areoi-card-branded h1, .areoi-card-branded h2, .areoi-card-branded h3, .areoi-card-branded h4, .areoi-card-branded h5, .areoi-card-branded h6 {
  color: #fff;
}
.areoi-card-branded a {
  color: #fff;
  margin: 0 10px 0 0;
}
.areoi-card-branded .areoi-card-body {
  position: relative;
}

.areoi-card-body-white {
  background: #fff;
  color: #1d2327;
}
.areoi-card-body-white h1, .areoi-card-body-white h2, .areoi-card-body-white h3, .areoi-card-body-white h4, .areoi-card-body-white h5, .areoi-card-body-white h6, .areoi-card-body-white a {
  color: #1d2327;
}

@-webkit-keyframes cloud {
  0% {
    background-position: 0% 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  99% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
    opacity: 0;
  }
}

@keyframes cloud {
  0% {
    background-position: 0% 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  99% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
    opacity: 0;
  }
}
.areoi-clouds {
  background-repeat: no-repeat;
  background-position: 0 0%;
  background-size: contain;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-animation: cloud 50s linear infinite;
          animation: cloud 50s linear infinite;
}

@-webkit-keyframes move-twink-back {
  from {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
  to {
    -webkit-mask-position: -1000px 500px;
            mask-position: -1000px 500px;
  }
}

@keyframes move-twink-back {
  from {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
  to {
    -webkit-mask-position: -1000px 500px;
            mask-position: -1000px 500px;
  }
}
@-webkit-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 0;
  }
}
@keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 0;
  }
}
.areoi-stars {
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  opacity: 1;
  -webkit-animation: move-twink-back 50s linear infinite;
          animation: move-twink-back 50s linear infinite;
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.areoi-planet {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}

.areoi-form-button {
  background: #f2f2f2;
  width: 100%;
  height: 70px;
  padding: 20px;
  border-top: 1px solid #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 -20px 0 0;
  padding-left: 220px;
}
.areoi-form-button .submit {
  padding: 0;
  margin: 0;
}
.areoi-form-button .spinner {
  display: none;
}
.areoi-form-button .spinner.is-active {
  display: block;
}
.areoi-form-button__alert {
  background: #c53364;
  width: 400px;
  color: #fff;
  position: absolute;
  bottom: 7px;
  right: 25px;
  padding: 10px;
  margin: 0;
  border-radius: 3px;
  font-size: 12px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.areoi-form-button__alert.active {
  opacity: 1;
}

.areoi-card-body {
  padding: 20px;
  display: none;
}

.areoi-card-body p {
  margin: 0 0 20px 0;
}

.areoi-card.active .areoi-card-body {
  display: block;
}

.areoi-reset {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #2271b1;
  text-decoration: underline;
}

.areoi-image-w-border {
  border: 1px solid #ddd;
  border-radius: 3px;
}

.areoi-table-header {
  border-top: 1px dashed #ddd;
  padding: 20px 20px 0 20px;
  margin: 0 -30px 0px -20px;
}

.areoi-image-opaque {
  background: #f2f2f2;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  margin: 0 0 10px 0;
  text-align: center;
}

.areoi-image-opaque img {
  display: none;
  margin: 0 auto;
}

.areoi-image-opaque .button {
  display: inline-block;
}

.with-image .areoi-image-opaque img {
  display: block;
}

.with-image .areoi-image-opaque .button {
  display: none;
}

.areoi-rmv {
  display: none;
}

.with-image .areoi-rmv {
  display: block;
}

.areoi-description,
.areoi-description code {
  font-size: 12px !important;
}

.areoi-form-table tr th:first-of-type {
  width: 250px;
}

.areoi-field-variable {
  display: none;
}

.areoi-is-variable .areoi-field-visual {
  display: none;
}
.areoi-is-variable .areoi-field-variable {
  display: block;
}

.areoi-row-input input:not([type=checkbox]):not(.wp-picker-container input),
.areoi-row-input .select2 {
  max-width: 100%;
  width: 100% !important;
  vertical-align: top !important;
  margin: 0 0 5px 0;
}

.areoi-toggle-field,
.areoi-reset {
  background: none;
  border: none;
  font-size: 12px;
  text-decoration: underline;
  padding: 5px 0;
  cursor: pointer;
  color: #2271b1;
}

#mc_embed_signup {
  background: none;
}
#mc_embed_signup label {
  display: block;
  margin: 0 0 10px 0;
}
#mc_embed_signup input:not([type=submit]) {
  width: 100%;
  padding: 10px 20px;
}

#mc_embed_signup .indicates-required {
  margin-right: 0;
  float: right;
}

#mc_embed_signup .mc-field-group {
  width: 100%;
  margin: 0 0 20px 0;
}

#mc_embed_signup .response,
#mc_embed_signup .mce_inline_error {
  background-color: rgba(66, 230, 149, 0.6) !important;
  padding: 5px 10px;
  margin: 0 0 20px 0;
  border: 1px solid #42e695 !important;
  border-radius: 3px;
  font-weight: normal !important;
}

#mc_embed_signup #mce-error-response,
#mc_embed_signup .mce_inline_error {
  background-color: rgba(255, 118, 118, 0.6) !important;
  border: 1px solid #ff7676 !important;
  color: #1d2327 !important;
}

.components-base-control {
  width: 100% !important;
}

.components-panel__row label {
  margin-bottom: 8px !important;
  display: block;
}

.responsive-tab-panel {
  border-top: 1px solid #e0e0e0;
}
.responsive-tab-panel .components-tab-panel__tabs-item {
  padding: 3px 12px;
  flex: 1;
  text-align: center;
}
.responsive-tab-panel .components-tab-panel__tabs-item.active-tab {
  box-shadow: inset 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}

.areoi-components-button-img {
  height: auto;
  margin-bottom: 8px;
}

.areoi-panel-row {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #ddd;
}
.areoi-panel-row .components-color-picker__body {
  padding-left: 0;
  padding-right: 0;
}
.areoi-panel-row .components-base-control,
.areoi-panel-row .components-base-control:last-child {
  margin-bottom: 0;
}
.areoi-panel-row .areoi-panel-row__label {
  font-weight: 600;
}
.areoi-panel-row table {
  width: 100%;
}
.areoi-panel-row table td {
  padding: 0;
  margin: 0;
}
.areoi-panel-row.areoi-panel-row-no-border {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.areoi-device-specific {
  background: #f2f2f2;
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

.block-editor-block-list__layout.is-root-container .wp-block.container-fluid {
  max-width: 100%;
}
.block-editor-block-list__layout.is-root-container .wp-block:not([class*=container]) {
  max-width: 100%;
}
.block-editor-block-list__layout.is-root-container .wp-block[data-align=wide]:not([class*=container]) {
  max-width: 100%;
}
.block-editor-block-list__layout.is-root-container .wp-block[data-align=full]:not([class*=container]) {
  max-width: none;
}
.block-editor-block-list__layout.is-root-container .wp-block.strip,
.block-editor-block-list__layout.is-root-container .wp-block.wp-block-areoi-container,
.block-editor-block-list__layout.is-root-container .wp-block.row,
.block-editor-block-list__layout.is-root-container .wp-block.col {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.block-editor-block-list__layout.is-root-container .wp-block.strip.is-selected,
.block-editor-block-list__layout.is-root-container .wp-block.wp-block-areoi-container.is-selected,
.block-editor-block-list__layout.is-root-container .wp-block.row.is-selected,
.block-editor-block-list__layout.is-root-container .wp-block.col.is-selected,
.block-editor-block-list__layout.is-root-container .wp-block.strip.has-child-selected,
.block-editor-block-list__layout.is-root-container .wp-block.wp-block-areoi-container.has-child-selected,
.block-editor-block-list__layout.is-root-container .wp-block.row.has-child-selected,
.block-editor-block-list__layout.is-root-container .wp-block.col.has-child-selected {
  padding: 28px 15px;
}
.block-editor-block-list__layout.is-root-container .wp-block.strip.is-selected .wp-block.wp-block-areoi-container,
.block-editor-block-list__layout.is-root-container .wp-block.strip.is-selected .wp-block.row,
.block-editor-block-list__layout.is-root-container .wp-block.strip.is-selected .wp-block.col,
.block-editor-block-list__layout.is-root-container .wp-block.wp-block-areoi-container.is-selected .wp-block.wp-block-areoi-container,
.block-editor-block-list__layout.is-root-container .wp-block.wp-block-areoi-container.is-selected .wp-block.row,
.block-editor-block-list__layout.is-root-container .wp-block.wp-block-areoi-container.is-selected .wp-block.col,
.block-editor-block-list__layout.is-root-container .wp-block.row.is-selected .wp-block.wp-block-areoi-container,
.block-editor-block-list__layout.is-root-container .wp-block.row.is-selected .wp-block.row,
.block-editor-block-list__layout.is-root-container .wp-block.row.is-selected .wp-block.col,
.block-editor-block-list__layout.is-root-container .wp-block.col.is-selected .wp-block.wp-block-areoi-container,
.block-editor-block-list__layout.is-root-container .wp-block.col.is-selected .wp-block.row,
.block-editor-block-list__layout.is-root-container .wp-block.col.is-selected .wp-block.col,
.block-editor-block-list__layout.is-root-container .wp-block.strip.has-child-selected .wp-block.wp-block-areoi-container,
.block-editor-block-list__layout.is-root-container .wp-block.strip.has-child-selected .wp-block.row,
.block-editor-block-list__layout.is-root-container .wp-block.strip.has-child-selected .wp-block.col,
.block-editor-block-list__layout.is-root-container .wp-block.wp-block-areoi-container.has-child-selected .wp-block.wp-block-areoi-container,
.block-editor-block-list__layout.is-root-container .wp-block.wp-block-areoi-container.has-child-selected .wp-block.row,
.block-editor-block-list__layout.is-root-container .wp-block.wp-block-areoi-container.has-child-selected .wp-block.col,
.block-editor-block-list__layout.is-root-container .wp-block.row.has-child-selected .wp-block.wp-block-areoi-container,
.block-editor-block-list__layout.is-root-container .wp-block.row.has-child-selected .wp-block.row,
.block-editor-block-list__layout.is-root-container .wp-block.row.has-child-selected .wp-block.col,
.block-editor-block-list__layout.is-root-container .wp-block.col.has-child-selected .wp-block.wp-block-areoi-container,
.block-editor-block-list__layout.is-root-container .wp-block.col.has-child-selected .wp-block.row,
.block-editor-block-list__layout.is-root-container .wp-block.col.has-child-selected .wp-block.col {
  padding: 28px 15px;
}
.block-editor-block-list__layout.is-root-container .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block-editor-block-list__layout.is-root-container .background .container-fluid,
.block-editor-block-list__layout.is-root-container .background .row,
.block-editor-block-list__layout.is-root-container .background .col {
  height: 100%;
}
.block-editor-block-list__layout.is-root-container .background .col {
  overflow: hidden;
}
.block-editor-block-list__layout.is-root-container .background img, .block-editor-block-list__layout.is-root-container .background video {
  max-width: none;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-editor-block-list__layout.is-root-container .background__image {
  background-size: cover;
  background-position: center;
}
.block-editor-block-list__layout.is-root-container .background__image, .block-editor-block-list__layout.is-root-container .background__color, .block-editor-block-list__layout.is-root-container .background__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-editor-block-list__layout.is-root-container .strip > .block-editor-inner-blocks,
.block-editor-block-list__layout.is-root-container .container > .block-editor-inner-blocks,
.block-editor-block-list__layout.is-root-container .row > .block-editor-inner-blocks {
  width: 100%;
  height: 100%;
}
.block-editor-block-list__layout.is-root-container .strip > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__layout.is-root-container .container > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__layout.is-root-container .row > .block-editor-inner-blocks > .block-editor-block-list__layout {
  width: 100%;
  height: 100%;
}
.block-editor-block-list__layout.is-root-container .block-list-appender {
  width: 100%;
}

.areoi-preview {
  height: 360px;
  background-color: red;
}

.wp-block.is-selected[class*=wp-block-areoi]:not(.wp-block-areoi-card-header,
.wp-block-areoi-card-body,
.wp-block-areoi-card-footer,
.wp-block-areoi-nav-and-tab-item,
.wp-block-areoi-dropdown-item,
.wp-block-areoi-button,
.wp-block-areoi-card-header,
.wp-block-areoi-accordion-item,
.wp-block-areoi-alert,
.wp-block-areoi-breadcrumb,
.wp-block-areoi-list-group-item,
.wp-block-areoi-progress,
.wp-block-areoi-modal-header,
.wp-block-areoi-modal-body,
.wp-block-areoi-modal-footer,
.wp-block-areoi-offcanvas-header,
.wp-block-areoi-offcanvas-body,
.wp-block-areoi-toast-header,
.wp-block-areoi-toast-body):before,
.wp-block.has-child-selected[class*=wp-block-areoi]:not(.wp-block-areoi-card-header,
.wp-block-areoi-card-body,
.wp-block-areoi-card-footer,
.wp-block-areoi-nav-and-tab-item,
.wp-block-areoi-dropdown-item,
.wp-block-areoi-button,
.wp-block-areoi-card-header,
.wp-block-areoi-accordion-item,
.wp-block-areoi-alert,
.wp-block-areoi-breadcrumb,
.wp-block-areoi-list-group-item,
.wp-block-areoi-progress,
.wp-block-areoi-modal-header,
.wp-block-areoi-modal-body,
.wp-block-areoi-modal-footer,
.wp-block-areoi-offcanvas-header,
.wp-block-areoi-offcanvas-body,
.wp-block-areoi-toast-header,
.wp-block-areoi-toast-body):before,
.is-selected .wp-block[class*=wp-block-areoi]:not(.wp-block-areoi-card-header,
.wp-block-areoi-card-body,
.wp-block-areoi-card-footer,
.wp-block-areoi-nav-and-tab-item,
.wp-block-areoi-dropdown-item,
.wp-block-areoi-button,
.wp-block-areoi-card-header,
.wp-block-areoi-accordion-item,
.wp-block-areoi-alert,
.wp-block-areoi-breadcrumb,
.wp-block-areoi-list-group-item,
.wp-block-areoi-progress,
.wp-block-areoi-modal-header,
.wp-block-areoi-modal-body,
.wp-block-areoi-modal-footer,
.wp-block-areoi-offcanvas-header,
.wp-block-areoi-offcanvas-body,
.wp-block-areoi-toast-header,
.wp-block-areoi-toast-body):before,
.has-child-selected .wp-block[class*=wp-block-areoi]:not(.wp-block-areoi-card-header,
.wp-block-areoi-card-body,
.wp-block-areoi-card-footer,
.wp-block-areoi-nav-and-tab-item,
.wp-block-areoi-dropdown-item,
.wp-block-areoi-button,
.wp-block-areoi-card-header,
.wp-block-areoi-accordion-item,
.wp-block-areoi-alert,
.wp-block-areoi-breadcrumb,
.wp-block-areoi-list-group-item,
.wp-block-areoi-progress,
.wp-block-areoi-modal-header,
.wp-block-areoi-modal-body,
.wp-block-areoi-modal-footer,
.wp-block-areoi-offcanvas-header,
.wp-block-areoi-offcanvas-body,
.wp-block-areoi-toast-header,
.wp-block-areoi-toast-body):before {
  content: attr(data-type);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.row.is-selected,
.row.has-child-selected {
  padding-bottom: 50px !important;
}
.row.is-selected > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender,
.row.has-child-selected > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender {
  position: absolute;
  bottom: -45px;
}

.strip.is-selected,
.strip.has-child-selected,
.container.is-selected,
.container.has-child-selected {
  padding-bottom: 50px !important;
}

/*# sourceMappingURL=index.css.map*/